:root {
    --main-color: #508927
}

a {
    color: #508927;
    text-decoration: none;
}

a:hover {
    color: #99C63D;
    text-decorationx: none;
}

.carousel-inner>.item>img {
    width: 100% !important
}

img {
    height: auto
}

.position {
    -webkit-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease
}

.header_default .ownavigation .navbar-nav>li>a {
    -webkit-transition: all 1s ease 0s;
    -o-transition: all 1s ease 0s;
    transition: all 1s ease 0s
}

.header_s a.navbar-brand {
    color: #4c4c4c;
    font-family: Merriweather, serif;
    font-size: 32px;
    letter-spacing: .6076px;
    padding-bottom: 23px;
    padding-top: 23px;
    text-transform: uppercase
}

.header_s a.navbar-brand>i {
    background-color: #508927;
    border-radius: 100%;
    color: #fff;
    display: inline-block;
    font-size: 20px;
    height: 45px;
    line-height: 46px;
    margin-right: 10px;
    text-align: center;
    width: 45px
}

.header_info {
    color: #508927;
    float: right;
    font-size: 1.25rem;
    margin-top: 25px;
    padding: 7px 7px;
}

a.header_info {
    color: #508927;
    float: right;
    font-size: 1.25rem;
    margin-top: 25px;
    padding: 7px 7px;
    border: 1px solid #508927;
    border-radius: 5px;
    text-decoration: none;
    margin-left: 10px;
}

.text-green-dark {
    color: #508927;
}

.header_s a.phone-call {
    border: 2px solid #508927;
    border-radius: 10px 10px 10px 10px;
    color: #4c4c4c;
    float: right;
    font-size: 16px;
    margin-bottom: 10px;
    margin-left: 10px;
    margin-top: 21px;
    padding: 11px 15px;
    text-decoration: none
}

.header_s a.phone-call,
.header_s a.phone-call i {
    -webkit-transition: all 1s ease 0s;
    -o-transition: all 1s ease 0s;
    transition: all 1s ease 0s
}

.header_s a.phone-call i {
    color: #508927;
    font-size: 22.47px;
    padding-right: 8px
}

.header_s a.phone-call:hover {
    background-color: #508927;
    color: #fff
}

.header_s a.phone-call:hover i {
    color: #fff
}

.header_s .top-header {
    background-color: #508927;
    padding-bottom: 8px;
    padding-top: 8px
}

.header_s .top-header .call-info {
    display: inline-block
}

.header_s .top-header .call-info p {
    display: inline-block;
    font-family: Open Sans, sans-serif;
    font-size: 13px;
    line-height: 24px;
    margin-bottom: 0
}

.header_s .top-header .call-info p>a {
    color: #fff;
    padding-right: 8px;
    text-decoration: none;
    -webkit-transition: all 1s ease 0s;
    -o-transition: all 1s ease 0s;
    transition: all 1s ease 0s
}

.header_s .top-header .call-info p>a:before {
    color: #00bdd3;
    content: "|";
    padding-right: 12px
}

.header_s .top-header .call-info p>a>i {
    font-size: 14px;
    padding-right: 8px
}

.header_s .top-header .call-info p>a:hover {
    color: #4c4c4c
}

.header_s .top-header .header-social {
    float: right
}

.header_s .top-header .header-social ul {
    margin-bottom: 0;
    padding-left: 0
}

.header_s .top-header .header-social ul li {
    display: inline-block;
    margin-right: 15px
}

.header_s .top-header .header-social ul li:last-child {
    margin-right: 0
}

.header_s .top-header .header-social li a {
    color: #fff;
    font-size: 17px;
    -webkit-transition: all 1s ease 0s;
    -o-transition: all 1s ease 0s;
    transition: all 1s ease 0s
}

.header_s .top-header .header-social li a:hover {
    color: #4c4c4c
}

.header_default .ownavigation>.container {
    position: relative
}

.header_default .ownavigation.navbar-fixed-top.nav_absolute {
    position: fixed;
    z-index: 15
}

.header_s .navbar-brand>img {
    display: inline-block
}

.landscape .logo {
    width: 200px
}

.square .logo {
    width: 100px
}

.footer-main {
    background-repeat: no-repeat;
    background-size: cover;
    border-top: 3px solid #508927;
    float: left;
    padding-bottom: 50px;
    padding-top: 90px;
    position: relative;
    width: 100%
}

.footer-main:before {
    background-color: #000;
    background-color: rgba(0, 0, 0, .8);
    bottom: 0;
    content: "";
    display: inline-block;
    left: 0;
    position: absolute;
    right: 0;
    top: 0
}

.footer-main h3.widget-title {
    color: #f9f9f9;
    font-family: Merriweather, serif;
    font-size: 24px;
    font-weight: 500;
    line-height: 35px;
    margin-bottom: 27px;
    margin-top: 0;
    text-transform: capitalize
}

.footer-main .widget {
    margin-bottom: 30px
}

.footer-main .contact-form,
.footer-main .contact-info {
    margin-top: -40px
}

.footer-main .widget:last-of-type {
    margin-bottom: 0
}

.footer-main .widget p {
    color: #fff;
    font-size: 17px;
    letter-spacing: .714px;
    line-height: 30px;
    margin-bottom: 30px
}

.footer-main .widget p>i {
    background-color: #000;
    background-color: rgba(0, 0, 0, .2);
    border: 1px solid #78797b;
    border-radius: 100%;
    display: inline-block;
    height: 42px;
    line-height: 42px;
    margin-right: 20px;
    text-align: center;
    width: 42px
}

.footer-main .widget p>a {
    color: #fff;
    line-height: 30px
}

.footer-main .footer-social {
    display: inline-block
}

.footer-main .footer-social>i {
    background-color: #000;
    background-color: rgba(0, 0, 0, .2);
    border: 1px solid #78797b;
    border-radius: 100%;
    color: #fff;
    display: inline-block;
    height: 42px;
    line-height: 42px;
    margin-right: 20px;
    text-align: center;
    width: 42px
}

.footer-main .footer-social ul {
    display: inline-block;
    margin-bottom: 0;
    padding-left: 0
}

.footer-main .footer-social ul li {
    border: none;
    display: inline-block;
    margin-bottom: 5px;
    margin-right: 20px;
    padding-bottom: 0;
    padding-left: 0;
    width: auto
}

.footer-main .footer-social ul li:last-of-type {
    margin-right: 0
}

.footer-main .footer-social li a {
    color: #fff;
    padding-left: 0;
    -webkit-transition: all 1s ease 0s;
    -o-transition: all 1s ease 0s;
    transition: all 1s ease 0s
}

.footer-main .footer-social li a:hover {
    color: #508927
}

.footer-main .widget_workinghours {
    background-color: #508927;
    border-bottom-left-radius: 50px;
    border-bottom-right-radius: 50px;
    border-top-left-radius: 50px;
    border-top-right-radius: 50px;
    padding: 0 35px 35px;
    position: relative;
    text-align: center
}

.footer-main .widget_workinghours:before {
    background-color: #fff;
    border: 10px solid #508927;
    border-radius: 100%;
    color: #508927;
    content: "";
    display: inline-block;
    font-size: 52px;
    height: 100px;
    line-height: 82px;
    margin-bottom: 20px;
    margin-top: -50px;
    position: relative;
    width: 100px;
    z-index: 1
}

.footer-main .widget_workinghours:after {
    color: #508927;
    content: "\f017";
    font-family: FontAwesome;
    font-size: 52px;
    height: 50px;
    left: 0;
    line-height: 52px;
    margin: 0 auto;
    position: absolute;
    right: 0;
    text-align: center;
    top: -26px;
    width: 50px;
    z-index: 1
}

.footer-main .widget_workinghours ul {
    list-style: none;
    margin-bottom: 0;
    padding-left: 0
}

.footer-main .widget_workinghours ul li {
    border-bottom: 1px solid hsla(0, 0%, 100%, .4);
    display: inline-block;
    padding: 10px 0 16px;
    width: 100%
}

.footer-main .widget_workinghours ul li>span {
    color: #fff;
    float: left;
    font-size: 16px;
    text-transform: capitalize
}

.footer-main .widget_workinghours ul li>b {
    color: #fff;
    float: right;
    font-size: 14px
}

.footer-main .form-group {
    margin-bottom: 20px
}

.footer-main .form-group:last-child {
    margin-bottom: 0
}

.footer-main .input-control7-form .input-control7-form-control {
    -webkit-appearance: none;
    background-color: transparent;
    border-color: #868688;
    border-radius: 0;
    border-radius: 10px;
    box-shadow: none;
    -webkit-box-shadow: none;
    color: #fff;
    font-size: 15px;
    font-weight: 400;
    height: auto;
    padding: 10px 15px
}

.footer-main .input-control7-form .input-control7-form-control.input-control7-textarea {
    padding: 15px
}

.footer-main .input-control7-form .input-control7-form-control::-webkit-input-placeholder {
    color: #fff
}

.footer-main .input-control7-form .input-control7-form-control::-moz-placeholder {
    color: #fff
}

.footer-main .input-control7-form .input-control7-form-control:-ms-input-placeholder {
    color: #fff
}

.footer-main .input-control7-form .input-control7-form-control:-moz-placeholder {
    color: #fff
}

.footer-main .input-control7-form .input-control7-form-control.input-control7-submit {
    background-color: #508927;
    border: none;
    color: #fff;
    font-family: Poppins, sans-serif;
    letter-spacing: .56px;
    line-height: 28px;
    padding: 10px 22px 6px;
    text-transform: uppercase;
    -webkit-transition: all 1s ease 0s;
    -o-transition: all 1s ease 0s;
    transition: all 1s ease 0s;
    width: auto
}

.footer-main .input-control7-form .input-control7-form-control.input-control7-submit:hover {
    background-color: #fff;
    color: #508927
}

.footer-main .input-control7-form div.input-control7-mail-sent-ng,
.footer-main .input-control7-form div.input-control7-validation-errors {
    border: 2px solid #fff;
    color: #fff;
    float: left;
    font-size: 13px;
    line-height: 26px;
    margin-left: 0;
    margin-top: 0;
    padding: 10px
}

.footer-main .latest-detail-tab .nav>li>a:focus,
.footer-main .latest-detail-tab .nav>li>a:hover {
    background-color: transparent;
    border-color: #fff;
    color: #fff
}

.widget_info p {
    color: #777
}

.widget-area .footer-social>i,
.widget-area .widget_info p>i {
    border: 1px solid #777;
    border-radius: 100%;
    color: #777;
    display: inline-block;
    height: 42px;
    line-height: 42px;
    margin-right: 20px;
    text-align: center;
    width: 42px
}

.widget-area .footer-social {
    display: inline-block
}

.widget-area .footer-social ul {
    display: inline-block;
    margin-bottom: 0;
    padding-left: 0
}

.widget-area .footer-social ul li {
    border: none;
    display: inline-block;
    margin-bottom: 5px;
    margin-right: 20px;
    padding-bottom: 0;
    padding-left: 0;
    width: auto
}

.widget-area .footer-social ul li:last-of-type {
    margin-right: 0
}

.widget-area .footer-social li a {
    color: #777;
    padding-left: 0;
    -webkit-transition: all 1s ease 0s;
    -o-transition: all 1s ease 0s;
    transition: all 1s ease 0s
}

.widget-area .footer-social li a:hover,
.widget_info p a:hover {
    color: #508927
}

.widget_workinghours ul li {
    border-bottom: 1px solid #e5e5e5;
    margin-bottom: 10px;
    padding-bottom: 10px
}

.footer-main .breadcrumbs>span,
.footer-main .page_search .searchform .btn.btn-default,
.footer-main .rssSummary,
.footer-main .widget .tab-content .latest-content h5>a,
.footer-main .widget .tagcloud a,
.footer-main .widget_archive>ul li,
.footer-main .widget_breadcrumb_navxt .breadcrumbs>span:after,
.footer-main .widget_calendar #next a,
.footer-main .widget_calendar #prev a,
.footer-main .widget_calendar caption,
.footer-main .widget_calendar td,
.footer-main .widget_calendar th,
.footer-main .widget_categories>ul li,
.footer-main .widget_recent_comments ul li,
.footer-main .widget_recent_entries ul li,
.footer-main .widget_rss .rsswidget,
.footer-main .widget_rss ul li .rss-date,
.footer-main .widget_rss ul li cite,
.footer-main .widget_search .input-group .form-control,
.footer-main .widget_text .textwidget,
.footer-main .widget_text .textwidget>p,
.footer-main .widget_text .textwidget p strong,
.footer-main .widget a,
.footer-main .widget select,
.footer-main .widget ul li>a {
    color: #fff
}

.footer-main .widget .tagcloud a,
.footer-main .widget .tagcloud a:after,
.footer-main .widget_calendar #next a,
.footer-main .widget_calendar #prev a {
    border-color: #fff
}

.footer-main .widget select option {
    color: #000
}

.footer-main .widget_search .input-group .form-control::-webkit-input-placeholder {
    color: #fff
}

.footer-main .widget_search .input-group .form-control:-moz-placeholder,
.footer-main .widget_search .input-group .form-control::-moz-placeholder {
    color: #fff
}

.footer-main .widget_search .input-group .form-control:-ms-input-placeholder {
    color: #fff
}

.footer-bottom {
    background-color: #508927;
    padding: 15px 0;
    text-align: center
}

.footer-bottom p {
    color: #fff;
    line-height: 28px;
    margin-bottom: 0
}

.section-header {
    display: block;
    margin-bottom: 40px;
    overflow: hidden;
    text-align: center
}

.section-header>h3 {
    word-wrap: break-word;
    border: 1px solid #e3e3e3;
    border-bottom: none;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    color: #508927;
    display: inline-block;
    font-family: Merriweather, sans-serif;
    font-size: 21px;
    font-weight: 700;
    line-height: 30px;
    margin: 0;
    max-width: 1140px;
    padding: 12px 30px 5px;
    position: relative;
    text-transform: uppercase
}

.section-header>h3:after,
.section-header>h3:before {
    background-color: #e3e3e3;
    bottom: 0;
    content: "";
    height: 1px;
    position: absolute;
    width: 1170px
}

.section-header>h3:before {
    margin-right: 0;
    right: 100%
}

.section-header>h3:after {
    left: 100%;
    margin-left: 0
}

.gallery-section .ow-pagination {
    background-color: transparent;
    display: inline-block;
    margin-top: 35px;
    width: 100%
}

.gallery-section .ow-pagination ul {
    margin: 0
}

.gallery-section .ow-pagination ul li {
    display: inline-block;
    margin: 0 5px
}

.gallery-section .ow-pagination ul li a {
    background-color: transparent;
    border: 1px solid #508927;
    color: #508927;
    font-family: Poppins, sans-serif;
    font-size: 18px;
    height: 40px;
    line-height: 41px;
    padding: 0;
    text-align: center;
    -webkit-transition: all 1s ease 0s;
    -o-transition: all 1s ease 0s;
    transition: all 1s ease 0s;
    width: 40px
}

.gallery-section .ow-pagination .pagination>li:first-child>a,
.gallery-section .ow-pagination .pagination>li:last-child>a {
    background-color: transparent;
    border-radius: 0;
    color: #508927
}

.gallery-section .ow-pagination .pagination>li:first-child>a:hover,
.gallery-section .ow-pagination .pagination>li:last-child>a:hover {
    background-color: #508927;
    color: #fff
}

.gallery-section .ow-pagination ul li a:hover {
    background-color: #508927;
    color: #fff
}

.wpb_revslider_element {
    position: relative;
    z-index: 1
}

#revslider_home .tp-bullet>span {
    display: none
}

#revslider_home {
    display: inline-block;
    overflow: visible;
    position: relative;
    width: 100%;
    z-index: 999
}

#revslider_home .background-block {
    background-image: url(..assets/images/slide-txt-bg.png);
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
    height: 221px;
    padding: 54px 45px;
    position: relative;
    width: 561px
}

#revslider_home .background-block .title-txt,
#revslider_home .learn-btn .button-txt i {
    color: #508927
}

#revslider_home .learn-btn .button-txt i {
    line-height: 48px !important
}

#revslider_home .background-block .title-txt,
#revslider_home .background-block .title-txt2 {
    font-weight: 700 !important
}

#revslider_home .learn-btn {
    background-image: url(..assets/images/slide-btn-bg.png);
    background-position: 0 0;
    background-repeat: no-repeat;
    background-size: cover;
    border: none;
    cursor: pointer;
    height: 86px;
    padding: 26px 25px;
    width: 224px
}

#revslider_home .learn-btn:hover {
    color: #000
}

#revslider_home .learn-btn .button-txt i {
    border: 5px solid #00bbd1;
    text-align: center !important
}

#revslider_home .uranus.tparrows {
    background-color: #fff;
    background-color: hsla(0, 0%, 100%, .102);
    border-radius: 100%;
    height: 76px;
    line-height: 76px;
    width: 76px
}

#revslider_home .uranus.tparrows:before {
    color: #fff;
    font-size: 18px;
    font-weight: 700;
    height: 76px;
    line-height: 76px;
    width: 76px
}

#revslider_home .uranus.tparrows:hover {
    background-color: #4c4c4c
}

#revslider_home .tp-bullets.zeus .tp-bullet {
    background-color: transparent;
    border: 1px solid #bababa;
    height: 18px;
    position: absolute;
    width: 18px;
    z-index: 999
}

#revslider_home .tp-bullets.zeus .tp-bullet:after {
    height: auto
}

#revslider_home .tp-bullets.zeus .tp-bullet.selected {
    background-color: #bababa;
    height: 18px;
    position: relative;
    width: 18px
}

.other-services.welcome-section {
    padding-top: 20px
}

.other-services {
    padding-bottom: 50px;
    padding-top: 80px
}

.other-services .other-services-block {
    border: 1px solid #e3e3e3;
    border-radius: 25px;
    display: inline-block;
    margin-bottom: 30px;
    padding: 32px;
    transform: scale(1);
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -webkit-transition: all 1s ease 0s;
    -o-transition: all 1s ease 0s;
    transition: all 1s ease 0s;
    width: 100%
}

.other-services .other-services-content {
    padding-left: 95px;
    top: 0
}

.other-services .other-services-content h5 {
    color: #333;
    font-family: Merriweather, sans-serif;
    font-size: 18px;
    line-height: 26px;
    margin-top: 0;
    padding-bottom: 18px;
    position: relative;
    text-transform: capitalize
}

.other-services .other-services-content h5:after {
    background-color: #dbdbdb;
    bottom: 0;
    content: "";
    display: inline-block;
    height: 1px;
    left: 0;
    position: absolute;
    width: 30px
}

.other-services .other-services-content p {
    color: #777;
    line-height: 26px;
    margin-bottom: 0
}

.other-services .services-block-icon {
    display: inline-block;
    height: 70px;
    line-height: 70px;
    position: absolute;
    text-align: center;
    width: 70px
}

.other-services .services-block-icon:after,
.other-services .services-block-icon:before {
    border: 1px solid #eff1f2;
    border-radius: 5px;
    content: "";
    position: absolute;
    -webkit-transition: all 1s ease 0s;
    -o-transition: all 1s ease 0s;
    transition: all 1s ease 0s;
    z-index: 0
}

.other-services .services-block-icon:after {
    height: 35px;
    left: 0;
    top: 18px;
    width: 100%
}

.other-services .services-block-icon:before {
    height: 100%;
    height: 70px;
    left: 18px;
    width: 35px
}

.other-services .services-block-icon i {
    background-color: #fff;
    border-radius: 4px;
    color: #4c4c4c;
    display: inline-block;
    font-size: 22px;
    height: 35px;
    line-height: 37px;
    position: relative;
    top: 5px;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-transition: all 1s ease 0s;
    -o-transition: all 1s ease 0s;
    transition: all 1s ease 0s;
    -webkit-transition-timing-function: ease-out;
    -o-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
    width: 37px;
    z-index: 1
}

.other-services .other-services-block:hover .services-block-icon:after,
.other-services .other-services-block:hover .services-block-icon:before {
    background-color: #508927;
    border-color: #508927
}

.other-services .other-services-block:hover .services-block-icon i {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-name: hvr-icon-pulse;
    animation-name: hvr-icon-pulse;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
    background-color: transparent;
    color: #fff
}

.other-services .other-services-block:hover {
    transform: scale(1.05);
    -webkit-transform: scale(1.05);
    -moz-transform: scale(1.05);
    -ms-transform: scale(1.05)
}

.other-services-content>a,
.other-services-content>a:before {
    -webkit-transition: all .5s ease 0s;
    -o-transition: all .5s ease 0s;
    transition: all .5s ease 0s
}

.other-services-content>a {
    background-color: #000;
    background-color: rgba(0, 0, 0, .8);
    border-radius: 5px;
    color: #fff;
    display: inline-block;
    font-family: Poppins, sans-serif;
    font-size: 14px;
    margin-top: 15px;
    padding: 10px 16px;
    position: relative;
    text-decoration: none;
    text-transform: capitalize;
    z-index: 1
}

.other-services-content>a:hover {
    color: #fff
}

.dr_button>a:hover {
    color: #fff;
    text-decoration: none
}

.other-services-content>a:before {
    background-color: #508927;
    border-radius: 5px;
    bottom: 0;
    content: "";
    display: inline-block;
    position: absolute;
    right: 0;
    top: 0;
    width: 0;
    z-index: -1
}

.other-services-content>a:hover:before {
    width: 100%
}

.section-header-box {
    padding-top: 50px
}

.welcome-section.other-services .welcome-left {
    display: inline-block;
    padding: 0 15px;
    width: 100%
}

.clinic-form {
    padding-left: 0
}

.clinic-form .date {
    position: relative
}

.clinic-form .date .fa-angle-down {
    position: absolute;
    right: 8px;
    top: 12px;
    z-index: 14
}

.clinic-form .date .fa-angle-down:before {
    color: #aaa;
    content: "\f0d7"
}

.clinic-form .bootstrap-select:not([class*=col-]):not([class*=form-control]):not(.input-group-btn) {
    width: 100%
}

.clinic-form .bootstrap-select>.dropdown-toggle {
    -webkit-appearance: none;
    border: 1px solid #e0e0e0;
    border-radius: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    color: #aaa;
    min-height: 38px;
    outline: none;
    outline: none !important
}

.clinic-form .bootstrap-select>.dropdown-toggle .caret {
    border-bottom: none;
    border-top: 4px dashed
}

.appoinment-form {
    border: 3px solid #508927;
    border-radius: 10px;
    display: inline-block;
    margin-bottom: 60px;
    margin-top: 20px;
    padding: 25px;
    width: 100%
}

.appoinment-form h5 {
    color: #333;
    font-size: 17px;
    line-height: 30px;
    margin-bottom: 18px;
    margin-top: 0;
    text-transform: capitalize
}

.appoinment-form h5 i {
    color: #508927;
    font-size: 20px;
    margin-right: 12px
}

.datepicker table {
    width: auto
}

.appoinment-form .form-group {
    margin-bottom: 20px
}

.appoinment-form .input-control7-form {
    margin-bottom: 0
}

.appoinment-form .input-control7-form .input-control7-form-control {
    -webkit-appearance: none;
    border: 1px solid #eee;
    border-radius: 0;
    box-shadow: none;
    -webkit-box-shadow: none;
    color: #777;
    font-weight: 400;
    min-height: 38px;
    padding: 7px 15px;
    width: 100%
}

.appoinment-form .input-control7-form .input-control7-form-control::-webkit-input-placeholder {
    color: #777;
    text-transform: capitalize
}

.appoinment-form .input-control7-form .input-control7-form-control:-moz-placeholder,
.appoinment-form .input-control7-form .input-control7-form-control::-moz-placeholder {
    color: #777;
    text-transform: capitalize
}

.appoinment-form .input-control7-form .input-control7-form-control:-ms-input-placeholder {
    color: #777;
    text-transform: capitalize
}

.appoinment-form .input-control7-form .input-control7-form-control.input-control7-textarea {
    padding: 15px
}

.appoinment-form .input-control7-form .input-control7-form-control.input-control7-submit {
    background-color: transparent;
    border: none;
    color: #fff;
    min-height: auto;
    padding: 0;
    text-transform: uppercase;
    width: auto
}

.appoinment-form .input-control7-form .appointment_submit_icon {
    background-color: transparent;
    background-color: #508927;
    border: 1px solid #508927;
    border-radius: 10px;
    -webkit-box-shadow: none;
    box-shadow: none;
    color: #fff;
    cursor: pointer;
    display: inline-block;
    float: right;
    font-size: 13px;
    padding: 10px 18px;
    position: relative;
    text-align: right;
    text-transform: uppercase;
    -webkit-transition: all 1s ease 0s;
    -o-transition: all 1s ease 0s;
    transition: all 1s ease 0s;
    width: auto
}

.appoinment-form .input-control7-form .appointment_submit_icon:before {
    color: #fff;
    content: "\f08a";
    display: inline-block;
    font-family: FontAwesome;
    font-size: 18px;
    padding-right: 10px;
    position: relative;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-transition-timing-function: ease-out;
    -o-transition-timing-function: ease-out;
    transition-timing-function: ease-out
}

.appoinment-form .appointment_submit_icon:hover:before {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-name: hvr-icon-pulse;
    animation-name: hvr-icon-pulse;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear
}

.appoinment-form .appointment_submit_icon:hover .input-control7-submit {
    color: #000
}

.gallery-section {
    background-color: #fff;
    overflow: hidden;
    padding-bottom: 72px;
    padding-top: 80px;
    position: inherit
}

.gallery-section .section-header {
    margin-bottom: 45px
}

.gallery-section .section-header>h3 {
    border-color: #e5e5e5
}

.gallery-section .section-header>h3:after,
.gallery-section .section-header>h3:before {
    background-color: #e5e5e5
}

.gallery-section .portfolio-categories {
    margin-bottom: 35px;
    padding-left: 0;
    text-align: center
}

.gallery-section .portfolio-categories li {
    display: inline-block;
    margin-right: 40px
}

.gallery-section .portfolio-categories li:last-child {
    margin-right: 0
}

.gallery-section .portfolio-categories li a {
    background-color: transparent;
    border-radius: 0;
    color: #8c8c8c;
    display: inline-block;
    font-size: 13px;
    font-weight: 500;
    letter-spacing: .52px;
    line-height: 25px;
    padding: 8px 15px 5px;
    text-decoration: none;
    text-transform: uppercase;
    -webkit-transition: all 1s ease 0s;
    -o-transition: all 1s ease 0s;
    transition: all 1s ease 0s
}

.gallery-section .portfolio-categories li a.active,
.gallery-section .portfolio-categories li a:focus,
.gallery-section .portfolio-categories li a:hover {
    background-color: #508927;
    border-radius: 10px;
    color: #fff
}

.gallery-section .portfolio-list {
    margin-bottom: 0;
    margin-left: -5px;
    margin-right: -5px;
    padding-left: 0
}

.gallery-section .portfolio-list li {
    list-style: none;
    margin-bottom: 9px;
    padding-left: 4.5px;
    padding-right: 4.5px
}

.gallery-section .content-image-block {
    overflow: hidden;
    -webkit-perspective: 50em;
    perspective: 50em;
    position: relative
}

.gallery-section .content-block-hover,
.gallery-section .content-block-hover a,
.gallery-section .content-block-hover span,
.gallery-section .content-image-block:before {
    -webkit-transition: all .5s ease 0s;
    -o-transition: all .5s ease 0s;
    transition: all .5s ease 0s
}

.gallery-section .content-image-block:before {
    background-color: #0ecce3;
    background-color: rgba(14, 204, 227, .902);
    bottom: 0;
    content: "";
    display: inline-block;
    left: 0;
    opacity: 0;
    position: absolute;
    right: 0;
    top: 0;
    -webkit-transform: rotateX(-90deg);
    -ms-transform: rotateX(-90deg);
    transform: rotateX(-90deg);
    -webkit-transform-origin: 50% -50%;
    -ms-transform-origin: 50% -50%;
    transform-origin: 50% -50%;
    visibility: hidden
}

.gallery-section .content-block-hover {
    left: 0;
    margin: 0 auto;
    max-height: 190px;
    opacity: 0;
    overflow: hidden;
    position: absolute;
    right: 0;
    text-align: center;
    top: 0;
    transform: translate(0);
    -webkit-transform: translate(0);
    -moz-transform: translate(0);
    -ms-transform: translate(0)
}

.gallery-section .content-block-hover>p {
    line-height: 26px
}

.gallery-section .content-block-hover>p,
.gallery-section .content-block-hover span {
    color: #fff;
    letter-spacing: .56px;
    position: relative
}

.gallery-section .content-block-hover>p:before {
    content: "-";
    padding-right: 5px
}

.gallery-section .content-block-hover>p:after {
    content: "-";
    padding-left: 5px
}

.gallery-section .content-block-hover .sl-icon,
.gallery-section .content-block-hover .sl-wrapper {
    margin-right: 7px
}

.gallery-section .content-block-hover h5 {
    color: #fff;
    font-size: 24px;
    font-weight: 700;
    letter-spacing: .6px;
    line-height: 44px;
    margin-bottom: 10px;
    margin-top: 7px
}

.gallery-section .content-block-hover h5 a {
    color: #fff;
    text-decoration: none
}

.gallery-section .content-block-hover a {
    color: #fff;
    letter-spacing: .28px;
    margin-right: 15px;
    text-decoration: none
}

.gallery-section .content-block-hover .sl-button:hover span,
.gallery-section .content-block-hover a:hover {
    color: #4c4c4c
}

.gallery-section .content-block-hover a:first-of-type>i {
    padding-right: 10px
}

.gallery-section .content-image-block:hover:before {
    -webkit-transform: rotateX(0);
    -ms-transform: rotateX(0);
    transform: rotateX(0);
    visibility: visible
}

.gallery-section .content-image-block:hover .content-block-hover,
.gallery-section .content-image-block:hover:before {
    opacity: 1
}

.gallery-section .content-image-block:hover .content-block-hover {
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%)
}

.top0 {
    top: 0
}

.gallery-section1 {
    background-color: #fff
}

.services-section {
    padding-top: 80px
}

.services-section .service-content {
    padding-bottom: 65px
}

.services-section .service-content h5 {
    color: #232323;
    font-family: Poppins, sans-serif;
    font-size: 28px;
    font-weight: 700;
    letter-spacing: 1.12px;
    line-height: 38px;
    margin-bottom: 5px;
    margin-top: 0;
    text-transform: uppercase
}

.services-section .service-content p {
    color: #777;
    font-family: Poppins, sans-serif;
    font-size: 15px;
    letter-spacing: .6px;
    line-height: 30px;
    margin-bottom: 50px
}

.services-section .medical-services {
    display: inline-block;
    margin-bottom: 40px;
    width: 100%
}

.services-section .medical-box {
    margin-bottom: 30px;
    position: relative
}

.services-section .medical-box:last-of-type {
    margin-bottom: 0
}

.services-section .medical-box:after {
    border-top: 1px solid #cfcfcf;
    content: "";
    left: auto;
    position: absolute;
    right: 35px;
    top: 55px;
    width: 25px
}

.services-section .medical-box:nth-child(3n):after {
    display: none
}

.services-section .medical-box i {
    color: #000;
    display: inline-block;
    font-size: 26px;
    height: 100px;
    line-height: 100px;
    text-align: center;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-transition: all .5s ease 0s;
    -o-transition: all .5s ease 0s;
    transition: all .5s ease 0s;
    -webkit-transition-timing-function: ease-out;
    -o-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
    width: 100px
}

.medical-services .medical-box:nth-child(3) i {
    background-image: url("data:image/svg+xml;charset=utf-8;base64,PHN2ZyBpZD0iTGF5ZXJfMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB2aWV3Qm94PSIwIDAgNTEyIDUxMiI+PHN0eWxlPi5zdDR7ZmlsbDojZmZmfTwvc3R5bGU+PHBhdGggZD0iTTIzOC4zIDE4OS44aDI0Ny4yYzE0LjYgMCAyNi41IDExLjkgMjYuNSAyNi41djE1OC45YzAgMTQuNi0xMS45IDI2LjUtMjYuNSAyNi41SDM0NC4zdjI5LjFjMCA1LjUtNi43IDguMy0xMC42IDQuNGwtMzMuNS0zMy41aC02MS44Yy0xNC42IDAtMjYuNS0xMS45LTI2LjUtMjYuNVYyMTYuM2MwLTE0LjcgMTEuOC0yNi41IDI2LjQtMjYuNXoiIGZpbGw9IiM0ZmUyNjciLz48cGF0aCBkPSJNMjExLjkgMjE2LjN2MTU4LjljMCAxLjkuMiAzLjcuNiA1LjUgNjEuNy0yNC44IDEwNS4zLTg1IDEwNS4zLTE1NS42IDAtMTIuMS0xLjQtMjMuOS0zLjgtMzUuM2gtNzUuN2MtMTQuNiAwLTI2LjQgMTEuOC0yNi40IDI2LjV6IiBmaWxsPSIjNGRiMjU5Ii8+PHBhdGggZD0iTTMwMC4xIDIyNS4xQzMwMC4xIDE0Mi4yIDIzMi45IDc1IDE1MCA3NVMwIDE0Mi4yIDAgMjI1LjFjMCA3Mi42IDUxLjYgMTMzLjEgMTIwLjEgMTQ3LjFsNDUuMiA0NS4yYzQuMiA0LjIgMTEuMyAxLjIgMTEuMy00Ljd2LTQwYzcwLjItMTIuNSAxMjMuNS03My44IDEyMy41LTE0Ny42eiIgZmlsbD0iI2ZjNjU2NSIvPjxjaXJjbGUgY3g9IjE1MC4xIiBjeT0iMjI1LjEiIHI9IjExNC44IiBmaWxsPSIjZmY1MDUwIi8+PHBhdGggY2xhc3M9InN0NCIgZD0iTTE1MC4xIDMwNC42Yy00LjkgMC04LjgtNC04LjgtOC44IDAtNC45IDQtOC44IDguOC04LjggNC45IDAgOC44IDQgOC44IDguOCAwIDQuOC00IDguOC04LjggOC44ek0zNjEuOSAzNDguN2MtMi4zIDAtNC41LS45LTYuMi0yLjZMMzExLjYgMzAyYy0zLjQtMy40LTMuNC05IDAtMTIuNSAzLjQtMy40IDktMy40IDEyLjUgMGwzNy45IDM3LjkgODItODJjMy40LTMuNCA5LTMuNCAxMi41IDAgMy40IDMuNCAzLjQgOSAwIDEyLjVsLTg4LjMgODguM2MtMS43IDEuNi00IDIuNS02LjMgMi41ek0xNTAuMSAyNjkuM2MtNC45IDAtOC44LTQtOC44LTguOHYtMi42YzAtMTEuNyA3LjYtMjEuOSAxOS0yNS4zIDE0LjgtNC40IDI1LjEtMTguMyAyNS4xLTMzLjggMC05LjItMy43LTE4LTEwLjUtMjQuOC02LjgtNi44LTE1LjYtMTAuNS0yNC44LTEwLjUtMTkuNSAwLTM1LjMgMTUuOC0zNS4zIDM1LjMgMCA0LjktNCA4LjgtOC44IDguOHMtOC44LTQtOC44LTguOGMwLTI5LjIgMjMuOC01MyA1My01MyAxMy45IDAgMjcuMSA1LjYgMzcuMyAxNS43IDEwLjEgMTAuMSAxNS43IDIzLjQgMTUuNyAzNy4zIDAgMjMuMi0xNS41IDQ0LjEtMzcuNyA1MC43LTMuOCAxLjEtNi40IDQuNS02LjQgOC40djIuNmMtLjIgNC44LTQuMiA4LjgtOSA4Ljh6Ii8+PC9zdmc+")
}

.medical-services .medical-box i {
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: 80px
}

.medical-services .medical-box:first-child i {
    background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCA1MDggNTA4IiBzdHlsZT0iZW5hYmxlLWJhY2tncm91bmQ6bmV3IDAgMCA1MDggNTA4IiB4bWw6c3BhY2U9InByZXNlcnZlIj48cGF0aCBzdHlsZT0iZmlsbDojZmZmO3N0cm9rZS13aWR0aDoxLjQzMTQ3NDA5IiBkPSJNNDc2LjA5MiA0Ni42OTNIODcuMzAzYy0xMy43NDIgMC0yNC42MjEgMTAuODgtMjQuNjIxIDI0LjYyMnYzMDEuNzU0YzAgMTMuNzQyIDEwLjg4IDI0LjYyMiAyNC42MjEgMjQuNjIyaDM4OC43ODljMTMuNzQyIDAgMjQuNjIxLTEwLjg4IDI0LjYyMS0yNC42MjJWNzAuNzQyYzAtMTMuMTctMTAuODgtMjQuMDQ5LTI0LjYyMS0yNC4wNDl6Ii8+PHBhdGggc3R5bGU9ImZpbGw6I2ZmNzA1ODtzdHJva2Utd2lkdGg6MS40MzE0NzQwOSIgZD0iTTQ3Ni4wOTIgMzMuNTI0SDg3LjMwM2MtMTMuNzQyIDAtMjQuNjIxIDEwLjg3OS0yNC42MjEgMjQuNjIxdjU4LjQwNGg0MzguMDMxVjU4LjE0NWMwLTEzLjE3LTEwLjg4LTI0LjYyMS0yNC42MjEtMjQuNjIxeiIvPjxwYXRoIHN0eWxlPSJmaWxsOiNlNmU5ZWUiIGQ9Ik0yMzQuNCAxODMuNmgyNC40VjIwOGgtMjQuNHpNMjgzLjIgMTgzLjZoMjQuNFYyMDhoLTI0LjR6TTMzMiAxODMuNmgyNC40VjIwOEgzMzJ6TTE4NiAyMjhoMjQuNHYyNC40SDE4NnpNMjM0LjQgMjI4aDI0LjR2MjQuNGgtMjQuNHpNMjgzLjIgMjI4aDI0LjR2MjQuNGgtMjQuNHpNMzMyIDIyOGgyNC40djI0LjRIMzMyek0xODYgMjcyLjhoMjQuNHYyNC40SDE4NnpNMjM0LjQgMjcyLjhoMjQuNHYyNC40aC0yNC40ek0yODMuMiAyNzIuOGgyNC40djI0LjRoLTI0LjR6TTMzMiAyNzIuOGgyNC40djI0LjRIMzMyek0xODYgMzE3LjJoMjQuNHYyNC40SDE4NnpNMjM0LjQgMzE3LjJoMjQuNHYyNC40aC0yNC40ek0yODMuMiAzMTcuMmgyNC40djI0LjRoLTI0LjR6IiB0cmFuc2Zvcm09Im1hdHJpeCgxLjQzMTQ3IDAgMCAxLjQzMTQ3IC0xMDYuMjMyIC0xMjIuMjIpIi8+PHBhdGggc3R5bGU9ImZpbGw6Izg0ZGJmZjtzdHJva2Utd2lkdGg6MS40MzE0NzQwOSIgZD0iTTEzOC44MzYgMjA4LjczNmMtNzIuNzE4IDAtMTMxLjY5NSA1OC45NzctMTMxLjY5NSAxMzEuNjk2czU4Ljk3NyAxMzEuNjk1IDEzMS42OTUgMTMxLjY5NWM3Mi43MiAwIDEzMS42OTYtNTguOTc2IDEzMS42OTYtMTMxLjY5NSAwLTcyLjcyLTU4Ljk3Ny0xMzEuNjk2LTEzMS42OTYtMTMxLjY5NnoiLz48cGF0aCBzdHlsZT0iZmlsbDojZmZmO3N0cm9rZS13aWR0aDoxLjQzMTQ3NDA5IiBkPSJNMTM4LjgzNiAyMzguNTFjLTU2LjExMyAwLTEwMS45MiA0NS44MDgtMTAxLjkyIDEwMS45MjIgMCA1Ni4xMTMgNDUuODA3IDEwMS45MiAxMDEuOTIgMTAxLjkyIDU2LjExNCAwIDEwMS45MjEtNDUuODA3IDEwMS45MjEtMTAxLjkyLS41NzItNTYuMTE0LTQ1LjgwNy0xMDEuOTIxLTEwMS45Mi0xMDEuOTIxWiIvPjxwYXRoIHN0eWxlPSJmaWxsOiMyYjNiNGU7c3Ryb2tlLXdpZHRoOjEuNDMxNDc0MDkiIGQ9Im0xMzQuODI4IDI4MC4zMS00LjU4IDczLjI5MWMtLjU3MyA0LjU4IDIuODYzIDkuMTYyIDguMDE2IDkuMTYyIDUuMTUzIDAgOC41ODktNC4wMDggOC41ODktOC41OWwtNC41ODEtNzMuODYzYzAtMS43MTgtMS43MTgtMy40MzYtMy40MzYtMy40MzYtMi4yOS41NzMtMy40MzUgMS43MTgtNC4wMDggMy40MzZ6Ii8+PHBhdGggc3R5bGU9ImZpbGw6IzMyNGE1ZTtzdHJva2Utd2lkdGg6MS40MzE0NzQwOSIgZD0ibTE4OS4yMjQgMzMwLjY5OC02Ni45OTMgNC41OGMtNC41OC41NzMtOC4wMTYgNC4wMDgtNy40NDMgOC4wMTcuNTcyIDQuNTggNC41OCA3LjQ0MyA5LjE2MSA2Ljg3bDY2LjQyLTEzLjE2OWMxLjcxOC0uNTcyIDIuODYzLTEuNzE4IDIuMjktMy40MzUtLjU3Mi0xLjcxOC0xLjcxNy0yLjg2My0zLjQzNS0yLjg2M3oiLz48Y2lyY2xlIHN0eWxlPSJmaWxsOiNmZjcwNTg7c3Ryb2tlLXdpZHRoOjEuNDMxNDc0MDkiIGN4PSIxMzguODM2IiBjeT0iMzQwLjQzMiIgcj0iMTIuMDI0Ii8+PGcgdHJhbnNmb3JtPSJtYXRyaXgoMS40MzE0NyAwIDAgMS40MzE0NyAtMTA2LjIzMiAtMTIyLjIyKSI+PGNpcmNsZSBzdHlsZT0iZmlsbDojZTZlOWVlIiBjeD0iMTcxLjIiIGN5PSIyNjMuMiIgcj0iNS42Ii8+PGNpcmNsZSBzdHlsZT0iZmlsbDojZTZlOWVlIiBjeD0iMTcxLjIiIGN5PSIzODAuNCIgcj0iNS42Ii8+PGNpcmNsZSBzdHlsZT0iZmlsbDojZTZlOWVlIiBjeD0iMjI5LjYiIGN5PSIzMjEuNiIgcj0iNS42Ii8+PGNpcmNsZSBzdHlsZT0iZmlsbDojZTZlOWVlIiBjeD0iMTEyLjQiIGN5PSIzMjEuNiIgcj0iNS42Ii8+PGNpcmNsZSBzdHlsZT0iZmlsbDojZTZlOWVlIiBjeD0iMjEyLjQiIGN5PSIyODAuNCIgcj0iNS42Ii8+PGNpcmNsZSBzdHlsZT0iZmlsbDojZTZlOWVlIiBjeD0iMTI5LjYiIGN5PSIzNjMuMiIgcj0iNS42Ii8+PGNpcmNsZSBzdHlsZT0iZmlsbDojZTZlOWVlIiBjeD0iMjEyLjQiIGN5PSIzNjMuMiIgcj0iNS42Ii8+PGNpcmNsZSBzdHlsZT0iZmlsbDojZTZlOWVlIiBjeD0iMTI5LjYiIGN5PSIyODAuNCIgcj0iNS42Ii8+PC9nPjxnIHRyYW5zZm9ybT0ibWF0cml4KDEuNDMxNDcgMCAwIDEuNDMxNDcgLTEwNi4yMzIgLTEyMi4yMikiPjxjaXJjbGUgc3R5bGU9ImZpbGw6I2ZmZiIgY3g9IjM0OC40IiBjeT0iMTM4LjgiIHI9IjEyLjQiLz48Y2lyY2xlIHN0eWxlPSJmaWxsOiNmZmYiIGN4PSIxOTQiIGN5PSIxMzguOCIgcj0iMTIuNCIvPjwvZz48L3N2Zz4=")
}

.medical-services .medical-box:nth-child(2) i {
    background-image: url("data:image/svg+xml;charset=utf-8;base64,PHN2ZyBpZD0iTGF5ZXJfMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB2aWV3Qm94PSIwIDAgNTEyIDUxMiI+PHN0eWxlPi5zdDB7ZmlsbDojZTRlYWY4fS5zdDJ7ZmlsbDojNzA3NDg3fS5zdDN7ZmlsbDojN2Y4NDk5fS5zdDR7ZmlsbDojZmZmfS5zdDd7ZmlsbDojZDVkY2VkfTwvc3R5bGU+PHBhdGggY2xhc3M9InN0MCIgZD0iTTQ1MC43IDE1Ni45SDljLTUgMC05LTQtOS05VjM5LjdjMC01IDQtOSA5LTloNDQxLjdjNSAwIDkgNCA5IDl2MTA4LjJjMCA0LjktNC4xIDktOSA5eiIvPjxwYXRoIGQ9Ik0xMDguMiAxNTYuOUg5Yy01IDAtOS00LTktOVYzOS43YzAtNSA0LTkgOS05aDk5LjFjNSAwIDkgNCA5IDl2MTA4LjJjLjEgNC45LTQgOS04LjkgOXoiIGZpbGw9IiNmZjUwNTAiLz48cGF0aCBjbGFzcz0ic3QyIiBkPSJNMzA2LjUgODQuN0gxNTMuMmMtNSAwLTktNC05LTlzNC05IDktOWgxNTMuMmM1IDAgOSA0IDkgOXMtNCA5LTguOSA5eiIvPjxwYXRoIGNsYXNzPSJzdDMiIGQ9Ik00MTQuNiAxMjAuOEgyNDMuNGMtNSAwLTktNC05LTlzNC05IDktOWgxNzEuM2M1IDAgOSA0IDkgOXMtNC4xIDktOS4xIDl6TTIwNy4zIDEyMC44aC01NC4xYy01IDAtOS00LTktOXM0LTkgOS05aDU0LjFjNSAwIDkgNCA5IDlzLTQgOS05IDl6Ii8+PHBhdGggY2xhc3M9InN0NCIgZD0iTTU4LjYgMTExLjhjLTUgMC05LTQtOS05czQtOSA5LTljNy41IDAgMTMuNS02LjEgMTMuNS0xMy41UzY2IDY2LjcgNTguNiA2Ni43cy0xMy41IDYuMS0xMy41IDEzLjVjMCA1LTQgOS05IDlzLTktNC05LTljMC0xNy40IDE0LjItMzEuNSAzMS41LTMxLjVzMzEuNSAxNC4yIDMxLjUgMzEuNS0xNC4xIDMxLjYtMzEuNSAzMS42ek01OC43IDEzOC44Yy01IDAtOS4xLTQtOS4xLTlzNC05IDktOWguMWM1IDAgOSA0IDkgOXMtNCA5LTkgOXoiLz48cGF0aCBjbGFzcz0ic3QwIiBkPSJNNDUwLjcgMzE5LjFIOWMtNSAwLTktNC05LTlWMjAxLjljMC01IDQtOSA5LTloNDQxLjdjNSAwIDkgNCA5IDl2MTA4LjJjMCA1LTQuMSA5LTkgOXoiLz48cGF0aCBkPSJNMTA4LjIgMzE5LjFIOWMtNSAwLTktNC05LTlWMjAxLjljMC01IDQtOSA5LTloOTkuMWM1IDAgOSA0IDkgOXYxMDguMmMuMSA1LTQgOS04LjkgOXoiIGZpbGw9IiNmZmRjNjQiLz48cGF0aCBjbGFzcz0ic3QyIiBkPSJNMzA2LjUgMjQ3SDE1My4yYy01IDAtOS00LTktOXM0LTkgOS05aDE1My4yYzUgMCA5IDQgOSA5IC4xIDUtNCA5LTguOSA5eiIvPjxwYXRoIGNsYXNzPSJzdDMiIGQ9Ik0yMDcuMyAyODNoLTU0LjFjLTUgMC05LTQtOS05czQtOSA5LTloNTQuMWM1IDAgOSA0IDkgOXMtNCA5LTkgOXoiLz48cGF0aCBjbGFzcz0ic3Q0IiBkPSJNNTguNiAyNzRjLTUgMC05LTQtOS05czQtOSA5LTljNy41IDAgMTMuNS02LjEgMTMuNS0xMy41UzY2IDIyOSA1OC42IDIyOXMtMTMuNSA2LjEtMTMuNSAxMy41YzAgNS00IDktOSA5cy05LTQtOS05YzAtMTcuNCAxNC4yLTMxLjUgMzEuNS0zMS41czMxLjUgMTQuMiAzMS41IDMxLjVTNzYgMjc0IDU4LjYgMjc0ek01OC43IDMwMS4xYy01IDAtOS4xLTQtOS4xLTlzNC05IDktOWguMWM1IDAgOSA0IDkgOXMtNCA5LTkgOXoiLz48cGF0aCBjbGFzcz0ic3QwIiBkPSJNNDUwLjcgNDgxLjNIOWMtNSAwLTktNC05LTlWMzY0LjJjMC01IDQtOSA5LTloNDQxLjdjNSAwIDkgNCA5IDl2MTA4LjJjMCA0LjktNC4xIDguOS05IDguOXoiLz48cGF0aCBkPSJNMTA4LjIgNDgxLjNIOWMtNSAwLTktNC05LTlWMzY0LjJjMC01IDQtOSA5LTloOTkuMWM1IDAgOSA0IDkgOXYxMDguMmMuMSA0LjktNCA4LjktOC45IDguOXoiIGZpbGw9IiM0ZmUyNjciLz48cGF0aCBjbGFzcz0ic3QyIiBkPSJNMzA2LjUgNDA5LjJIMTUzLjJjLTUgMC05LTQtOS05czQtOSA5LTloMTUzLjJjNSAwIDkgNCA5IDlzLTQgOS04LjkgOXoiLz48cGF0aCBjbGFzcz0ic3QzIiBkPSJNMjA3LjMgNDQ1LjNoLTU0LjFjLTUgMC05LTQtOS05czQtOSA5LTloNTQuMWM1IDAgOSA0IDkgOXMtNCA5LTkgOXoiLz48cGF0aCBjbGFzcz0ic3Q0IiBkPSJNNTguNiA0MzYuM2MtNSAwLTktNC05LTlzNC05IDktOWM3LjUgMCAxMy41LTYuMSAxMy41LTEzLjVzLTYuMS0xMy41LTEzLjUtMTMuNS0xMy41IDYuMS0xMy41IDEzLjVjMCA1LTQgOS05IDlzLTktNC05LTljMC0xNy40IDE0LjItMzEuNSAzMS41LTMxLjVzMzEuNSAxNC4yIDMxLjUgMzEuNS0xNC4xIDMxLjUtMzEuNSAzMS41ek01OC43IDQ2My4zYy01IDAtOS4xLTQtOS4xLTlzNC05IDktOWguMWM1IDAgOSA0IDkgOXMtNCA5LTkgOXoiLz48Zz48cGF0aCBjbGFzcz0ic3Q3IiBkPSJNNDUwLjcgMzU1LjFoLTQ1LjF2NTMuNWMwIDEyLjQgMTAuMSAyMi41IDIyLjUgMjIuNSA0LjQgMCA4LjYtMS4zIDEyLjMtMy43bDMuNi0yLjQgMTUuNiAzNy42VjM2NGMuMS00LjgtNC04LjktOC45LTguOXpNNDQ0LjEgMjgwLjZjLTQuMy00LjMtOS45LTYuNi0xNS45LTYuNi0xMi40IDAtMjIuNiAxMC4xLTIyLjYgMjIuNVYzMTloNDUuMWM1IDAgOS00IDktOXYtMTMuOGwtMTUuNi0xNS42eiIvPjwvZz48cGF0aCBkPSJNNDIzLjYgMjk2LjZ2MTEyYzAgMy42IDQgNS43IDcgMy44bDIxLjgtMTQuMyAyNy45IDY3LjVjMS45IDQuNiA3LjIgNi44IDExLjggNC45bDEzLjctNS43YzQuNi0xLjkgNi44LTcuMiA0LjktMTEuOGwtMjcuOS02Ny41IDI1LjYtNS4yYzMuNS0uNyA0LjgtNS4xIDIuMy03LjZsLTc5LjQtNzkuNGMtMi44LTIuOC03LjctLjctNy43IDMuM3oiIGZpbGw9IiM0NjQ2NTUiLz48Zz48cGF0aCBjbGFzcz0ic3QzIiBkPSJNMzk2LjYgMjgzSDI0My40Yy01IDAtOS00LTktOXM0LTkgOS05aDE1My4yYzUgMCA5IDQgOSA5cy00IDktOSA5ek0zOTYuNiA0NDUuM0gyNDMuNGMtNSAwLTktNC05LTlzNC05IDktOWgxNTMuMmM1IDAgOSA0IDkgOSAwIDQuOS00IDktOSA5eiIvPjwvZz48L3N2Zz4=")
}

.services-section .medical-box p {
    word-wrap: break-word;
    color: #34323e;
    font-size: 16px;
    letter-spacing: .64px;
    margin-bottom: 0;
    margin-top: 22px
}

.services-section .service-content a,
.services-section .service-content a:before {
    -webkit-transition: all .5s ease 0s;
    -o-transition: all .5s ease 0s;
    transition: all .5s ease 0s
}

.services-section .service-content a.learn-more {
    background-color: #fff;
    color: #508927;
    display: inline-block;
    letter-spacing: .56px;
    padding: 18px 22px;
    position: relative;
    text-decoration: none;
    text-transform: uppercase;
    z-index: 1
}

.services-section .service-content a.appointment {
    background-color: #b7b7b7
}

.services-section .service-content a:before {
    bottom: 0;
    content: "";
    display: inline-block;
    position: absolute;
    right: 0;
    top: 0;
    width: 0;
    z-index: -1
}

.services-section .service-content a.learn-more:hover:before {
    background-color: #000;
    background-color: rgba(0, 0, 0, .1);
    width: 100%
}

.services-section .service-content a.appointment:hover:before {
    background-color: #508927
}

.services-section .service-content span {
    color: #b7b7b7;
    font-size: 19px;
    letter-spacing: .76px;
    margin: 0 10px;
    position: relative;
    text-transform: uppercase
}

.services-section .service-content span:before {
    content: "-";
    padding-right: 8px
}

.services-section .service-content span:after {
    content: "-";
    padding-left: 8px
}

.testimonial-section {
    background-color: #508927;
    display: inline-block;
    overflow-x: hidden;
    padding-bottom: 80px;
    padding-top: 80px;
    width: 100%
}

.testimonial-section .section-header>h3 {
    border-color: #fff;
    color: #fff
}

.testimonial-section .section-header>h3:after,
.testimonial-section .section-header>h3:before {
    background-color: #fff
}

.testimonial-box {
    margin-top: 65px;
    outline: none;
    padding: 0 15px
}

.testimonial-box.slick-current {
    opacity: 1
}

.testimonial-content {
    background-color: #000;
    background-color: rgba(0, 0, 0, .3);
    border-radius: 10px;
    padding: 20px 35px 30px;
    position: relative;
    text-align: center
}

.testimonial-content>i {
    left: 0;
    margin: 0 auto;
    max-width: 120px;
    position: absolute;
    right: 0;
    top: -65px;
    width: 120px
}

.testimonial-content>i img {
    border: 10px solid #05afc4;
    border: 10px solid rgba(5, 175, 196, .5);
    border-radius: 100%
}

.testimonial-content h5 {
    color: #fff;
    display: inline-block;
    font-family: Poppins, sans-serif;
    font-size: 20px;
    font-weight: 700;
    letter-spacing: .8px;
    margin-bottom: 20px;
    margin-top: 50px
}

.testimonial-content p {
    color: #fff;
    display: block;
    font-family: Playfair Display, serif;
    font-size: 20px;
    font-style: italic;
    letter-spacing: .8px;
    margin-bottom: 0;
    text-decoration: underline
}

.testimonial-content:before {
    color: #fff;
    content: "\f10d";
    font-family: FontAwesome;
    font-size: 30px;
    left: 25px;
    position: absolute;
    top: 15px
}

.team-section {
    padding-bottom: 80px;
    padding-top: 80px
}

.team-section .team-content {
    display: inline-block;
    text-align: center;
    width: 100%
}

.team-section .team-box {
    margin-bottom: 15px;
    overflow: hidden;
    position: relative;
    text-align: center
}

.team-section .team-box h5 {
    word-wrap: break-word;
    background-color: #508927;
    border-top-left-radius: 50px;
    border-top-right-radius: 50px;
    bottom: 0;
    color: #fff;
    font-family: Poppins, sans-serif;
    font-size: 18px;
    font-weight: 700;
    left: 0;
    letter-spacing: .72px;
    line-height: 24px;
    margin: 0;
    padding: 14px 20px;
    position: absolute;
    right: 0
}

.team-section .team-content span.team-catagory {
    word-wrap: break-word;
    background-color: #333;
    color: #fff;
    display: inline-block;
    font-family: Poppins, sans-serif;
    font-size: 16px;
    line-height: 26px;
    max-width: 100%;
    padding: 3px 10px;
    text-transform: uppercase
}

.section {
    background-color: #f1f1f1;
    padding-bottom: 80px;
    padding-top: 80px
}

.bg-blue {
    background-color: #508927 !important
}

.section .section-header {
    margin-bottom: 45px
}

.section .section-header>h3 {
    border-color: #e5e5e5
}

.section .section-header>h3:after,
.section .section-header>h3:before {
    background-color: #e5e5e5
}

article[class*=type-] {
    position: relative
}

article[class*=type-] .entry-content table a {
    color: #000;
    font-weight: 400;
    text-decoration: none
}

article[class*=type-] .entry-cover {
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    position: relative
}

article[class*=type-] .entry-cover>a {
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    display: block;
    overflow: hidden
}

article[class*=type-] .entry-cover>a>img {
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    transform: scale(1);
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -webkit-transition: all 1s ease 0s;
    -o-transition: all 1s ease 0s;
    transition: all 1s ease 0s
}

article[class*=type-]:hover .entry-cover>a>img {
    transform: scale(1.02);
    -webkit-transform: scale(1.02);
    -moz-transform: scale(1.02);
    -ms-transform: scale(1.02)
}

article[class*=type-] .entry-cover .post-date-bg {
    background: #508927;
    border-radius: 4em 0 0 4em;
    padding: 14px 0;
    position: absolute;
    right: 0;
    top: 50%;
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%)
}

article[class*=type-] .entry-cover .post-date {
    color: #fff;
    display: inline-block;
    font-family: Poppins, sans-serif;
    font-size: 20px;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    width: 90px
}

article[class*=type-] .entry-cover .post-date a:hover {
    color: #508927
}

article[class*=type-].format-audio .entry-cover .post-date-bg,
article[class*=type-].format-audio.no-post-thumbnail .entry-cover .post-date-bg,
article[class*=type-].format-gallery .entry-cover .post-date-bg,
article[class*=type-].format-gallery.no-post-thumbnail .entry-cover .post-date-bg,
article[class*=type-].format-video .entry-cover .post-date-bg,
article[class*=type-].format-video.no-post-thumbnail .entry-cover .post-date-bg,
article[class*=type-].no-post-thumbnail .entry-cover .post-date-bg {
    border: none;
    bottom: 0;
    display: inline-block;
    float: right;
    padding: 3px 15px;
    position: absolute;
    top: auto;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none
}

article[class*=type-].format-audio.no-post-thumbnail .entry-cover .post-date-bg,
article[class*=type-].format-gallery.no-post-thumbnail .entry-cover .post-date-bg,
article[class*=type-].format-video.no-post-thumbnail .entry-cover .post-date-bg,
article[class*=type-].no-post-thumbnail .entry-cover .post-date-bg {
    bottom: -33px
}

article[class*=type-].format-audio .entry-cover .post-date-bg:before,
article[class*=type-].format-audio.no-post-thumbnail .entry-cover .post-date-bg:before,
article[class*=type-].format-gallery .entry-cover .post-date-bg:before,
article[class*=type-].format-gallery.no-post-thumbnail .entry-cover .post-date-bg:before,
article[class*=type-].format-video .entry-cover .post-date-bg:before,
article[class*=type-].format-video.no-post-thumbnail .entry-cover .post-date-bg:before,
article[class*=type-].no-post-thumbnail .entry-cover .post-date-bg:before {
    background-color: #000;
    background-color: rgba(0, 0, 0, .502);
    bottom: 0;
    content: "";
    left: 0;
    position: absolute;
    right: 0;
    top: 0
}

article[class*=type-].format-audio .entry-cover .post-date,
article[class*=type-].format-audio .entry-cover .post-date a,
article[class*=type-].format-gallery .entry-cover .post-date,
article[class*=type-].format-gallery .entry-cover .post-date a,
article[class*=type-].format-video .entry-cover .post-date,
article[class*=type-].format-video .entry-cover .post-date a,
article[class*=type-].no-post-thumbnail .entry-cover .post-date,
article[class*=type-].no-post-thumbnail .entry-cover .post-date a {
    color: #fff;
    font-size: 15px;
    height: auto;
    line-height: 24px;
    overflow: visible;
    position: relative;
    right: 0;
    top: 0;
    width: auto
}

article[class*=type-].format-audio .entry-cover .post-date a span,
article[class*=type-].format-gallery .entry-cover .post-date a span,
article[class*=type-].format-video .entry-cover .post-date a span,
article[class*=type-].no-post-thumbnail .entry-cover .post-date a span {
    display: inline-block;
    font-size: 15px;
    line-height: 27px;
    margin-left: 5px
}

article[class*=type-].format-audio .entry-cover .post-date a:hover,
article[class*=type-].format-gallery .entry-cover .post-date a:hover,
article[class*=type-].format-video .entry-cover .post-date a:hover,
article[class*=type-].no-post-thumbnail .entry-cover .post-date a:hover {
    color: #508927
}

article[class*=type-] .section-content {
    background-color: #fff;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    float: left;
    padding: 20px;
    width: 100%
}

article[class*=type-] .entry-header h3.entry-title {
    word-wrap: break-word;
    margin-bottom: 15px;
    margin-top: 0
}

article[class*=type-] .entry-header h3.entry-title a {
    color: #4a4a4a;
    font-family: Merriweather, sans-serif;
    font-size: 21px;
    line-height: 30px;
    text-decoration: none;
    -webkit-transition: all 1s ease 0s;
    -o-transition: all 1s ease 0s;
    transition: all 1s ease 0s
}

article[class*=type-] .entry-header h3.entry-title a:hover {
    color: #508927
}

article[class*=type-] .entry-meta .byline,
article[class*=type-] .entry-meta .post-comment,
article[class*=type-] .entry-meta .post-time {
    display: inline-block;
    margin-bottom: 10px
}

article[class*=type-] .entry-meta {
    margin-bottom: 15px
}

article[class*=type-] .entry-meta .post-time span,
article[class*=type-] .entry-meta span {
    word-wrap: break-word;
    border: 1px solid #ebebeb;
    color: #4a4a4a;
    display: inline-block;
    margin-right: 10px;
    padding: 10px 13px;
    text-decoration: none;
    -webkit-transition: all 1s ease 0s;
    -o-transition: all 1s ease 0s;
    transition: all 1s ease 0s
}

article[class*=type-] .entry-meta .post-time>span i,
article[class*=type-] .entry-meta span>i {
    color: #508927;
    font-size: 17px;
    padding-right: 10px;
    -webkit-transition: all 1s ease 0s;
    -o-transition: all 1s ease 0s;
    transition: all 1s ease 0s
}

article[class*=type-] .entry-content p {
    color: #777;
    font-size: 15px;
    letter-spacing: .3px;
    line-height: 28px;
    margin-bottom: 10px
}

article[class*=type-] .section-content>a.read-more {
    background-color: #99C63D;
    border: 1px solid #508927;
    border-radius: 6px;
    color: #fff;
    display: block;
    font-family: Merriweather, sans-serif;
    font-size: 15px;
    margin-left: auto;
    margin-right: auto;
    padding: 10px 30px;
    text-decoration: none;
    -webkit-transition: all 1s ease 0s;
    -o-transition: all 1s ease 0s;
    transition: all 1s ease 0s;
    z-index: 1
}

article[class*=type-] .section-content>a.read-more:before {
    background-color: #fff;
    border-radius: 10px;
    bottom: 0;
    content: "";
    opacity: 0;
    position: absolute;
    right: 0;
    top: 0;
    -webkit-transition: all .5s ease 0s;
    -o-transition: all .5s ease 0s;
    transition: all .5s ease 0s;
    width: 0;
    z-index: -1
}

article[class*=type-] .section-content>a.read-more:hover {
    background-color: transparent;
    color: #508927
}

article[class*=type-] .section-content>a.read-more:hover:before {
    opacity: 1;
    width: 100%
}

.blog-2column {
    background-color: #fff;
    padding-bottom: 0
}

.section.blog-2column {
    padding-top: 0
}

.blog-2column article[class*=type-] {
    margin-bottom: 30px
}

.blog-2column article[class*=type-] .section-content {
    border: 1px solid #e6e6e6
}

article[class*=type-] .section-content {
    border: 1px solid #e6e6e6;
    margin-bottom: 30px
}

.content-area.content-right {
    padding-left: 30px
}

.content-area.content-left {
    padding-right: 30px
}

.widget-area.sidebar-right {
    border-right: none;
    padding-left: 30px
}

.widget-area {
    border: 1px solid #e5e5e5;
    border-top: none
}

.sidebar-left.widget-area {
    border-left: none;
    padding-right: 30px
}

.widget .latest-detail-tab .nav>li {
    border-bottom: none;
    float: left;
    margin-bottom: 0;
    width: auto
}

.widget-area .latest-detail-tab .nav-tabs {
    border: none
}

.widget-area .latest-detail-tab .wc-tabs li a {
    background-color: transparent;
    border: 1px solid #e5e5e5;
    border-radius: 0;
    color: #508927;
    font-size: 16px;
    letter-spacing: .35px;
    margin: 0;
    padding: 18px 55px
}

.widget .latest-detail-tab .tab-pane {
    margin-top: 15px
}

.widget .latest-detail-tab .wc-tabs.nav-tabs>li.active>a,
.widget .latest-detail-tab .wc-tabs.nav-tabs>li.active>a:focus,
.widget .latest-detail-tab .wc-tabs.nav-tabs>li.active>a:hover,
.widget .latest-detail-tab .wc-tabs li.active a {
    background-color: #508927;
    border-color: transparent;
    color: #fff
}

.widget .tab-content .latest-content {
    display: inline-block;
    margin-bottom: 25px;
    padding-bottom: 8px;
    padding-left: 130px;
    position: relative;
    width: 100%
}

.widget .tab-content .latest-content.no-post-thumbnail {
    margin-bottom: 10px;
    padding-left: 0
}

.widget .tab-content .latest-content.no-post-thumbnail h5 {
    margin-top: 0
}

.widget .tab-content .latest-content:last-child {
    margin-bottom: 0
}

.widget .tab-content .latest-content>a>i {
    border-right: 5px solid #508927;
    left: 0;
    position: absolute
}

.widget .tab-content .latest-content h5 {
    color: #bababa;
    font-size: 13px;
    line-height: 25px
}

.widget .tab-content .latest-content h5>a {
    color: #777;
    text-decoration: none;
    -webkit-transition: all 1s ease 0s;
    -o-transition: all 1s ease 0s;
    transition: all 1s ease 0s
}

.widget .tab-content .latest-content h5>a:hover {
    color: #508927
}

.widget .tab-content .latest-content span {
    font-size: 13px;
    line-height: 29px
}

.widget .tab-content .latest-content span a {
    color: #508927;
    text-decoration: none
}

.widget .tab-content .latest-content span a:hover {
    color: #777
}

.widget .tab-content .latest-content span a>i {
    font-size: 17px;
    padding-right: 10px
}

.procedure-section {
    padding-bottom: 80px;
    padding-top: 80px;
    position: relative
}

.procedure-section .department-header {
    margin-bottom: 30px
}

.procedure-section .department-header h5 {
    background-color: #508927;
    border-bottom-left-radius: 50px;
    border-bottom-right-radius: 50px;
    border-top-left-radius: 50px;
    border-top-right-radius: 50px;
    color: #fff;
    font-family: Merriweather, sans-serif;
    font-size: 23px;
    letter-spacing: 4.6px;
    line-height: 32px;
    margin: 0;
    padding: 14px 15px;
    text-transform: uppercase
}

.procedure-section .procedure-box {
    margin-bottom: 20px;
    padding-left: 10px;
    padding-right: 10px;
    width: 100%
}

.procedure-section .procedure-img-box {
    border: 2px solid #508927;
    border-radius: 10px;
    padding: 45px 0;
    transform: scale(1);
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -webkit-transition: all 1s ease 0s;
    -o-transition: all 1s ease 0s;
    transition: all 1s ease 0s
}

.procedure-section .procedure-img-box:hover {
    background: #f5f5f5
}

.procedure-section .procedure-img-box img {
    margin-bottom: 20px
}

.procedure-section .procedure-img-box a {
    color: #353a4b;
    display: block;
    font-size: 18px;
    font-weight: 300;
    line-height: 33px;
    padding: 0 15px;
    text-decoration: none
}

.procedure-section .procedure-img-box a:hover {
    color: #508927
}

.procedure-section .show-all {
    display: block;
    margin-top: 15px;
    overflow: hidden;
    text-align: center;
    white-space: nowrap
}

.procedure-section .show-all>a {
    word-wrap: break-word;
    background-color: #f2fdfe;
    border: 1px solid #508927;
    color: #508927;
    display: inline-block;
    font-family: Merriweather, sans-serif;
    font-size: 19px;
    max-width: 290px;
    padding: 12px 60px;
    position: relative;
    text-decoration: none;
    text-transform: uppercase;
    -webkit-transition: all 1s ease 0s;
    -o-transition: all 1s ease 0s;
    transition: all 1s ease 0s;
    white-space: normal
}

.procedure-section .show-all>a:after,
.procedure-section .show-all>a:before {
    background-color: #508927;
    bottom: 25px;
    content: "";
    height: 1px;
    position: absolute;
    width: 1170px
}

.procedure-section .show-all>a:before {
    margin-right: 12px;
    right: 100%
}

.procedure-section .show-all>a:after {
    left: 100%;
    margin-left: 12px
}

.procedure-section .show-all a:hover {
    background-color: #508927;
    color: #fff
}

.procedure-section2 {
    padding-bottom: 60px;
    padding-top: 80px
}

.procedure-section .section-header {
    margin-bottom: 45px
}

.procedure-section .section-header>h3 {
    border-color: #e5e5e5
}

.procedure-section .section-header>h3:after,
.procedure-section .section-header>h3:before {
    background-color: #e5e5e5
}

.about-section {
    background-color: #fff;
    padding-bottom: 0;
    padding-top: 80px
}

.about-section .about-content h5 {
    color: #232323;
    font-size: 36px;
    font-weight: 700;
    line-height: 48px;
    margin-bottom: 30px;
    margin-top: 0;
    padding-bottom: 30px;
    position: relative
}

.about-section .about-content h5:after {
    background-color: #508927;
    bottom: 0;
    content: "";
    height: 3px;
    left: 0;
    position: absolute;
    width: 61px
}

.about-section .about-content p {
    color: #949599;
    font-family: Poppins, sans-serif;
    font-size: 17px;
    line-height: 30px;
    margin-bottom: 30px
}

.services-bg {
    background-image: url(../../../assets/images/services.jpg);
    background-size: cover
}

.img-others {
    border-bottom-left-radius: 10px;
    border-top-left-radius: 10px;
    height: 350px;
    margin: 0 !important;
    -o-object-fit: cover;
    object-fit: cover;
    overflow: hidden;
    width: 100%
}

.pad45 {
    padding: 42px
}

.mar-top5 {
    margin-top: 5px
}

.tab-section {
    padding-bottom: 80px;
    padding-top: 80px
}

.tab-detail .services-tabs {
    border: 1px solid #dedede;
    border-bottom: none
}

.tab-detail .services-tabs li a {
    background-color: transparent;
    border: none;
    border-left: 1px solid #dedede;
    border-radius: 0;
    color: #232323;
    font-size: 18px;
    line-height: 32px;
    margin: 0;
    padding: 24px 58px;
    text-transform: capitalize
}

.tab-detail .services-tabs li:last-of-type a {
    border-right: 1px solid #dedede
}

.tab-detail .services-tabs li:first-of-type a {
    border-left: none
}

.tab-detail .services-tabs.nav-tabs>li.active>a:focus,
.tab-detail .services-tabs.nav-tabs>li.active>a:hover,
.tab-detail .services-tabs>li.active>a,
.tab-detail .services-tabs li.active a {
    background-color: #508927;
    border: none;
    color: #fff
}

.tab-detail .tab-content {
    border: 1px solid #dedede;
    padding: 30px 55px 15px
}

.tab-detail .tab-content .tab-pane {
    padding-left: 175px;
    position: relative
}

.tab-detail .tab-content .tab-pane i {
    left: 0;
    position: absolute;
    top: 25px
}

.tab-detail .tab-content .tab-pane h5 {
    color: #333;
    font-family: Merriweather, sans-serif;
    font-size: 18px;
    line-height: 30px
}

.tab-detail .tab-content .tab-pane p {
    color: #777;
    font-size: 15px;
    line-height: 26px;
    margin-bottom: 25px
}

.contact-us .contact-header {
    margin-bottom: 30px;
    text-align: center
}

.contact-us .contact-header h5 {
    color: #4a4a4a;
    font-family: Merriweather, sans-serif;
    font-size: 36px;
    line-height: 48px;
    margin-bottom: 15px;
    margin-top: 0
}

.contact-us .contact-header p {
    color: #777;
    font-size: 15px;
    letter-spacing: .3px;
    line-height: 26px;
    margin-bottom: 0;
    padding: 0 25%
}

.contact-us .contact-form {
    border: 3px solid #508927;
    border-radius: 35px;
    display: inline-block;
    margin-bottom: 40px;
    padding: 25px 42px 0;
    width: 100%
}

.contact-us .contact-form h5 {
    color: #4a4a4a;
    font-family: Merriweather, sans-serif;
    font-size: 18px;
    line-height: 27px;
    margin-bottom: 20px;
    margin-top: 0
}

.contact-us .contact-form .form-group {
    margin-bottom: 35px
}

.contact-us .contact-form .input-control7-form .form-group:last-child {
    margin-bottom: 0
}

.contact-us .contact-form .input-control7-form .input-control7-form-control {
    -webkit-appearance: none;
    border-color: #e0e0e0;
    border-radius: 0;
    box-shadow: none;
    -webkit-box-shadow: none;
    font-weight: 400;
    height: auto;
    padding: 15px 20px
}

.contact-us .contact-form .input-control7-form .input-control7-submit {
    background-color: #508927;
    border: 1px solid #508927;
    color: #fff;
    float: right;
    font-size: 15px;
    letter-spacing: 1.5px;
    padding: 12px 35px;
    text-transform: uppercase;
    -webkit-transition: all 1s ease 0s;
    -o-transition: all 1s ease 0s;
    transition: all 1s ease 0s;
    width: auto
}

.contact-us .contact-form .input-control7-form .input-control7-submit:hover {
    background-color: transparent;
    color: #508927
}

.contact-us .contact-call-box {
    border-bottom: 1px solid #e0e0e0;
    display: inline-block;
    min-height: 70px;
    padding: 16px 15px 10px 62px;
    position: relative;
    width: 100%
}

.contact-us .contact-call-box:last-child {
    border-bottom: none
}

.contact-us .contact-call-box p {
    color: #777;
    font-family: Poppins, sans-serif;
    font-size: 15px;
    line-height: 39px;
    margin-bottom: 0
}

.contact-us .contact-call-box p>i {
    border: 3px solid #508927;
    border-radius: 100%;
    color: #508927;
    font-size: 18px;
    height: 42px;
    left: 0;
    line-height: 38px;
    margin-right: 24px;
    position: absolute;
    text-align: center;
    top: 14px;
    width: 42px
}

.contact-us .contact-call-box p>a {
    color: #777;
    text-decoration: none
}

.contact-us .contact-call-box ul {
    display: inline-block;
    margin-bottom: 3px;
    padding-left: 0
}

.contact-us .contact-call-box ul li {
    display: inline-block;
    margin-right: 20px;
    text-align: center
}

.contact-us .contact-call-box ul li:last-child {
    margin-right: 0
}

.contact-us .contact-call-box li a {
    color: #777;
    -webkit-transition: all 1s ease 0s;
    -o-transition: all 1s ease 0s;
    transition: all 1s ease 0s
}

.contact-us .contact-call-box li a:hover {
    color: #000
}

.contact-us2.contact-us .contact-deatil {
    padding-bottom: 0;
    padding-top: 60px
}

.contact-us2 .contact-form {
    border-color: #e5e5e5;
    border-radius: 0;
    border-width: 1px;
    padding: 90px 42px 0;
    position: relative
}

.contact-us2 .contact-form:before {
    background-image: url(..assets/images/contact-sep-bg.png);
    background-repeat: no-repeat;
    content: "";
    height: 50px;
    left: 0;
    position: absolute;
    right: 0;
    top: 30px;
    width: 100%
}

.contact-us2 .map-canvas-contact-1 {
    height: 658px;
    margin-bottom: 50px
}

.contact-us2 .contact-deatil .contact-call-box {
    border: 1px solid #e5e5e5;
    margin-bottom: 30px;
    padding: 50px 15px;
    text-align: center;
    -webkit-transition: all 1s ease 0s;
    -o-transition: all 1s ease 0s;
    transition: all 1s ease 0s
}

.contact-us2 .contact-deatil .contact-call-box:hover {
    background-color: #508927;
    border-color: #508927
}

.contact-us2 .contact-deatil .contact-call-box:hover li a,
.contact-us2 .contact-deatil .contact-call-box:hover p,
.contact-us2 .contact-deatil .contact-call-box:hover p>a {
    color: #fff;
    -webkit-transition: all 1s ease 0s;
    -o-transition: all 1s ease 0s;
    transition: all 1s ease 0s
}

.contact-us2 .contact-deatil .contact-call-box:hover li a:hover,
.contact-us2 .contact-deatil .contact-call-box:hover p>a:hover {
    color: #000
}

.contact-us2 .contact-deatil .contact-call-box p>i {
    display: block;
    font-size: 30px;
    height: 99px;
    line-height: 99px;
    margin: 0 auto 25px;
    position: relative;
    transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -webkit-transition: all 1s ease 0s;
    -o-transition: all 1s ease 0s;
    transition: all 1s ease 0s;
    width: 99px
}

.contact-us2.contact-us .contact-call-box ul {
    display: inline-block;
    text-align: center;
    width: 100%
}

.contact-us2.contact-us .contact-call-box ul li {
    margin-right: 15px
}

.contact-us2.contact-us .contact-call-box ul li:last-of-type {
    margin-right: 0
}

.contact-us2 .contact-deatil .contact-call-box:hover p>i {
    border-color: #fff;
    color: #fff;
    transform: rotate(1turn);
    -webkit-transform: rotate(1turn);
    -moz-transform: rotate(1turn);
    -ms-transform: rotate(1turn)
}

.gallery-single-section {
    background-color: #fff
}

.gallery-single-section .flexslider.gallery-details-full,
.gallery-single-section .flexslider.gallery-details-thumb {
    direction: ltr
}

.gallery-single-section .flexslider.gallery-details-full {
    border: none;
    border-radius: 0;
    margin-bottom: 50px
}

.gallery-single-section .flexslider.gallery-details-thumb {
    border: none;
    border-radius: 0;
    margin-bottom: 48px;
    padding: 0 70px
}

.gallery-single-section .flexslider .slides>li {
    cursor: pointer;
    text-align: center
}

.gallery-single-section .flexslider .slides>li img {
    display: inline-block
}

.gallery-single-section .flexslider.gallery-details-full .flex-direction-nav a {
    display: none;
    height: 0
}

.gallery-single-section .flex-direction-nav a {
    color: #508927
}

.gallery-single-section .flex-direction-nav a.flex-prev:before {
    color: #508927;
    content: "\f0d9";
    display: inline-block;
    font-family: FontAwesome;
    font-size: 40px
}

.gallery-single-section .flex-direction-nav a.flex-next:before {
    color: #508927;
    content: "\f0da";
    display: inline-block;
    font-family: FontAwesome;
    font-size: 40px
}

.gallery-single-section .flexslider .flex-direction-nav .flex-prev {
    left: -5px;
    opacity: 1
}

.gallery-single-section .flexslider:hover .flex-direction-nav .flex-prev {
    left: -5px;
    opacity: 1
}

.gallery-single-section .flexslider .flex-direction-nav .flex-next {
    opacity: 1;
    right: 6px
}

.gallery-single-section .flexslider:hover .flex-direction-nav .flex-next {
    opacity: 1;
    right: 6px
}

.gallery-single-section .flexslider .slides img {
    width: auto
}

.gallery-single-section .info-box {
    border: 1px solid #d8d8d8;
    padding: 45px 50px 25px
}

.gallery-single-section .info-box .project-details {
    display: inline-block;
    margin-bottom: 5px;
    width: 100%
}

.gallery-single-section .info-box .project-details:last-of-type {
    margin-bottom: 0
}

.gallery-single-section .info-box h3 {
    color: #222;
    float: left;
    font-family: Poppins, sans-serif;
    font-size: 13px;
    font-weight: 600;
    letter-spacing: .48px;
    line-height: 24px;
    margin-bottom: 0;
    margin-top: 0;
    text-transform: uppercase;
    width: 50%
}

.gallery-single-section .info-box span {
    color: #777;
    float: left;
    font-family: Poppins, sans-serif;
    font-size: 14px;
    font-weight: 400;
    letter-spacing: .52px;
    text-align: right;
    text-transform: capitalize;
    width: 50%
}

.gallery-single-section .info-content {
    margin-top: -8px
}

.gallery-single-section .info-content h3 {
    color: #222;
    font-family: Poppins, sans-serif;
    font-size: 18px;
    font-weight: 600;
    letter-spacing: .64px;
    line-height: 32px;
    margin-bottom: 10px;
    margin-top: 0;
    padding-bottom: 15px;
    position: relative;
    text-transform: uppercase
}

.gallery-single-section .info-content h3:before {
    background-color: #508927;
    bottom: 0;
    content: "";
    height: 3px;
    left: 0;
    position: absolute;
    width: 61px
}

.gallery-single-section .info-content p {
    color: #949599;
    font-size: 14px;
    letter-spacing: .56px;
    line-height: 26px;
    margin-top: 15px
}

.gallery-single-section .gallery-info-content {
    display: inline-block;
    margin-top: 50px
}

.header_s .menu-setting-info {
    margin: 10px 15px
}

.header_s .menu-setting-info a {
    color: #000;
    font-size: 22px;
    text-decoration: none;
    text-transform: capitalize
}

.header_default .menu-setting-info {
    margin-bottom: 20px;
    text-align: center
}

.header_default .menu-setting-info a {
    color: #fff
}

.section .portfolio-categories {
    margin-bottom: 35px;
    padding-left: 0;
    text-align: center
}

.section .portfolio-categories li {
    display: inline-block;
    margin-right: 40px
}

.section .portfolio-categories li:last-child {
    margin-right: 0
}

.section .portfolio-categories li a {
    background-color: transparent;
    border-radius: 0;
    color: #8c8c8c;
    display: inline-block;
    font-size: 13px;
    font-weight: 500;
    letter-spacing: .52px;
    line-height: 25px;
    padding: 8px 15px 5px;
    text-decoration: none;
    text-transform: uppercase;
    -webkit-transition: all 1s ease 0s;
    -o-transition: all 1s ease 0s;
    transition: all 1s ease 0s
}

.section .portfolio-categories li a.active,
.section .portfolio-categories li a:focus,
.section .portfolio-categories li a:hover {
    background-color: #508927;
    border-radius: 10px;
    color: #fff
}

.section .portfolio-list {
    margin-bottom: 0;
    margin-left: -5px;
    margin-right: -5px;
    padding-left: 0
}

.section .portfolio-list li {
    list-style: none;
    margin-bottom: 9px;
    padding-left: 4.5px;
    padding-right: 4.5px
}

.section .content-image-block {
    overflow: hidden;
    -webkit-perspective: 50em;
    perspective: 50em;
    position: relative
}

@media (min-width:992px) {
    .header_default .ownavigation .navbar-collapse {
        background-color: #191919;
        background-color: rgba(80, 137, 39, .6);
        border-bottom-left-radius: 10px;
        border-bottom-right-radius: 10px;
        left: 0;
        position: absolute;
        right: 0;
        top: 0;
        z-index: 11
    }

    .header_default .ownavigation {
        background-color: transparent;
        border-top: 10px solid rgba(80, 137, 39, .6)
    }

    .header_default .nav.navbar-nav {
        float: none;
        text-align: center
    }

    .header_default .ownavigation .navbar-nav>li {
        display: inline-block;
        float: none
    }

    .header_default .ownavigation .navbar-nav>li>a {
        font-size: 15px;
        margin-bottom: 17px;
        margin-top: 17px;
        padding: 8px 0;
        -webkit-transition: all 1s ease 0s;
        -o-transition: all 1s ease 0s;
        transition: all 1s ease 0s
    }

    .header_default .ownavigation .navbar-nav>li>a {
        color: #fff
    }

    .header_default .ownavigation .navbar-nav>li>a:after {
        color: #99C63D;
        content: "|";
        padding-left: 15px
    }

    .header_default .ownavigation .navbar-nav>li:last-of-type a:after {
        content: ""
    }

    .header_default .ownavigation .navbar-nav>.active>a,
    .header_default .ownavigation .navbar-nav>.active>a:focus,
    .header_default .ownavigation .navbar-nav>.active>a:hover,
    .header_default .ownavigation .navbar-nav>li:hover>a,
    .header_default .ownavigation .navbar-nav>li>a:hover {
        background-color: transparent;
        color: #99C63D
    }

    .header_default .ownavigation.navbar-fixed-top .navbar-collapse {
        background-color: #508927;
        background-color: #508927
    }

    .header_default .ownavigation.navbar-fixed-top {
        border-top-color: #508927
    }

    .header_default .ownavigation .navbar-nav>li:hover>a {
        -webkit-animation: bounce 1s;
        animation: bounce 1s
    }

    .header_default.header_s a.navbar-brand.image-logo {
        margin-bottom: 23px;
        margin-top: 23px;
        max-height: 45px;
        max-width: 215px;
        overflow: hidden;
        padding: 0
    }

    .header_default.header_s a.navbar-brand.custom-txt,
    .header_default.header_s a.navbar-brand.site-title {
        line-height: 44px;
        margin-bottom: 15px;
        margin-top: 15px;
        max-width: 350px;
        overflow: hidden;
        padding: 0
    }

    .other-services .srv-box [class*=col-md]:nth-child(3n+1) {
        clear: both
    }

    .welcome-section.other-services .our-clinic>.welcome-left>[class*=col-md-]:nth-child(odd) {
        clear: both
    }

    .services-section .medical-box:nth-child(3n+1) {
        clear: both
    }

    .extra-services .row [class*=col-md]:nth-child(3n+1) {
        clear: both
    }

    .procedure-section .procedure-box:nth-child(5n+1) {
        clear: both
    }

    .contact-us2.contact-us .contact-deatil .row [class*=col-md-]:nth-child(4n+1) {
        clear: both
    }

    @-webkit-keyframes bounce {

        0%,
        20%,
        60%,
        to {
            -webkit-transform: translateX(0);
            transform: translateX(0)
        }

        40% {
            -webkit-transform: translateX(-10px);
            transform: translateX(-10px)
        }

        80% {
            -webkit-transform: translateX(-5px);
            transform: translateX(-5px)
        }
    }

    @keyframes bounce {

        0%,
        20%,
        60%,
        to {
            -webkit-transform: translateX(0);
            transform: translateX(0)
        }

        40% {
            -webkit-transform: translateX(-10px);
            transform: translateX(-10px)
        }

        80% {
            -webkit-transform: translateX(-5px);
            transform: translateX(-5px)
        }
    }
}

@media (max-width:1200px) {
    .other-services .other-services-block {
        padding: 20px
    }

    .other-services .other-services-content {
        padding-left: 88px
    }

    .other-services .other-services-content h5 {
        font-size: 15px
    }

    .footer-main .widget p>i {
        margin-right: 4px
    }

    .footer-main .widget_workinghours {
        padding: 0 12px 35px
    }

    .gallery-section .portfolio-categories li {
        margin-right: 0
    }

    .services-section .service-content p {
        margin-bottom: 30px
    }

    .services-section .medical-services {
        margin-bottom: 10px
    }

    .services-section .medical-box:after {
        right: 10px
    }

    article[class*=type-] .section-content {
        padding: 38px 15px
    }

    article[class*=type-] .entry-meta a {
        margin-right: 5px;
        padding: 10px
    }

    .widget-area .latest-detail-tab .wc-tabs li a {
        padding: 18px 30px
    }

    .widget-area .tab-content .latest-content {
        padding-left: 122px
    }

    .widget-area .tab-content .latest-content h5 {
        margin-top: 0
    }

    .tab-detail .services-tabs li a {
        padding: 24px 35px
    }

    .contact-us .contact-header p {
        padding: 0 8%
    }

    .contact-us .contact-call-box p {
        font-size: 14px
    }

    .contact-us .contact-call-box p>i {
        margin-right: 15px
    }

    .contact-us2 .contact-call-box ul li {
        margin-right: 15px
    }

    .gallery-single-section .info-box {
        padding: 45px 20px 25px
    }
}

@media only screen and (min-width:992px) and (max-width:1199px) {
    .header_s a.navbar-brand {
        font-size: 27px
    }

    .header_s a.navbar-brand>i {
        margin-right: 8px
    }

    .header_default.header_s a.navbar-brand.custom-txt,
    .header_default.header_s a.navbar-brand.site-title {
        font-size: 30px;
        line-height: 42px
    }

    .carrier-section .panel-body .sent-box .linked-bg {
        padding-top: 5px
    }

    .carrier-section .panel-body .sent-box .linked-bg h5 {
        width: 100%
    }

    .carrier-section .panel-body .sent-box .linked-bg a {
        float: none;
        margin-top: 15px
    }

    .appoinment-form .input-group [class*=col-md-] {
        margin-bottom: 5px
    }

    .appoinment-form .input-group [class*=col-md-]:last-child {
        margin-bottom: 0
    }

    .section-header>h3 {
        max-width: 900px
    }
}

@media (max-width:991px) {
    .header_default.header_s a.navbar-brand.image-logo {
        margin-bottom: 11px;
        margin-top: 10px;
        max-height: 50px;
        max-width: 190px;
        overflow: hidden;
        padding: 0
    }

    .header_default.header_s .ownavigation .navbar-toggle {
        margin: 23px 0 20px
    }

    .header_default.header_s a.navbar-brand.custom-txt,
    .header_default.header_s a.navbar-brand.site-title {
        font-size: 20px;
        line-height: 1.5;
        margin: 24px 0;
        max-width: 90%;
        overflow: hidden;
        padding: 0
    }

    .header_s a.navbar-brand.custom-txt>i,
    .header_s a.navbar-brand.site-title>i {
        position: relative;
        top: -1px
    }

    .header_s a.navbar-brand {
        line-height: 48px;
        padding-bottom: 11px;
        padding-top: 12px
    }

    .header_s a.navbar-brand>i {
        margin-right: 10px
    }

    .header_s .ownavigation .navbar-toggle {
        margin: 20px 0
    }

    .header_s .ownavigation .navbar-nav>li {
        margin: 0
    }

    .header_default .default-top {
        text-align: center
    }

    .header_default .nav_absolute {
        position: relative !important
    }

    .header_s.header_default a.phone-call {
        display: inline-block;
        float: none;
        margin-top: 20px;
        text-align: center
    }

    .page-banner .page-banner-content {
        padding: 138px 0
    }

    .section-header>h3 {
        max-width: 700px
    }

    .other-services [class*=col-sm]:nth-child(odd) {
        clear: both
    }

    .welcome-section .welcome-left.row {
        margin-left: 0;
        margin-right: 0
    }

    .welcome-section .clinic-form {
        padding-left: 15px;
        text-align: center
    }

    .appoinment-form {
        margin-top: 0
    }

    .services-section .medical-box:after {
        right: 32px
    }

    .services-section .services-img {
        text-align: center
    }

    .services-section .medical-box:nth-child(3n+1) {
        clear: both
    }

    article[class*=type-] .entry-meta a {
        font-size: 13px
    }

    .widget-area .latest-detail-tab .wc-tabs li a {
        padding: 12px 20px
    }

    .widget-area .latest-content img {
        max-width: 80px
    }

    .widget-area .tab-content .latest-content {
        margin-bottom: 25px;
        padding-left: 100px
    }

    .widget-area .tagcloud a {
        padding: 8px 10px 12px
    }

    .widget_accordion .panel-title a {
        padding: 15px 65px 15px 10px
    }

    .widget_accordion .panel-body {
        padding: 15px 15px 0
    }

    .widget-area .footer-social>i,
    .widget-area .widget_info p>i {
        height: 35px;
        line-height: 35px;
        margin-right: 7px;
        width: 35px
    }

    .widget-area .footer-social ul li {
        margin-right: 10px
    }

    .content-area.col-md-8 .blog-2column [class*=col-] {
        width: 100%
    }

    .procedure-section .procedure-box {
        width: 100%
    }

    .procedure-section .procedure-img-box span {
        font-size: 16px;
        line-height: 30px
    }

    .procedure-section .procedure-img-box img {
        max-width: 70px
    }

    .carrier-section .panel-body .job-summary {
        margin-bottom: 30px
    }

    .carrier-section .panel-body .sent-box .sent-box-left {
        padding-right: 15px
    }

    .carrier-section .panel-body .sent-box .sent-box-right {
        padding-left: 15px
    }

    .carrier-section .panel-body .sent-box .linked-bg {
        margin-bottom: 40px
    }

    .carrier-section .panel-body .sent-box .cv-bg {
        margin-bottom: 0
    }

    .extra-services .row [class*=col-sm]:nth-child(odd) {
        clear: both
    }

    .tab-detail .services-tabs li a {
        padding: 15px
    }

    .contact-us2 .contact-deatil .contact-call-box {
        margin-bottom: 30px
    }

    .contact-us2 .contact-call-box ul {
        display: block
    }

    .footer-main .contact-form,
    .footer-main .contact-info {
        padding-top: 50px
    }

    .contact-us2.contact-us .contact-deatil .row [class*=col-md-]:nth-child(odd) {
        clear: both
    }
}

@media only screen and (min-width:768px) and (max-width:991px) {
    .procedure-section .procedure-box:nth-child(4n+1) {
        clear: both
    }

    .appoinment-form .appointment-options [class*=col-sm-] {
        width: 347px
    }
}

@media (max-width:767px) {
    .practo_widget {
        float: none !important
    }

    .innerresumedetail {
        border-top: 1px solid hsla(0, 0%, 100%, .5);
        padding-top: 10px
    }

    .innerresumedetail,
    .resume_field * {
        padding-left: 0;
        padding-right: 0
    }

    .resume_main_detail {
        border-right: 0
    }

    .appoinment-form .appointment-options [class*=col-sm-] {
        min-width: 212px
    }

    .header_s.header_default a.phone-call {
        font-size: 14px;
        margin-top: 12px
    }

    .header_s a.phone-call i {
        font-size: 21px
    }

    .section-header>h3 {
        max-width: 90%
    }

    .gallery-section .portfolio-categories li {
        margin-bottom: 10px
    }

    .section article[class*=type-] {
        display: block;
        margin: 0 auto 30px;
        max-width: 570px
    }

    .procedure-section .procedure-img-box span {
        font-size: 16px
    }

    .procedure-section .procedure-img-box {
        padding: 30px 0
    }

    .procedure-section .procedure-box:nth-child(4n+1) {
        clear: both
    }

    .procedure-section .show-all>a {
        font-size: 18px;
        max-width: 240px;
        padding: 12px 30px
    }

    .about-section .about-img {
        text-align: center
    }

    .tab-detail .services-tabs li a {
        font-size: 16px;
        padding: 15px 13px
    }

    .contact-us2 .contact-deatil .contact-call-box p>i {
        height: 75px;
        line-height: 75px;
        width: 75px
    }

    .content-area.content-right,
    .widget-area.sidebar-right {
        padding-left: 15px
    }

    .content-area.content-left,
    .sidebar-left.widget-area {
        padding-right: 15px
    }

    .widget-area {
        border: none
    }

    .widget-area .widget:last-of-type {
        padding-bottom: 0
    }
}

@media only screen and (min-width:640px) and (max-width:991px) {
    .other-services .welcome-left [class*=col-]:nth-last-child(-n+2) .other-services-block {
        margin-bottom: 0
    }
}

@media (max-width:639px) {
    .header_s .top-header .call-info {
        margin-bottom: 15px;
        text-align: center;
        width: 100%
    }

    .header_s .top-header .header-social {
        float: none;
        text-align: center
    }

    .other-services .srv-box [class*=col-xs] {
        text-align: center;
        width: 100%
    }

    .other-services-block {
        display: block;
        margin: 0 auto;
        text-align: left
    }

    .welcome-section.other-services .our-clinic>.welcome-left>[class*=col-xs-] {
        text-align: center;
        width: 100%
    }

    .services-section .service-content {
        text-align: center
    }

    .services-section .service-content a.learn-more {
        margin: 10px;
        padding: 12px
    }

    .services-section .medical-box i {
        font-size: 22px;
        height: 80px;
        line-height: 80px;
        width: 80px
    }

    .services-section .medical-box:after {
        right: -12px;
        top: 43px
    }

    .services-section .medical-box p {
        font-size: 15px
    }

    .procedure-section .procedure-box:nth-child(4n+1) {
        clear: none
    }

    .procedure-section .procedure-box:nth-child(3n+1) {
        clear: both
    }

    .procedure-section .procedure-img-box span {
        font-size: 16px;
        line-height: 30px
    }

    .procedure-section .procedure-img-box img {
        max-width: 60px
    }

    .carrier-section .panel-body .sent-box .linked-bg h5 {
        width: 100%
    }

    .carrier-section .panel-body .sent-box .linked-bg a {
        float: none;
        margin-top: 15px
    }

    .extra-services [class*=col-xs] {
        width: 100%
    }

    .tab-detail .services-tabs {
        border-top: none
    }

    .tab-detail .services-tabs li {
        border: 1px solid #dedede;
        border-left: none;
        border-right: none;
        text-align: center;
        width: 100%
    }

    .tab-detail .tab-content {
        padding: 30px 10px 15px
    }

    .footer-main {
        padding-bottom: 60px;
        padding-top: 60px
    }

    .footer-main .contact-form,
    .footer-main .contact-info {
        margin-top: 0;
        padding-top: 0
    }

    .footer-main [class*=col-xs] {
        width: 100%
    }

    .footer-main .contact-info {
        margin-bottom: 100px
    }

    .footer-main .widget.widget_workinghours {
        display: block;
        margin-bottom: 50px
    }

    .gallery-single-section .col-xs-6 {
        width: 100%
    }

    .gallery-single-section .gallery-info-content .info-content,
    .gallery-single-section .info-box {
        margin-bottom: 50px
    }

    .gallery-single-section .gallery-info-content [class*=col-xs-]:last-child .info-content {
        margin-bottom: 0
    }
}

@media (max-width:479px) {
    .section-header>h3 {
        font-size: 16px
    }

    .header_default.header_s a.navbar-brand.custom-txt>i,
    .header_default.header_s a.navbar-brand.site-title>i {
        font-size: 16px;
        height: 40px;
        line-height: 41px;
        position: relative;
        top: -3px;
        width: 40px
    }

    .header_default.header_s a.navbar-brand.custom-txt,
    .header_default.header_s a.navbar-brand.site-title {
        font-size: 20px;
        line-height: 1.5;
        width: 85%
    }

    .gallery-section .portfolio-list li[class*=col-xs] {
        width: 100%
    }

    .gallery-section .content-image-block {
        display: block;
        margin: 0 auto;
        max-width: 384px
    }

    .gallery-single-section .info-box {
        padding: 25px 20px 15px
    }

    .services-section .medical-box {
        width: 100%
    }

    .services-section .service-content span {
        display: block;
        float: left;
        margin: 10px;
        width: 100%
    }

    .services-section .medical-box:after {
        bottom: 0;
        left: 0;
        right: 0;
        top: auto;
        width: 100%
    }

    .services-section .medical-box:nth-child(3n):after {
        display: block
    }

    .services-section .medical-box:last-child:after {
        display: none
    }

    .team-section .team-box {
        display: block;
        margin: 0 auto 15px;
        max-width: 240px
    }

    article[class*=type-] .entry-cover .post-date,
    article[class*=type-] .entry-cover .post-date a {
        font-size: 18px
    }

    article.format-audio[class*=type-] .entry-cover .post-date,
    article.format-gallery[class*=type-] .entry-cover .post-date,
    article.format-video[class*=type-] .entry-cover .post-date {
        right: 0
    }

    article[class*=type-] .entry-meta .post-time {
        margin-left: 5px
    }

    article.format-audio[class*=type-] .entry-cover .post-date,
    article.format-audio[class*=type-] .entry-cover .post-date a,
    article.format-gallery[class*=type-] .entry-cover .post-date,
    article.format-gallery[class*=type-] .entry-cover .post-date a,
    article.format-video[class*=type-] .entry-cover .post-date,
    article.format-video[class*=type-] .entry-cover .post-date a,
    article.no-post-thumbnail[class*=type-] .entry-cover .post-date,
    article.no-post-thumbnail[class*=type-] .entry-cover .post-date a,
    article[class*=type-].format-audio .entry-cover .post-date a span,
    article[class*=type-].format-gallery .entry-cover .post-date a span,
    article[class*=type-].format-video .entry-cover .post-date a span,
    article[class*=type-].no-post-thumbnail .entry-cover .post-date a span {
        font-size: 14px
    }

    article[class*=type-] .entry-cover .post-date,
    article[class*=type-] .entry-cover .post-date a {
        right: -45px;
        top: 0
    }

    .procedure-section .procedure-box {
        text-align: center;
        width: 100%
    }

    .procedure-section .procedure-box:nth-child(odd) {
        clear: both
    }

    .procedure-section .procedure-box:nth-child(3n+1) {
        clear: none
    }

    .procedure-section .procedure-img-box {
        display: block;
        margin: 0 auto 20px
    }

    .carrier-section .carrier-box-bg {
        padding: 15px
    }

    .carrier-section .panel-body .sent-box .linked-bg {
        padding: 14px 14px 14px 16px
    }

    .carrier-section .panel-body .sent-box .linked-bg a {
        padding: 10px 8px
    }

    .carrier-section .panel-body .sent-box .linked-bg a i {
        padding-right: 5px
    }

    .tab-detail .tab-content .tab-pane {
        padding-left: 125px
    }

    .tab-detail .tab-content img {
        max-width: 100px
    }

    .contact-us .contact-form {
        padding: 25px 30px 0
    }

    .contact-us2 .contact-form {
        padding: 90px 30px 15px
    }

    .contact-us2 .contact-deatil [class*=col-xs] {
        width: 100%
    }

    .contact-us2 .contact-deatil .contact-call-box {
        display: block;
        margin: 0 auto 30px;
        max-width: 245px
    }

    .contact-us2.contact-us .contact-deatil {
        padding-top: 30px
    }

    .contact-us2 .contact-deatil [class*=col-xs]:last-child .contact-call-box {
        margin-bottom: 0
    }

    .footer-main .widget p {
        font-size: 15px
    }

    .appoinment-form .input-group [class*=col-xs-] {
        margin-bottom: 15px;
        width: 100%
    }

    .appoinment-form .input-group [class*=col-xs-]:last-child {
        margin-bottom: 0
    }
}

@media (max-width:360px) {
    .header_s a.navbar-brand>i {
        margin-right: 10px
    }

    .header_s .top-header .call-info p>a:before {
        content: "";
        padding-right: 5px
    }

    article[class*=type-] .entry-meta .post-time>span i {
        padding-right: 5px
    }

    article[class*=type-] .entry-meta a {
        margin-right: 0
    }

    article[class*=type-] .entry-meta a>i {
        padding-right: 5px
    }

    .about-section .about-content h5 {
        font-size: 28px
    }

    .procedure-section .procedure-box {
        width: 100%
    }
}

@media (max-width:767px) and (min-width:240px) {
    .tablecell {
        display: block !important
    }

    .resume_main_detail {
        padding: 10px 5px;
        position: relative;
        text-align: center
    }

    .tablecell {
        display: block !important;
        float: left
    }

    .resume_photo {
        margin-left: auto;
        margin-right: auto;
        width: 200px
    }
}

.np {
    padding: 0
}

.resume_field * {
    font-size: 16px;
    margin: 0
}

.p-b {
    padding-bottom: 1em
}

.pad10 {
    padding: 15px 0
}

.dr_photo {
    border-radius: 50%;
    float: none;
    margin-left: auto;
    margin-right: auto;
    margin-top: -90px;
    overflow: hidden
}

.dr_border,
.dr_photo {
    border: 4px solid #99C63D
}

.dr_border {
    background-color: #508927;
    border-radius: 10px;
    float: left;
    margin-top: 100px;
    padding: 10px
}

.dr_button {
    background-color: transparent;
    border-color: #fff;
    margin-bottom: 5px
}

.map_button {
    background-color: #508927
}

.txt-white {
    color: #fff !important
}

.txt-black {
    color: #000 !important
}

.txt-ratings {
    color: #fff
}

.rating_photo {
    padding: 20px
}

.mg-top {
    display: block;
    margin-top: 20px
}

.mg-bottom {
    margin-bottom: 20px
}

.badge-package {
    background-color: #fff;
    border-radius: 6px;
    color: #508927;
    display: inline-block;
    font-size: 16px;
    font-weight: 400;
    line-height: 1;
    margin-left: 5px;
    min-width: 10px;
    padding: 8px 10px;
    text-align: center;
    vertical-align: middle;
    white-space: nowrap
}

.mg-section {
    margin-bottom: 50px;
    margin-top: 50px
}

.dr_share {
    color: #fff !important;
    display: inline-block;
    font-size: 22px
}

.dr_sharing {
    margin-top: 20px
}

.nm {
    margin: 0
}

.ne_share {
    background: #99C63D;
    border-radius: 6px;
    color: #fff !important;
    display: inline-block;
    font-size: 18px;
    padding: 10px;
    width: 50px
}

.ne_share:hover {
    background: #508927;
}

.ne_sharing {
    margin: 10px
}

.mar-top {
    margin-top: 100px
}

.mar-top40 {
    margin-top: 40px
}

.img-gallery {
    height: 200px;
    -o-object-fit: cover;
    object-fit: cover;
    width: 100% !important
}

#508927 .gallery_height {
    height: 200px
}

.centered {
    display: inline-block !important;
    float: none
}

.text-left {
    text-align: left
}

.bgc,
.bgc.dark {
    background-color: #508927 !important
}

.mar-bot {
    margin-bottom: 50px
}

p {
    font-size: 16px !important
}

.doc_name {
    font-size: 22px;
    font-weight: 700
}

.rating_photo {
    background-color: #fff;
    border: 4px solid #99C63D;
    border-radius: 50%;
    float: none;
    height: 120px;
    margin: -88px auto 10px;
    overflow: hidden;
    width: 120px
}

.flip-container {
    margin-bottom: 30px;
    -webkit-perspective: 1024;
    perspective: 1024
}

.flip-container.hover .flipper,
.flip-container:hover .flipper {
    -webkit-transform: rotateY(180deg);
    transform: rotateY(180deg)
}

.back,
.flip-container,
.front {
    display: block;
    height: 350px
}

.flipper {
    position: relative;
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
    -webkit-transition: .6s ease-out !important;
    -webkit-transition: all .6s ease-out !important;
    -o-transition: all .6s ease-out !important;
    transition: all .6s ease-out !important
}

.front {
    position: absolute;
    text-align: center
}

.back,
.front {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    border-radius: 10px;
    margin-bottom: 30px
}

.back {
    overflow: auto;
    padding: 12px 20px
}

.back p,
.front {
    color: #fff;
    font-size: 22px
}

.front {
    background-image: url(../../../assets/images/1.jpg);
    background-position: 50%;
    background-size: cover;
    width: 100%;
    z-index: 2
}

.back {
    background-color: #508927;
    -webkit-transform: rotateY(180deg)
}

.front i {
    font-size: 85px
}

.back i,
.front i {
    color: #fff;
    margin-bottom: 20px
}

.back i {
    font-size: 42px
}

.border-bottom {
    border-bottom: 1px solid #fff;
    padding: 10px 0
}

.border-bottom-primary {
    -webkit-box-shadow: inset 0 -1px 1px #99C63D;
    box-shadow: inset 0 -1px 1px #99C63D
}

.services_box {
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    padding: 10px
}

.gp_bg,
.ht_button,
.services_box {
    background-color: #508927
}

.gp_pad {
    padding: 50px 30px !important
}

.txt-gp {
    font-size: 18px
}

.np {
    padding: 0 !important
}

.txt_black {
    color: #000
}

.bg-grey {
    background-color: #f0f0f0
}

.map-form {
    background-color: #fff;
    background-color: hsla(0, 0%, 100%, .85);
    border-top: 5px solid #99C63D;
    left: 0;
    margin: 0;
    padding: 50px;
    position: absolute;
    top: 0;
    z-index: 2
}

.map-form,
.show-all {
    text-align: center;
    width: 100%
}

.show-all {
    display: block;
    float: left;
    margin-top: 50px;
    overflow: hidden;
    white-space: nowrap
}

.show-all>a {
    word-wrap: break-word;
    background-color: #fff;
    border: 1px solid #508927;
    border-radius: 10px;
    color: #508927;
    display: inline-block;
    font-family: Merriweather, sans-serif;
    font-size: 19px;
    max-width: 290px;
    padding: 12px 60px;
    position: relative;
    text-decoration: none;
    text-transform: uppercase;
    -webkit-transition: all 1s ease 0s;
    -o-transition: all 1s ease 0s;
    transition: all 1s ease 0s;
    white-space: normal
}

.show-all>a:after,
.show-all>a:before {
    background-color: #508927;
    bottom: 25px;
    content: "";
    height: 1px;
    position: absolute;
    width: 1170px
}

.show-all>a:before {
    margin-right: 12px;
    right: 100%
}

.show-all>a:after {
    left: 100%;
    margin-left: 12px
}

.show-all a:hover {
    background-color: #508927;
    color: #fff
}

.show-all-test {
    display: block;
    margin-top: 50px;
    overflow: hidden;
    text-align: center;
    white-space: nowrap
}

.show-all-test>a {
    word-wrap: break-word;
    background-color: #fff;
    border: 1px solid #508927;
    border-radius: 10px;
    color: #508927;
    display: inline-block;
    font-family: Merriweather, sans-serif;
    font-size: 19px;
    max-width: 290px;
    padding: 12px 60px;
    position: relative;
    text-decoration: none;
    text-transform: uppercase;
    -webkit-transition: all 1s ease 0s;
    -o-transition: all 1s ease 0s;
    transition: all 1s ease 0s;
    white-space: normal
}

.show-all-test>a:after,
.show-all-test>a:before {
    background-color: #fff;
    bottom: 25px;
    content: "";
    height: 1px;
    position: absolute;
    width: 1170px
}

.show-all-test>a:before {
    margin-right: 12px;
    right: 100%
}

.show-all-test>a:after {
    left: 100%;
    margin-left: 12px
}

.show-all-test a:hover {
    background-color: #508927;
    color: #fff
}

.show-all-rate {
    display: block;
    margin-top: 10px;
    overflow: hidden;
    text-align: center;
    white-space: nowrap
}

.show-all-rate>a {
    word-wrap: break-word;
    background-color: #f2fdfe;
    border: 1px solid #508927;
    border-radius: 10px;
    color: #508927;
    display: inline-block;
    font-family: Merriweather, sans-serif;
    font-size: 19px;
    max-width: 290px;
    padding: 12px 40px;
    position: relative;
    text-decoration: none;
    text-transform: uppercase;
    -webkit-transition: all 1s ease 0s;
    -o-transition: all 1s ease 0s;
    transition: all 1s ease 0s;
    white-space: normal
}

.show-all-rate>a:after,
.show-all-rate>a:before {
    background-color: #f3fbfb;
    bottom: 25px;
    content: "";
    height: 1px;
    position: absolute;
    width: 1170px
}

.show-all-rate>a:before {
    margin-right: 12px;
    right: 100%
}

.show-all-rate>a:after {
    left: 100%;
    margin-left: 12px
}

.show-all-rate a:hover {
    background-color: #508927;
    color: #fff
}

.txt_terms {
    font-size: 14px !important;
    margin: 0 !important
}

.bg-blue {
    background-color: #508927
}

.proc_block {
    border: 2px solid #508927;
    border-radius: 10px;
    padding-bottom: 0;
    transform: scale(1);
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -webkit-transition: all 1s ease 0s;
    -o-transition: all 1s ease 0s;
    transition: all 1s ease 0s
}

.proc_price {
    text-decoration: underline
}

.proc_text {
    background-color: #fff;
    border-bottom-color: #508927;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    margin-bottom: 0 !important;
    padding: 10px
}

.proc_text p {
    margin: 3px !important
}

.proc_button {
    background-color: transparent;
    border-color: #fff
}

.proc_button_black {
    background-color: transparent;
    border-color: #000;
    margin-bottom: 5px
}

#carouselButtons {
    bottom: 0;
    margin-left: 100px;
    position: absolute
}

.overflow {
    overflow: inherit
}

.img-over>div:hover>.overlay {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
    -webkit-transition: .3s ease-in;
    -o-transition: .3s ease-in;
    transition: .3s ease-in
}

.overlay {
    background: #508927;
    border-radius: 10px;
    height: 100%;
    left: 0;
    opacity: .9;
    position: absolute;
    top: 0;
    -webkit-transform: translateY(100%);
    -ms-transform: translateY(100%);
    transform: translateY(100%);
    width: 100%;
    z-index: 7
}

.pos-rlt {
    position: relative
}

div.stars {
    display: inline-block;
    width: 270px
}

input.star {
    display: none
}

label.star {
    color: #666;
    float: right;
    font-size: 22px;
    font-weight: 100;
    margin-top: 6px;
    padding: 0 4px;
    -webkit-transition: all .2s;
    -o-transition: all .2s;
    transition: all .2s
}

input.star:checked~label.star:before {
    color: #fd4;
    content: "\f005";
    text-shadow: 1px 1px 1px rgba(0, 0, 0, .4);
    -webkit-transition: all .25s;
    -o-transition: all .25s;
    transition: all .25s
}

input.star-1:checked~label.star:before {
    color: #f62
}

input.star-6:checked~label.star:before {
    color: #f62
}

input.star-11:checked~label.star:before {
    color: #f62
}

input.star-16:checked~label.star:before {
    color: #f62
}

input.star-21:checked~label.star:before {
    color: #f62
}

label.star:hover {
    -webkit-transform: rotate(-15deg) scale(1.3);
    -ms-transform: rotate(-15deg) scale(1.3);
    transform: rotate(-15deg) scale(1.3)
}

label.star:before {
    content: "\f006";
    font-family: FontAwesome
}

input.star-e:checked~label.star-big:before {
    color: #fe7
}

input.star-a:checked~label.star:before {
    color: #f62
}

div.stars-big {
    display: inline-block;
    width: auto
}

.star-big {
    color: #000 !important;
    float: right !important;
    font-size: 55px !important;
    padding-left: 46px !important;
    -webkit-transition: all .2s !important;
    -o-transition: all .2s !important;
    transition: all .2s !important
}

@media only screen and (min-width:768px) and (max-width:991px) {
    .star-big {
        color: #000 !important;
        float: right !important;
        font-size: 55px !important;
        padding-left: 46px !important;
        -webkit-transition: all .2s !important;
        -o-transition: all .2s !important;
        transition: all .2s !important
    }
}

@media (min-width:360px) {
    .star-big {
        color: #000 !important;
        float: right !important;
        font-size: 30px !important;
        padding-left: 24px !important;
        -webkit-transition: all .2s !important;
        -o-transition: all .2s !important;
        transition: all .2s !important
    }
}

@media (max-width:460px) {
    .star-big {
        color: #000 !important;
        float: right !important;
        font-size: 30px !important;
        padding-left: 33px !important;
        -webkit-transition: all .2s !important;
        -o-transition: all .2s !important;
        transition: all .2s !important
    }
}

@media (min-width:992px) {
    .star-big {
        color: #000 !important;
        float: right !important;
        font-size: 55px !important;
        padding-left: 46px !important;
        -webkit-transition: all .2s !important;
        -o-transition: all .2s !important;
        transition: all .2s !important
    }
}

@media only screen and (min-width:768px) and (max-width:991px) {
    div.stars {
        display: inline-block;
        width: 190px
    }

    .text_ratings {
        margin: 0 !important;
        margin-top: 10px
    }
}

@media (max-width:360px) {
    div.stars {
        display: inline-block;
        width: 190px
    }

    .text_ratings {
        margin: 0 !important;
        margin-top: 10px
    }
}

@media (max-width:1366px) {
    div.stars {
        display: inline-block;
        width: 270px
    }

    .text_ratings {
        margin: 0 !important;
        margin-top: 10px
    }
}

@media (max-width:767px) and (min-width:240px) {
    div.stars {
        display: inline-block;
        width: 183px
    }

    .text_ratings {
        margin: 0 !important;
        margin-top: 10px
    }
}

.tabbable-panel {
    padding: 10px
}

.smiley {
    -webkit-transition: -webkit-transform .2s ease-in;
    transition: -webkit-transform .2s ease-in;
    -o-transition: transform .2s ease-in;
    transition: transform .2s ease-in;
    transition: transform .2s ease-in, -webkit-transform .2s ease-in
}

.smiley.active,
.smiley:hover {
    -webkit-transform: scale(1.2) rotate(-10deg);
    -ms-transform: scale(1.2) rotate(-10deg);
    transform: scale(1.2) rotate(-10deg);
    transition: -webkit-transform .2s ease-in;
    -webkit-transition: -webkit-transform .2s ease-in;
    -o-transition: transform .2s ease-in;
    transition: transform .2s ease-in;
    transition: transform .2s ease-in, -webkit-transform .2s ease-in
}

.smiley.active {
    -webkit-transform: scale(1.2) rotate(0);
    -ms-transform: scale(1.2) rotate(0);
    transform: scale(1.2) rotate(0)
}

.rating_width {
    float: left;
    width: 19.666667%
}

.modal .close {
    background: #508927;
    border-radius: 100%;
    color: #fff;
    height: 40px;
    margin: 0 !important;
    opacity: 1;
    position: absolute;
    right: -15px;
    top: -15px;
    width: 40px
}

.modal .rating_width img {
    width: 60px
}

.rating_label {
    font-size: 12px;
    font-weight: 600;
    line-height: 1.4
}

.tabbable-line>.nav-tabs {
    border: none;
    margin: 0;
    padding: 20px
}

.tabbable-line>.nav-tabs>li {
    margin-right: 2px
}

.tabbable-line>.nav-tabs>li>a {
    border: 0;
    border-radius: 10px;
    color: #737373;
    margin-right: 0
}

.tabbable-line>.nav-tabs>li>a>i {
    background-color: #508927;
    border-radius: 10px;
    color: #fff
}

.tabbable-line>.nav-tabs>li.open,
.tabbable-line>.nav-tabs>li:hover {
    border-radius: 10px
}

.tabbable-line>.nav-tabs>li.open>a,
.tabbable-line>.nav-tabs>li:hover>a {
    background-color: #508927;
    border-radius: 10px
}

.tabbable-line>.nav-tabs>li.open>a>i,
.tabbable-line>.nav-tabs>li:hover>a>i {
    color: #a6a6a6
}

.tabbable-line>.nav-tabs>li.open .dropdown-menu,
.tabbable-line>.nav-tabs>li:hover .dropdown-menu {
    margin-top: 0
}

.tabbable-line>.nav-tabs>li.active {
    position: relative
}

.tabbable-line>.nav-tabs>li.active>a {
    background-color: #508927;
    border: 0 !important;
    border-radius: 6px;
    color: #fff
}

.tabbable-line>.nav-tabs>li.active>a>i {
    color: #404040
}

.tabbable-line>.tab-content {
    border: 0;
    margin-top: -3px;
    padding: 15px 0
}

.portlet .tabbable-line>.tab-content {
    padding-bottom: 0
}

.tabbable-line.tabs-below>.nav-tabs>li {
    border-top: 4px solid transparent
}

.tabbable-line.tabs-below>.nav-tabs>li>a {
    margin-top: 0
}

.tabbable-line.tabs-below>.nav-tabs>li:hover {
    border-bottom: 0;
    border-top: 4px solid #fbcdcf
}

.tabbable-line.tabs-below>.nav-tabs>li.active {
    border-bottom: 0;
    border-top: 4px solid #f3565d;
    margin-bottom: -2px
}

.tabbable-line.tabs-below>.tab-content {
    border-bottom: 1px solid #eee;
    border-top: 0;
    margin-top: -10px;
    padding-bottom: 15px
}

.tab-center {
    display: inline-block;
    float: none !important
}

.img-over {
    margin-bottom: 20px;
    position: relative
}

.img-over,
.img-over img {
    border-radius: 10px;
    height: 300px;
    overflow: hidden
}

.img-over img {
    border: 1px solid #ddd;
    -o-object-fit: cover;
    object-fit: cover;
    width: 100%
}

.modal-footer {
    padding-top: 5px !important
}

.modal-footer,
.modal-header {
    border: 0 !important
}

.modal-content {
    border-radius: 10px !important
}

.checkbox label,
.radio label {
    padding-left: 28px !important
}

.box-rating {
    background-color: #fff;
    border-radius: 10px;
    padding: 0 15px
}

.box-rating-form {
    background-colorx: #508927;
    border-radius: 10px;
    font-size: 16px;
    line-height: 1;
    padding: 0
}

.box-rating-form .form-control {
    borderx: 0;
    border-radius: 6px
}

.modal-body {
    padding: 0 15px 15px !important
}

div.input-control7 {
    margin: 0;
    padding: 0
}

div.input-control7 .screen-reader-response {
    clip: rect(1px, 1px, 1px, 1px);
    border: 0;
    height: 1px;
    margin: 0;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px
}

div.input-control7-response-output {
    border: 2px solid red;
    margin: 2em .5em 1em;
    padding: .2em 1em
}

div.input-control7-mail-sent-ok {
    border: 2px solid #398f14
}

div.input-control7-aborted,
div.input-control7-mail-sent-ng {
    border: 2px solid red
}

div.input-control7-spam-blocked {
    border: 2px solid orange
}

div.input-control7-acceptance-missing,
div.input-control7-validation-errors {
    border: 2px solid #f7e700
}

.input-control7-form-control-wrap {
    position: relative
}

span.input-control7-not-valid-tip {
    color: red;
    display: block;
    font-size: 1em;
    font-weight: 400
}

.use-floating-validation-tip span.input-control7-not-valid-tip {
    background: #fff;
    border: 1px solid red;
    left: 20%;
    padding: .2em .8em;
    position: absolute;
    top: 20%;
    z-index: 100
}

span.input-control7-list-item {
    display: inline-block;
    margin: 0 0 0 1em
}

span.input-control7-list-item-label:after,
span.input-control7-list-item-label:before {
    content: " "
}

.input-control7-display-none {
    display: none
}

div.input-control7 .ajax-loader {
    background-image: url(../..assets/images/ajax-loader.gif);
    border: none;
    display: inline-block;
    height: 16px;
    margin: 0 0 0 4px;
    padding: 0;
    vertical-align: middle;
    visibility: hidden;
    width: 16px
}

div.input-control7 .ajax-loader.is-active {
    visibility: visible
}

div.input-control7 div.ajax-error {
    display: none
}

div.input-control7 .placeheld {
    color: #888
}

div.input-control7 .input-control7-recaptcha iframe {
    margin-bottom: 0
}

div.input-control7 input[type=file] {
    cursor: pointer
}

div.input-control7 input[type=file]:disabled {
    cursor: default
}

.select_box {
    position: relative
}

.select_box:before {
    background-color: #508927;
    border-radius: 0 10px 10px 0;
    bottom: 0;
    color: #fff;
    content: "\f107";
    font-family: FontAwesome;
    line-height: 40px;
    position: absolute;
    right: 0;
    text-align: center;
    top: 0;
    width: 22px
}

.widget select {
    -moz-appearance: none !important;
    -webkit-appearance: none !important;
    background-color: transparent;
    border-radius: 10px;
    -webkit-box-shadow: none;
    box-shadow: none;
    color: #777;
    cursor: pointer;
    height: 40px;
    max-width: 100%;
    outline: none;
    padding: 0 10px;
    position: relative;
    width: 100%;
    z-index: 2
}

.widget select::-ms-expand {
    display: none
}

.widget select:active,
.widget select:focus,
.widget select option {
    outline: none !important
}

.widget select option {
    padding: 3px 15px
}

.like-container {
    -webkit-filter: url(#filter);
    filter: url(#filter)
}

.like-cnt {
    background: #fff;
    background: hsla(0, 0%, 100%, .3);
    border-radius: 50%;
    cursor: pointer;
    height: 60px;
    left: 50%;
    line-height: 75px;
    position: absolute;
    text-align: center;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 60px;
    z-index: 10
}

.like-btn {
    color: #fff
}

.gp-header {
    color: #ddca7e;
    font-size: 40px;
    margin-top: 31px;
    text-align: center
}

.gp-footer,
.gp-header {
    font-family: georgia;
    font-style: italic
}

.gp-footer {
    bottom: 10px;
    color: #fff;
    left: 50%;
    position: fixed;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%)
}

.gp-footer .soc_icons {
    color: #ddca7e;
    display: inline-block;
    margin: 0
}

::-moz-selection {
    background: #99C63D;
    color: #fff
}

::selection {
    background: #99C63D;
    color: #fff
}

@-webkit-keyframes zoom {
    0% {
        -webkit-transform: scale(0);
        transform: scale(0)
    }

    to {
        -webkit-transform: scale(1);
        transform: scale(1)
    }
}

@keyframes zoom {
    0% {
        -webkit-transform: scale(0);
        transform: scale(0)
    }

    to {
        -webkit-transform: scale(1);
        transform: scale(1)
    }
}

.close {
    color: #f1f1f1;
    font-size: 40px;
    font-weight: 700;
    position: absolute;
    right: 35px;
    top: 15px;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s
}

.close:focus,
.close:hover {
    color: #bbb;
    cursor: pointer;
    text-decoration: none
}

@media only screen and (max-width:700px) {
    .modal-content {
        width: 100%
    }
}

.float-left {
    float: left
}

#ninja-slider .caption {
    position: absolute;
    top: 100%
}

#ninja-slider .slider-inner {
    padding-bottom: 100px !important
}

#ninja-slider li {
    margin-bottom: 100px !important
}

#ninja-slider ul {
    overflow: visible !important
}

.ownavigation {
    background-color: #f1f1f1;
    border: none;
    border-radius: 0;
    margin-bottom: 0;
    min-height: 1px
}

.navbar-brand {
    height: auto;
    padding: 0
}

.navbar>.container-fluid .navbar-brand,
.navbar>.container .navbar-brand {
    margin-left: 0
}

.ownavigation .navbar-nav li a {
    word-wrap: break-word;
    background-color: transparent;
    color: #222;
    font-family: Poppins, sans-serif;
    letter-spacing: .56px;
    text-transform: uppercase;
    white-space: normal
}

.ownavigation .navbar-nav>.active>a,
.ownavigation .navbar-nav>.active>a:focus,
.ownavigation .navbar-nav>.active>a:hover,
.ownavigation .navbar-nav>li:hover>a,
.ownavigation .navbar-nav>li a:focus,
.ownavigation .navbar-nav>li a:hover {
    background-color: transparent
}

@media (min-width:1200px) {
    .container {
        width: 1200px
    }
}

@media (min-width:992px) {
    .desktop-hide {
        display: none
    }

    .nav_trans {
        background: transparent
    }

    .ownavigation .ddl-switch {
        display: none !important
    }

    .ownavigation .navbar-nav>li {
        margin: 0 10px
    }

    .ownavigation .navbar-nav>li:first-child {
        margin-left: 0
    }

    .ownavigation .navbar-nav>li>a {
        margin-bottom: 45px;
        margin-top: 45px;
        padding: 5px 10px;
        position: relative
    }

    .ownavigation .navbar-nav>.active>a,
    .ownavigation .navbar-nav>.active>a:focus,
    .ownavigation .navbar-nav>.active>a:hover,
    .ownavigation .navbar-nav>li:hover>a,
    .ownavigation .navbar-nav>li a:hover {
        background-color: transparent;
        color: #00bdd3
    }

    .ownavigation .navbar-nav>li>a i {
        font-family: FontAwesome;
        font-style: normal
    }

    .ownavigation .navbar-collapse>ul>li>.dropdown-menu {
        left: 0;
        top: 100%
    }

    .ownavigation ul li>.dropdown-menu {
        -webkit-backface-visibility: hidden;
        backface-visibility: hidden;
        background-color: #99C63D !important;
        border: none;
        border-radius: 0;
        display: block;
        left: 100%;
        max-width: 218px;
        min-width: 218px;
        opacity: 0;
        padding: 8px 0;
        top: 0;
        -webkit-transform: rotateX(-90deg);
        -ms-transform: rotateX(-90deg);
        transform: rotateX(-90deg);
        -webkit-transform-origin: 0 0;
        -ms-transform-origin: 0 0;
        transform-origin: 0 0;
        transition: all .17s ease-in-out;
        -moz-transition: all .17s ease-in-out;
        -webkit-transition: all .17s ease-in-out;
        -o-transition: all .17s ease-in-out;
        -webkit-transition: -webkit-transform .4s, opacity .1s .3s;
        -moz-transition: -moz-transform .4s, opacity .1s .3s;
        -mos-transition: -mos-transform .4s, opacity .1s .3s;
        -o-transition: -o-transform .4s, opacity .1s .3s;
        visibility: hidden
    }

    .ownavigation .navbar-nav li .dropdown-menu>li>a {
        color: #fff;
        padding: 8px 18px;
        -webkit-transition: all 1s ease 0s;
        -o-transition: all 1s ease 0s;
        transition: all 1s ease 0s
    }

    .ownavigation .navbar-nav li .dropdown-menu>li>a:hover {
        color: #333
    }

    .ownavigation .navbar-nav li.dropdown:hover>.dropdown-menu {
        -webkit-box-shadow: 0 0 20px 0 rgba(0, 0, 0, .12);
        box-shadow: 0 0 20px 0 rgba(0, 0, 0, .12);
        opacity: 1;
        -webkit-transform: rotateX(0deg);
        -ms-transform: rotateX(0deg);
        transform: rotateX(0deg);
        -webkit-transition: -webkit-transform .4s, opacity .1s;
        -mos-transition: -mos-transform .4s, opacity .1s;
        -o-transition: -o-transform .4s, opacity .1s;
        -webkit-transition: opacity .1s, -webkit-transform .4s;
        transition: opacity .1s, -webkit-transform .4s;
        -o-transition: transform .4s, opacity .1s;
        transition: transform .4s, opacity .1s;
        transition: transform .4s, opacity .1s, -webkit-transform .4s;
        visibility: visible
    }

    .ownavigation ul>li>.dropdown-menu {
        left: 0
    }

    .ownavigation .navbar-collapse>ul>li:last-child>.dropdown-menu,
    .ownavigation .navbar-collapse>ul>li:nth-last-child(2)>.dropdown-menu {
        right: 0
    }

    .ownavigation .navbar-collapse>ul>li:last-child .dropdown-menu ul ul,
    .ownavigation .navbar-collapse>ul>li:last-child .dropdown-menu ul ul ul ul,
    .ownavigation .navbar-collapse>ul>li:last-child .dropdown-menu ul ul ul ul ul ul,
    .ownavigation .navbar-collapse>ul>li:last-child .dropdown-menu ul ul ul ul ul ul ul ul,
    .ownavigation .navbar-collapse>ul>li:last-child .dropdown-menu ul ul ul ul ul ul ul ul ul ul,
    .ownavigation .navbar-collapse>ul>li:nth-last-child(2) .dropdown-menu ul ul,
    .ownavigation .navbar-collapse>ul>li:nth-last-child(2) .dropdown-menu ul ul ul ul,
    .ownavigation .navbar-collapse>ul>li:nth-last-child(2) .dropdown-menu ul ul ul ul ul ul,
    .ownavigation .navbar-collapse>ul>li:nth-last-child(2) .dropdown-menu ul ul ul ul ul ul ul ul,
    .ownavigation .navbar-collapse>ul>li:nth-last-child(2) .dropdown-menu ul ul ul ul ul ul ul ul ul ul,
    .ownavigation ul>li .dropdown-menu ul,
    .ownavigation ul>li .dropdown-menu ul ul ul,
    .ownavigation ul>li .dropdown-menu ul ul ul ul ul,
    .ownavigation ul>li .dropdown-menu ul ul ul ul ul ul ul,
    .ownavigation ul>li .dropdown-menu ul ul ul ul ul ul ul ul ul,
    .ownavigation ul>li>.dropdown-menu {
        right: auto
    }

    .ownavigation .navbar-collapse>ul>li:last-child .dropdown-menu ul ul,
    .ownavigation .navbar-collapse>ul>li:last-child .dropdown-menu ul ul ul ul,
    .ownavigation .navbar-collapse>ul>li:last-child .dropdown-menu ul ul ul ul ul ul,
    .ownavigation .navbar-collapse>ul>li:last-child .dropdown-menu ul ul ul ul ul ul ul ul,
    .ownavigation .navbar-collapse>ul>li:last-child .dropdown-menu ul ul ul ul ul ul ul ul ul ul,
    .ownavigation .navbar-collapse>ul>li:nth-last-child(2) .dropdown-menu ul ul,
    .ownavigation .navbar-collapse>ul>li:nth-last-child(2) .dropdown-menu ul ul ul ul,
    .ownavigation .navbar-collapse>ul>li:nth-last-child(2) .dropdown-menu ul ul ul ul ul ul,
    .ownavigation .navbar-collapse>ul>li:nth-last-child(2) .dropdown-menu ul ul ul ul ul ul ul ul,
    .ownavigation .navbar-collapse>ul>li:nth-last-child(2) .dropdown-menu ul ul ul ul ul ul ul ul ul ul,
    .ownavigation ul>li .dropdown-menu ul,
    .ownavigation ul>li .dropdown-menu ul ul ul,
    .ownavigation ul>li .dropdown-menu ul ul ul ul ul,
    .ownavigation ul>li .dropdown-menu ul ul ul ul ul ul ul,
    .ownavigation ul>li .dropdown-menu ul ul ul ul ul ul ul ul ul {
        left: 100%
    }

    .ownavigation .navbar-collapse>ul>li:last-child .dropdown-menu ul,
    .ownavigation .navbar-collapse>ul>li:last-child .dropdown-menu ul ul ul,
    .ownavigation .navbar-collapse>ul>li:last-child .dropdown-menu ul ul ul ul ul,
    .ownavigation .navbar-collapse>ul>li:last-child .dropdown-menu ul ul ul ul ul ul ul,
    .ownavigation .navbar-collapse>ul>li:last-child .dropdown-menu ul ul ul ul ul ul ul ul ul,
    .ownavigation .navbar-collapse>ul>li:nth-last-child(2) .dropdown-menu ul,
    .ownavigation .navbar-collapse>ul>li:nth-last-child(2) .dropdown-menu ul ul ul,
    .ownavigation .navbar-collapse>ul>li:nth-last-child(2) .dropdown-menu ul ul ul ul ul,
    .ownavigation .navbar-collapse>ul>li:nth-last-child(2) .dropdown-menu ul ul ul ul ul ul ul,
    .ownavigation .navbar-collapse>ul>li:nth-last-child(2) .dropdown-menu ul ul ul ul ul ul ul ul ul,
    .ownavigation ul>li .dropdown-menu ul ul,
    .ownavigation ul>li .dropdown-menu ul ul ul ul,
    .ownavigation ul>li .dropdown-menu ul ul ul ul ul ul,
    .ownavigation ul>li .dropdown-menu ul ul ul ul ul ul ul ul,
    .ownavigation ul>li .dropdown-menu ul ul ul ul ul ul ul ul ul ul {
        right: 100%
    }

    .ownavigation .navbar-collapse>ul>li:last-child .dropdown-menu ul,
    .ownavigation .navbar-collapse>ul>li:last-child .dropdown-menu ul ul ul,
    .ownavigation .navbar-collapse>ul>li:last-child .dropdown-menu ul ul ul ul ul,
    .ownavigation .navbar-collapse>ul>li:last-child .dropdown-menu ul ul ul ul ul ul ul,
    .ownavigation .navbar-collapse>ul>li:last-child .dropdown-menu ul ul ul ul ul ul ul ul ul,
    .ownavigation .navbar-collapse>ul>li:last-child>.dropdown-menu,
    .ownavigation .navbar-collapse>ul>li:nth-last-child(2) .dropdown-menu ul,
    .ownavigation .navbar-collapse>ul>li:nth-last-child(2) .dropdown-menu ul ul ul,
    .ownavigation .navbar-collapse>ul>li:nth-last-child(2) .dropdown-menu ul ul ul ul ul,
    .ownavigation .navbar-collapse>ul>li:nth-last-child(2) .dropdown-menu ul ul ul ul ul ul ul,
    .ownavigation .navbar-collapse>ul>li:nth-last-child(2) .dropdown-menu ul ul ul ul ul ul ul ul ul,
    .ownavigation .navbar-collapse>ul>li:nth-last-child(2)>.dropdown-menu,
    .ownavigation ul>li .dropdown-menu ul ul,
    .ownavigation ul>li .dropdown-menu ul ul ul ul,
    .ownavigation ul>li .dropdown-menu ul ul ul ul ul ul,
    .ownavigation ul>li .dropdown-menu ul ul ul ul ul ul ul ul,
    .ownavigation ul>li .dropdown-menu ul ul ul ul ul ul ul ul ul ul {
        left: auto
    }
}

@media only screen and (min-width:992px) and (max-width:1200px) {
    .ownavigation .navbar-nav>li {
        margin-left: 5px;
        margin-right: 5px
    }
}

@media (max-width:991px) {
    #slidepanel {
        border-bottom: 1px solid #fff;
        display: none
    }

    #slideit,
    #toggle {
        display: block;
        position: relative;
        z-index: 1
    }

    #loginpanel {
        position: absolute;
        right: 110px;
        text-align: center;
        top: 14px
    }

    #closeit,
    #slideit {
        color: #508927;
        font-size: 25px;
        position: relative;
        right: -50px;
        top: 3px
    }

    #closeit:hover,
    #slideit:hover {
        color: #4c4c4c
    }

    .mobile-hide {
        display: inline-block;
        float: none;
        margin: 0 auto
    }

    .square .logo {
        width: 100px !important
    }

    .landscape .logo {
        width: 200px !important
    }

    .logo-block {
        float: left;
        width: 100%
    }

    .ownavigation {
        padding-left: 15px;
        padding-right: 15px
    }

    .ownavigation .navbar-header .navbar-brand {
        margin-left: 0;
        padding-left: 0
    }

    .ownavigation .navbar-nav {
        border-top: 1px solid #4c4c4c;
        margin: 0;
        padding-top: 15px;
        width: 100%
    }

    .ownavigation .navbar-nav>li {
        clear: both;
        float: none;
        min-height: 0
    }

    .ownavigation .navbar-nav>li>a {
        padding: 8px 0;
        -webkit-transition: all 1s ease 0s;
        -o-transition: all 1s ease 0s;
        transition: all 1s ease 0s
    }

    .ownavigation .navbar-nav>li.active a {
        color: #508927
    }

    .ownavigation .navbar-nav>li.active>a:hover,
    .ownavigation .navbar-nav li a:hover {
        color: #508927
    }

    .ownavigation .navbar-header {
        float: none
    }

    .ownavigation .navbar-toggle {
        background-color: #508927;
        border-radius: 0;
        border-radius: 50%;
        display: block;
        height: 34px;
        margin: 40px 0;
        padding: 6px 5px;
        width: 34px
    }

    .ownavigation .navbar-toggle .icon-bar {
        background-color: #fff
    }

    .ownavigation .navbar-collapse {
        padding-left: 0;
        padding-right: 0
    }

    .ownavigation .navbar-collapse.collapse {
        display: none !important
    }

    .ownavigation .collapse.in {
        overflow-Y: auto !important;
        display: block !important
    }

    .ownavigation .ddl-switch {
        background-color: transparent;
        color: #fff;
        cursor: pointer;
        font-size: 18px;
        padding: 2px 6px;
        position: absolute;
        right: 0;
        top: 7px;
        width: 100%;
        z-index: 100
    }

    .ownavigation .ddl-active>.ddl-switch:before {
        content: "\f106"
    }

    .ownavigation .dropdown-menu {
        background-color: transparent;
        border: 0;
        -webkit-box-shadow: none;
        box-shadow: none;
        float: left;
        margin-top: 0;
        padding-bottom: 0;
        padding-left: 5px;
        padding-top: 0;
        position: relative;
        width: 100%
    }

    .ownavigation .has_menu_icon .dropdown-menu {
        float: left !important;
        padding-bottom: 5px;
        padding-left: 10px;
        padding-top: 5px;
        width: 100%
    }

    .ownavigation .dropdown-menu li {
        display: inline-block;
        width: 100%
    }

    .ownavigation .navbar-nav>li:last-of-type {
        margin-bottom: 15px
    }

    .ownavigation .navbar-nav li .dropdown-menu>li>a {
        color: #232323;
        padding: 6px 0;
        -webkit-transition: all 1s ease 0s;
        -o-transition: all 1s ease 0s;
        transition: all 1s ease 0s
    }

    .ownavigation .navbar-nav li .dropdown-menu>li>a:hover {
        color: #508927
    }
}

@media (max-width:767px) {
    .ownavigation .navbar-toggle {
        right: 0
    }

    #closeit,
    #slideit {
        right: -65px
    }

    .badge-package {
        display: block;
        margin: 10px 0
    }

    .img-over,
    .img-over img {
        height: 200px
    }
}

.height-card {
    height: 200px;
    margin-bottom: 10px;
    overflow: hidden
}

.proc_text a {
    color: #000
}

.photo_caption {
    color: #fff;
    display: block !important;
    margin-bottom: auto !important;
    margin-top: 100px !important
}

.icon_photo {
    color: #fff;
    font-size: 25px !important
}

.video_caption {
    color: #fff;
    display: block !important;
    margin-bottom: auto !important;
    margin-top: 100px !important
}

.icon_video {
    color: #fff;
    font-size: 45px !important
}

.overlay:hover {
    text-decoration: none
}

.attached_file_enquiry {
    background-color: #508927 !important;
    border-radius: 6px !important;
    padding: 5px !important
}

.form-submit-button {
    margin-top: 20px !important;
    width: 100% !important
}

.page .blogs,
.testi_heading {
    padding-top: 3em !important
}

.doctor__photo {
    margin-top: 100px !important
}

.card__list-items * {
    font-size: 16px;
    margin: 0
}

.topic_que .inputgrp.np {
    border: 0 !important;
    padding: 0 10px !important
}

.select_doctor {
    margin: 10px 0
}

#patient_que_login .inputgrp {
    padding: 10px !important
}

.topic_que .login_title,
.topic_que .question_title {
    border-radius: 0
}

.box-rating-form .radio-style input[type=radio] {
    display: none
}

.box-rating-form .radio-style label:before {
    border: 2px solid #fff;
    border-radius: 50%;
    content: " ";
    display: inline-block;
    height: 20px;
    left: 0;
    position: absolute;
    width: 20px
}

.box-rating-form .radio:checked~label:after {
    background-color: #fff;
    border-radius: 50%;
    content: " ";
    height: 8px;
    left: 6px;
    position: absolute;
    top: 6px;
    width: 8px
}

.box-rating-form label {
    colorx: #fff;
    font-weight: 400
}

.box-rating-form label.checkbox:before {
    border: 2px solid #4d4d4d;
    border-radius: 5px;
    content: "\00a0";
    cursor: pointer !important;
    display: inline-block;
    font-size: 18px;
    height: 20px;
    line-height: 18px;
    margin-right: 5px;
    position: relative;
    top: 2px;
    width: 20px
}

.box-rating-form input[type=checkbox]:checked+.checkbox:before {
    /* border: 2px solid #fff; */
    border-radius: 5px;
    /* color: #fff; */
    content: "\2713";
    font-size: 18px;
    line-height: 18px;
    text-align: center
}

.doctorresume {
    width: 100%
}

.practo_widget {
    float: left
}

.doc_name a,
.doc_name a:hover,
.doc_name a:visited {
    color: #fff;
    text-decoration: none
}

.doctor_post h3 {
    margin-bottom: 5px;
    margin-top: 5px
}

.tablecell {
    display: table-cell;
    float: none;
    vertical-align: middle
}

.doctortoggle {
    display: table;
    float: none
}

.resume_main_detail {
    border-right: 1px solid hsla(0, 0%, 100%, .2)
}

.text_ratings {
    padding: 10px
}

.thumbs-up {
    padding: 0
}

.thumbs-up input {
    display: none
}

.thumbs-up input:checked~label {
    background-image: url("data:image/svg+xml;charset=utf-8;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIGhlaWdodD0iMzQ0cHQiIHZpZXdCb3g9Ii01MiAwIDM0NCAzNDQuMDA0MDgiIHdpZHRoPSIzNDRwdCI+PHBhdGggZD0ibS4wMDM5MDYyNSAyMDhoNjMuOTk5OTk5NzV2MTI4aC02My45OTk5OTk3NXptMCAwIiBmaWxsPSIjNWQ5YWE0Ii8+PHBhdGggZD0ibS4wMDM5MDYyNSAzMjBoNjMuOTk5OTk5NzV2MTZoLTYzLjk5OTk5OTc1em0wIDAiIGZpbGw9IiM1ODkyOWMiLz48cGF0aCBkPSJtMjM5Ljc4NTE1NiAyMjkuMzEyNWMtMS41ODk4NDQtNy44ODI4MTItOC42MDE1NjItMTMuNDkyMTg4LTE2LjY0MDYyNS0xMy4zMTI1aC03MS4xNDA2MjVsNC42NTIzNDQtMTMuOTc2NTYyYzIuMjE4NzUtNi42NDA2MjYgMy4zNDc2NTYtMTMuNTkzNzUgMy4zNDc2NTYtMjAuNTg5ODQ0di03LjczMDQ2OWMuMTc1NzgyLTguMDM5MDYzLTUuNDMzNTk0LTE1LjA0Njg3NS0xMy4zMTI1LTE2LjY0MDYyNS00LjY0ODQzNy0uNzg5MDYyLTkuNDEwMTU2LjUwNzgxMi0xMy4wMTE3MTggMy41NTA3ODEtMy42MDU0NjkgMy4wNDI5NjktNS42Nzk2ODggNy41MTk1MzEtNS42NzU3ODIgMTIuMjM0Mzc1djMuMTUyMzQ0YzAgMTUuNjcxODc1LTkuNDI1NzgxIDIyLjEzNjcxOS0xOC42MDE1NjIgMzIuOTEwMTU2LTMuOTUzMTI1IDQuNTUwNzgyLTkuNjk1MzEzIDcuMTQwNjI1LTE1LjcxODc1IDcuMDg5ODQ0aC0yOS42Nzk2ODh2MTEybDY0IDE2aDcxLjE0MDYyNWM4LjAzOTA2My4xNzk2ODggMTUuMDUwNzgxLTUuNDI5Njg4IDE2LjY0MDYyNS0xMy4zMTI1Ljc5Mjk2OS00LjY0ODQzOC0uNTAzOTA2LTkuNDEwMTU2LTMuNTQ2ODc1LTEzLjAxMTcxOS0zLjA0Mjk2OS0zLjYwMTU2Mi03LjUxOTUzMS01LjY3OTY4Ny0xMi4yMzQzNzUtNS42NzU3ODFoNy4xNDA2MjVjOC4wMzkwNjMuMTc5Njg4IDE1LjA1MDc4MS01LjQyOTY4OCAxNi42NDA2MjUtMTMuMzEyNS43OTI5NjktNC42NDg0MzgtLjUwMzkwNi05LjQxMDE1Ni0zLjU0Njg3NS0xMy4wMTE3MTktMy4wNDI5NjktMy42MDE1NjItNy41MTk1MzEtNS42Nzk2ODctMTIuMjM0Mzc1LTUuNjc1NzgxaDcuMTQwNjI1YzguMDM5MDYzLjE3OTY4OCAxNS4wNTA3ODEtNS40Mjk2ODggMTYuNjQwNjI1LTEzLjMxMjUuNzkyOTY5LTQuNjQ4NDM4LS41MDM5MDYtOS40MTAxNTYtMy41NDY4NzUtMTMuMDExNzE5LTMuMDQyOTY5LTMuNjAxNTYyLTcuNTE5NTMxLTUuNjc5Njg3LTEyLjIzNDM3NS01LjY3NTc4MWg4YzQuNzE0ODQ0LjAwMzkwNiA5LjE5MTQwNi0yLjA3NDIxOSAxMi4yMzQzNzUtNS42NzU3ODEgMy4wNDI5NjktMy42MDE1NjMgNC4zMzk4NDQtOC4zNjMyODEgMy41NDY4NzUtMTMuMDExNzE5em0wIDAiIGZpbGw9IiNmZGM5YTYiLz48ZyBmaWxsPSIjZmJlZGJmIj48cGF0aCBkPSJtNjQuMDAzOTA2IDU2aDE2djE2aC0xNnptMCAwIi8+PHBhdGggZD0ibTIwOC4wMDM5MDYgNTZoMTZ2MTZoLTE2em0wIDAiLz48cGF0aCBkPSJtMTM2LjAwMzkwNiAwaDE2djE2aC0xNnptMCAwIi8+PHBhdGggZD0ibTgwLjAwMzkwNiAxMjhoMTZ2MTZoLTE2em0wIDAiLz48cGF0aCBkPSJtMTkyLjAwMzkwNiAxMjhoMTZ2MTZoLTE2em0wIDAiLz48L2c+PHBhdGggZD0ibTE0NC4wMDM5MDYgNDAgMTcuMTQwNjI1IDI3LjYwOTM3NSAyMi44NTkzNzUgNS43MTA5MzctMTcuMTQ0NTMxIDE3LjE0NDUzMiA1LjcxMDkzNyAyOC41NjY0MDYtMjguNTY2NDA2LTExLjQyMTg3NS0yOC41NzAzMTIgMTEuNDIxODc1IDUuNzEwOTM3LTI4LjU2NjQwNi0xNy4xNDA2MjUtMTcuMTQ0NTMyIDIyLjg1NTQ2OS01LjcxMDkzN3ptMCAwIiBmaWxsPSIjZjdiYTYxIi8+PC9zdmc+");
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: 40px;
    -webkit-transform: rotate(10deg);
    -ms-transform: rotate(10deg);
    transform: rotate(10deg);
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s
}

.thumbs-up label {
    background-image: url("data:image/svg+xml;charset=utf-8;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIGhlaWdodD0iMzQ0cHQiIHZpZXdCb3g9Ii01MiAwIDM0NCAzNDQuMDA0MDgiIHdpZHRoPSIzNDRwdCI+PHBhdGggZD0ibS4wMDM5MDYyNSAyMDhoNjMuOTk5OTk5NzV2MTI4aC02My45OTk5OTk3NXptMCAwIiBmaWxsPSIjNWQ5YWE0Ii8+PHBhdGggZD0ibS4wMDM5MDYyNSAzMjBoNjMuOTk5OTk5NzV2MTZoLTYzLjk5OTk5OTc1em0wIDAiIGZpbGw9IiM1ODkyOWMiLz48cGF0aCBkPSJtMjM5Ljc4NTE1NiAyMjkuMzEyNWMtMS41ODk4NDQtNy44ODI4MTItOC42MDE1NjItMTMuNDkyMTg4LTE2LjY0MDYyNS0xMy4zMTI1aC03MS4xNDA2MjVsNC42NTIzNDQtMTMuOTc2NTYyYzIuMjE4NzUtNi42NDA2MjYgMy4zNDc2NTYtMTMuNTkzNzUgMy4zNDc2NTYtMjAuNTg5ODQ0di03LjczMDQ2OWMuMTc1NzgyLTguMDM5MDYzLTUuNDMzNTk0LTE1LjA0Njg3NS0xMy4zMTI1LTE2LjY0MDYyNS00LjY0ODQzNy0uNzg5MDYyLTkuNDEwMTU2LjUwNzgxMi0xMy4wMTE3MTggMy41NTA3ODEtMy42MDU0NjkgMy4wNDI5NjktNS42Nzk2ODggNy41MTk1MzEtNS42NzU3ODIgMTIuMjM0Mzc1djMuMTUyMzQ0YzAgMTUuNjcxODc1LTkuNDI1NzgxIDIyLjEzNjcxOS0xOC42MDE1NjIgMzIuOTEwMTU2LTMuOTUzMTI1IDQuNTUwNzgyLTkuNjk1MzEzIDcuMTQwNjI1LTE1LjcxODc1IDcuMDg5ODQ0aC0yOS42Nzk2ODh2MTEybDY0IDE2aDcxLjE0MDYyNWM4LjAzOTA2My4xNzk2ODggMTUuMDUwNzgxLTUuNDI5Njg4IDE2LjY0MDYyNS0xMy4zMTI1Ljc5Mjk2OS00LjY0ODQzOC0uNTAzOTA2LTkuNDEwMTU2LTMuNTQ2ODc1LTEzLjAxMTcxOS0zLjA0Mjk2OS0zLjYwMTU2Mi03LjUxOTUzMS01LjY3OTY4Ny0xMi4yMzQzNzUtNS42NzU3ODFoNy4xNDA2MjVjOC4wMzkwNjMuMTc5Njg4IDE1LjA1MDc4MS01LjQyOTY4OCAxNi42NDA2MjUtMTMuMzEyNS43OTI5NjktNC42NDg0MzgtLjUwMzkwNi05LjQxMDE1Ni0zLjU0Njg3NS0xMy4wMTE3MTktMy4wNDI5NjktMy42MDE1NjItNy41MTk1MzEtNS42Nzk2ODctMTIuMjM0Mzc1LTUuNjc1NzgxaDcuMTQwNjI1YzguMDM5MDYzLjE3OTY4OCAxNS4wNTA3ODEtNS40Mjk2ODggMTYuNjQwNjI1LTEzLjMxMjUuNzkyOTY5LTQuNjQ4NDM4LS41MDM5MDYtOS40MTAxNTYtMy41NDY4NzUtMTMuMDExNzE5LTMuMDQyOTY5LTMuNjAxNTYyLTcuNTE5NTMxLTUuNjc5Njg3LTEyLjIzNDM3NS01LjY3NTc4MWg4YzQuNzE0ODQ0LjAwMzkwNiA5LjE5MTQwNi0yLjA3NDIxOSAxMi4yMzQzNzUtNS42NzU3ODEgMy4wNDI5NjktMy42MDE1NjMgNC4zMzk4NDQtOC4zNjMyODEgMy41NDY4NzUtMTMuMDExNzE5em0wIDAiIGZpbGw9IiNmZGM5YTYiLz48L3N2Zz4=");
    background-position: 50% -4px;
    background-repeat: no-repeat;
    background-size: 35px;
    height: 40px;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
    width: 40px
}

#ratingModal .modal-content,
#recomm_modal .modal-content {
    background: #508927
}

.event__header,
.news__header {
    padding-top: 150px !important
}

.enquiry_que .modal-body {
    padding: 0 !important
}

.enquiry_que .login-title {
    border-radius: 10px 10px 0 0 !important
}

.enquiry_que .inputgrp .form-control {
    border-radius: 0
}

.box-rating-form {
    margin-top: 10px
}

.loading {
    background: #000;
    background: rgba(0, 0, 0, .7);
    display: none;
    height: 100%;
    left: 0;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 1000000002
}

.loading svg {
    left: 50%;
    position: absolute;
    top: 45%;
    transform: translateZ(0);
    -ms-transform: translateZ(0);
    -moz-transform: translateZ(0);
    -webkit-transform: translateZ(0)
}

.form-group {
    position: relative
}

.error:after {
    border: 1px solid;
    border-radius: 50%;
    color: red;
    content: "_";
    height: 24px;
    line-height: 4px;
    position: absolute;
    right: 15px;
    text-align: center;
    top: 8px;
    width: 24px
}

.errormsg {
    border-radius: 14px
}

.errormsg:after {
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-top: 6px solid #f32 !important;
    bottom: -6px;
    content: "";
    position: absolute;
    right: 20px
}

.error:before {
    background: #fff;
    border-radius: 50%;
    content: "";
    height: 24px;
    position: absolute;
    right: 15px;
    top: 8px;
    width: 24px
}

#messagedisplay_modal .modal-body {
    padding: 15px !important
}

.carousel-caption h1 {
    background: #508927;
    border-radius: 10px;
    font-family: Merriweather, sans-serif;
    font-size: 2em;
    padding: 20px 5px;
    text-transform: uppercase
}

.carousel-caption span {
    background: #333;
    border-radius: 6px;
    display: inline-block;
    font-size: 1.2em;
    padding: 10px
}

.opr-img img {
    -webkit-filter: blur(10px);
    filter: url(#blur-effect-10)
}

.opr-img {
    position: relative
}

.opr-img span {
    background: #fff;
    border-left: 1px solid #c1c1c0;
    border-right: 1px solid #c1c1c0;
    bottom: auto !important;
    -webkit-box-shadow: 0 11px 26px -15px rgba(0, 0, 0, .6);
    box-shadow: 0 11px 26px -15px rgba(0, 0, 0, .6);
    color: #000;
    content: "Explicit Content";
    height: auto !important;
    left: 0;
    padding: 6px 0;
    position: absolute;
    text-align: center;
    top: 35%;
    width: 100%;
    z-index: 1
}

.very-small {
    font-size: 11px
}