@charset "UTF-8";
@import url(https://fonts.googleapis.com/css?family=Poppins:300,400,500,600,700);
body,
p {
    color: #000;
    font-family: Poppins, sans-serif
}

body.overflow {
    overflow: hidden
}

a,
button,
input,
textarea {
    outline: 0!important
}

a {
    transition: all ease-in-out .3s;
    -webkit-transition: all ease-in-out .3s;
    -ms-transition: all ease-in-out .3s;
    -o-transition: all ease-in-out .3s;
    -moz-transition: all ease-in-out .3s
}

p {
    font-size: 14px;
    line-height: normal
}

.pad-left {
    padding-left: 0
}

.pad-right {
    padding-right: 0
}

.pad-top {
    padding-top: 0
}

.pad-bottom {
    padding-bottom: 0
}

.padding {
    padding: 0
}

.btn-default,
.btn-simple {
    padding: 12px 35px;
    text-transform: uppercase
}

.col-centered {
    float: none;
    margin: 0 auto
}

.txt-right {
    text-align: right
}

.light-gray-bg {
    background-color: #eff3f4!important
}

.white-bg {
    background-color: #fff
}

.blue-bg {
    background-color: #005ba6
}

.light-green-bg {
    background-color: #fff
}

.gray-bg {
    background-color: #304356
}

.purple-txt {
    color: #5d69a3
}

.red-txt {
    color: #ff356b
}

.maroon-txt {
    color: #cc88ac
}

.green-txt {
    color: #51d1c0
}

.sky-txt {
    color: #5cacd1
}

.orange-txt {
    color: #efd6aa
}

.dark-green-txt {
    color: #9fbc78
}

.violet-txt {
    color: #7a4f89
}

.btn-default {
    border: none;
    background-color: #afcb1f;
    color: #fff;
    box-shadow: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    -o-box-shadow: none;
    border-radius: 0;
    -webkit-border-radius: 0;
    -ms-border-radius: 0;
    letter-spacing: 1px
}

.btn-default:active:focus,
.btn-default:focus {
    background-color: #afcb1f;
    color: #fff;
    box-shadow: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    -o-box-shadow: none
}

.btn-default:hover {
    background-color: #99b312;
    color: #fff;
    box-shadow: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    -o-box-shadow: none
}

.btn-simple {
    border: 2px solid #000;
    background-color: transparent;
    color: #000;
    box-shadow: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    -o-box-shadow: none;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -ms-border-radius: 4px
}

.btn-simple:hover {
    background-color: #005ba6;
    border-color: #005ba6;
    color: #fff;
    box-shadow: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    -o-box-shadow: none
}

.btn-simple:focus {
    border: 2px solid #000;
    background-color: transparent;
    color: #000;
    box-shadow: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    -o-box-shadow: none
}

.section-title h1,
.section-title h2,
.section-title h3,
.section-title h4,
.section-title h5,
.section-title h6 {
    font-family: Poppins, sans-serif;
    text-transform: uppercase;
    margin: 0
}

.section-title h3 {
    font-size: 26px;
    line-height: 26px;
    color: #1b1b1b
}

.panel-group .panel {
    border-radius: 0;
    -webkit-border-radius: 0;
    -ms-border-radius: 0;
    border: none;
    box-shadow: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    -o-box-shadow: none
}

.panel-default>.panel-heading {
    background: 0 0;
    border: none;
    padding: 0
}

.panel-heading .accordion-toggle {
    display: block;
    background-color: #fff;
    color: #005ba6;
    padding: 12px 50px 11px 15px;
    text-decoration: none;
    position: relative;
    font-size: 15px;
    line-height: 15px;
    font-weight: 500;
    border-top: 1px solid #ddd;
    border-left: 1px solid #ddd;
    border-right: 1px solid #ddd
}

a.view-all,
a.view-all:hover {
    color: #fff
}

.panel-heading .accordion-toggle:after,
.panel-heading .accordion-toggle:before {
    position: absolute;
    content: " ";
    width: 8px;
    height: 2px;
    display: block;
    transition: all .3s ease-in-out
}

.panel-heading .accordion-toggle:after {
    right: 15px;
    top: 50%;
    transform: rotate(45deg)
}

.panel-heading .accordion-toggle:before {
    right: 20px;
    top: 50%;
    transform: rotate(-45deg)
}

.panel-heading .accordion-toggle.collapsed:before {
    transform: rotate(45deg)
}

.panel-heading .accordion-toggle.collapsed:after {
    transform: rotate(-45deg)
}

.panel-default>.panel-heading+.panel-collapse>.panel-body {
    border: 1px solid #ddd;
    padding: 15px;
    text-align: justify;
    font-size: 13px;
    line-height: 26px;
    font-weight: 400
}

.find-more,
.modal {
    text-align: center
}

.find-more .btn-default {
    padding: 15px 40px;
    font-weight: 900;
    font-size: 13px
}

a.view-all {
    font-size: 13px;
    line-height: 13px;
    text-decoration: none
}

.login-modal .modal-dialog {
    width: 420px
}

.login-modal .modal-dialog .modal-content {
    background-color: #ededed;
    padding: 50px;
    position: relative
}

.login-modal .modal-dialog .modal-content .close {
    position: absolute;
    color: #828282;
    right: 20px;
    top: 20px;
    opacity: .5;
    font-size: 25px;
    line-height: 25px
}

.login-modal .modal-dialog .modal-content .close:hover {
    opacity: 1
}

.login-modal .modal-dialog .modal-content h6 {
    font-weight: 400;
    font-size: 16px;
    line-height: 32px;
    text-transform: uppercase;
    text-shadow: none;
    -webkit-text-shadow: none;
    -moz-text-shadow: none;
    -ms-text-shadow: none;
    -o-text-shadow: none
}

.login-modal .modal-dialog .modal-content .form-group {
    position: relative
}

.login-modal .modal-dialog .modal-content .form-group .form-control {
    height: auto;
    position: relative;
    padding: 26px 16px 6px;
    font-size: 14px;
    line-height: 14px;
    color: #555;
    border: 1px solid #ccc;
    box-shadow: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    -o-box-shadow: none
}

.login-modal .modal-dialog .modal-content .form-group .form-control input[type=text],
.login-modal .modal-dialog .modal-content .form-group .form-control input[type=password] {
    border: none;
    width: 100%
}

.login-modal .modal-dialog .modal-content .form-group label {
    color: #969696;
    font-family: 'Poppins, sans-serif';
    font-size: 10px;
    position: absolute;
    top: 6px;
    left: 16px;
    text-transform: uppercase;
    z-index: 9
}

.login-modal .modal-dialog .modal-content .checkbox label {
    font-weight: 300;
    text-transform: uppercase;
    text-shadow: none
}

.login-modal .modal-dialog .modal-content .btn-default {
    text-transform: uppercase;
    padding: 16px 25px;
    font-weight: 700;
    margin: 0 0 10px
}

.login-modal .modal-dialog .modal-content .forgot-password a {
    text-decoration: none;
    text-transform: uppercase;
    font-size: 11px;
    line-height: 11px;
    color: #898989
}

.login-modal .modal-dialog .modal-content .forgot-password a:hover {
    color: #585858
}

.login-modal .login-block.hide {
    display: none
}

.login-modal .forgot-password-block.open {
    display: block
}

.modal {
    padding: 0!important;
    z-index: 999999999999
}

.breadcrumb-title .breadcrumb-right,
.modal-dialog {
    text-align: left
}

.modal:before {
    content: '';
    display: inline-block;
    height: 100%;
    vertical-align: middle;
    margin-right: -4px
}

.modal-dialog {
    display: inline-block;
    vertical-align: middle
}

.forgot-password-block {
    display: none
}

.forgot-password-block h6 {
    color: #afcb1f
}

.forgot-password-block .btn {
    width: 100%
}

.video-modal .modal-content {
    border-radius: 0;
    -webkit-border-radius: 0;
    -ms-border-radius: 0;
    box-shadow: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    -o-box-shadow: none
}

.video-modal .modal-content .close {
    position: absolute;
    right: 0;
    top: -25px;
    color: #fff;
    opacity: .7
}

.video-modal .modal-content .close:hover {
    opacity: 1
}

.video-modal .modal-content iframe {
    float: left;
    width: 100%
}

.breadcrumb-title {
    background-color: #fff;
    padding: 22px 0;
    border-bottom: 1px solid #EEE
}

.breadcrumb-title .breadcrumb-left {
    text-align: right
}

.back-to-top a,
.page-list {
    text-align: center
}

.breadcrumb-title .breadcrumb-right h5 {
    font-size: 22px;
    line-height: 24px;
    color: #2b2a28;
    margin: 0;
    text-transform: uppercase
}

.breadcrumb {
    border-radius: 0;
    -webkit-border-radius: 0;
    -ms-border-radius: 0;
    padding: 0;
    margin: 0;
    background-color: transparent
}

.breadcrumb>li {
    font-size: 12px;
    line-height: 11px;
    color: #fff
}

.breadcrumb>.active,
.breadcrumb>li a:hover,
.breadcrumb>li+li:before {
    color: #2b2a28
}

.breadcrumb>li a {
    text-decoration: none;
    color: #2b2a28
}

.banner {
    position: relative
}

.banner>img {
    width: 100%
}

.banner .banner-overlay {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, .2)
}

.banner .banner-desc {
    position: absolute;
    left: 0;
    right: 0;
    top: 50%;
    -moz-transform: translate(0, -50%);
    -o-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
    padding: 0 60px
}

.banner h4 {
    font-family: 'Poppins, sans-serif';
    font-size: 33px;
    line-height: 38px;
    color: #fff;
    text-transform: capitalize;
    margin: 0 0 15px;
    letter-spacing: 1px
}

.banner h4 span {
    display: block
}

.banner .btn {
    text-transform: none;
    letter-spacing: 0;
    font-size: 12px
}

.form-control {
    height: 45px;
    border: none;
    box-shadow: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    -o-box-shadow: none;
    padding-left: 20px;
    transition-duration: .5s;
    -webkit-transition-duration: .5s;
    -moz-transition-duration: .5s;
    -ms-transition-duration: .5s;
    -o-transition-duration: .5s;
    margin: 0 0 15px;
    border-radius: 0;
    -webkit-border-radius: 0;
    -ms-border-radius: 0
}

.form-control:focus {
    border: none;
    box-shadow: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    -o-box-shadow: none;
    padding-left: 30px
}

.back-to-top {
    position: fixed;
    bottom: 100px;
    right: -60px;
    transition-duration: .5s;
    -webkit-transition-duration: .5s;
    -moz-transition-duration: .5s;
    -ms-transition-duration: .5s;
    -o-transition-duration: .5s;
    z-index: 99
}

.back-to-top a {
    height: 40px;
    width: 40px;
    background-color: #b1b3b3;
    display: block;
    border-radius: 2px;
    -webkit-border-radius: 2px;
    -ms-border-radius: 2px;
    text-decoration: none;
    font-size: 9px;
    line-height: 9px;
    color: #fff;
    text-transform: uppercase;
    font-family: Poppins, sans-serif;
    font-weight: 900;
    position: relative
}

.back-to-top a:hover {
    background-color: #62768a
}

.back-to-top a span {
    position: absolute;
    left: 50%;
    top: 50%;
    -moz-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
}

.back-to-top a span i {
    font-size: 11px;
    display: block;
    margin: 0 0 7px
}

.back-to-top.display {
    right: 10px
}

.blog-sidebar-widget {
    padding: 20px 15px;
    box-shadow: 0 10px 10px -10px rgba(0, 0, 0, .15);
    -webkit-box-shadow: 0 10px 10px -10px rgba(0, 0, 0, .15);
    -moz-box-shadow: 0 10px 10px -10px rgba(0, 0, 0, .15);
    -ms-box-shadow: 0 10px 10px -10px rgba(0, 0, 0, .15);
    -o-box-shadow: 0 10px 10px -10px rgba(0, 0, 0, .15)
}

.blog-sidebar-widget .widget-title {
    position: relative;
    padding: 0 0 20px;
    border-bottom: 1px solid #ececec;
    margin: 0 0 15px
}

.blog-sidebar-widget .widget-title:after {
    position: absolute;
    content: "";
    left: 0;
    top: 100%;
    height: 1px;
    width: 50px;
    background-color: #afcb1f
}

.blog-sidebar-widget .widget-title h6 {
    text-transform: uppercase;
    font-size: 14px;
    line-height: 14px;
    color: #000;
    margin: 0
}

.blog-sidebar-widget .widget-detail {
    padding: 0 0 30px
}

.blog-sidebar-widget .widget-detail ul,
.blog-sidebar-widget .widget-detail ul li {
    display: block;
    margin: 0;
    padding: 0;
    list-style-type: none
}

.blog-sidebar-widget .widget-detail ul li a {
    display: block;
    text-decoration: none;
    font-size: 13px;
    line-height: 30px;
    padding: 5px 20px;
    position: relative;
    color: #747474
}

.blog-sidebar-widget .widget-detail ul li a:before {
    position: absolute;
    content: "";
    left: 0;
    top: 50%;
    -moz-transform: translate(0, -50%);
    -o-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
    height: 2px;
    width: 8px;
    background: #e1e1e1;
    -webkit-transition: all .15s ease-out;
    -moz-transition: all .15s ease-out;
    -ms-transition: all .15s ease-out;
    -o-transition: all .15s ease-out;
    transition: all .15s ease-out
}

.blog-sidebar-widget .search-box a:before,
.health-services .health-services-detail {
    -moz-transform: translate(0, -50%);
    -o-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    -webkit-transform: translate(0, -50%)
}

.blog-sidebar-widget .widget-detail ul li a:hover {
    color: #000
}

.blog-sidebar-widget .widget-detail ul li a:hover:before {
    width: 12px
}

.blog-sidebar-widget .widget-detail ul li abbr {
    text-decoration: underline dotted
}

.blog-sidebar-widget .recent-posts .post-block {
    padding: 0 0 15px;
    margin: 0 0 15px;
    border-bottom: 1px solid #e3e3e3
}

.blog-sidebar-widget .recent-posts .post-block .row {
    margin: 0 -10px
}

.blog-sidebar-widget .recent-posts .post-block [class*=col-] {
    padding: 0 10px
}

.blog-sidebar-widget .recent-posts .post-block img {
    width: 100%;
    height: 65px;
    object-fit: cover;
    font-family: 'object-fit: cover'
}

.blog-sidebar-widget .recent-posts .post-block a.image {
    text-decoration: none;
    position: relative;
    display: block
}

.blog-sidebar-widget .recent-posts .post-block a.image:before {
    position: absolute;
    content: "";
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -ms-border-radius: 3px;
    box-shadow: inset 0 0 0 3px rgba(255, 255, 255, .15);
    -webkit-box-shadow: inset 0 0 0 3px rgba(255, 255, 255, .15);
    -moz-box-shadow: inset 0 0 0 3px rgba(255, 255, 255, .15);
    -ms-box-shadow: inset 0 0 0 3px rgba(255, 255, 255, .15);
    -o-box-shadow: inset 0 0 0 3px rgba(255, 255, 255, .15);
    -webkit-transition: background-color .2s ease-out, -webkit-box-shadow .2s ease-out;
    -moz-transition: box-shadow .2s ease-out, background-color .2s ease-out;
    -ms-transition: box-shadow .2s ease-out, background-color .2s ease-out;
    -o-transition: box-shadow .2s ease-out, background-color .2s ease-out;
    transition: box-shadow .2s ease-out, background-color .2s ease-out
}

.blog-sidebar-widget .recent-posts .post-block a.image:hover:before {
    box-shadow: 0 0 0 5px #afcb1f inset;
    -webkit-box-shadow: 0 0 0 5px #afcb1f inset;
    -moz-box-shadow: 0 0 0 5px #afcb1f inset;
    -ms-box-shadow: 0 0 0 5px #afcb1f inset;
    -o-box-shadow: 0 0 0 5px #afcb1f inset
}

.blog-sidebar-widget .recent-posts .post-block .post-desc a {
    font-size: 13px;
    line-height: 20px;
    font-weight: 600;
    text-decoration: none;
    color: #000
}

.blog-sidebar-widget .recent-posts .post-block .post-desc a:hover {
    color: #afcb1f
}

.blog-sidebar-widget .recent-posts .post-block .post-desc p {
    margin: 5px 0 0;
    font-size: 13px;
    line-height: 18px
}

.blog-sidebar-widget .recent-posts .post-block:last-child {
    padding: 0;
    margin: 0;
    border: none
}

.blog-sidebar-widget .search-box {
    position: relative
}

.blog-sidebar-widget .search-box .form-control {
    height: 42px;
    color: #000;
    padding: 0 70px 0 20px;
    border: 1px solid #ddd;
    margin: 0
}

.blog-sidebar-widget .search-box a {
    position: absolute;
    top: 0;
    right: 0;
    left: auto;
    bottom: 0;
    font-size: 12px;
    line-height: 12px;
    color: #bbb;
    padding: 0 20px;
    text-decoration: none
}

.blog-sidebar-widget .search-box a:before {
    position: absolute;
    content: "";
    top: 50%;
    left: 0;
    width: 1px;
    height: 24px;
    background-color: #ddd;
    transform: translate(0, -50%)
}

.blog-sidebar-widget .search-box a i {
    position: absolute;
    left: 50%;
    top: 50%;
    -moz-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
}

.blog-sidebar-widget .search-box a:hover {
    color: #000
}

.blog-sidebar-widget .search-box .form-control::-webkit-input-placeholder {
    color: #000
}

.blog-sidebar-widget .search-box .form-control:-moz-placeholder {
    color: #000
}

.blog-sidebar-widget .search-box .form-control::-moz-placeholder {
    color: #000
}

.blog-sidebar-widget .search-box .form-control:-ms-input-placeholder {
    color: #000
}

.scroll-to-section {
    position: relative;
    margin: -40px 0 0
}

.scroll-to-section a {
    display: inline-block;
    height: 70px;
    width: 70px;
    background-color: #348fe2;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -ms-border-radius: 50%;
    font-size: 35px;
    line-height: 35px;
    color: #fff;
    text-decoration: none;
    position: relative;
    transition-duration: .3s;
    -webkit-transition-duration: .3s;
    -moz-transition-duration: .3s;
    -ms-transition-duration: .3s;
    -o-transition-duration: .3s
}

.scroll-to-section a span {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 9
}

.scroll-to-section a span:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: -1;
    border-radius: 50%;
    opacity: 0;
    background-color: #2f83d0;
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -ms-transform: scale(0);
    -o-transform: scale(0);
    transform: scale(0);
    transform-origin: 50% 50%;
    -webkit-transform-origin: 50% 50%;
    -moz-transform-origin: 50% 50%;
    -ms-transform-origin: 50% 50%;
    -o-transform-origin: 50% 50%;
    -webkit-transition-property: opacity, -webkit-transform;
    -moz-transition-property: transform, opacity;
    -ms-transition-property: transform, opacity;
    -o-transition-property: transform, opacity;
    transition-property: transform, opacity;
    -webkit-transition-duration: .5s;
    -moz-transition-duration: .5s;
    -ms-transition-duration: .5s;
    -o-transition-duration: .5s;
    transition-duration: .5s;
    -webkit-transition-timing-function: ease-in;
    -moz-transition-timing-function: ease-in;
    -ms-transition-timing-function: ease-in;
    -o-transition-timing-function: ease-in;
    transition-timing-function: ease-in
}

.scroll-to-section a span i {
    position: absolute;
    left: 50%;
    top: 50%;
    -moz-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
}

.scroll-to-section a:hover span:after {
    -webkit-transition-timing-function: cubic-bezier(.22, .61, .36, 1)!important;
    -moz-transition-timing-function: cubic-bezier(.22, .61, .36, 1)!important;
    -ms-transition-timing-function: cubic-bezier(.22, .61, .36, 1)!important;
    -o-transition-timing-function: cubic-bezier(.22, .61, .36, 1)!important;
    transition-timing-function: cubic-bezier(.22, .61, .36, 1)!important;
    -webkit-transition-duration: .2s;
    -moz-transition-duration: .2s;
    -ms-transition-duration: .2s;
    -o-transition-duration: .2s;
    transition-duration: .2s;
    -webkit-transform: scale(1.15);
    -moz-transform: scale(1.15);
    -ms-transform: scale(1.15);
    -o-transform: scale(1.15);
    transform: scale(1.15);
    opacity: 1
}

.pagination>li {
    margin: 0 2px;
    display: inline-block
}

.pagination>li>a,
.pagination>li>span {
    color: rgba(0, 0, 0, .5);
    font-size: 12px;
    font-weight: 600;
    border: 2px solid transparent;
    padding: 10px 15px;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -ms-border-radius: 3px;
    background: 0 0
}

.pagination>li>a i {
    font-weight: 600
}

.pagination>li:first-child a,
.pagination>li:first-child span {
    margin-right: 50px
}

.pagination>li:last-child a,
.pagination>li:last-child span {
    margin-left: 50px
}

.pagination>li:first-child>a,
.pagination>li:first-child>span,
.pagination>li:last-child>a,
.pagination>li:last-child>span {
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -ms-border-radius: 3px
}

.pagination>li>a:focus,
.pagination>li>a:hover,
.pagination>li>span:focus,
.pagination>li>span:hover {
    background-color: transparent;
    color: rgba(0, 0, 0, .5);
    border-color: transparent;
    font-weight: 600
}

.pagination>li.active>a,
.pagination>li.active>a:focus,
.pagination>li.active>a:hover,
.pagination>li.active>span,
.pagination>li.active>span:focus,
.pagination>li.active>span:hover {
    background-color: transparent;
    color: rgba(0, 0, 0, .5);
    border-color: rgba(0, 0, 0, .18)
}

.selectric {
    float: right;
    width: 220px;
    background: #fff!important;
    border: 1px solid #D9D9D9!important;
    height: 34px;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -ms-border-radius: 3px
}

.selectric-hover .selectric {
    border-color: #D9D9D9!important
}

.selectric .label {
    text-align: left;
    font-weight: 600;
    color: #909090!important;
    text-transform: uppercase;
    font-size: 11px!important;
    line-height: 28px!important;
    margin-left: 0!important;
    padding: 2px 8px
}

.selectric-items {
    background: #fff!important;
    border-radius: 3px 3px 0 0;
    -webkit-border-radius: 3px 3px 0 0;
    -ms-border-radius: 3px 3px 0 0
}

.selectric-items ul li {
    text-transform: uppercase;
    font-size: 11px;
    padding: 6px 8px
}

.filter,
.filter .filter-price {
    padding: 30px 0 0
}

.filter .filter-price .btn {
    padding: 10px;
    line-height: 14px;
    float: left;
    display: inline-block
}

.filter .filter-price .btn:hover {
    background: #afcb1f;
    opacity: .8
}

.filter .filter-price .price-range {
    float: right;
    display: inline-block;
    margin: 10px 0
}

.filter .filter-price #amount {
    border: none;
    width: 90px;
    text-align: right
}

.filter .ui-slider-horizontal .ui-slider-range {
    top: 0;
    height: 100%;
    background: #6C6!important;
    position: absolute;
    z-index: 1;
    font-size: .7em;
    display: block;
    border: none!important
}

.filter .ui-slider-horizontal {
    height: .2em
}

.filter .ui-button,
.filter .ui-button:focus,
.filter .ui-state-default,
.filter .ui-state-focus,
.filter .ui-widget-content .ui-state-default,
.filter .ui-widget-content .ui-state-focus,
.filter .ui-widget-header .ui-state-default,
.filter html .ui-button.ui-state-disabled:active,
.filter html .ui-button.ui-state-disabled:hover {
    background: #6C6;
    height: 10px;
    width: 10px;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    font-weight: 700;
    outline: 0
}

.filter .ui-widget.ui-widget-content {
    background: #9D9D9D;
    border: none
}

.filter .ui-button,
.filter html .ui-button.ui-state-disabled:active,
.filter html .ui-button.ui-state-disabled:hover {
    border: none
}

.filter .ui-state-default,
.filter .ui-widget-content .ui-state-default,
.filter .ui-widget-header .ui-state-default {
    border-radius: 50%!important;
    -webkit-border-radius: 50%!important;
    -moz-border-radius: 50%!important;
    -ms-border-radius: 50%!important;
    -o-border-radius: 50%!important;
    border: none!important
}

.ui-widget.ui-widget-content {
    border: none!important;
    background: #2e3641!important;
    color: #fff!important;
    padding: 0!important
}

.ui-corner-all,
.ui-corner-bottom,
.ui-corner-br,
.ui-corner-right {
    border-radius: 0!important
}

.ui-widget-header {
    color: #fff!important;
    -webkit-border-radius: 0;
    -ms-border-radius: 0;
    border-top: none!important;
    border-left: none!important;
    border-right: none!important;
    border-radius: 0!important
}

.ui-datepicker .ui-datepicker-next span,
.ui-datepicker .ui-datepicker-prev span {
    left: 50%;
    top: 50%;
    color: #fff!important;
    overflow: hidden!important;
    position: relative!important;
    font-family: FontAwesome!important;
    font-style: normal!important;
    font-weight: 400!important;
    line-height: 1em!important;
    -webkit-font-smoothing: antialiased!important;
    -moz-osx-font-smoothing: grayscale!important;
    display: block!important;
    margin: 0!important;
    -webkit-transform: translate(-50%, -50%)!important;
    -ms-transform: translate(-50%, -50%)!important;
    transform: translate(-50%, -50%)!important;
    font-size: 0;
    height: 30px!important;
    width: 30px!important
}

.ui-datepicker .ui-datepicker-next span:before,
.ui-datepicker .ui-datepicker-prev span:before {
    font-family: FontAwesome;
    font-weight: 400;
    font-size: 18px;
    line-height: 44px;
    font-style: normal;
    text-decoration: none
}

.ui-widget-header .ui-icon {
    text-indent: 0!important
}

.ui-datepicker .ui-datepicker-next,
.ui-datepicker .ui-datepicker-prev {
    border: none;
    cursor: pointer
}

.ui-datepicker .ui-datepicker-prev span:before {
    content: '\f053';
    display: block;
    text-align: center
}

.ui-datepicker .ui-datepicker-next span:before {
    content: '\f054'
}

.ui-datepicker th,
td .ui-state-default {
    font-weight: 400!important;
    font-size: 12px!important
}

.ll-skin-melon .ui-datepicker .ui-datepicker-next,
.ll-skin-melon .ui-datepicker .ui-datepicker-next-hover,
.ll-skin-melon .ui-datepicker .ui-datepicker-prev,
.ll-skin-melon .ui-datepicker .ui-datepicker-prev-hover {
    top: .6em!important;
    border: none!important;
    color: transparent!important
}

.ui-datepicker .ui-state-hover,
.ui-datepicker .ui-widget-content .ui-state-hover,
.ui-datepicker .ui-widget-header .ui-state-hover {
    background: 0 0!important;
    border: none!important
}

.ui-datepicker .ui-datepicker-prev-hover {
    color: transparent!important
}

.ui-datepicker th {
    padding: 1em 0!important;
    color: #ccc!important;
    border: none!important;
    border-top: 1px solid #3a414d!important
}

.ui-datepicker .ui-datepicker-title {
    margin-top: .4em!important;
    margin-bottom: .3em!important;
    color: #e9f0f4!important
}

.ui-datepicker table {
    margin: 0!important
}

.ui-datepicker td {
    padding: 0!important;
    text-align: center!important
}

.ui-datepicker td a,
.ui-datepicker td span {
    text-align: center!important;
    border: none!important
}

.ui-state-disabled .ui-state-default {
    color: #888!important
}

td .ui-state-default {
    border: none!important;
    text-align: center!important;
    padding: 10px!important;
    margin: 0!important
}

td .ui-state-highlight {
    background: rgba(0, 0, 0, .15)!important
}

.ui-timepicker-wrapper,
td .ui-state-active,
td .ui-state-hover {
    background: #2e3641!important
}

.ui-priority-secondary,
.ui-widget-content .ui-priority-secondary {
    opacity: .3!important
}

.ui-timepicker-wrapper {
    overflow-y: auto!important;
    height: 150px!important;
    width: 11em!important;
    outline: 0!important;
    margin: 0!important;
    border: none!important;
    -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, .2)!important;
    -moz-box-shadow: 0 5px 10px rgba(0, 0, 0, .2)!important;
    box-shadow: 0 5px 10px rgba(0, 0, 0, .2)!important
}

.ui-timepicker-list li {
    padding: 5px 0!important;
    cursor: pointer!important;
    white-space: nowrap!important;
    color: #FFF!important;
    list-style: none!important;
    margin: 0!important;
    font-size: 12px!important;
    line-height: 1.6!important;
    text-align: center!important
}

.ui-timepicker-list li:not(:first-child) {
    border-top: 1px solid rgba(255, 255, 255, .2)!important
}

.ui-timepicker-list .ui-timepicker-selected:hover,
.ui-timepicker-list li:hover,
.ui-timepicker-selected {
    color: #fff!important
}

.footer {
    padding: 80px 0 65px;
    background-color: #1b1b1b!important
}

.footer .f-top {
    border-bottom: 1px solid #444;
    padding: 0 0 35px
}

.footer .f-widget h6 {
    font-family: Poppins, sans-serif;
    font-size: 18px;
    line-height: 24px;
    color: #fff;
    margin: 0 0 28px;
    text-transform: uppercase
}

.footer .f-widget p {
    font-size: 14px;
    line-height: 22px;
    color: #aaa
}

.footer .f-widget ul {
    display: block;
    margin: 0;
    padding: 0;
    list-style-type: none
}

.footer .f-widget ul li {
    margin: 0;
    padding: 0;
    list-style-type: none;
    font-size: 12px;
    line-height: 34px;
    color: #a0b4c7;
    text-transform: uppercase
}

.footer .f-widget ul li a {
    font-size: 12px;
    line-height: 34px;
    color: #aaa;
    text-decoration: none
}

.footer .f-widget .recent-news-block .news-block {
    padding: 15px 0;
    border-bottom: 1px solid rgba(255, 255, 255, .07)
}

.footer .f-widget .recent-news-block .news-block:first-child {
    padding-top: 0
}

.footer .f-widget .recent-news-block .news-block:last-child {
    padding-bottom: 0;
    border: none
}

.footer .f-widget .recent-news-block .news-block a {
    color: #fff;
    text-decoration: none;
    font-size: 16px;
    line-height: 20px;
    font-weight: 700;
    font-family: Poppins, sans-serif;
    display: block;
    margin: 0 0 5px
}

.footer .f-widget .recent-news-block .news-block p i {
    margin-right: 10px
}

.footer .news-block p {
    color: rgba(255, 255, 255, .6)
}

.footer .f-bottom {
    padding: 35px 0 0;
    text-align: center
}

.footer .f-bottom p {
    font-size: 12px;
    line-height: 12px;
    color: #aaa;
    margin: 0 0 20px;
    text-align: center
}

.footer .f-bottom ul {
    display: block;
    margin: 0;
    padding: 0;
    list-style-type: none
}

.footer .f-bottom ul li {
    display: inline-block;
    margin: 0;
    padding: 0 3px 0 0;
    list-style-type: none;
    vertical-align: top
}

.footer .f-bottom ul li:last-child {
    padding: 0
}

.footer .f-bottom ul li a {
    background-color: #005ba6;
    display: block;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -ms-border-radius: 3px;
    margin: 0 3px;
    color: #fff;
    position: relative;
    font-size: 15px;
    line-height: 15px;
    line-height: 35px;
    height: 35px;
    width: 35px;
    padding: 0
}

.footer .f-bottom ul li a:first-child {
    margin-left: 0
}

.footer .f-bottom ul li a:last-child {
    margin-right: 0
}

.footer .f-bottom ul li a:hover {
    background-color: rgba(0, 91, 166, .73)
}

.footer .f-bottom ul li a i {
    position: absolute;
    left: 50%;
    top: 50%;
    -moz-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
}

.footer .btn-default {
    padding: 10px 15px;
    font-size: 12px
}

.header {
    position: fixed;
    left: 0;
    right: 0;
    z-index: 1000;
    top: 0
}

.h-top {
    background-color: #1b1b1b;
    padding: 10px 0 13px
}

.h-top p {
    font-size: 12px;
    line-height: 12px;
    text-transform: uppercase;
    margin: 0
}

.h-top p span {
    text-transform: uppercase
}

.h-top p i {
    padding-right: 5px;
    color: #fff
}

.h-top .h-left p {
    margin: 5px 0 0
}

.h-top .h-right {
    float: right
}

.h-bottom .cart-right .header-cart .cart-down-panel .total .total-left,
.h-bottom .logo {
    float: left
}

.h-bottom {
    background-color: #fff
}

.h-bottom .blue-overlay,
.h-bottom .h-right {
    background-color: #36a8eb
}

.h-bottom [class*=col-] {
    position: relative
}

.h-bottom .blue-overlay {
    position: absolute;
    left: 0;
    width: 6000px;
    height: 44px
}

.h-bottom .navbar {
    margin: 0;
    background-color: transparent;
    border: none
}

.h-bottom .navbar .navbar-collapse {
    float: left;
    padding-left: 125px
}

.h-bottom .navbar .navbar-brand {
    height: auto;
    padding: 6px 0
}

.h-bottom .navbar .navbar-nav>li>a {
    color: #fff;
    font-size: 12px;
    line-height: 14px;
    padding: 19px 15px
}

.h-bottom .navbar .navbar-nav>li>a:hover {
    color: #aeca1f
}

.h-bottom .navbar .navbar-nav>li.active>a {
    color: #aeca1f;
    background: 0 0
}

.dropdown-menu>li>a:focus,
.dropdown-menu>li>a:hover,
.h-bottom .navbar .navbar-nav>.open>a,
.h-bottom .navbar .navbar-nav>.open>a:focus,
.h-bottom .navbar .navbar-nav>.open>a:hover {
    background-color: transparent
}

.h-bottom .navbar .navbar-nav ul {
    border: none!important
}

.h-bottom .navbar .navbar-nav ul.dropdown-menu {
    box-shadow: 0 0 4px rgba(0, 0, 0, .4);
    -webkit-box-shadow: 0 0 4px rgba(0, 0, 0, .4);
    -moz-box-shadow: 0 0 4px rgba(0, 0, 0, .4);
    -ms-box-shadow: 0 0 4px rgba(0, 0, 0, .4);
    -o-box-shadow: 0 0 4px rgba(0, 0, 0, .4);
    border-radius: 0;
    -webkit-border-radius: 0;
    -ms-border-radius: 0
}

.h-bottom .navbar .dropdown-menu>li>a {
    padding: 10px 25px 10px 12px!important;
    border-bottom: 1px solid rgba(0, 0, 0, .04);
    color: #000;
    width: 250px
}

.h-bottom .navbar .dropdown-menu>li>a:focus,
.h-bottom .navbar .dropdown-menu>li>a:hover {
    color: #005ba6;
    font-weight: 500
}

.h-bottom .navbar .dropdown-menu>li.active>a {
    color: #323232;
    background: rgba(0, 0, 0, .04)
}

.h-bottom .navbar .navbar-nav>li.dropdown a {
    position: relative
}

.h-bottom .navbar .navbar-nav>li.dropdown a:after {
    position: absolute;
    content: "";
    left: 20px;
    bottom: 15px;
    width: 7px;
    height: 1px;
    background-color: rgba(255, 255, 255, .4)
}

.h-bottom .navbar .navbar-nav>li>ul.dropdown-menu:before {
    position: absolute;
    content: "";
    bottom: 100%;
    left: 15px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 6px 5px;
    border-color: transparent transparent #fff
}

.h-bottom .navbar .navbar-nav>li.yamm-fw>ul.dropdown-menu:before {
    display: none
}

.h-bottom .navbar .navbar-nav>li>ul>li.dropdown {
    position: relative!important
}

.h-bottom .navbar .navbar-nav>li>ul>li.dropdown:after {
    position: absolute;
    content: '\f105';
    font-family: FontAwesome;
    top: 22%;
    right: 10px
}

.h-bottom .navbar .navbar-nav>li>ul>li.dropdown ul {
    position: absolute;
    top: 0;
    margin: 0 0 0 252px;
    padding: 0
}

.h-bottom .navbar .background {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    height: 100%;
    width: 6000px;
    background-color: #005ba6;
    left: 230px
}

.h-bottom .navbar ul li.dropdown li .yamm-content a.mega-menu-title {
    font-size: 15px;
    border-bottom-width: 1px;
    border-bottom-style: solid;
    padding: 12px 0;
    margin-bottom: 15px;
    font-weight: 600;
    text-transform: uppercase;
    border-bottom-color: rgba(0, 0, 0, .1);
    color: #333;
    font-family: Poppins, sans-serif;
    font-style: normal;
    display: block;
    text-decoration: none
}

.h-bottom .navbar ul li.dropdown li .yamm-content a.mega-menu-title:before {
    display: none
}

.h-bottom .navbar ul li.dropdown li .yamm-content li a {
    font-family: Poppins, sans-serif;
    font-size: 13px;
    line-height: 14px;
    font-weight: 400;
    font-style: normal;
    color: #757575;
    position: relative;
    display: block;
    padding: 10px 0;
    text-decoration: none
}

.h-bottom .navbar ul li.dropdown li .yamm-content li a:hover {
    color: #323232
}

.h-bottom .navbar ul li.dropdown li .yamm-content li a:before {
    content: "";
    display: block;
    position: absolute;
    width: 0;
    height: 2px;
    background-color: #afcb1f;
    bottom: 0;
    -webkit-transition: width .15s cubic-bezier(.68, 0, .265, 1);
    transition: width .15s cubic-bezier(.68, 0, .265, 1)
}

.h-bottom .navbar ul li.dropdown li .yamm-content li a:hover:before,
.h-bottom .navbar ul li.dropdown li .yamm-content li.active a:before {
    width: 100%
}

.h-bottom .navbar .navbar-nav>.open>a,
.h-bottom .navbar .navbar-nav>.open>a:focus,
.h-bottom .navbar .navbar-nav>.open>a:hover {
    color: #aeca1f
}

.h-bottom .cart-right {
    float: right;
    padding: 3px 0
}

.h-bottom .cart-right .phone-btn {
    font-family: Poppins, sans-serif;
    font-weight: 700;
    color: #fff;
    border-radius: 20px;
    -webkit-border-radius: 20px;
    -ms-border-radius: 20px;
    background-color: #3097d3;
    padding: 10px 15px;
    display: inline-block;
    text-decoration: none;
    position: relative;
    font-size: 13px;
    line-height: 13px;
    margin: 6px 0 0
}

.h-bottom .cart-right .phone-btn i {
    display: inline-block;
    padding-right: 5px
}

.h-bottom .cart-right .header-cart {
    position: relative;
    padding-left: 41px;
    display: inline-block
}

.h-bottom .cart-right .header-cart .headercartbtn {
    font-size: 16px;
    display: inline-block;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding-right: 30px;
    -webkit-transition: background-color .2s ease-out;
    transition: background-color .2s ease-out;
    position: relative;
    color: inherit;
    margin: 10px 0 0
}

.h-bottom .cart-right .header-cart .headercartbtn span {
    background-color: #66CB66;
    -webkit-border-radius: 50%;
    -ms-border-radius: 50%;
    content: attr(data-count);
    font-size: 9px;
    color: #fff;
    width: 16px;
    height: 16px;
    display: block;
    text-align: center;
    line-height: 16px;
    border-radius: 50%;
    position: absolute;
    top: -8px;
    left: -12px;
    font-weight: 600;
    padding-right: 0;
    font-family: sans-serif
}

.h-bottom .cart-right .header-cart .headercartbtn:hover i {
    color: #66CB66
}

.h-bottom .cart-right .header-cart .headercartbtn i {
    color: #fff
}

.h-bottom .cart-right .header-cart .cart-down-panel {
    position: absolute;
    top: 120%;
    left: auto;
    right: 0;
    opacity: 0;
    visibility: hidden;
    -webkit-transition-property: opacity, visibility, top;
    transition-property: opacity, visibility, top;
    -webkit-transition-duration: .2s;
    transition-duration: .2s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
    z-index: 98;
    background-color: #f5f5f5;
    width: 255px;
    padding: 25px 20px;
    color: #999;
    font-size: 10px
}

.h-bottom .cart-right .header-cart .cart-down-panel .cart-list {
    list-style: none;
    margin: 0;
    padding: 0
}

.h-bottom .cart-right .header-cart .cart-down-panel .cart-list .mini-cart-item {
    padding: 25px 24px 15px 0;
    position: relative;
    border-bottom: 1px solid #ddd;
    min-height: 50px
}

.h-bottom .cart-right .header-cart .cart-down-panel .cart-list .mini-cart-item:first-child {
    padding: 0 24px 15px 0
}

.h-bottom .cart-right .header-cart .cart-down-panel .cart-list .mini-cart-item .close {
    position: absolute;
    top: 10%;
    right: 0;
    text-shadow: none;
    opacity: .5;
    color: #666
}

.h-bottom .cart-right .header-cart .cart-down-panel .cart-list .mini-cart-item .close:hover {
    opacity: 1
}

.h-bottom .cart-right .header-cart .cart-down-panel .cart-list .mini-cart-detail a {
    font-family: Poppins, sans-serif;
    font-weight: 600;
    font-size: 10px;
    line-height: 15px;
    text-transform: uppercase;
    color: #000;
    text-decoration: none
}

.h-bottom .cart-right .header-cart .cart-down-panel .cart-list .mini-cart-detail a:hover {
    color: #afcb1f
}

.h-bottom .cart-right .header-cart .cart-down-panel .total {
    border-bottom: 1px solid #ddd;
    padding: 15px 0;
    min-height: 45px;
    font-size: 12px;
    text-transform: uppercase;
    color: #fff;
    font-weight: 700;
    margin: 0 0 10px
}

.h-bottom .cart-right .header-cart .cart-down-panel .total .total-left p {
    margin: 0;
    letter-spacing: 1px;
    color: #000;
    font-weight: 700;
    font-size: 11px;
    text-transform: capitalize
}

.h-bottom .cart-right .header-cart .cart-down-panel .total .total-right {
    float: right
}

.h-bottom .cart-right .header-cart .cart-down-panel .total .total-right p {
    margin: 0;
    color: #000;
    font-size: 15px;
    line-height: 15px;
    letter-spacing: 1px
}

.h-bottom .cart-right .header-cart .cart-down-panel .mini-cart-btn .btn {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    display: inline-block;
    font-weight: 600;
    text-align: center;
    touch-action: manipulation;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    cursor: pointer;
    font-size: 13px;
    white-space: initial;
    -webkit-transition: all .2s ease-out;
    transition: all .2s ease-out;
    text-transform: uppercase;
    letter-spacing: 1px;
    vertical-align: middle;
    border-radius: 0;
    padding: 12px;
    line-height: 1.3;
    width: 47%
}

.h-bottom .cart-right .header-cart .cart-down-panel .mini-cart-btn .view-cart {
    border: none;
    padding: 14px 12px
}

.h-bottom .cart-right .header-cart .cart-down-panel .mini-cart-btn .view-cart:hover {
    opacity: .8
}

.h-bottom .cart-right .header-cart .cart-down-panel .mini-cart-btn .checkout {
    margin-left: 10px
}

.h-bottom .cart-right .header-cart .cart-down-panel .mini-cart-btn .checkout:hover {
    background-color: transparent;
    color: #000;
    border-color: #000
}

.h-language ul li,
.h-language ul li a {
    color: #999;
    font-size: 12px;
    line-height: 12px
}

.h-bottom .cart-right .header-cart:hover .cart-down-panel {
    left: auto;
    right: 0;
    top: 100%;
    opacity: 1;
    visibility: visible
}

.h-language {
    float: left;
    display: inline-block
}

.h-language ul {
    display: block;
    margin: 0;
    padding: 0;
    list-style-type: none
}

.h-language ul li {
    display: inline-block;
    text-transform: uppercase;
    padding: 0 13px
}

.h-language ul li:first-child {
    padding-left: 0
}

.h-language ul li:last-child {
    padding-right: 0
}

.h-language ul li a {
    text-decoration: none
}

.h-language ul li a:hover {
    color: #fff
}

.h-login-register {
    float: left;
    display: inline-block;
    padding-right: 40px;
    color: #999
}

.h-login-register a {
    font-size: 12px;
    line-height: 12px;
    text-transform: uppercase;
    text-decoration: none;
    color: #fff
}

.h-login-register a i {
    font-size: 18px;
    line-height: 18px
}

.h-login-register a:hover {
    color: #cf9
}

.h-history-policy {
    float: left;
    display: inline-block;
    padding-right: 58px;
    position: relative
}

.h-history-policy .burger a {
    display: block;
    width: 30px;
    height: 30px;
    background: #fff;
    text-align: center;
    transform: rotate(90deg);
    -webkit-ransform: rotate(90deg);
    -moz-ransform: rotate(90deg);
    -ms-ransform: rotate(90deg);
    -o-ransform: rotate(90deg);
    text-decoration: none;
    border-radius: 20%
}

.h-history-policy .burger a span {
    display: inline-block;
    height: 2px;
    width: 2px;
    background-color: #000;
    margin: 0;
    text-align: center;
    border-radius: 2px;
    -webkit-border-radius: 2px;
    -ms-border-radius: 2px
}

.h-history-policy .burger a span:last-child {
    margin: 0
}

.h-history-policy ul {
    display: block;
    margin: 0;
    padding: 0;
    list-style-type: none
}

.h-history-policy ul li {
    display: inline-block;
    margin: 0;
    font-size: 12px;
    line-height: 12px;
    color: #fff;
    text-transform: capitalize;
    padding: 0 13px;
    border-right: 1px solid #fff
}

.h-history-policy ul li:first-child {
    padding-left: 0
}

.h-history-policy ul li:last-child {
    padding-right: 0;
    border: none
}

.h-history-policy ul li a {
    font-size: 12px;
    line-height: 12px;
    color: #fff;
    text-decoration: none
}

.h-history-policy ul li a:hover {
    color: #cf9
}

.slider img {
    width: 100%
}

.services-section {
    margin: -143px 0 0;
    position: relative;
    z-index: 99
}

.services-section .services-main-blocks {
    box-shadow: 0 0 120px -25px rgba(0, 0, 0, .6);
    -webkit-box-shadow: 0 0 120px -25px rgba(0, 0, 0, .6);
    -moz-box-shadow: 0 0 120px -25px rgba(0, 0, 0, .6);
    -ms-box-shadow: 0 0 120px -25px rgba(0, 0, 0, .6);
    background: #3695EB
}

.services-section .services-box {
    padding-right: 40px;
    padding-left: 40px;
    background-color: #005ba6;
    height: 274px;
    -webkit-transition: .25s cubic-bezier(.215, .61, .355, 1);
    transition: .25s cubic-bezier(.215, .61, .355, 1);
    float: left;
    width: 25%;
    border-color: rgba(0, 0, 0, .1);
    border-style: solid;
    border-width: 0 1px 1px 0;
    text-align: left
}

.services-section .services-box:hover {
    background-color: #2b77bc
}

.services-section .services-box .grid-box-inner {
    position: relative;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%)
}

.services-section .services-box .grid-box-inner a {
    display: block;
    text-decoration: none
}

.services-section .services-box .grid-box-inner a .item-title {
    vertical-align: middle;
    margin-bottom: 20px
}

.services-section .services-box .grid-box-inner a .item-title .icon-wrp {
    display: inline-block;
    vertical-align: middle
}

.services-section .services-box .grid-box-inner a .item-title .title-wrp {
    display: inline-block;
    vertical-align: middle;
    padding-left: 20px
}

.services-section .services-box .grid-box-inner a h3 {
    margin: 0;
    padding: 0;
    font-family: Poppins, sans-serif;
    font-size: 18px;
    line-height: 30px;
    font-weight: 500;
    color: #fff;
    font-style: normal
}

.services-section .services-box .grid-box-inner a .description p {
    font-size: 13px;
    line-height: 24px;
    font-weight: 400;
    color: #fff;
    font-style: normal;
    font-family: Poppins, sans-serif
}

.who-we-are {
    padding-top: 52px;
    padding-bottom: 124px
}

.who-we-are .our-health-mission .image {
    display: block;
    position: relative;
    text-decoration: none
}

.who-we-are .our-health-mission .image:hover {
    box-shadow: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    -o-box-shadow: none
}

.who-we-are .our-health-mission .image a.media-container__link {
    position: absolute;
    left: 50%;
    top: 50%;
    -moz-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
}

.who-we-are .our-health-mission .image a.media-container__link .circleanim-svg__circle-back {
    fill: none;
    stroke: #fff
}

.who-we-are .our-health-mission .image a.media-container__link .circleanim-svg__circle-front {
    fill: none;
    stroke: #fff;
    stroke-dasharray: 60 1000;
    stroke-width: 5px;
    stroke-opacity: .5;
    stroke-dashoffset: 0;
    -webkit-transition: stroke-width 1s, stroke-dashoffset 1s, stroke-dasharray 1s, stroke-opacity 1s;
    transition: stroke-width 1s, stroke-dashoffset 1s, stroke-dasharray 1s, stroke-opacity 1s
}

.who-we-are .our-health-mission .image a.media-container__link .circleanim-svg:hover .circleanim-svg__circle-front {
    stroke-dasharray: 340;
    stroke-width: 2px;
    stroke-opacity: 1
}

.who-we-are .our-health-mission h5 {
    font-size: 23px;
    line-height: 32px;
    color: #069;
    margin: 0 0 10px
}

.health-block p,
.who-we-are .our-health-mission p {
    line-height: 26px
}

.hospital-services .service-top .service-block {
    background-color: #fff;
    padding: 35px 55px
}

.hospital-services .service-top .service-block .block-detail {
    padding: 0 0 40px
}

.hospital-services .service-top .service-block .block-detail:last-child {
    padding: 0
}

.hospital-services .service-top .service-block .block-detail img {
    float: none;
    margin: 0 auto
}

.hospital-services .service-top .service-block .block-detail h6 {
    font-family: Poppins, sans-serif;
    font-size: 14px;
    line-height: 14px;
    color: #1b1b1b;
    margin: 0 0 10px;
    text-transform: uppercase
}

.hospital-services .service-top .service-block .block-detail p {
    color: #666
}

.emergency-services img {
    width: 100%
}

.emergency-services {
    background-color: #f5f5f5
}

.emergency-services .main-service-block {
    float: none;
    display: table-cell;
    vertical-align: middle
}

.emergency-services .emergency-detail {
    padding: 0 115px
}

.emergency-services .emergency-detail [class*=col-]:last-child .service-block,
.emergency-services .emergency-detail [class*=col-]:nth-last-child(2) .service-block {
    padding-bottom: 0
}

.emergency-services .emergency-detail .service-block {
    position: relative;
    padding: 0 0 30px 82px
}

.emergency-services .emergency-detail .service-block .image-icon {
    position: absolute;
    left: 0;
    top: 0
}

.emergency-services .emergency-detail .service-block h6 {
    font-family: Poppins, sans-serif;
    font-size: 18px;
    line-height: 22px;
    margin: 0 0 15px;
    color: #323232;
    text-transform: uppercase
}

.emergency-services .emergency-detail .service-block p {
    font-size: 13px;
    line-height: 22px
}

.parallax-window {
    height: 638px;
    background: 0 0
}

.health-services {
    position: relative
}

.health-services .health-services-detail {
    position: absolute;
    left: 0;
    right: 0;
    top: 50%;
    transform: translate(0, -50%)
}

.health-services .section-title h5 {
    font-size: 26px;
    line-height: 26px;
    color: #fff
}

.health-services .health-block ul {
    display: block;
    padding: 0 0 0 18px;
    margin: 0;
    float: left;
    width: 100%
}

.health-services .health-block ul li {
    margin: 0 0 25px;
    padding: 0;
    font-family: Poppins, sans-serif;
    font-size: 14px;
    line-height: 14px;
    color: #fff;
    text-transform: uppercase
}

.health-services .health-block ul li:last-child {
    margin-bottom: 0
}

.health-services .health-block ul li a {
    font-size: 14px;
    line-height: 14px;
    text-decoration: none;
    color: #fff
}

.health-services .health-block ul li a:hover {
    color: #fff
}

.health-services .health-block h5 {
    font-family: Poppins, sans-serif;
    font-size: 30px;
    line-height: 50px;
    color: #fff;
    margin: 0;
    font-weight: 300
}

.our-work-profile {
    padding: 115px 0
}

.our-work-profile .work-profile-tabing {
    padding: 0
}

.work-profile-tabing .nav-tabs {
    position: relative;
    z-index: 9
}

.work-profile-tabing .nav-tabs>li {
    width: 100%;
    margin: 0
}

.work-profile-tabing .nav-tabs>li>a {
    font-size: 13px;
    line-height: 13px;
    color: #858585;
    background-color: #fff;
    border-top: 1px solid #ddd;
    border-right: 1px solid #ddd;
    border-left: 1px solid #ddd;
    border-bottom: none;
    margin: 0;
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
    padding: 20px 45px 20px 25px;
    background-image: -webkit-gradient(linear, left top, right top, color-stop(0, #fff), color-stop(100%, rgba(239, 239, 239, .5)));
    background-image: -webkit-linear-gradient(left, #fff 0, rgba(239, 239, 239, .5) 100%);
    background-image: linear-gradient(to right, #fff 70%, rgba(239, 239, 239, .5) 100%);
    position: relative
}

.work-profile-tabing .nav-tabs>li>a i {
    font-size: 20px;
    color: #999;
    position: absolute;
    right: 25px;
    top: 50%;
    -moz-transform: translate(0, -50%);
    -o-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%)
}

.work-profile-tabing .nav-tabs>li:first-child>a {
    border-radius: 3px 0 0;
    -webkit-border-radius: 3px 0 0 0;
    -ms-border-radius: 3px 0 0 0
}

.work-profile-tabing .nav-tabs>li:last-child>a {
    border-radius: 0 0 0 3px;
    -webkit-border-radius: 0 0 0 3px;
    -ms-border-radius: 0 0 0 3px
}

.work-profile-tabing .nav-tabs>li>a:hover {
    color: #afcb1f;
    border-color: #ddd
}

.work-profile-tabing .nav-tabs>li.active>a,
.work-profile-tabing .nav-tabs>li.active>a:focus,
.work-profile-tabing .nav-tabs>li.active>a:hover {
    border-left: 1px solid #ddd;
    border-top: 1px solid #ddd;
    border-bottom: none;
    border-right-color: #fff;
    background-image: none;
    -webkit-background-image: none;
    -moz-background-image: none;
    -ms-background-image: none;
    -o-background-image: none;
    color: #131313;
    font-weight: 600
}

.work-profile-tabing .tab-pane {
    padding: 40px 25px;
    border: 1px solid #ddd;
    border-radius: 0 3px 3px 0;
    -webkit-border-radius: 0 3px 3px 0;
    -ms-border-radius: 0 3px 3px 0;
    margin-left: -1px
}

.work-profile-tabing .tab-pane h4 {
    font-size: 28px;
    line-height: 30px;
    color: #333;
    margin: 0 0 20px
}

.work-profile-tabing .tab-pane h4 a {
    text-decoration: none;
    color: #afcb1f
}

.work-profile-tabing .tab-pane h4 a:hover {
    color: #000
}

.our-work-profile p {
    font-size: 14px;
    line-height: 26px;
    color: #000;
    margin: 0 0 20px
}

.our-work-profile .treatment-block img {
    margin: 0 0 20px
}

.our-work-profile .treatment-block h5 {
    font-size: 24px;
    line-height: 32px;
    color: #000;
    font-weight: 400;
    text-transform: capitalize;
    margin: 0 0 10px
}

.plastic-surgery h5 {
    font-family: Poppins, sans-serif;
    font-weight: 700;
    font-size: 26px;
    line-height: 26px;
    margin: 0 0 20px;
    color: #1b1b1b;
    text-transform: uppercase
}

.plastic-surgery p {
    font-size: 13px;
    line-height: 26px;
    margin: 0 0 20px
}

.plastic-surgery .btn-default {
    font-weight: 700;
    font-size: 12px;
    line-height: 12px;
    padding: 20px 34px
}

.plastic-surgery .emergency-detail {
    padding: 0 22%
}

.medical-health-news .section-title {
    text-align: center
}

.medical-health-news .section-title h4 {
    font-family: Poppins, sans-serif;
    font-size: 28px;
    line-height: 34px;
    color: #1b1b1b;
    margin: 0;
    text-transform: none
}

.medical-health-news .medical-health-blocks a.block {
    display: block;
    text-decoration: none
}

.medical-health-news .medical-health-blocks a.block .image {
    position: relative
}

.medical-health-news .medical-health-blocks a.block .image img {
    width: 100%
}

.medical-health-news .medical-health-blocks a.block .image h6 {
    font-size: 16px;
    line-height: 16px;
    padding: 0 0 50px;
    margin: 0;
    position: absolute;
    left: 0;
    right: 0;
    top: auto;
    bottom: 0;
    text-align: center;
    color: #fff;
    font-family: Poppins, sans-serif;
    text-transform: uppercase
}

.medical-health-news .medical-health-blocks a.block .image h6:before {
    position: absolute;
    content: "";
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0, transparent), color-stop(100%, #000));
    background: -webkit-linear-gradient(top, transparent 0, #000 100%);
    background: linear-gradient(to bottom, transparent 0, #000 100%);
    opacity: .8
}

.medical-health-news .medical-health-blocks a.block .image h6:after {
    position: absolute;
    content: "";
    top: 30px;
    left: 50%;
    -moz-transform: translate(-50%, 0);
    -o-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    -webkit-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    height: 2px;
    width: 30px;
    -webkit-transition: all .2s ease-out;
    transition: all .2s ease-out;
    background-color: #afcb1f
}

.medical-health-news .medical-health-blocks .block:hover .image {
    -webkit-box-shadow: 0 40px 120px -20px rgba(0, 0, 0, .6);
    box-shadow: 0 40px 120px -20px rgba(0, 0, 0, .6)
}

.medical-health-news .medical-health-blocks a.block:hover .image h6:after {
    width: 60px
}

.medical-health-news .medical-health-blocks .block-desc {
    padding: 15px 0 20px;
    clear: both;
    text-align: center
}

.medical-health-news .medical-health-blocks .block-desc h6 {
    font-family: Poppins, sans-serif;
    font-size: 14px;
    line-height: 22px;
    margin: 0;
    font-weight: 400;
    color: #000
}

.map-address-location iframe {
    float: left;
    width: 100%
}

.map-address-location .right-side [class*=col-]:first-child a.address-block {
    border-top: none
}

.map-address-location .right-side [class*=col-]:last-child a.address-block,
.map-address-location .right-side [class*=col-]:nth-child(even) a.address-block {
    border-right: none
}

.map-address-location .right-side a.address-block {
    text-decoration: none;
    background-color: #005ba6;
    position: relative;
    display: block;
    height: 350px;
    border-top: 1px solid rgba(255, 255, 255, .1);
    border-right: 1px solid rgba(255, 255, 255, .1)
}

.map-address-location .right-side a.address-block .block-detail {
    position: absolute;
    left: 50%;
    top: 50%;
    -moz-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    text-align: center
}

.map-address-location .right-side a.address-block .block-detail h6 {
    font-family: Poppins, sans-serif;
    font-size: 16px;
    line-height: 16px;
    color: #fff;
    margin: 0 0 20px
}

.map-address-location .right-side a.address-block .block-detail p {
    font-size: 12px;
    line-height: 24px;
    color: #fff;
    margin: 0
}

.map-address-location .right-side a.address-block:hover {
    background-color: #2b77bc
}

.tparrows {
    background: 0 0!important;
    height: 50px!important;
    width: 50px!important
}

.tparrows.tp-leftarrow:before,
.tparrows.tp-rightarrow:before {
    transform: none!important;
    -webkit-transform: none!important;
    -moz-transform: none!important;
    -ms-transform: none!important;
    -o-transform: none!important;
    font-size: 60px;
    line-height: 50px
}

.appointment-form .form-group .main-label,
.appointment-form .form-group.date label {
    -moz-transform: translate(0, -50%);
    -o-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    -webkit-transform: translate(0, -50%);
    top: 50%;
    left: 0
}

.main-slider .tparrows.tp-leftarrow,
.main-slider .tparrows.tp-rightarrow {
    opacity: 0;
    transition-duration: .5s;
    -webkit-transition-duration: .5s;
    -moz-transition-duration: .5s;
    -ms-transition-duration: .5s;
    -o-transition-duration: .5s
}

.clinic-staff-carousel .slick-next.slick-disabled:before,
.clinic-staff-carousel .slick-prev.slick-disabled:before,
.main-slider:hover .tparrows.tp-leftarrow,
.main-slider:hover .tparrows.tp-rightarrow {
    opacity: 1
}

.tp-mask-wrap {
    margin-top: 37px
}

.appointment-form {
    padding: 40px
}

.appointment-form h6 {
    font-size: 18px;
    line-height: 18px;
    margin: 0 0 20px;
    font-family: Poppins, sans-serif;
    font-weight: 700
}

.appointment-form p {
    font-size: 14px;
    line-height: 26px;
    color: #666;
}

.appointment-form .btn {
    font-weight: 700;
    text-transform: none;
    padding: 12px 25px
}

.appointment-form .form-group {
    position: relative;
    margin: 0 0 20px;
    float: left;
    width: 100%
}

.appointment-form .form-group .main-label {
    position: absolute;
    transform: translate(0, -50%);
    z-index: 9;
    font-weight: 600;
    font-size: 13px;
    transition-duration: .3s;
    -webkit-transition-duration: .3s;
    -moz-transition-duration: .3s;
    -ms-transition-duration: .3s;
    -o-transition-duration: .3s
}

.appointment-form .form-group:after {
    position: absolute;
    content: "";
    left: 0;
    right: 0;
    bottom: 0;
    height: 2px;
    background-color: #000;
    display: none
}

.appointment-form .form-control {
    border-bottom: 1px solid #000;
    padding: 6px 12px;
    margin: 0
}

.appointment-form .form-group.date {
    width: 60%;
    float: left;
    position: relative
}

.appointment-form .form-group.date label {
    position: absolute;
    transform: translate(0, -50%)
}

.appointment-form .form-group.time {
    width: 40%;
    float: left;
    position: relative
}

.appointment-form .form-group.time label {
    position: absolute;
    left: 0;
    top: 50%;
    -moz-transform: translate(0, -50%);
    -o-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%)
}

.appointment-form .form-group.is-val .main-label {
    top: -3px;
    -moz-transform: none;
    -o-transform: none;
    -ms-transform: none;
    -webkit-transform: none;
    transform: none;
    font-size: 10px
}

.appointment-form a.appointment-button {
    margin-top: 30px
}

.appointment-form .select-box label {
    top: 0;
    font-size: 10px;
    line-height: 10px;
    color: #000;
    -moz-transform: none;
    -o-transform: none;
    -ms-transform: none;
    -webkit-transform: none;
    transform: none;
    z-index: 99999
}

.medlife-clinic-num .medlife-clinic-num-detail,
.sidebar-widget .widget-block .medlife-service ul li .service-link:after {
    -moz-transform: translate(0, -50%);
    -o-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    -webkit-transform: translate(0, -50%);
    right: 0
}

.appointment-form .select-box .form-group {
    float: left;
    width: 100%
}

.appointment-form input[type=select] {
    height: 52px
}

.appointment-form .selectric {
    border-top: none!important;
    border-right: none!important;
    border-left: none!important;
    border-bottom: 1px solid #000!important;
    float: left;
    width: 100%;
    border-radius: 0;
    -webkit-border-radius: 0;
    -ms-border-radius: 0;
    height: 45px
}

.appointment-form .selectric .label {
    color: #000!important;
    font-weight: 400;
    font-size: 14px!important;
    line-height: 45px!important;
    text-transform: capitalize
}

.appointment-form .selectric .button {
    height: 45px!important;
    width: 45px!important
}

.appointment-form .selectric-items {
    box-shadow: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    -o-box-shadow: none;
    margin: 45px 0 0;
    z-index: 99999999
}

.appointment-form .selectric-scroll {
    overflow: unset!important
}

.human-body-parts .body-parts-block {
    background-color: #fff;
    padding: 40px;
    text-align: center;
    margin: 0 0 40px
}

.human-body-parts .body-parts-block .icon {
    padding: 0 0 30px
}

.human-body-parts .body-parts-block .icon i:before {
    font-size: 75px;
    margin: 0
}

.human-body-parts .body-parts-block .icon:hover {
    color: #8DE08D
}

.human-body-parts .body-parts-block h6 {
    font-family: Poppins, sans-serif;
    text-transform: capitalize;
    font-size: 18px;
    line-height: 18px;
    color: #000;
    margin: 0 0 10px
}

.human-body-parts .body-parts-block p {
    line-height: 26px
}

.content {
    padding-bottom: 95px
}

.inner-pg {
    padding-top: 95px;
    background-color: #f2f2f2
}

.service-detail-block {
    padding: 17px 60px 40px;
    margin: 0 0 30px
}

.service-detail-block h4 {
    font-family: Poppins, sans-serif;
    font-size: 24px;
    line-height: 30px;
    margin: 0 0 10px;
    text-transform: capitalize
}

.service-detail-block p {
    line-height: 26px;
    color: #666
}

.service-detail-block .service-detail-partitions {
    padding: 30px 0 0
}

.sidebar-widget .widget-block {
    margin: 0 0 30px
}

.sidebar-widget .widget-block .blue-bg,
.sidebar-widget .widget-block .gray-bg,
.sidebar-widget .widget-block .light-green-bg,
.sidebar-widget .widget-block .white-bg {
    padding: 32px 20px
}

.sidebar-widget .widget-block .medlife-service ul {
    display: block;
    margin: 0;
    padding: 0;
    list-style-type: none
}

.sidebar-widget .widget-block .medlife-service ul li {
    margin: 0;
    padding: 0;
    list-style-type: none
}

.sidebar-widget .widget-block .medlife-service ul li a {
    padding: 10px;
    display: block;
    text-decoration: none;
    color: #fff;
    font-size: 12px;
    line-height: 26px;
    border-bottom: 1px solid rgba(0, 0, 0, .1);
    position: relative
}

.sidebar-widget .widget-block .medlife-service ul li a:before {
    position: absolute;
    content: "";
    left: 0;
    right: 0;
    top: 100%;
    height: 1px;
    width: 0;
    background-color: #afcb1f;
    transition-duration: .3s;
    -webkit-transition-duration: .3s;
    -moz-transition-duration: .3s;
    -ms-transition-duration: .3s;
    -o-transition-duration: .3s
}

.sidebar-widget .widget-block .medlife-service ul li .service-link:after {
    position: absolute;
    content: "\f105";
    font-family: FontAwesome;
    color: #fff;
    top: 50%;
    transform: translate(0, -50%);
    transition-duration: .3s;
    -webkit-transition-duration: .3s;
    -moz-transition-duration: .3s;
    -ms-transition-duration: .3s;
    -o-transition-duration: .3s;
    font-size: 16px;
    line-height: 16px
}

.sidebar-widget .widget-block .medlife-service ul li a:hover:before {
    width: 100%
}

.sidebar-widget .widget-block .medlife-service ul li .service-link:hover:after {
    color: #fff
}

.sidebar-widget .widget-block .medlife-service ul li a.active:before {
    width: 100%
}

.sidebar-widget .widget-block .medlife-service ul li a.active:after {
    color: rgba(0, 0, 0, .2)
}

.sidebar-widget .widget-block .opening-hours {
    padding: 20px
}

.sidebar-widget .widget-block .opening-hours table tr td {
    border-top: none;
    border-bottom: 1px solid #dcdcdc;
    color: #000;
    padding: 15px 0;
    font-size: 12px
}

.sidebar-widget .widget-block .news-letter .form-control {
    height: 45px
}

.sidebar-widget .widget-block .news-letter .btn {
    width: 100%;
    font-weight: 700
}

.sidebar-widget .widget-block .recent-news a {
    text-decoration: none;
    color: #000;
    text-transform: uppercase;
    font-size: 13px;
    line-height: 13px;
    margin: 0 0 10px
}

.sidebar-widget .widget-block .recent-news a:hover {
    color: #afcb1f
}

.sidebar-widget .widget-block .recent-news .widget-title h6 {
    color: #333
}

.sidebar-widget .widget-block .recent-news .recent-block {
    border-bottom: 1px solid rgba(0, 0, 0, .07);
    padding: 15px 0
}

.sidebar-widget .widget-block .recent-news .recent-block a {
    font-size: 14px;
    line-height: 22px;
    font-weight: 700;
    color: #000;
    text-decoration: none;
    margin: 0 0 5px;
    display: block
}

.sidebar-widget .widget-block .recent-news .recent-block a:hover {
    color: #afcb1f
}

.sidebar-widget .widget-block .recent-news .recent-block p {
    font-size: 13px;
    line-height: 13px;
    margin: 0
}

.sidebar-widget .widget-block .recent-news .recent-block p i {
    margin-right: 10px
}

.sidebar-widget .widget-block .recent-news .recent-block:last-child {
    border: none
}

.sidebar-widget .widget-title {
    padding: 0 0 7px
}

.sidebar-widget .widget-title h6 {
    font-size: 18px;
    line-height: 30px;
    color: #000;
    margin: 0;
    text-transform: capitalize
}

.inner-banner h1 {
    font-size: 72px;
    line-height: 72px;
    margin: 0 0 30px;
    color: #fff;
    text-transform: capitalize
}

.inner-banner h4 {
    text-transform: none;
    font-family: latolight
}

.phisician-md {
    padding: 35px 0 150px
}

.phisician-md .phisician-left {
    position: relative;
    z-index: 9;
    padding: 0
}

.phisician-md .phisician-left h5 {
    font-family: Poppins, sans-serif;
    font-size: 24px;
    line-height: 24px;
    color: #333;
    text-transform: uppercase
}

.phisician-md .phisician-left h5 span {
    font-family: 'Poppins, sans-serif';
    text-transform: capitalize;
    color: #000
}

.phisician-md .phisician-left p {
    font-size: 14px;
    line-height: 30px
}

.phisician-md .phisician-right {
    position: relative
}

.phisician-md .phisician-right .image {
    position: relative;
    z-index: 99;
    margin: 0 0 30px
}

.phisician-md .phisician-right .silver-squar {
    min-height: 601px;
    background-color: #eff3f4;
    width: 100%;
    margin-top: -480px;
    margin-right: 80px;
    margin-left: -194px
}

.phisician-md .phisician-right .join-our-team {
    text-align: right;
    padding-top: 60px;
    position: relative;
    z-index: 9
}

.phisician-md .phisician-right .join-our-team .btn {
    font-size: 13px;
    font-weight: 700;
    font-family: OpenSansBold;
    padding: 13px 36px 14px 34px
}

.phisician-md .rellax {
    -webkit-transition-property: -webkit-transform;
    transition-property: -webkit-transform;
    transition-property: transform;
    transition-property: transform, -webkit-transform;
    -webkit-transition-duration: .6s;
    transition-duration: .6s
}

.doctor-clinic-staff {
    padding: 75px 0 140px
}

.clinic-staff-carousel .slick-slide {
    background-color: #fff;
    margin: 0 25px
}

.clinic-staff-carousel .staff-detail {
    padding: 30px 25px
}

.clinic-staff-carousel .staff-detail h6 {
    font-family: 'Poppins, sans-serif';
    text-transform: capitalize;
    font-size: 18px;
    line-height: 25px;
    color: #333
}

.clinic-staff-carousel .staff-detail h6 span {
    display: block;
    font-family: latolight
}

.clinic-staff-carousel .staff-detail p {
    font-size: 13px;
    line-height: 30px
}

.clinic-staff-carousel .slick-next:hover:before,
.clinic-staff-carousel .slick-prev:hover:before {
    font-weight: 700
}

.nurse-practice {
    background-color: #fff9f9;
    padding: 75px 0 140px
}

.nurse-practice img {
    width: 100%
}

.nurse-practice .nurse-detail {
    padding: 30px 25px
}

.nurse-practice .nurse-detail h6 {
    font-family: 'Poppins, sans-serif';
    text-transform: capitalize;
    color: #333;
    font-size: 18px;
    line-height: 25px
}

.nurse-practice .nurse-detail h6 span {
    font-family: latolight
}

.nurse-practice .nurse-detail p {
    font-size: 13px;
    line-height: 30px
}

.nurse-practice [class*=col-]:nth-child(even) .practice-block {
    background-color: #eff3f4
}

.medlife-clinic-num {
    position: relative;
    text-align: center
}

.medlife-clinic-num .medlife-clinic-num-detail {
    position: absolute;
    left: 0;
    top: 50%;
    transform: translate(0, -50%)
}

.medlife-clinic-num .section-title h2 {
    font-family: 'Poppins, sans-serif';
    text-align: center;
    text-transform: capitalize;
    color: #fff
}

.medlife-clinic-num img {
    display: inline-block;
    margin: 0 0 20px;
    height: auto;
    width: 80px;
    object-fit: cover;
    font-family: 'object-fit: cover'
}

.medlife-clinic-num .counter {
    color: #fff;
    font-size: 60px;
    line-height: 60px;
    font-family: 'Poppins, sans-serif'
}

.medlife-clinic-num h6 {
    color: #fff;
    margin: 30px 0 0;
    text-transform: capitalize;
    font-size: 20px;
    line-height: 20px
}

.medlife-clinic-num .treatment-num .counter {
    position: relative;
    display: inline-block;
    margin-left: -50px
}

.medlife-clinic-num .treatment-num .counter:after {
    position: absolute;
    content: "M";
    left: 100%;
    top: 50%;
    -moz-transform: translate(0, -50%);
    -o-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
    padding-right: 5px
}

.blog-lists .blog-post {
    background-color: #fff;
    transition-duration: .3s;
    -webkit-transition-duration: .3s;
    -moz-transition-duration: .3s;
    -ms-transition-duration: .3s;
    -o-transition-duration: .3s
}

.blog-lists .blog-post .blog-image {
    position: relative
}

.blog-lists .blog-post .blog-image .image {
    text-decoration: none;
    display: block
}

.blog-lists .blog-post .blog-image .image>img {
    width: 100%
}

.blog-lists .blog-post .blog-image .image .overlay {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, .4)
}

.blog-lists .blog-post .blog-image .image:hover .overlay {
    background-color: rgba(0, 0, 0, .1)
}

.blog-lists .blog-post .blog-image .emp-detail {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: auto;
    padding: 0 60px 30px;
    z-index: 99
}

.blog-lists .blog-post .blog-image .emp-detail .emp-block .image {
    float: left;
    display: inline-block;
    margin-right: 20px;
    height: 46px;
    width: 46px;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -ms-border-radius: 50%;
    overflow: hidden
}

.blog-lists .blog-post .blog-image .emp-detail .emp-block .image img {
    height: 46px;
    width: 46px;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -ms-border-radius: 50%;
    overflow: hidden;
    object-fit: cover;
    font-family: 'object-fit: cover'
}

.blog-lists .blog-post .blog-image .emp-detail .emp-block a {
    font-size: Poppins, sans-serif;
    line-height: 20px;
    color: #fff;
    text-decoration: none
}

.blog-lists .blog-post .blog-image .emp-detail .emp-block a:hover {
    color: rgba(255, 255, 255, .7)
}

.blog-lists .blog-post .blog-image .emp-detail .emp-block ul {
    display: block;
    margin: 0;
    padding: 0;
    list-style-type: none
}

.blog-lists .blog-post .blog-image .emp-detail .emp-block ul li {
    display: inline-block;
    margin: 0;
    padding: 0 5px;
    list-style-type: none;
    font-size: 10px;
    line-height: 10px;
    text-transform: uppercase;
    color: rgba(255, 255, 255, .7);
    position: relative
}

.blog-lists .blog-post .blog-image .emp-detail .emp-block ul li:after {
    position: absolute;
    content: "/";
    color: rgba(255, 255, 255, .7);
    right: -3px;
    top: 0;
    bottom: 0
}

.blog-lists .blog-post .blog-image .emp-detail .emp-block ul li:first-child {
    padding-left: 0
}

.blog-lists .blog-post .blog-image .emp-detail .emp-block ul li:last-child {
    padding-right: 0
}

.blog-lists .blog-post .blog-image .emp-detail .emp-block ul li:last-child:after {
    display: none
}

.blog-lists .blog-post .blog-image .emp-detail .emp-block ul li i {
    font-size: 14px;
    margin-right: 2px
}

.blog-lists .blog-post .blog-image .emp-detail .emp-block ul li a {
    text-decoration: none;
    color: #fff
}

.blog-lists .blog-post .blog-image .emp-detail .emp-block ul li a:hover {
    color: rgba(255, 255, 255, .7)
}

.blog-lists .blog-post .blog-image .emp-detail .emp-right ul li a:hover {
    color: #fff
}

.blog-lists .blog-post .blog-image .emp-detail .emp-right ul li a:hover i {
    color: #cf9
}

.blog-lists .blog-post .blog-detail {
    padding: 45px 150px 45px 60px;
    position: relative
}

.blog-lists .blog-post .blog-detail a {
    font-family: Poppins, sans-serif;
    font-size: 26px;
    line-height: 26px;
    color: #000;
    text-decoration: none;
    margin: 0 0 20px;
    display: inline-block
}

.blog-lists .blog-post .blog-detail a:hover {
    color: #afcb1f
}

.blog-lists .blog-post .blog-detail p {
    font-size: 15px;
    line-height: 28px;
    color: #000
}

.blog-lists .blog-post .blog-detail a.read-more {
    position: absolute;
    right: 60px;
    top: 30%
}

.blog-lists .blog-post .blog-detail a.read-more .svg-more-l1,
.blog-lists .blog-post .blog-detail a.read-more .svg-more-l2,
.blog-lists .blog-post .blog-detail a.read-more .svg-more-l3 {
    transition: all .15s ease-out;
    -webkit-transition: all .15s ease-out;
    -moz-transition: all .15s ease-out;
    -ms-transition: all .15s ease-out;
    -o-transition: all .15s ease-out
}

.blog-lists .blog-post .blog-detail a.read-more:hover .svg-more-l1 {
    width: 8px
}

.blog-lists .blog-post .blog-detail a.read-more:hover .svg-more-l2 {
    width: 22px
}

.blog-lists .blog-post .blog-detail a.read-more:hover .svg-more-l3 {
    width: 11px
}

.blog-lists .blog-post .blog-detail a.read-more:hover .svg-more-bg {
    stroke-width: 4px;
    stroke: #afcb1f
}

.blog-lists .blog-post:hover {
    box-shadow: 0 20px 40px rgba(0, 0, 0, .09);
    -webkit-box-shadow: 0 20px 40px rgba(0, 0, 0, .09);
    -moz-box-shadow: 0 20px 40px rgba(0, 0, 0, .09);
    -ms-box-shadow: 0 20px 40px rgba(0, 0, 0, .09);
    -o-box-shadow: 0 20px 40px rgba(0, 0, 0, .09)
}

.blog-single-pg .blog-lists .blog-post .blog-detail {
    padding: 45px
}

.blog-single-pg .blog-lists .blog-post .blog-detail h1 {
    font-size: 36px;
    line-height: 40px;
    color: #000;
    font-weight: 400;
    margin: 0 0 30px
}

.blog-single-pg .blog-lists .blog-post .blog-detail p {
    font-size: 16px;
    line-height: 25px;
    margin: 0 0 20px
}

.blog-single-pg .blog-lists .blog-post .blog-social-icons {
    padding: 40px 0 60px
}

.blog-single-pg .blog-lists .blog-post .blog-social-icons ul {
    display: block;
    margin: 0;
    padding: 0;
    list-style-type: none
}

.blog-single-pg .blog-lists .blog-post .blog-social-icons ul li {
    display: inline-block;
    margin: 0;
    padding: 0 20px 0 0;
    list-style-type: none
}

.blog-single-pg .blog-lists .blog-post .blog-social-icons ul li:last-child {
    margin-right: 0
}

.blog-single-pg .blog-lists .blog-post .blog-social-icons ul a {
    text-decoration: none;
    padding: 4px 8px;
    font-size: 12px;
    line-height: 12px;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -ms-border-radius: 3px;
    margin: 0
}

.blog-single-pg .blog-lists .blog-post .blog-social-icons ul a.google {
    border: 1px solid rgba(0, 0, 0, .17);
    color: #db4437
}

.blog-single-pg .blog-lists .blog-post .blog-social-icons ul a.twitter {
    color: #fff;
    background-color: #1b95e0
}

.blog-single-pg .blog-lists .blog-post .blog-social-icons ul a.twitter:hover {
    background-color: #0c7abf
}

.blog-single-pg .blog-lists .remaining-blog-list h6 {
    font-size: 16px;
    line-height: 16px;
    font-weight: 700;
    margin: 0 0 20px
}

.blog-single-pg .blog-lists .remaining-blog-list .remaining-block a.image {
    position: relative;
    display: block;
    overflow: hidden
}

.blog-single-pg .blog-lists .remaining-blog-list .remaining-block a.image img {
    width: 100%;
    height: 168px;
    object-fit: cover;
    font-family: 'object-fit: cover'
}

.blog-single-pg .blog-lists .remaining-blog-list .remaining-block a.image:after {
    position: absolute;
    content: "";
    left: 0;
    right: 0;
    bottom: -8px;
    height: 8px;
    transition-duration: .25s;
    -webkit-transition-duration: .25s;
    -moz-transition-duration: .25s;
    -ms-transition-duration: .25s;
    -o-transition-duration: .25s
}

.blog-single-pg .blog-lists .remaining-blog-list .remaining-block a.image:hover:after {
    bottom: 0;
    background-color: #afcb1f
}

.blog-single-pg .blog-lists .remaining-blog-list .remaining-block a {
    font-family: OpenSansRegular;
    font-size: 12px;
    line-height: 20px;
    color: #000;
    text-decoration: none;
    font-weight: 400;
    margin: 10px 0 0;
    letter-spacing: .5px
}

.blog-single-pg .blog-lists .remaining-blog-list .remaining-block a:hover {
    color: #afcb1f
}

.contact-pg {
    background-color: #F2F2F2
}

.contact-pg .banner .banner-desc {
    text-align: center
}

.contact-pg .banner .banner-desc h1 {
    font-size: 46px;
    line-height: 46px
}

.contact-pg .content-desc .appointment-form {
    padding: 25px
}

.js-disable-action {
    pointer-events: none
}

.js-cf-message {
    display: none;
    border-left: solid 3px transparent;
    padding-left: 5px
}

.js-response-success {
    border-left-color: #9bf442
}

.js-response-error {
    border-left-color: #d00
}

.shop-pg {
    background: #fcfcfc
}

.shop-pg .blog-sidebar-widget .widget-detail ul li a {
    line-height: 20px
}

.shop-pg .section-title {
    padding-bottom: 25px;
    margin-bottom: 25px;
    border-bottom: 1px solid #cbcbcb
}

.shop-pg .section-title h1 {
    font-family: 'Poppins, sans-serif';
    font-size: 36px;
    line-height: 36px;
    color: #000
}

.shop-pg .result-sorting {
    padding: 0 0 20px
}

.shop-pg .result-sorting .left-side {
    float: left
}

.shop-pg .result-sorting .left-side p {
    font-size: 11px;
    margin: 0;
    text-transform: uppercase;
    color: #838383;
    font-weight: 600
}

.shop-pg .result-sorting .right-side {
    float: right
}

.shop-products-list [class*=col-] {
    min-height: 570px
}

.shop-products-list .product-block {
    position: relative;
    background-color: #fff;
    margin: 0 0 30px;
    transition-duration: .15s;
    -webkit-transition-duration: .15s;
    -moz-transition-duration: .15s;
    -ms-transition-duration: .15s;
    -o-transition-duration: .15s
}

.shop-products-list .product-block .sale {
    position: absolute;
    left: 20px;
    top: 20px;
    display: inline-block;
    background-color: #afcb1f;
    padding: 8px 12px 7px;
    border-radius: 2px;
    -webkit-border-radius: 2px;
    -ms-border-radius: 2px
}

.shop-products-list .product-block .sale p {
    font-size: 10px;
    line-height: 10px;
    color: #fff;
    text-transform: capitalize;
    text-align: center;
    margin: 0
}

.shop-products-list .product-block .sale:after {
    position: absolute;
    content: "";
    left: 5px;
    top: 100%;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 5px 6px 0;
    border-color: #afcb1f transparent transparent;
    border-radius: 2px;
    -webkit-border-radius: 2px;
    -ms-border-radius: 2px
}

.shop-products-list .product-block a {
    display: block;
    text-decoration: none
}

.shop-products-list .product-block a img {
    width: 100%
}

.shop-products-list .product-block a .product-detail {
    padding: 25px 30px 60px
}

.shop-products-list .product-block a .product-detail h6 {
    font-family: 'Poppins, sans-serif';
    font-weight: 700;
    font-size: 16px;
    line-height: 24px;
    text-transform: capitalize;
    color: #2f2f2f;
    margin: 0 0 30px
}

.shop-products-list .product-block a .product-detail p {
    font-size: 12px;
    line-height: 20px;
    color: #999;
    margin: 0 0 20px
}

.shop-products-list .product-block a .product-detail span {
    font-family: Poppins, sans-serif;
    font-size: 18px;
    line-height: 18px;
    color: #000;
    font-weight: 600
}

.shop-products-list .product-block a .product-detail .sale-price {
    font-size: 14px;
    line-height: 14px;
    font-weight: 600
}

.shop-products-list .product-block a .product-detail .sale-price .reg-price {
    color: rgba(40, 40, 40, .5);
    margin-right: 10px;
    text-decoration: line-through;
    display: inline-block
}

#article-light-gallery a,
#article-light-gallery a:hover,
.f-bottom a:hover,
.shop-cart-pg table.cart-table td.product-name a,
a:hover {
    text-decoration: none
}

.shop-products-list .product-block .add-read-more-icons {
    position: absolute;
    right: 10px;
    bottom: 20px
}

.shop-products-list .product-block .add-read-more-icons a {
    display: inline-block;
    margin-right: 10px
}

.shop-products-list .product-block .add-read-more-icons a .svg-moreIcon circle {
    fill: transparent;
    stroke: #141414;
    -webkit-transition: all .2s;
    transition: all .2s
}

.shop-products-list .product-block .add-read-more-icons a:last-child {
    margin-right: 0
}

.shop-products-list .product-block .add-read-more-icons a:hover .svg-moreIcon circle {
    fill: #000;
    stroke: #000;
    stroke-width: 2px
}

.shop-products-list .product-block .add-read-more-icons a:hover .svg-addCartIcon .addtocart_circle,
.shop-products-list .product-block .add-read-more-icons a:hover .svg-addCartIcon .addtocart_plus {
    fill: #7ED321
}

.shop-products-list .product-block .star-rating {
    position: absolute;
    left: 30px;
    bottom: 30px
}

.shop-products-list .product-block .star-rating ul {
    display: block;
    margin: 0;
    padding: 0;
    list-style-type: none
}

.shop-products-list .product-block .star-rating ul li {
    display: inline-block;
    float: left;
    margin: 0;
    padding: 0;
    list-style-type: none;
    color: #CACACA;
    font-size: 12px;
    line-height: 12px
}

.shop-products-list .product-block:hover {
    box-shadow: 8px 15px 40px rgba(0, 0, 0, .15);
    -webkit-box-shadow: 8px 15px 40px rgba(0, 0, 0, .15);
    -moz-box-shadow: 8px 15px 40px rgba(0, 0, 0, .15);
    -ms-box-shadow: 8px 15px 40px rgba(0, 0, 0, .15);
    -o-box-shadow: 8px 15px 40px rgba(0, 0, 0, .15)
}

.shop-products-list .product-block:hover .add-read-more-icons .svg-moreIcon circle {
    fill: #000;
    stroke: #000;
    stroke-width: 2px
}

.shop-product-pg .product-related-desc .description {
    padding: 80px 0 100px
}

.shop-product-pg .related-products {
    padding: 80px 0 90px
}

.shop-product-pg .related-products .section-title {
    border: none
}

.shop-product-pg .related-products .section-title h5 {
    font-family: OpenSansRegular;
    font-weight: 700;
    color: #000;
    font-size: 26px;
    line-height: 26px
}

.shop-product-pg .product-items-detail {
    background-color: #fff
}

.shop-product-pg .product-items-detail .left-side {
    position: relative;
    text-align: center;
    box-shadow: inset 0 0 34px 0 rgba(0, 0, 0, .06);
    -webkit-box-shadow: inset 0 0 34px 0 rgba(0, 0, 0, .06);
    -moz-box-shadow: inset 0 0 34px 0 rgba(0, 0, 0, .06);
    -ms-box-shadow: inset 0 0 34px 0 rgba(0, 0, 0, .06);
    -o-box-shadow: inset 0 0 34px 0 rgba(0, 0, 0, .06)
}

.shop-product-pg .product-items-detail .left-side a.image {
    display: inline-block;
    width: 60%;
    height: auto;
    margin: 0 10px 20px
}

.shop-product-pg .product-items-detail .left-side a.image img {
    display: inline-block;
    width: 100%
}

.shop-product-pg .product-items-detail .right-side {
    padding-top: 110px;
    padding-bottom: 40px;
    padding-left: 70px;
    padding-right: calc((100vw - 924px)/ 2);
    margin-bottom: 20px
}

.shop-product-pg .product-items-detail h4 {
    font-family: Poppins, sans-serif;
    font-weight: 700;
    color: #000;
    font-size: 30px;
    line-height: 40px;
    margin: 0 0 30px
}

.shop-product-pg .product-items-detail h5 {
    color: #000;
    font-size: 24px;
    line-height: 24px
}

.shop-product-pg .product-items-detail p {
    font-size: 14px;
    line-height: 14px;
    color: #000
}

.shop-product-pg .product-items-detail .product-use {
    padding: 50px 0 20px
}

.shop-product-pg .product-items-detail .product-categories span {
    display: inline-block;
    font-weight: 700;
    color: #000;
    text-transform: capitalize
}

.shop-product-pg .product-items-detail .product-categories a {
    display: inline-block;
    text-decoration: none;
    color: #000;
    font-size: 13px;
    line-height: 18px;
    text-transform: capitalize
}

.shop-product-pg .product-items-detail .product-categories a:hover {
    color: #cf9
}

.shop-product-pg .product-items-detail .quantity {
    padding: 0 0 30px
}

.shop-product-pg .product-items-detail .quantity .form-control {
    border: 1px solid #D9D9D9;
    font-size: 16px;
    border-radius: 2px;
    -webkit-border-radius: 2px;
    -ms-border-radius: 2px;
    padding: 2px;
    width: 100px;
    text-align: center;
    float: left;
    margin: 0 10px 0 0
}

.shop-product-pg .nav-tabs {
    border: none
}

.shop-product-pg .nav-tabs>li {
    margin: 0
}

.shop-product-pg .nav-tabs>li>a {
    font-family: Poppins, sans-serif;
    font-weight: 700;
    text-transform: uppercase;
    color: #000;
    border: none;
    background-color: #fff;
    border-radius: 0;
    -webkit-border-radius: 0;
    -ms-border-radius: 0;
    font-size: 14px
}

.shop-product-pg .nav-tabs>li.active>a,
.shop-product-pg .nav-tabs>li.active>a:focus,
.shop-product-pg .nav-tabs>li.active>a:hover {
    border: none;
    background-color: #fff
}

.shop-product-pg .tab-content {
    padding: 40px;
    background-color: #fff
}

.shop-product-pg .tab-content h6 {
    font-size: 18px;
    line-height: 18px;
    text-transform: uppercase
}

.shop-product-pg .tab-content p {
    font-size: 13px;
    line-height: 22px
}

.shop-cart-pg .return-shop-btn .btn {
    font-family: Poppins, sans-serif;
    margin-top: 15px;
    font-weight: 700;
    background: 0 0;
    color: #000;
    border: 2px solid #000
}

.shop-cart-pg .return-shop-btn .btn:hover {
    background-color: transparent;
    border-color: #000;
    color: rgba(0, 0, 0, .8)
}

.shop-cart-pg .cart-error-msg p {
    font-size: 13px;
    line-height: 13px
}

.shop-cart-pg table.cart-table {
    margin: 0 -1px 24px 0;
    text-align: left;
    width: 100%;
    border-collapse: separate;
    background-color: #fff;
    border: 0;
    border-radius: 0
}

.shop-cart-pg table.cart-table thead {
    color: #fff;
    text-transform: uppercase;
    font-size: 12px;
    border-radius: 0
}

.shop-cart-pg table.cart-table .product-thumbnail {
    min-width: 32px
}

.shop-cart-pg table.cart-table .product-price,
.shop-cart-pg table.cart-table .product-quantity,
.shop-cart-pg table.cart-table .product-subtotal {
    text-align: end;
    padding-left: 15px;
    padding-right: 35px
}

.shop-cart-pg table.cart-table th {
    padding: 30px 20px 12px;
    background-color: #e6e5e5;
    color: #000;
    font-weight: 700;
    font-size: 14px;
    height: 90px
}

.shop-cart-pg .cart-table td,
.shop-cart-pg .cart-table td .cart-table th,
.shop-cart-pg .cart-table th {
    vertical-align: middle
}

.shop-cart-pg table.cart-table td {
    border-width: 2px;
    padding: 25px
}

.shop-cart-pg table.cart-table .cart-item:first-child td {
    border-top: 0
}

.shop-cart-pg table.cart-table .cart-item td {
    padding-top: 30px;
    padding-bottom: 30px
}

.shop-cart-pg table.cart-table td.product-remove {
    width: 60px;
    text-align: center
}

.shop-cart-pg table.cart-table td.product-remove .remove {
    color: #fff;
    border-radius: 100%;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    -ms-border-radius: 100%;
    -o-border-radius: 100%;
    display: inline-block;
    position: relative;
    margin: 0 auto;
    width: 28px;
    height: 28px;
    line-height: 30px;
    background: #f99;
    font-size: 14px;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg)
}

.shop-cart-pg table.cart-table td.product-remove .remove:after,
.shop-cart-pg table.cart-table td.product-remove .remove:before {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    width: 12px;
    height: 2px;
    background-color: #fff;
    margin: -1px 0 0 -6px
}

.shop-cart-pg table.cart-table td.product-remove .remove:after {
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg)
}

.shop-cart-pg table.cart-table td.product-remove .remove:hover {
    background-color: #000
}

.shop-cart-pg table.cart-table img,
.shop-cart-pg table.cart-tableimg {
    height: auto
}

.shop-cart-pg table.cart-table td.product-thumbnail {
    width: 72px;
    padding-left: 0;
    padding-right: 0
}

.shop-cart-pg table.cart-table td.product-thumbnail img {
    width: 72px;
    box-shadow: none;
    border: 3px solid #edefed
}

.shop-cart-pg table.cart-table td.product-name {
    font-weight: 700;
    clear: left
}

.shop-cart-pg table.cart-table td.product-name a {
    color: #000
}

.shop-cart-pg table.cart-table td.product-price {
    font-size: 14px
}

.shop-cart-pg table.cart-table td.product-quantity input.qty {
    width: 120px;
    border: 2px solid #d9d9d9;
    background-color: #fff;
    padding: 5px;
    height: 55px;
    text-align: center
}

.shop-cart-pg table.cart-table td.product-subtotal {
    font-size: 18px
}

.shop-cart-pg table.cart-table td.actions .coupon {
    float: left;
    margin-left: 40px
}

.shop-cart-pg table.cart-table td.actions .input-text {
    width: 200px;
    float: left;
    display: block;
    height: 38px;
    padding: 7px 14px;
    font-size: 14px;
    line-height: 1.6;
    color: #555;
    background-color: #efefef;
    background-image: none;
    border: 2px solid #dedede;
    border-radius: 0;
    box-shadow: none;
    -webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    margin: 0 4px 0 0
}

.shop-cart-pg table.cart-table td.actions .coupon .button {
    font-weight: 600;
    white-space: initial;
    -webkit-transition: all .2s ease-out;
    transition: all .2s ease-out;
    border: 2px solid rgba(0, 0, 0, .5);
    letter-spacing: 1px;
    background-color: transparent;
    padding: 8px 18px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 0;
    color: rgba(0, 0, 0, .5)
}

.shop-cart-pg table.cart-table td.actions .coupon .button:hover {
    color: #000;
    border-color: #000
}

.shop-cart-pg table.cart-table td.actions .update-cart {
    float: right
}

.shop-cart-pg table.cart-table td.actions .update-cart .btn-default {
    letter-spacing: 0;
    font-family: OpenSansRegular
}

.shop-cart-pg table.cart-table td.actions .update-cart .btn-default[disabled]:hover {
    background-color: #000;
    color: #fff
}

.shop-cart-pg .cart-collaterals .cart-totals {
    padding: 70px 50px;
    background-color: #fff
}

.shop-cart-pg .cart-collaterals .cart-totals h2 {
    font-size: 24px;
    font-weight: 700;
    font-family: inherit;
    text-transform: uppercase;
    color: #000;
    margin-top: 0
}

.shop-cart-pg .cart-collaterals .cart-totals .shop-table {
    width: 100%;
    border: 0;
    border-radius: 0
}

.shop-cart-pg .cart-collaterals .cart-totals .shop-table th {
    text-transform: uppercase;
    font-weight: 600;
    width: 35%;
    padding: 10px
}

.shop-cart-pg .cart-collaterals .cart-totals .shop-table td {
    text-align: right
}

.shop-cart-pg .cart-collaterals .cart-totals table {
    border-collapse: separate;
    margin: 0 0 6px;
    padding: 0
}

.shop-cart-pg .cart-collaterals .cart-totals tr td,
.shop-cart-pg .cart-collaterals .cart-totals tr th {
    border-top: 1px solid #ebe9eb
}

.shop-cart-pg .cart-collaterals .cart-totals tr.cart-subtotal td,
.shop-cart-pg .cart-collaterals .cart-totals tr.cart-subtotal th {
    border-top: none
}

.shop-cart-pg .cart-collaterals .cart-totals .proceed-to-checkout {
    padding: 1em 0
}

.shop-cart-pg .cart-collaterals .cart-totals .proceed-to-checkout a.btn-default {
    background-color: #000;
    width: 100%;
    color: #fff;
    text-transform: uppercase;
    font-family: OpenSansBold;
    font-size: 18px;
    line-height: 18px;
    text-align: center;
    padding: 1em
}

.shop-cart-pg .cart-collaterals .cart-totals .proceed-to-checkout a.btn-default:hover {
    background-color: #333
}

.shop-cart-pg .cart-collaterals .cart_totals tr td,
.shop-cart-pg .cart-collaterals .cart_totals tr th {
    border-top: 1px solid #ebe9eb;
    vertical-align: top;
    border-left: 0;
    border-right: 0;
    line-height: 1.5em
}

.md__newsletter-message.has-error {
    background: #e63b42
}

.md__newsletter-message.is-valid {
    background: #3be679
}

.md__newsletter-message.has-error,
.md__newsletter-message.is-valid {
    margin-top: 10px;
    color: #fff;
    padding: 10px 30px;
    line-height: 22px;
    border-radius: 3px
}

@media (min-width:768px) and (max-width:991px) {
    .md__newsletter-message.has-error,
    .md__newsletter-message.is-valid {
        padding: 10px
    }
}

.time-table-pg {
    padding: 92px 0 0
}

.time-table-pg .section-title .col-sm-8 {
    width: 79.2%
}

.time-table-pg .section-title .col-sm-4 {
    width: 20.8%
}

.time-table-pg .section-title .selectric-wrapper .selectric-items {
    margin: 34px 0 0
}

.cd-schedule .container {
    position: relative
}

.timetable-appointment {
    padding: 100px 0
}

.cd-schedule .event-date {
    color: #000!important
}

@media (min-width:240px) and (max-width:568px) {
    .blog-sidebar-widget .recent-posts .post-block a.image,
    .human-body-parts .body-parts-block {
        margin: 0 0 15px
    }
    .video-modal .modal-content iframe {
        height: 300px
    }
    .parallax-window {
        height: 800px
    }
    .login-modal .modal-dialog {
        width: auto
    }
    .appointment-form .form-group.date,
    .appointment-form .form-group.time,
    .blog-sidebar-widget .recent-posts .post-block [class*=col-],
    .human-body-parts [class*=col-xs],
    .medlife-clinic-num [class*=col-],
    .selectric,
    .shop-pg .result-sorting .left-side,
    .shop-pg .result-sorting .right-side {
        width: 100%
    }
    .blog-lists .blog-post .blog-detail a {
        font-size: 20px;
        line-height: 25px
    }
    .blog-lists .blog-post .blog-detail {
        padding: 30px 30px 90px
    }
    .blog-lists .blog-post .blog-detail a.read-more {
        left: 50%;
        right: auto;
        top: auto;
        bottom: 0;
        transform: translate(-50%, 0);
        -webkit-transform: translate(-50%, 0);
        -moz-transform: translate(-50%, 0);
        -ms-transform: translate(-50%, 0);
        -o-transform: translate(-50%, 0)
    }
    .blog-lists .blog-post .blog-image .image>img {
        height: 250px;
        object-fit: cover;
        font-family: 'object-fit: cover'
    }
    .blog-lists .blog-post .blog-image .emp-detail .emp-block .image {
        float: none;
        margin: 0 0 15px
    }
    .blog-lists .blog-post .blog-image .emp-detail {
        text-align: center
    }
    .blog-lists .blog-post .blog-image .emp-detail .emp-block>a {
        display: block
    }
    .blog-lists .blog-post .blog-image .emp-detail .emp-block ul li {
        display: block;
        padding: 5px 0 0
    }
    .blog-lists .blog-post .blog-image .emp-detail .emp-block ul li:after {
        display: none
    }
    .shop-products-list [class*=col-xs] {
        min-height: auto;
        width: 100%
    }
    .shop-pg .result-sorting .left-side {
        padding-bottom: 15px
    }
    .pagination>li>a,
    .pagination>li>span {
        padding: 5px 10px
    }
}

@media (min-width:569px) and (max-width:767px) {
    .video-modal .modal-content iframe {
        height: 400px
    }
    .parallax-window {
        min-height: 700px
    }
    .human-body-parts .body-parts-block {
        margin: 0 0 30px
    }
    .blog-lists .blog-post .blog-detail a {
        font-size: 20px;
        line-height: 25px
    }
    .blog-lists .blog-post .blog-detail {
        padding: 30px 100px 30px 30px
    }
    .blog-lists .blog-post .blog-detail a.read-more {
        right: 20px
    }
    .shop-products-list [class*=col-] {
        min-height: 520px
    }
    .pagination>li>a,
    .pagination>li>span {
        padding: 8px 13px
    }
    .nav-tabs-responsive>li {
        display: none;
        width: 23%
    }
    .nav-tabs-responsive>li>a {
        max-width: 100%;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
        word-wrap: normal;
        width: 100%;
        text-align: center;
        vertical-align: top
    }
    .nav-tabs-responsive>li.active {
        width: 54%
    }
    .nav-tabs-responsive>li.active:first-child {
        margin-left: 23%
    }
    .nav-tabs-responsive>li.active,
    .nav-tabs-responsive>li.next,
    .nav-tabs-responsive>li.prev {
        display: block
    }
    .nav-tabs-responsive>li.next,
    .nav-tabs-responsive>li.prev {
        -webkit-transform: scale(.9);
        transform: scale(.9)
    }
    .nav-tabs-responsive>li.next>a,
    .nav-tabs-responsive>li.prev>a {
        -webkit-transition: none;
        transition: none
    }
    .nav-tabs-responsive>li.next>a .text,
    .nav-tabs-responsive>li.prev>a .text {
        display: none
    }
    .nav-tabs-responsive>li.next>a:after,
    .nav-tabs-responsive>li.prev>a:after {
        position: relative;
        top: 1px;
        display: inline-block;
        font-family: 'Glyphicons Halflings';
        font-style: normal;
        font-weight: 400;
        line-height: 1;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale
    }
    .nav-tabs-responsive>li.dropdown.active>a:after,
    .nav-tabs-responsive>li.dropdown>a>.caret {
        display: none
    }
    .nav-tabs-responsive>li.prev>a:after {
        content: "\e079"
    }
    .nav-tabs-responsive>li.next>a:after {
        content: "\e080"
    }
    .nav-tabs-responsive>li.dropdown>a:after {
        content: "\e114"
    }
    .nav-tabs-responsive>li.dropdown.active>a>.caret {
        display: inline-block
    }
    .nav-tabs-responsive>li.dropdown .dropdown-menu.pull-xs-left {
        left: 0;
        right: auto
    }
    .nav-tabs-responsive>li.dropdown .dropdown-menu.pull-xs-center {
        right: auto;
        left: 50%;
        -moz-transform: translateX(-50%);
        -o-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        -webkit-transform: translateX(-50%);
        transform: translateX(-50%)
    }
    .nav-tabs-responsive>li.dropdown .dropdown-menu.pull-xs-right {
        left: auto;
        right: 0
    }
}

@media (max-width:767px) {
    .section-title h2 {
        font-size: 26px;
        line-height: 30px
    }
    .h-bottom,
    .h-top {
        background-color: #005ba6
    }
    .h-history-policy ul,
    .navbar-default .navbar-toggle .icon-bar {
        background-color: #fff
    }
    .navbar-header {
        width: 100%;
        text-align: center;
        position: relative;
        z-index: 99
    }
    .h-bottom .navbar .navbar-brand {
        float: left;
        width: 100%;
        text-align: center
    }
    .h-bottom .navbar .navbar-brand img {
        float: none;
        margin: 0 auto
    }
    .h-bottom .navbar .background {
        left: 0;
        width: 100%
    }
    .h-bottom .cart-right {
        margin: -50px 0 0;
        position: relative;
        display: inline-block;
        z-index: 999
    }
    .h-bottom .cart-right .header-cart {
        padding-left: 15px
    }
    .h-top .h-left {
        float: left;
        display: inline-block;
        width: 60%
    }
    .h-history-policy {
        padding-right: 15px
    }
    .h-history-policy ul {
        display: none;
        position: absolute;
        left: auto;
        right: 0;
        top: 100%;
        bottom: auto;
        min-width: 150px;
        z-index: 9999
    }
    .h-history-policy ul.open {
        display: block
    }
    .h-history-policy ul li,
    .h-history-policy ul li:first-child,
    .h-history-policy ul li:last-child {
        display: block;
        padding: 0;
        border: none
    }
    .h-history-policy ul li a {
        display: block;
        padding: 10px;
        color: #000
    }
    .h-login-register a {
        margin-top: 6px
    }
    .navbar-toggle {
        float: left
    }
    .navbar-default .navbar-toggle {
        border: none;
        border-radius: 0;
        -webkit-border-radius: 0;
        -moz-border-radius: 0;
        -ms-border-radius: 0;
        -o-border-radius: 0
    }
    .navbar-default .navbar-toggle:focus,
    .navbar-default .navbar-toggle:hover {
        background-color: transparent
    }
    .tp-mask-wrap {
        margin-top: 0
    }
    .emergency-services .emergency-detail .service-block h6 {
        font-size: 16px;
        line-height: 20px;
        margin: 0 0 10px
    }
    .emergency-services .emergency-detail {
        padding: 0 15px 30px
    }
    .emergency-services {
        padding: 0 15px
    }
    .emergency-services .emergency-detail [class*=col-] {
        margin-top: 35px
    }
    .emergency-services .emergency-detail .service-block .image-icon img {
        width: 50px;
        height: auto
    }
    .emergency-services .emergency-detail .service-block {
        padding: 0
    }
    .emergency-services .emergency-detail .service-block .image-icon {
        position: relative;
        left: auto;
        top: auto;
        padding: 0 0 10px
    }
    .emergency-services .main-service-block {
        float: left;
        display: block;
        vertical-align: unset
    }
    .who-we-are .section-title h3 {
        margin-top: 0
    }
    .panel-heading .accordion-toggle {
        padding: 12px 35px 11px 20px
    }
    .services-section .services-box {
        padding: 0 20px
    }
    .services-section .services-box .grid-box-inner a .item-title .icon-wrp img {
        width: 45px;
        height: auto
    }
    .our-work-profile,
    .who-we-are {
        padding: 30px 0
    }
    .plastic-surgery .emergency-detail {
        padding: 35px 15px
    }
    .medical-health-news {
        padding: 70px 0
    }
    .map-address-location .right-side a.address-block .block-detail {
        margin-right: -50%
    }
    .map-address-location iframe {
        height: 500px
    }
    .our-work-profile .treatment-block h5 {
        font-size: 20px;
        line-height: 24px
    }
    .our-health-mission [class*=col-] {
        min-height: auto
    }
    .health-services .health-block h5 {
        font-size: 26px;
        line-height: 35px
    }
    .health-services .health-block ul li {
        margin: 0 0 15px
    }
    .health-services .health-block {
        padding: 0 0 30px
    }
    .medical-health-news .medical-health-blocks .block-desc {
        padding: 20px 0 35px
    }
    .health-services .section-title,
    .section-title {
        padding: 0 0 25px
    }
    .services-section {
        margin: 0
    }
    .services-section .services-box {
        width: 100%
    }
    .who-we-are .our-health-mission .image img {
        height: auto
    }
    .work-profile-tabing .tab-pane {
        padding: 25px
    }
    .work-profile-tabing .nav-tabs>li.active>a,
    .work-profile-tabing .nav-tabs>li.active>a:focus,
    .work-profile-tabing .nav-tabs>li.active>a:hover {
        border-right: 1px solid #ddd
    }
    .work-profile-tabing .tab-pane h4 {
        font-size: 25px
    }
    .content {
        padding: 0 0 40px
    }
    .human-body-parts .body-parts-block {
        padding: 20px
    }
    .human-body-parts .body-parts-block .icon {
        padding: 0 0 15px
    }
    .human-body-parts .body-parts-block .icon i:before {
        font-size: 60px
    }
    .appointment-form {
        padding: 30px 20px
    }
    .appointment-form a.appointment-button {
        margin-top: 20px
    }
    .service-detail-block .service-detail-partitions {
        padding: 0
    }
    .service-detail-block {
        padding: 17px 20px 30px
    }
    .banner .banner-desc {
        padding: 0 20px
    }
    .banner h4 {
        font-size: 23px;
        line-height: 28px
    }
    .blog-lists .blog-post .blog-image .emp-detail {
        padding: 0 20px 30px
    }
    .blog-sidebar-widget .recent-posts .post-block img {
        height: 150px
    }
    .blog-sidebar-widget .search-box .form-control {
        padding-right: 50px
    }
    .blog-sidebar-widget .widget-detail ul li a {
        line-height: 20px
    }
    .blog-sidebar-widget .widget-detail {
        padding: 0 0 25px
    }
    .blog-single-pg .blog-lists .blog-post .blog-detail {
        padding: 20px
    }
    .blog-single-pg .blog-lists .blog-post .blog-detail h1 {
        font-size: 25px;
        line-height: 30px;
        margin: 0 0 25px
    }
    .blog-single-pg .blog-lists .blog-post .blog-social-icons {
        padding: 0 0 20px
    }
    .blog-single-pg .blog-lists .blog-post .blog-detail p {
        font-size: 14px;
        line-height: 20px
    }
    .banner {
        overflow: hidden
    }
    .clinic-staff-carousel .slick-prev {
        left: -10px
    }
    .clinic-staff-carousel .slick-next {
        right: -10px
    }
    .clinic-staff-carousel .slick-slide {
        margin: 0 20px
    }
    .doctor-clinic-staff,
    .nurse-practice {
        padding: 40px 0
    }
    .medlife-clinic-num .counter {
        font-size: 26px;
        line-height: 30px
    }
    .inner-banner h1 {
        font-size: 40px;
        line-height: 45px;
        margin: 0 0 10px
    }
    .phisician-md .phisician-right .silver-squar {
        display: none
    }
    .phisician-md .phisician-right {
        padding-top: 0;
        margin: 10px;
    }
    .phisician-md .phisician-right .join-our-team {
        padding-top: 0;
        text-align: center
    }
    .phisician-md .phisician-left {
        margin: 40px 0 0;
        padding: 0 30px 0 0
    }
    .scroll-to-section {
        margin-top: -32px
    }
    .scroll-to-section a {
        height: 45px;
        width: 45px;
        font-size: 30px;
        line-height: 30px
    }
    .phisician-md {
        padding: 0 0 35px;
        margin: 0
    }
    .medlife-clinic-num h6 {
        margin: 10px 0 0
    }
    .nurse-practice [class*=col-] {
        margin-bottom: 15px
    }
    .medlife-clinic-num img {
        width: 60px
    }
    .phisician-md .phisician-left h5 {
        font-size: 22px;
        line-height: 28px;
        margin: 0 0 15px
    }
    .medlife-clinic-num .medlife-clinic-block {
        padding: 0 0 20px
    }
    .nurse-practice .nurse-detail {
        padding: 20px
    }
    .medlife-clinic-num h6 {
        font-size: 14px;
        line-height: 18px
    }
    .nurse-practice .nurse-detail p {
        line-height: 25px
    }
    .shop-pg .section-title {
        padding-bottom: 20px;
        margin-bottom: 20px
    }
    .shop-pg .section-title h1 {
        font-size: 28px;
        line-height: 33px
    }
    .shop-products-list .product-block a .product-detail h6 {
        margin: 0 0 15px
    }
    .pagination>li:first-child a,
    .pagination>li:first-child span {
        margin-right: 25px
    }
    .pagination>li:last-child a,
    .pagination>li:last-child span {
        margin-left: 25px
    }
    .shop-product-pg .product-items-detail .right-side {
        padding: 25px
    }
    .shop-product-pg .product-items-detail .product-use {
        padding: 20px 0
    }
    .shop-product-pg .product-related-desc .description,
    .shop-product-pg .related-products {
        padding: 40px 0
    }
    .shop-products-list .product-block a .product-detail {
        padding: 25px 20px 60px
    }
    .shop-product-pg .product-items-detail h4 {
        font-size: 25px;
        line-height: 30px
    }
    .shop-cart-pg .cart-collaterals .cart-totals {
        padding: 20px
    }
    .shop-cart-pg .cart-collaterals .cart-totals .proceed-to-checkout a.btn-default {
        font-size: 12px;
        line-height: 12px
    }
    .shop-cart-pg .cart-error-msg,
    .shop-cart-pg .return-shop-btn {
        text-align: center
    }
    .blog-sidebar-widget .widget-title {
        padding: 0 0 15px
    }
    .contact-pg .banner .banner-desc {
        padding: 0
    }
    .contact-pg .sidebar-widget {
        margin-top: 20px
    }
    .contact-pg .content-desc .appointment-form {
        padding: 20px 15px
    }
    .contact-pg .content-desc {
        margin: 0
    }
    .appointment-form p,
    .footer .f-widget h6 {
        margin: 0 0 20px
    }
    .contact-pg .banner .banner-desc h1 {
        font-size: 28px;
        line-height: 35px
    }
    .appointment-form .form-group label {
        position: relative;
        left: auto;
        top: auto;
        transform: none;
        -webkit-transform: none;
        -moz-transform: none;
        -ms-transform: none;
        -o-transform: none;
        z-index: 0
    }
    .form-group.is-val label {
        top: auto
    }
    .time-table-pg .section-title [class*=col-] {
        width: auto
    }
    .footer,
    .timetable-appointment {
        padding: 30px 0
    }
    .footer .f-top {
        padding: 0
    }
    .footer .f-widget ul li,
    .footer .f-widget ul li a {
        line-height: 30px
    }
    .footer .f-widget [class*=col-] {
        padding-bottom: 30px
    }
    .footer .f-widget .pages-block [class*=col-] {
        padding-bottom: 0
    }
    .breadcrumb-title .breadcrumb-right h5 {
        text-align: left
    }
    .breadcrumb-title {
        padding: 15px 0
    }
}

.our-team .panel-default>.panel-heading+.panel-collapse>.panel-body,
.well {
    border: none
}

@media (min-width:768px) and (max-width:991px) {
    .h-bottom .navbar .navbar-brand {
        float: none;
        display: inline-block
    }
    .h-top .h-left {
        float: left;
        display: inline-block
    }
    .h-history-policy {
        padding-right: 15px
    }
    .h-history-policy ul {
        display: none;
        background-color: #000;
        position: absolute;
        left: auto;
        right: 0;
        top: 22px;
        bottom: auto;
        min-width: 150px;
        z-index: 999
    }
    .h-history-policy ul.open {
        display: block
    }
    .h-history-policy ul li,
    .h-history-policy ul li:first-child,
    .h-history-policy ul li:last-child {
        display: block;
        padding: 0;
        border: none
    }
    .h-history-policy ul li a {
        display: block;
        padding: 10px
    }
    .h-bottom .navbar .background {
        left: 0
    }
    .navbar-header {
        position: relative;
        z-index: 9;
        float: none;
        text-align: center
    }
    .h-bottom .navbar .navbar-collapse {
        padding-left: 15px;
        width: 100%;
        text-align: center
    }
    .navbar-nav {
        float: none
    }
    .navbar-nav>li {
        float: none;
        display: inline-block
    }
    .h-bottom .cart-right {
        float: none;
        text-align: center
    }
    .main-slider {
        margin-top: 206px
    }
    .tp-mask-wrap {
        margin-top: 0
    }
    .emergency-services .emergency-detail .service-block h6 {
        font-size: 16px;
        line-height: 20px;
        margin: 0 0 10px
    }
    .emergency-services .emergency-detail {
        padding: 0 30px
    }
    .emergency-services .emergency-detail [class*=col-] {
        margin-top: 35px
    }
    .emergency-services .emergency-detail .service-block .image-icon img {
        width: 50px;
        height: auto
    }
    .emergency-services .emergency-detail .service-block {
        padding-left: 65px
    }
    .emergency-services .main-service-block {
        float: left;
        width: 100%;
        display: block;
        vertical-align: unset
    }
    .who-we-are .section-title h3 {
        margin-top: 0
    }
    .panel-heading .accordion-toggle {
        padding: 12px 35px 11px 20px
    }
    .services-section .services-box {
        padding: 0 20px
    }
    .services-section .services-box .grid-box-inner a .item-title .icon-wrp img {
        width: 45px;
        height: auto
    }
    .our-work-profile,
    .who-we-are {
        padding: 50px 0
    }
    .plastic-surgery .emergency-detail {
        padding: 35px 15px
    }
    .medical-health-news {
        padding: 70px 0
    }
    .map-address-location .right-side a.address-block .block-detail {
        margin-right: -50%
    }
    .map-address-location .right-side a.address-block {
        height: 250px
    }
    .map-address-location iframe {
        height: 500px
    }
    .our-work-profile .treatment-block h5 {
        font-size: 20px;
        line-height: 24px
    }
    .services-section .services-box {
        width: 50%
    }
    .our-health-mission [class*=col-] {
        min-height: 333px
    }
    .health-services .health-block h5 {
        line-height: 42px
    }
    .health-services .health-block ul li {
        margin: 0 0 15px
    }
    .medical-health-news .medical-health-blocks .block-desc {
        padding: 20px 0 35px
    }
    .our-treatment [class*=col-] {
        min-height: 210px
    }
    .emergency-services .emergency-detail [class*=col-]:last-child .service-block,
    .emergency-services .emergency-detail [class*=col-]:nth-last-child(2) .service-block {
        padding-bottom: 35px
    }
    .services-section {
        margin: 0
    }
    .content .content-desc {
        padding-bottom: 30px
    }
    .human-body-parts .body-parts-block {
        margin: 0 0 30px
    }
    .service-detail-block .service-detail-partitions {
        padding: 0
    }
    .service-detail-block {
        padding: 17px 40px 40px
    }
    .blog-lists .blog-post .blog-detail {
        padding-left: 45px
    }
    .blog-lists .blog-post .blog-image .emp-detail {
        padding: 0 30px 30px
    }
    .blog-sidebar-widget .recent-posts .post-block img {
        height: 150px
    }
    .blog-sidebar-widget .search-box .form-control {
        padding-right: 50px
    }
    .blog-sidebar-widget .widget-detail ul li a {
        line-height: 20px
    }
    .blog-sidebar-widget .widget-detail {
        padding: 0 0 25px
    }
    .blog-single-pg .blog-lists .blog-post .blog-detail {
        padding: 40px
    }
    .blog-single-pg .blog-lists .blog-post .blog-detail h1 {
        font-size: 30px;
        line-height: 35px
    }
    .blog-single-pg .blog-lists .blog-post .blog-social-icons {
        padding: 10px 0 30px
    }
    .banner {
        overflow: hidden
    }
    .clinic-staff-carousel .slick-prev {
        left: -15px
    }
    .clinic-staff-carousel .slick-next {
        right: -15px
    }
    .clinic-staff-carousel .slick-slide {
        margin: 0 20px
    }
    .doctor-clinic-staff,
    .nurse-practice {
        padding: 60px 0
    }
    .medlife-clinic-num .counter {
        font-size: 40px;
        line-height: 40px
    }
    .inner-banner h1 {
        font-size: 60px;
        line-height: 60px;
        margin: 0 0 20px
    }
    .phisician-md .phisician-right .silver-squar {
        margin-top: -320px;
        min-height: 425px;
        margin-left: -120px
    }
    .phisician-md .phisician-right .join-our-team {
        padding-top: 45px
    }
    .phisician-md .phisician-left {
        padding: 0 30px 0 0
    }
    .scroll-to-section {
        margin-top: -32px
    }
    .scroll-to-section a {
        height: 60px;
        width: 60px
    }
    .phisician-md {
        padding: 35px 0 100px;
        margin: 0
    }
    .medlife-clinic-num h6 {
        margin: 20px 0 0
    }
    .nurse-practice [class*=col-] {
        margin-bottom: 15px
    }
    .medlife-clinic-num img {
        width: 60px
    }
    .phisician-md .phisician-left h5 {
        line-height: 28px
    }
    .shop-pg .section-title {
        padding-bottom: 20px;
        margin-bottom: 20px
    }
    .shop-pg .section-title h1 {
        font-size: 32px;
        line-height: 32px
    }
    .shop-products-list [class*=col-] {
        min-height: 610px
    }
    .shop-products-list .product-block a .product-detail h6 {
        margin: 0 0 15px
    }
    .shop-product-pg .product-items-detail .right-side {
        padding-top: 25px;
        padding-left: 30px
    }
    .shop-product-pg .product-items-detail .product-use {
        padding: 20px 0
    }
    .shop-product-pg .product-related-desc .description,
    .shop-product-pg .related-products {
        padding: 60px 0
    }
    .shop-products-list .product-block a .product-detail {
        padding: 25px 20px 60px
    }
    .shop-product-pg .shop-products-list [class*=col-] {
        min-height: 580px
    }
    .contact-pg .banner .banner-desc {
        padding: 0
    }
    .content {
        padding: 200px 0 40px
    }
    .contact-pg .sidebar-widget {
        margin-top: 20px
    }
    .contact-pg .content-desc .appointment-form {
        padding: 40px
    }
    .contact-pg .content-desc {
        margin: 0;
        padding-bottom: 0
    }
    .time-table-pg {
        padding: 258px 0 40px
    }
    .footer,
    .timetable-appointment {
        padding: 50px 0
    }
    .footer .f-top {
        padding: 0
    }
    .footer .f-widget h6 {
        margin: 0 0 20px
    }
    .footer .f-widget ul li,
    .footer .f-widget ul li a {
        line-height: 30px
    }
    .footer .f-widget [class*=col-] {
        padding-bottom: 30px
    }
    .footer .f-widget .pages-block [class*=col-] {
        padding-bottom: 0
    }
}

.footer p,
.phisician-md .phisician-left,
p {
    text-align: justify
}

@media (min-width:795px) and (max-width:991px) {
    .tp-mask-wrap {
        margin-top: 165px
    }
    .services-section {
        margin: -16px 0 0
    }
}

@media (max-width:991px) {
    .navbar-nav>li a:before,
    .navbar-nav>li.active a:before,
    .navbar-nav>li:hover a:before {
        display: none!important
    }
}

@media (min-width:992px) {
    .navbar-collapse {
        padding-left: 0;
        padding-right: 0
    }
    .navbar-default ul.nav li.dropdown:hover>ul.dropdown-menu {
        display: block
    }
}

@media (min-width:992px) and (max-width:1199px) {
    .h-top .h-left {
        float: left;
        display: inline-block
    }
    .h-history-policy {
        padding-right: 15px
    }
    .h-history-policy ul {
        display: none;
        background-color: #000;
        position: absolute;
        left: auto;
        right: 0;
        top: 22px;
        bottom: auto;
        min-width: 150px;
        z-index: 999
    }
    .h-history-policy ul.open {
        display: block
    }
    .h-history-policy ul li,
    .h-history-policy ul li:first-child,
    .h-history-policy ul li:last-child {
        display: block;
        padding: 0;
        border: none
    }
    .h-history-policy ul li a {
        display: block;
        padding: 10px
    }
    .tp-mask-wrap {
        margin-top: 92px
    }
    .emergency-services .emergency-detail .service-block h6 {
        font-size: 16px;
        line-height: 20px;
        margin: 0 0 10px
    }
    .emergency-services .emergency-detail {
        padding: 0 30px
    }
    .emergency-services .emergency-detail [class*=col-] {
        margin-top: 35px
    }
    .emergency-services .emergency-detail .service-block .image-icon img {
        width: 50px;
        height: auto
    }
    .emergency-services .emergency-detail .service-block {
        padding-left: 65px
    }
    .emergency-services .main-service-block {
        float: left;
        display: block;
        vertical-align: unset
    }
    .who-we-are .section-title h3 {
        margin-top: 0
    }
    .panel-heading .accordion-toggle {
        padding: 12px 35px 11px 20px
    }
    .services-section .services-box {
        padding: 0 20px
    }
    .services-section .services-box .grid-box-inner a .item-title .icon-wrp img {
        width: 45px;
        height: auto
    }
    .who-we-are {
        padding: 50px 0
    }
    .our-work-profile {
        padding: 70px 0
    }
    .plastic-surgery .emergency-detail {
        padding: 35px 15px
    }
    .medical-health-news {
        padding: 100px 0
    }
    .map-address-location .right-side a.address-block .block-detail {
        margin-right: -50%
    }
    .map-address-location .right-side a.address-block {
        height: 280px
    }
    .map-address-location iframe {
        height: 560px
    }
    .our-work-profile .treatment-block h5 {
        font-size: 20px;
        line-height: 24px
    }
    .emergency-services .emergency-detail [class*=col-]:last-child .service-block,
    .emergency-services .emergency-detail [class*=col-]:nth-last-child(2) .service-block {
        padding-bottom: 35px
    }
    .services-section {
        margin: -88px 0 0
    }
    .content {
        padding: 149px 0 40px
    }
    .service-detail-block {
        padding: 17px 40px 40px
    }
    .blog-lists .blog-post .blog-detail {
        padding-left: 45px
    }
    .blog-lists .blog-post .blog-image .emp-detail {
        padding: 0 30px 30px
    }
    .blog-single-pg .blog-lists .blog-post .blog-detail {
        padding: 40px
    }
    .blog-single-pg .blog-lists .blog-post .blog-detail h1 {
        font-size: 30px;
        line-height: 35px
    }
    .blog-single-pg .blog-lists .blog-post .blog-social-icons {
        padding: 20px 0 40px
    }
    .banner {
        overflow: hidden
    }
    .clinic-staff-carousel .slick-prev {
        left: -15px
    }
    .clinic-staff-carousel .slick-next {
        right: -15px
    }
    .clinic-staff-carousel .slick-slide {
        margin: 0 20px
    }
    .doctor-clinic-staff,
    .nurse-practice {
        padding: 60px 0
    }
    .medlife-clinic-num .counter {
        font-size: 45px;
        line-height: 45px
    }
    .inner-banner h1 {
        font-size: 65px;
        line-height: 65px;
        margin: 0 0 20px
    }
    .phisician-md .phisician-right .silver-squar {
        margin-top: -415px;
        min-height: 475px
    }
    .phisician-md .phisician-right .join-our-team {
        padding-top: 45px
    }
    .shop-products-list [class*=col-] {
        min-height: 590px
    }
    .shop-products-list .product-block a .product-detail h6 {
        margin: 0 0 20px
    }
    .shop-product-pg .product-items-detail .right-side {
        padding-top: 25px;
        padding-left: 30px
    }
    .shop-product-pg .product-items-detail .product-use {
        padding: 20px 0
    }
    .shop-product-pg .product-related-desc .description,
    .shop-product-pg .related-products {
        padding: 60px 0
    }
    .shop-products-list .product-block a .product-detail {
        padding: 25px 20px 60px
    }
    .shop-product-pg .shop-products-list [class*=col-] {
        min-height: 500px
    }
    .contact-pg .banner .banner-desc {
        padding: 0 5px
    }
    /*.contact-pg .sidebar-widget {*/
    /*    margin-top: -125px*/
    /*}*/
    .time-table-pg {
        padding: 209px 0 0
    }
    .timetable-appointment {
        padding: 60px 0
    }
    .footer {
        padding: 70px 0
    }
}

.tp-bullets,
.tp-tabs,
.tp-thumbs,
.ui-timepicker-wrapper {
    z-index: 999!important
}

@media (min-width:1200px) and (max-width:1239px) {
    .container {
        width: 1170px
    }
    .tp-mask-wrap {
        margin-top: 29px
    }
    .emergency-services .emergency-detail .service-block h6 {
        font-size: 16px;
        line-height: 20px;
        margin: 0 0 10px
    }
    .emergency-services .emergency-detail {
        padding: 0 30px
    }
    .emergency-services .emergency-detail [class*=col-] {
        min-height: 178px
    }
    .emergency-services .emergency-detail .service-block .image-icon img {
        width: 50px;
        height: auto
    }
    .emergency-services .emergency-detail .service-block {
        padding-left: 65px
    }
    .services-section {
        margin: -152px 0 0
    }
    .clinic-staff-carousel .slick-prev {
        left: -15px
    }
    .clinic-staff-carousel .slick-next {
        right: -15px
    }
    .clinic-staff-carousel .slick-slide {
        margin: 0 20px
    }
    .banner {
        overflow: hidden
    }
    .phisician-md .phisician-left {
        margin: 125px 0 0
    }
    .contact-pg .banner .banner-desc {
        padding: 0 10px
    }
    .timetable-appointment {
        padding: 80px 0
    }
}

@media (min-width:1240px) and (max-width:1299px) {
    .tp-mask-wrap {
        margin-top: 14px
    }
    .emergency-services .emergency-detail .service-block h6 {
        font-size: 16px;
        line-height: 20px;
        margin: 0 0 10px
    }
    .emergency-services .emergency-detail {
        padding: 0 30px
    }
    .emergency-services .emergency-detail [class*=col-] {
        min-height: 178px
    }
    .emergency-services .emergency-detail .service-block .image-icon img {
        width: 50px;
        height: auto
    }
    .emergency-services .emergency-detail .service-block {
        padding-left: 65px
    }
    .services-section {
        margin: -165px 0 0
    }
    .clinic-staff-carousel .slick-prev {
        left: -15px
    }
    .clinic-staff-carousel .slick-next {
        right: -15px
    }
    .clinic-staff-carousel .slick-slide {
        margin: 0 20px
    }
    .banner {
        overflow: hidden
    }
    .phisician-md .phisician-left {
        margin: 125px 0 0
    }
    .contact-pg .banner .banner-desc {
        padding: 0 10px
    }
}

@media (min-width:1300px) and (max-width:1399px) {
    .emergency-services .emergency-detail .service-block h6 {
        font-size: 16px;
        line-height: 20px;
        margin: 0 0 10px
    }
    .emergency-services .emergency-detail {
        padding: 0 50px
    }
    .emergency-services .emergency-detail [class*=col-] {
        min-height: 178px
    }
    .tp-mask-wrap {
        margin-top: 7px
    }
    .services-section {
        margin: -172px 0 0
    }
}

@media (min-width:1400px) and (max-width:1499px) {
    .emergency-services .emergency-detail .service-block h6 {
        font-size: 16px;
        line-height: 20px;
        margin: 0 0 10px
    }
    .emergency-services .emergency-detail {
        padding: 0 50px
    }
    .tp-mask-wrap {
        margin-top: 7px
    }
    .services-section {
        margin: -172px 0 0
    }
}

@media (min-width:1500px) and (max-width:1599px) {
    .emergency-services .emergency-detail .service-block h6 {
        font-size: 16px;
        line-height: 20px;
        margin: 0 0 10px
    }
    .emergency-services .emergency-detail {
        padding: 0 75px
    }
    .tp-mask-wrap {
        margin-top: 7px
    }
    .services-section {
        margin: -172px 0 0
    }
}

@media (min-width:1600px) and (max-width:1699px) {
    .emergency-services .emergency-detail .service-block h6 {
        font-size: 16px;
        line-height: 20px;
        margin: 0 0 10px
    }
    .emergency-services .emergency-detail {
        padding: 0 100px
    }
    .tp-mask-wrap {
        margin-top: 7px
    }
    .services-section {
        margin: -172px 0 0
    }
}

@media (min-width:1700px) and (max-width:1760px) {
    .emergency-services .emergency-detail .service-block h6 {
        font-size: 16px;
        line-height: 20px;
        margin: 0 0 10px
    }
    .services-section {
        margin: -172px 0 0
    }
}

@media (min-width:1700px) and (max-width:1799px) {
    .tp-mask-wrap {
        margin-top: 7px
    }
    .services-section {
        margin: -172px 0 0
    }
}

@media (min-width:1800px) and (max-width:1919px) {
    .tp-mask-wrap {
        margin-top: 7px
    }
    .services-section {
        margin: -172px 0 0
    }
}

.navbar-nav>li {
    text-transform: uppercase
}

.h-top p,
.h-top p span {
    color: #fff
}

.section-block {
    padding: 80px 0
}

.inner-banner {
    padding-top: 95px
}

.no-top-padding {
    padding-top: 0
}

.grey {
    background: #f9f9f9
}

.our-team #accordion .panel-body {
    position: relative
}

.our-team #accordion .panel-body:before {
    content: "";
    width: 5px;
    height: 40px;
    background: #aeca1f;
    position: absolute;
    top: 23px;
    left: 0
}

#service-detail .nav>li>a:hover,
#service-detail .panel,
.nav>li>a:focus {
    background-color: transparent
}

.our-team .team-img {
    margin-top: 7px
}

.our-team .mar22 {
    margin: 22px 0
}

.navbar-brand img {
    max-width: 168px
}

.quote-icon {
    background-image: url(../images/denticare_images/quote-icon.png);
    background-position: left top;
    background-repeat: no-repeat;
    background-size: 2% auto
}

.well {
    border-radius: 0;
    box-shadow: inset 1px 0 0 #005ba6;
    -webkit-box-shadow: inset 1px 0 0 #005ba6
}

.quote-icon .description {
    margin-top: 12px
}

.theme-color {
    color: #005ba6
}

.f-bottom a {
    color: #aaa
}

.achieve-name {
    margin: 30px 0 20px
}

.mobile-slider .owl-dots,
.mobile-slider .owl-nav {
    display: none
}

.panel-heading .accordion-toggle p {
    color: #005ba6;
    margin-bottom: 0
}

#gallery-lightgallery .block-desc h3 {
    margin-top: 0
}

#gallery-lightgallery .photo-gallery-items:nth-child(3n+1) {
    clear: both
}

#article-light-gallery h3 {
    margin-top: 10px;
    color: #005ba6
}

#article-light-gallery a {
    color: #005ba6
}

.certificate-div img {
    margin: 10px 0;
    border: 1px solid #ccc
}

@media (min-width:768px) {
    .navbar-nav>li {
        float: left
    }
}

.side-menu .navbar-nav li {
    display: block;
    width: 100%;
    border-bottom: 1px solid #e7e7e7
}

.testimonial .pic,
.testimonial .testimonial-title {
    display: inline-block
}

#service-detail .sidebar-widget .widget-title h6 {
    color: #fff
}

#service-detail strong {
    font-weight: 600
}

strong {
    font-weight: 600!important
}

#service-detail .panel {
    border-color: transparent
}

.health-services-detail .health-block ul li {
    padding: 5px 0
}

.health-services-detail .health-block ul {
    padding-left: 20px
}

#service-detail .sidebar-widget .widget-block .medlife-service ul li a {
    text-transform: capitalize
}

#service-detail .sidebar-widget .widget-block .medlife-service ul li .service-link {
    text-transform: uppercase
}

#service-detail .side-menu .navbar-nav li {
    border-bottom: none
}

#service-detail h4 {
    margin: 30px 0 15px
}

.error {
    color: red;
    font-weight: 400
}

#label-text {
    clear: both;
    background: 0 0;
    color: #005ba6;
    border: 1px solid #005ba6;
    border-radius: 0
}

.section-title {
    margin-bottom: 22px;
    padding-bottom: 20px;
    position: relative
}

.section-title:after {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 45px;
    border-bottom: 1px solid #005ba6
}

.section-title.white-title:after,
.white-title:after {
    border-bottom: 1px solid #fff!important
}

.white-title:after {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 45px
}

.section-title.white-title {
    margin-bottom: 35px
}

.team-img {
    width: 100%
}

.section-title.titlebar-center:after {
    content: '';
    position: absolute;
    left: 50%!important;
    bottom: 0;
    width: 50px;
    border-bottom: 1px solid #005ba6;
    margin: 32px auto 0;
    transform: translate(-50%, 0);
    top: 50%
}

.clinic-tour-title {
    margin-bottom: 45px
}

.achievement-block .well {
    box-shadow: unset;
    border-bottom: 1px solid #005ba6
}

.achievement-block .section-title {
    margin-top: 65px
}

.achievement-block .section-title:first-child {
    margin-top: 0
}

.h-bottom .navbar .dropdown-menu>li>a {
    font-size: 12px
}

.section-title h5 {
    font-size: 26px;
    line-height: 26px
}

.photo-gallery-section .medical-health-news .medical-health-blocks .block-desc {
    padding: 12px 0 35px
}

#gallery-lightgallery .block-desc h3 {
    font-size: 20px;
    margin-bottom: 7px
}

.testimonial {
    margin: 0 50px 30px;
    background-color: #fff;
    color: #010446;
    text-align: center;
    border-left: 10px solid #005ba5;
    border-right: 10px solid #afcb1f;
    padding: 40px 30px;
    position: relative
}

.testimonial:after,
.testimonial:before {
    content: "";
    position: absolute;
    width: 50%;
    height: 10px
}

.testimonial:before {
    top: 0;
    left: 0;
    background-color: #005ba6
}

.testimonial:after {
    bottom: 0;
    right: 0;
    background-color: #afcb1d
}

.testimonial .testimonial-content {
    margin-bottom: 30px;
    font-size: 15px;
    line-height: 30px
}

.testimonial .pic {
    width: 80px;
    height: 80px;
    margin-right: 15px;
    border: 1px solid #FF6F59
}

.testimonial .pic img {
    width: 100%;
    height: 100%
}

.testimonial .testimonial-title a {
    display: block;
    color: #005ba6;
    font-size: 22px;
    text-transform: Uppercase;
    font-weight: 700;
    letter-spacing: 1px
}

.testimonial .testimonial-title small {
    font-size: 15px;
    color: #292F36
}

#testimonial-slider .owl-nav {
    display: none
}

@media (min-width:768px) and (max-width:1199px) {
    .navbar-collapse.collapse {
        display: none!important
    }
    .emergency-services .emergency-detail [class*=col-] {
        margin-bottom: 35px
    }
    #gallery-lightgallery .photo-gallery-items:nth-child(2n+1) {
        clear: both
    }
    #gallery-lightgallery .photo-gallery-items:nth-child(3n+1) {
        clear: none;
        float: left
    }
    .inner-banner,
    .mobile-slider {
        padding-top: 52px!important
    }
    .breadcrumb-title {
        padding: 15px 0
    }
    .section-block {
        padding: 50px 0
    }
    .health-services .health-block ul li a {
        line-height: 20px
    }
    .parallax-window {
        height: 500px !important;
    }
    .health-services-detail .content { 
            padding: 0;
    }
    .health-services-detail .single-counter {  margin-bottom: 50px; }
}

@media (max-width:1199px) {
    #dl-menu {
        display: block
    }
    #navbar-collapse-1,
    .h-top {
        display: none
    }
    .dl-menuwrapper {
        width: auto!important;
        max-width: unset!important;
        float: none!important
    }
    .dl-menuwrapper button {
        float: right;
        margin-top: 7px
    }
    .dl-menuwrapper .dl-menu {
        top: 50px
    }
    .dl-menuwrapper button:after {
        background: #005ba6!important;
        box-shadow: 0 7px 0 #005ba6, 0 14px 0 #005ba6!important
    }
    .h-bottom .navbar .navbar-brand {
        float: left
    }
    .navbar-header {
        width: 100%
    }
    .testimonial {
        margin: 0
    }
    .section-title h3 {
        font-size: 23px
    }
    .breadcrumb-title .breadcrumb-right h5,
    .who-we-are .our-health-mission h5 {
        font-size: 18px
    }
    .photo-gallery-section .medical-health-news {
        padding: 0
    }
    .header {
        border-bottom: 1px solid #efefef
    }
    .dl-menuwrapper li a {
        text-align: left;
        color: #005ba6!important
    }
    .dl-menuwrapper li.dl-back:after,
    .dl-menuwrapper li>a:not(:only-child):after {
        border-left: none!important;
        border-right: none!important;
        color: #005ba6!important
    }
    .health-services-detail .health-block ul li:nth-child(3n+1) {
        clear: both
    }
    .treatment-title {
        padding: 0!important
    }
}

@media (min-width:1199px) {
    #dl-menu {
        display: none
    }
    #navbar-collapse-1 {
        display: block
    }
}

.current a,
.h-bottom .navbar .navbar-nav>li.current>a {
    color: #aeca1f
}

.panel-heading .accordion-toggle.collapsed {
    background-color: #fff;
    border: 1px solid #ddd;
    color: #000
}

.panel-heading .accordion-toggle.collapsed p {
    color: #000
}

.white-color h3 {
    color: #fff;
    font-size: 20px
}

.sidebar .white-color {
    margin-bottom: 22px
}

.panel-heading .accordion-toggle:after,
.panel-heading .accordion-toggle:before {
    background: #005ba6
}

.panel-heading .accordion-toggle.collapsed:after,
.panel-heading .accordion-toggle.collapsed:before {
    background: #000
}

.our-work-profile .panel-heading .accordion-toggle {
    border-bottom: 1px solid #ddd
}

.h-bottom .navbar .dropdown-menu.sub-menu>li>a {
    width: 270px
}

#service-detail h5 {
    margin: 15px 0 10px
}

#service-detail .service-detail-left ul {
    text-align: justify
}

#ambience .single-img p,
#history .single-img p,
.single-counter,
.single-counter p {
    text-align: center
}

#service-detail .sidebar-widget ul li .panel-body {
    padding: 0
}

#filters li {
    display: inline-block;
    margin-right: 4px;
    margin-bottom: 10px;
    list-style: none
}

#filters a.selected {
    border-color: #005ba6;
    background-color: #005ba6;
    color: #fff
}

#filters a {
    outline: 0;
    padding: 10px 20px 8px;
    font-size: 13px;
    background: #eee;
    border: 1px solid!important;
    color: #000
}

#filters {
    margin-top: 30px;
    margin-bottom: 20px
}

#photogallery-section #filters {
    margin-top: 0;
    margin-bottom: 30px
}

.single-counter .icon {
    margin: 0 0 11px
}

.single-counter .icon span {
    background: linear-gradient(to right, #ffffd7 0, #fff 100%);
    -webkit-background-clip: text;
    font-size: 64px;
    line-height: 78px;
    -webkit-text-fill-color: transparent
}

.single-counter .content .counter {
    color: #fff;
    font-size: 40px;
    line-height: 44px
}

.single-counter .content .name {
    color: #fff;
    font-size: 18px;
    font-weight: 500;
    line-height: 22px
}

.health-services-detail .content {
    padding-bottom: 0
}

.health-services .parallax-window {
    height: 300px
}

.h-left ul {
    list-style: none;
    padding-left: 0;
    margin-bottom: 0
}

.h-left ul li {
    display: inline;
    margin-right: 10px;
    color: #fff
}

.h-left ul li a {
    color: #fff
}

.tp-parallax-wrap .tp-loop-wrap .tp-mask-wrap a {
    color: #666
}

.services-section .icon-wrp img {
    width: 45px
}

.med-icon .inner-box {
    position: relative;
    max-width: 535px;
    margin: 0 auto;
    padding-left: 70px
}

.med-icon .icon {
    position: absolute;
    left: 0;
    top: 2px;
    color: #005ba6;
    width: 80px;
    transition: all .5s ease;
    -moz-transition: all .5s ease;
    -webkit-transition: all .5s ease;
    -ms-transition: all .5s ease;
    -o-transition: all .5s ease
}

.med-icon .icon span {
    font-size: 30px
}

.inner-box .content h4 {
    font-size: 19px
}

.med-icon .content {
    padding-bottom: 20px
}

.ambience .icon img {
    width: 50px
}

.ambience .med-icon .icon {
    top: -5px
}

#clinic-tour .panel-heading .accordion-toggle:after,
#clinic-tour .panel-heading .accordion-toggle:before {
    content: none
}

#clinic-tour .accordion-toggle {
    background: #005ba6;
    color: #ffff;
    border: none
}

.ui-datepicker table,
.ui-datepicker td,
.ui-timepicker-list li,
.ui-widget-header,
td .ui-state-default {
    background: #000!important
}

#clinic-tour .panel-default>.panel-heading+.panel-collapse>.panel-body {
    padding: 0;
    line-height: 0
}

#clinic-tour .panel-group {
    margin-bottom: 40px
}

#clinic-tour .our-work-profile .work-profile-tabing,
#our-associate.phisician-md .phisician-left {
    padding: 0
}

.team-block .health-block ul li a {
    color: #333;
    cursor: pointer
}

.modal[id^=myModal] .modal-content {
    border-radius: 0
}

.modal[id^=myModal] .modal-body {
    max-height: 600px;
    overflow-y: auto
}

.modal[id^=myModal] .certificate-div .mar22 {
    margin: 15px 15px 8px
}

.ui-widget-header {
    border: 1px solid #fff!important
}

td .ui-state-default {
    color: #fff!important
}

.ui-timepicker-list .ui-timepicker-selected:hover,
.ui-timepicker-list li:hover,
.ui-timepicker-selected {
    background: #000!important
}

#ambience .single-img,
#history .single-img {
    margin-bottom: 30px
}

#ambience .single-img img,
#history .single-img img {
    margin-bottom: 10px
}

.all-thirtytwo-img img {
    width: 100%
}

.ml-8 {
    margin-left: -8px
}

.ml-4 {
    margin-left: -4px
}

.mobile-four-block a {
    color: #fff
}

@media (max-width:767px) {
    .section-block {
        padding: 45px 0
    }
    .team-certi-zoom-img img {
        width: 100%;
        margin: 10px 0
    }
    .our-team .team-img {
        margin-bottom: 10px
    }
    .our-work-profile .work-profile-tabing {
        padding: 0
    }
    .phisician-md .phisician-left {
        margin: 0;
        padding: 0
    }
    .breadcrumb-left,
    .h-top {
        display: none
    }
    .h-bottom,
    .h-bottom .navbar .background,
    .h-top {
        background-color: #fff
    }
    .h-bottom .navbar .navbar-brand img {
        float: left
    }
    .h-bottom .navbar .navbar-brand {
        width: auto!important
    }
    #photolightgallery .image img,
    .health-block img {
        width: 100%
    }
    .our-health-mission .health-block {
        margin-bottom: 30px
    }
    .home-who-are .our-health-mission .img-block {
        margin-bottom: 0
    }
    .sidebar-widget .widget-block {
        margin: 0
    }
    .quote-icon {
        background-size: 6% auto
    }
    .photo-gallery-items h3 {
        font-size: 20px
    }
    .panel-heading .accordion-toggle {
        line-height: 25px
    }
    .inner-banner.visible-xs,
    .mobile-slider {
        padding-top: 52px!important
    }
    .footer .f-bottom p {
        line-height: 20px
    }
    #service-detail {
        padding: 45px 0
    }
    .health-services .treatment-list {
        padding: 0
    }
    .emergency-services .team-block {
        padding: 0 0 30px
    }
    .mobile-team-img {
        margin-top: -20px;
        margin-bottom: 30px
    }
    .health-services-detail .single-counter {
        margin-bottom: 50px
    }
    .health-services-detail .single-div:last-child .single-counter {
        margin-bottom: 0
    }
    .parallax-window {
        height: 960px!important
    }
    #photogallery-section #filters {
        padding-left: 0
    }
    #photogallery-section #filters li {
        width: 100%;
        margin-bottom: 30px
    }
    .medical-health-news .medical-health-blocks .block-desc {
        padding: 20px 0 0
    }
    #visiting-doctors .visiting-doctors-title {
        margin-top: 30px
    }
}

@media (min-width:1200px) {
    .appointment-form {
        min-height: 642px
    }
    .health-block .image img {
        float: right
    }
    #clinic-tour .panel-heading .accordion-toggle {
        padding: 20px 15px;
        font-size: 18px
    }
}

@media (min-width:1200px) and (max-width:1900px) {
    #rev_slider_1_1 .tp-static-layers .tp-parallax-wrap:nth-child(4) .tp-loop-wrap .tp-mask-wrap {
        margin-top: -5px
    }
}

@media (min-width:1900px) {
    #rev_slider_1_1 .tp-static-layers .tp-parallax-wrap:nth-child(4) .tp-loop-wrap .tp-mask-wrap {
        margin-top: 25px
    }
}

@media (min-width:1200px) and (max-width:1600px) {
    .team-block .health-services-detail .health-block ul li {
        padding: 3px 0
    }
}

@media (min-width:768px) and (max-width:992px) {
    .all-thirtytwo-img img {
        width: auto
    }
}

@media (max-width:992px) {
    .dl-menu {
        max-height: 400px;
        overflow: auto
    }
    .mobile-four-block .col-xs-6 { padding: 0; }
    .mobile-four-block .text-center { border: 1px solid #fff; padding: 12px;  }
}

@media (min-width:400px) and (max-width:992px) {
    .dl-menu {
        height: 230px!important;
        overflow: auto
    }
}

@media (min-width:1200px) {
    .main-slider {
        min-height: 900px;
    }
    /* .inner-banner {
        min-height: 550px;
    } */
}

@media (min-width:768px) and (max-width:992px) {
    #filters li {
        margin-bottom: 35px;
    }
}

/*@media (max-width:768px) {*/
/*    .inner-banner {*/
/*        min-height: 175px;*/
/*    }   */
/*}*/



.mobile-slider.owl-carousel {
    display: none;
}
.mobile-slider.no-js .owl-carousel {
    display: block;
}
.mobile-slider.owl-carousel.owl-loaded {
    display: block;
}

.mobile-slider-div{ min-height: 225px; }

/* Apply ONLY on tablet & desktop */
@media (min-width: 768px) {

    #gform_1 #field_1_1,
    #gform_1 #field_1_8 {
        grid-column: span 1;
    }

    #gform_1 #field_1_4,
    #gform_1 #field_1_5 {
        grid-column: span 1;
    }

    #gform_fields_1 {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        gap: 20px;
    }

    div#gform_wrapper_1 {
        padding: 20px;
    }


    #gform_2 #field_2_4,
    #gform_2 #field_2_5 {
        grid-column: span 1;
    }

    #gform_2 #field_2_6,
    #gform_2 #field_2_7 {
        grid-column: span 1;
    }

    #gform_fields_2 {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        gap: 20px;
    }

    div#gform_wrapper_2 {
        padding: 20px;
    }

}


input#gform_submit_button_1,
input#gform_submit_button_2 {
    background-color: #afcb1f;
    color: #fff;
    padding: 15px 25px;
    font-weight: 700;
    letter-spacing: 1px;
}

input#gform_submit_button_1:hover,
input#gform_submit_button_2:hover {
    background-color: #99b312;
}

span.gfield_required.gfield_required_text {
    display: none;
}

@media only screen and (max-width: 767px) {
    div#gform_wrapper_1 {
        padding: 10px;
    }
    
    div#gform_wrapper_2 {
        padding: 10px;
    }
}

@media only screen and (max-width: 767px) {
    .health-services-detail {
        margin-bottom: 25px;
    }
    
    .col-md-offset-1.col-md-10.text-center {
        margin-top: 25px;
    }
}

/* Wrapper for 404 page only */
.section#error-page {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    min-height: 80vh;
    text-align: center;
    padding: 40px 20px;
}

/* Big "404" */
.section#error-page h1.error {
    font-size: 140px;
    font-weight: 800;
    margin: 0;
    color: #005ba6;
    line-height: 1;
}

/* Message */
.section#error-page .page p {
    font-size: 20px;
    color: #444;
    margin: 20px 0 30px;
}

/* Button */
.section#error-page .btn-part .readon {
    display: inline-block;
    background: #afcb1f;
    color: #fff;
    padding: 12px 30px;
    text-decoration: none;
    font-size: 16px;
    font-weight: 600;
    transition: 0.3s ease;
}

.section#error-page .btn-part .readon:hover {
    background-color: #99b312;
}

/* Responsive */
@media (max-width: 768px) {
    .section#error-page h1.error {
        font-size: 100px;
    }
    .section#error-page .page p {
        font-size: 18px;
    }
}


/* ============================
   COMMON STRUCTURE FOR FORM 1 & 2
=============================== */
/*#gform_1 .gfield,*/
/*#gform_2 .gfield {*/
/*    position: relative;*/
/*    margin: 0 0 20px;*/
/*    float: left;*/
/*    width: 100%;*/
/*}*/

/* Floating Label */
/*#gform_1 .gfield_label,*/
/*#gform_2 .gfield_label {*/
/*    position: absolute;*/
    /*top: 50%;*/
    /*left: 0;*/
    /*transform: translate(0, -50%);*/
    /*z-index: 9;*/
    /*font-weight: 600;*/
    /*font-size: 13px;*/
    /*transition: all 0.3s ease;*/
    /*pointer-events: none;*/
/*}*/

/* Inputs */
/*#gform_1 .ginput_container input,*/
/*#gform_1 .ginput_container textarea,*/
/*#gform_2 .ginput_container input,*/
/*#gform_2 .ginput_container textarea {*/
/*    width: 100%;*/
/*    border: none;*/
/*    border-bottom: 1px solid #000;*/
/*    padding: 6px 12px 6px 12px;*/
/*    margin: 0;*/
/*    background: transparent;*/
/*    font-size: 14px;*/
/*    box-shadow: none !important;*/
/*}*/

/* Textarea Height */
/*#gform_1 .ginput_container textarea,*/
/*#gform_2 .ginput_container textarea {*/
/*    height: 70px;*/
/*}*/

/* Floating Label States */
/*#gform_1 .gfield_label.is-filled,*/
/*#gform_1 .gfield_label.focus,*/
/*#gform_2 .gfield_label.is-filled,*/
/*#gform_2 .gfield_label.focus {*/
/*    top: -3px;*/
/*    transform: none;*/
/*    font-size: 10px;*/
/*}*/

/* ============================
   FORM 1 TWO COLUMN FIELDS
=============================== */
/*#field_1_1, #field_1_3, #field_1_4, #field_1_5 {*/
/*    width: 50%;*/
/*    float: left;*/
/*    padding-right: 20px;*/
/*}*/

/*#field_1_3, #field_1_5 {*/
/*    padding-right: 0;*/
/*}*/

/* Responsive Fix */
/*@media (max-width: 768px) {*/
/*    #field_1_1, #field_1_3, #field_1_4, #field_1_5 {*/
/*        width: 100%;*/
/*        padding-right: 0;*/
/*    }*/
/*}*/


/*#gform_1 input::placeholder,*/
/*#gform_2 input::placeholder {*/
/*    color: transparent !important;*/
/*}*/


#gform_1 .ginput_container input,
#gform_1 .ginput_container textarea,
#gform_2 .ginput_container input,
#gform_2 .ginput_container textarea {
    border: none;
    border-bottom: 1px solid black;
    box-shadow: none;
    height: 25px;
    border-radius: 0px;
}

#gform_1 .gfield_label.is-filled,
#gform_1 .gfield_label.focus,
#gform_2 .gfield_label.is-filled,
#gform_2 .gfield_label.focus {
    top: -3px;
    font-size: 14px;
}

@media only screen and (min-width: 768px) and (max-width: 1024px) {
    .pulp-caping {
        margin-right: 45px;
    }
}
