* {
    padding: 0;
    margin: 0
}

html {
    width: 100%;
    height: 100%;
    position: relative;
    overflow: visible
}

body {
    font-size: 15px;
    font-weight: 400;
    line-height: 27px;
    overflow-x: hidden;
    background-color: #fff;
    color: #666;
    font-family: Saira, sans-serif
}

.wrapper,
body,
html {
    height: 100%
}

h1,
h2,
h3,
h4,
h5,
h6 {
    color: #233645;
    font-weight: 400;
    line-height: 1.2;
    letter-spacing: 0;
    margin: 0
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin-bottom: 15px
}

h4 {
    font-size: 22px
}

img {
    border: none;
    outline: 0;
    max-width: 100%
}

label {
    display: inline-block;
    font-weight: 400;
    margin-bottom: 5px;
    max-width: 100%
}

.btn,
a,
button {
    transition: all .35s ease-in-out;
    -webkit-transition: all .35s ease-in-out;
    -moz-transition: all .35s ease-in-out;
    -ms-transition: all .35s ease-in-out;
    -o-transition: all .35s ease-in-out;
    outline: medium none
}

a img,
iframe {
    border: none
}

p {
    color: #666;
    margin: 0 0 10px;
    text-transform: none;
    font-weight: 400
}

hr {
    margin-top: 0;
    margin-bottom: 0;
    border: 0;
    border-top: 1px solid #eee
}

pre {
    display: block;
    margin: 0 0 30px;
    padding: 9.5px;
    word-wrap: break-word;
    word-break: break-all;
    color: #333;
    border: 1px solid #ededed;
    border-radius: inherit;
    background-color: #f9f9f9;
    font-size: 13px;
    line-height: 1.42857143
}

input:focus,
select:focus,
textarea:focus {
    outline: 0;
    box-shadow: inherit
}

ul {
    margin: 0;
    list-style-type: none
}

a,
a:active,
a:focus,
a:hover {
    outline: 0;
    text-decoration: none;
    color: #233645
}

a:hover {
    color: #233645
}

a {
    transition: all .35s ease-in-out;
    -webkit-transition: all .35s ease-in-out;
    -moz-transition: all .35s ease-in-out;
    -ms-transition: all .35s ease-in-out;
    -o-transition: all .35s ease-in-out;
    text-decoration: none;
    font-weight: 700
}

b,
strong {
    font-weight: 600
}

.btn.active,
.btn:active {
    background-image: inherit!important
}

.btn.focus,
.btn:active:focus,
.btn:active:hover,
.btn:focus,
.btn:hover {
    outline: 0
}

.btn.circle {
    -webkit-border-radius: 40px;
    -moz-border-radius: 40px;
    border-radius: 40px
}

.btn.active,
.btn:active {
    outline: 0;
    -webkit-box-shadow: inherit;
    box-shadow: inherit
}

input {
    border: 1px solid #e7e7e7;
    border-radius: inherit;
    box-shadow: inherit;
    min-height: 50px
}

.container-medium {
    padding: 0 15px;
    margin: auto;
    max-width: 1400px
}

.container-full {
    padding: 0 15px;
    margin: auto;
    max-width: 1400px
}

@media (min-width:576px) {
    .container-medium {
        max-width: 540px
    }
}

@media (min-width:768px) {
    .container-medium {
        max-width: 720px
    }
}

@media (min-width:992px) {
    .container-medium {
        max-width: 960px
    }
}

@media (min-width:1200px) {
    .container-medium {
        max-width: 1400px;
        width: 80%
    }
}

@media (min-width:576px) {
    .container-full {
        max-width: 540px
    }
}

@media (min-width:768px) {
    .container-full {
        max-width: 720px
    }
}

@media (min-width:992px) {
    .container-full {
        max-width: 960px
    }
}

@media (min-width:1200px) {
    .container-full {
        max-width: 1400px;
        width: 90%
    }
}

.fixed-bg {
    position: absolute;
    left: 0;
    bottom: 0;
    height: 100%;
    width: 100%
}

.bg-cover {
    background-position: center center;
    background-size: cover
}

.bg-bottom-center {
    background-repeat: no-repeat;
    background-position: bottom center;
    background-size: cover
}

.bg-contain {
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain
}

.bg-fixed {
    background-attachment: fixed;
    background-position: center top;
    background-size: cover
}

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

.bg-gray-hard {
    background-color: #d1eeec
}

.bg-theme-small {
    background-color: #edf5ff
}

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

.bg-theme {
    background-color: #1ebeb6
}

.bg-light-gradient {
    background: linear-gradient(90deg, #f4f7fc 36%, #fff 100%)
}

.gradient-bg {
    background-image: linear-gradient(90deg, #023ba6 0, #437eeb 100%);
    background-color: #1ebeb6
}

.container-md {
    width: 90%;
    margin: auto;
    position: relative
}

.text-italic {
    font-style: italic
}

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

.shadow.dark::after {
    background: #000 none repeat scroll 0 0;
    content: "";
    height: 100%;
    left: 0;
    opacity: .5;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: -1
}

.shadow.dark-hard::after {
    background: #000 none repeat scroll 0 0;
    content: "";
    height: 100%;
    left: 0;
    opacity: .75;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: -1
}

.shadow.light::after {
    background: #fff none repeat scroll 0 0;
    content: "";
    height: 100%;
    left: 0;
    opacity: .3;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: -1
}

.shadow.theme::after {
    background: #1ebeb6 none repeat scroll 0 0;
    content: "";
    height: 100%;
    left: 0;
    opacity: .5;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: -1
}

.shadow.theme-hard::after {
    background: #1ebeb6 none repeat scroll 0 0;
    content: "";
    height: 100%;
    left: 0;
    opacity: .7;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: -1
}

.shadow.mixed::after {
    position: absolute;
    left: 0;
    top: 0;
    content: "";
    height: 100%;
    width: 100%;
    background: rgba(0, 0, 0, 0) linear-gradient(to left, rgba(0, 0, 0, 0) 0, rgba(0, 33, 71, .8) 100%) repeat scroll 0 0;
    z-index: -1;
    opacity: .7
}

.default-padding,
.default-padding-bottom,
.default-padding-mx,
.default-padding-top {
    position: relative
}

.default-padding {
    padding-top: 120px;
    padding-bottom: 120px
}

.default-padding-mx {
    padding-top: 150px;
    padding-bottom: 150px
}

.default-padding-top {
    padding-top: 120px
}

.default-padding-bottom {
    padding-bottom: 120px
}

.default-padding.bottom-less {
    padding-top: 120px;
    padding-bottom: 90px
}

.default-padding-bottom.bottom-less {
    margin-bottom: -30px
}

.default-padding-top.bottom-less {
    margin-bottom: -30px
}

.default-padding.bottom-30 {
    padding-top: 120px;
    padding-bottom: 30px
}

.default-padding.bottom-20 {
    padding-top: 120px;
    padding-bottom: 20px
}

.padding-xl {
    padding-top: 180px;
    padding-bottom: 180px
}

.top-border {
    border-top: 1px solid #e7e7e7
}

.align-center {
    align-items: center
}

.btn {
    display: inline-block;
    font-weight: 700;
    line-height: 25px;
    text-transform: capitalize;
    -webkit-transition: all .35s ease-in-out;
    -moz-transition: all .35s ease-in-out;
    -ms-transition: all .35s ease-in-out;
    -o-transition: all .35s ease-in-out;
    transition: all .35s ease-in-out;
    overflow: hidden;
    border-radius: 5px;
    font-size: 17px
}

.btn.btn-icon i {
    font-size: 50px;
    align-items: center;
    float: left;
    margin-right: 10px
}

.btn.btn-icon {
    padding: 0;
    line-height: 50px
}

.btn.btn-icon:hover {
    color: #fff
}

.btn-md {
    padding: 15px 25px
}

.btn-sm {
    padding: 10px 25px;
    font-size: 14px
}

.btn i {
    height: 30px;
    background: #fff;
    color: #1ebeb6;
    line-height: 30px;
    width: 30px;
    border-radius: 50%;
    margin-left: 0;
    margin-right: 5px
}

.btn.btn-light.effect i {
    background: #1ebeb6;
    color: #fff
}

.btn-theme.border i {
    background: #1ebeb6;
    color: #fff;
    transition: all .35s ease-in-out
}

.btn-theme.border:hover i {
    background: #fff;
    color: #1ebeb6
}

.btn.btn-sm-pro {
    font-size: 10px;
    font-weight: 600;
    margin-top: 5px;
    padding: 4px 35px;
    display: inline-block
}

.btn-border-light {
    border: 2px solid #fff
}

.btn.btn-sm-pro.btn-border-light:focus,
.btn.btn-sm-pro.btn-border-light:hover {
    background-color: #fff;
    color: #233645;
    border: 2px solid #fff
}

.btn-dark {
    background-color: #233645;
    color: #fff;
    border: 2px solid #233645
}

.btn-dark.border {
    background-color: transparent;
    color: #233645;
    border: 2px solid #233645!important
}

.btn-dark.border:hover {
    background-color: #233645;
    color: #fff!important;
    border: 2px solid #233645!important
}

.btn-gray.border {
    background-color: transparent;
    color: #1ebeb6;
    border: 2px solid #e7e7e7!important
}

.btn-gray.border:hover {
    background-color: #1ebeb6;
    color: #fff!important;
    border: 2px solid #1ebeb6!important
}

.btn-gray.effect {
    background: #fafafa;
    border: 1px solid #e7e7e7!important
}

.btn.btn-light {
    background: #fff none repeat scroll 0 0;
    border: 2px solid #fff;
    color: #233645
}

.btn.btn-light.border {
    background: 0 0;
    border: 2px solid #fff!important;
    color: #fff
}

.btn.btn-light.border:hover {
    background: #fff none repeat scroll 0 0!important;
    border: 2px solid #fff!important;
    color: #233645!important
}

.btn-standard {
    display: inline-block;
    text-align: center;
    color: #1ebeb6;
    position: relative;
    margin-top: 15px;
    border: 1px solid #e7e7e7;
    padding: 10px 30px;
    text-transform: capitalize;
    border-radius: 30px;
    font-weight: 800
}

.btn-standard.md {
    padding: 13px 45px
}

.btn-standard i {
    display: inline-block;
    height: 35px;
    width: 35px;
    line-height: 35px;
    text-align: center;
    color: #1ebeb6;
    font-size: 15px;
    border-radius: 50%;
    position: relative;
    box-shadow: 0 0 10px #96aac1;
    z-index: 1;
    margin-right: 5px;
    background: #fff
}

.bg-dark .btn-standard:hover,
.bg-gradient .btn-standard:hover,
.bg-theme .btn-standard:hover,
.shadow .btn-standard:hover {
    background: #fff;
    color: #1ebeb6
}

.btn-dark:focus,
.btn-dark:hover {
    color: #233645!important;
    background: 0 0
}

.bg-dark {
    background: #001d4c!important
}

.bg-dark-hard {
    background: #08111e
}

.bg-gradient {
    background: linear-gradient(90deg, #1ebeb6 0, #00827c 100%)
}

.bg-gradient-light {
    background-image: linear-gradient(90deg, #f4f7fc 0, #fff 100%)
}

.btn-theme {
    background-color: #1ebeb6;
    color: #fff!important;
    border: 2px solid #1ebeb6
}

.btn-theme.border {
    background-color: transparent;
    color: #1ebeb6!important;
    border: 2px solid #1ebeb6!important;
    background: #fff
}

.btn-theme.border:hover {
    background-color: #1ebeb6;
    color: #fff!important;
    border: 2px solid #1ebeb6
}

.btn-theme.effect:focus,
.btn-theme.effect:hover {
    background: #1ebeb6 none repeat scroll 0 0;
    border: 2px solid #1ebeb6;
    color: #fff
}

.bg-theme a.btn-theme.btn:focus,
.bg-theme a.btn-theme.btn:hover {
    border: 2px solid #fff;
    color: #fff
}

.btn-gradient,
.btn-gradient:focus {
    position: relative;
    z-index: 1;
    color: #fff!important
}

.btn-gradient:hover {
    color: #fff
}

.btn-gradient::after {
    position: absolute;
    left: 0;
    top: 0;
    content: "";
    height: 100%;
    width: 100%;
    background: linear-gradient(90deg, #1ebeb6 0, #00827c 100%);
    transition: all .35s ease-in-out;
    z-index: -1;
    box-shadow: 0 0 10px rgba(255, 136, 0, .5), inset 0 0 1px 1px #1ebeb6
}

.btn i {
    font-size: 14px
}

.btn-gradient.icon-normal i {
    border: none;
    background: 0 0;
    font-size: 20px;
    line-height: inherit;
    position: relative;
    top: 2px;
    margin-right: 0;
    height: auto;
    width: auto
}

.btn-gradient.icon-left i {
    margin-left: 0;
    margin-right: 5px
}

.inc-icon i {
    display: inline-block;
    height: 30px;
    width: 30px;
    line-height: 28px;
    background: rgba(255, 255, 255, .1);
    color: #fff;
    font-size: 10px;
    border-radius: 50%;
    margin-left: 5px;
    border: 1px dashed rgba(255, 255, 255, .5)
}

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

.btn-simple.md {
    padding: 15px 60px
}

.btn-simple.light {
    background: #fff
}

.btn-simple {
    display: inline-block;
    border: 1px solid #e7e7e7;
    padding: 10px 40px;
    border-radius: 30px;
    color: #1ebeb6;
    font-weight: 700;
    position: relative;
    z-index: 1;
    overflow: hidden
}

a.btn-simple.md.light {
    color: #1ebeb6
}

a.btn-simple.md.light:hover {
    color: #fff
}

.btn-simple:after {
    background: linear-gradient(90deg, #4154f1 0, #0e20ad 75%);
    color: #fff;
    border-color: transparent;
    position: absolute;
    left: -100%;
    top: 0;
    content: "";
    height: 100%;
    width: 100%;
    z-index: -1;
    transition: all .25s ease-in-out
}

.btn-simple:hover {
    color: #fff
}

.btn-simple:hover::after {
    left: 0
}

.bg-fixed {
    background-attachment: fixed!important;
    background-position: center center!important;
    background-size: cover!important
}

.bg-cover {
    background-position: center center!important;
    background-size: cover!important
}

.overflow-hidden {
    overflow: hidden
}

.less-margin {
    margin: 0
}

button,
button:focus {
    border: none!important;
    box-shadow: inherit!important;
    outline: inherit!important
}

header {
    position: absolute;
    width: 100%;
    z-index: 9999
}

header nav.navbar.border.bootsnav.navbar-fixed.no-background {
    border-bottom: 1px solid rgba(255, 255, 255, .1)
}

nav.navbar.bootsnav .navbar-brand {
    padding: 1px;
    position: absolute;
    top: 20px;
    box-shadow: 0 0 8px #ccc;
    background: #fdfdfd;
    background-image: none;
    border-radius: 50px;
    /*border: 1px solid #ccc*/
}

header nav.navbar.border.bootsnav.navbar-fixed.no-background ul li a {
    position: relative;
    z-index: 1;
    margin-left: 3px
}

header nav.navbar.border.bootsnav.navbar-fixed.no-background .attr-nav ul li a {
    border: medium none
}

header nav.navbar.border.bootsnav.navbar-fixed.no-background ul li a::after {
    background: #fff none repeat scroll 0 0;
    bottom: -2px;
    content: "";
    height: 3px;
    left: 0;
    position: absolute;
    width: 0;
    -webkit-transition: all .35s ease-in-out;
    -moz-transition: all .35s ease-in-out;
    -ms-transition: all .35s ease-in-out;
    -o-transition: all .35s ease-in-out;
    transition: all .35s ease-in-out
}

header nav.navbar.border.bootsnav.navbar-fixed.no-background ul li a.active::after,
header nav.navbar.border.bootsnav.navbar-fixed.no-background ul li a:hover::after {
    width: 100%
}

header nav.navbar.border.bootsnav.navbar-fixed.no-background .attr-nav ul li a.active::after,
header nav.navbar.border.bootsnav.navbar-fixed.no-background .attr-nav ul li a:hover::after {
    width: 0
}

.attr-nav .social.right li {
    margin-left: 20px
}

.attr-nav .social li a {
    font-size: 16px
}

nav.bootsnav.navbar-default.info-topbar .navbar-header {
    display: none
}

nav.bootsnav.navbar-default.info-topbar ul li a {
    margin-right: 30px;
    padding: 35px 0
}

nav.bootsnav.navbar-default.info-topbar.active-full ul li a {
    margin-right: 0;
    padding: 35px 20px
}

.attr-nav>a.btn-theme.effect,
.attr-nav>a.btn-theme.effect:focus,
.attr-nav>a.btn-theme.effect:hover {
    background: #1ebeb6 none repeat scroll 0 0;
    border: 2px solid #1ebeb6;
    color: #fff!important
}

nav.bootsnav.navbar-default.info-topbar.sticked ul li a {
    margin-right: 30px;
    padding: 35px 0
}

.attr-nav.social li {
    display: inline-block;
    padding: 25px 0!important;
    transition: all .35s ease-in-out;
    -webkit-transition: all .35s ease-in-out;
    -moz-transition: all .35s ease-in-out;
    -ms-transition: all .35s ease-in-out;
    -o-transition: all .35s ease-in-out
}

.attr-nav.social li a {
    border: 1px solid #f4f4f4;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    color: #1ebeb6;
    display: inline-block;
    font-size: 14px;
    height: 40px;
    line-height: 40px;
    margin-left: 10px;
    padding: 0!important;
    text-align: center;
    width: 40px
}

nav.navbar.bootsnav.sticked .attr-nav.social li {
    display: inline-block;
    padding: 20px 0!important
}

.site-heading h2 {
    display: inline-block;
    font-weight: 600;
    padding-bottom: 20px;
    margin-bottom: 0;
    position: relative;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-size: 30px;
    color:#199e71;
}

.site-heading h1 {
    font-size: 50px;
    color: #535f69
}

.site-heading.less-info h2 {
    margin-bottom: 0
}

.site-heading h4 {
    color: #f77;
    font-weight: 600;
    text-transform: uppercase;
    margin-bottom: 6px
}

.site-heading.clean h2 {
    padding-bottom: 0
}

.site-heading.clean h2 span {
    color: #1ebeb6
}

.site-heading h2 span {
    color: #1ebeb6
}

.site-heading.barber h2 span {
    color: #bc9355
}

.site-heading p {
    margin: 0;
    margin-top: 20px;
    padding: 0 7%
}

.site-heading h2::before {
    background: #f48221 none repeat scroll 0 0;
    bottom: 0;
    content: "";
    height: 2px;
    left: 50%;
    margin-left: -25px;
    position: absolute;
    width: 40px
}

.site-heading h2::after {
    background: #f48221 none repeat scroll 0 0;
    bottom: 0;
    content: "";
    height: 2px;
    left: 50%;
    margin-left: 20px;
    position: absolute;
    width: 5px
}

.site-heading.text-left h2::before {
    left: 0;
    margin-left: 0
}

.site-heading.text-left h2::after {
    left: 45px;
    margin-left: 0
}

.shadow .site-heading h2,
.shadow .site-heading p {
    color: #fff
}

.bg-theme .site-heading h2::before,
.half-bg .site-heading h2::before,
.shadow .site-heading h2::before {
    background: #fff none repeat scroll 0 0
}

.site-heading h2 span {
    color: #1ebeb6
}

.site-heading {
    margin-bottom: 40px;
    overflow: hidden;
    margin-top: 0
}

.carousel-shadow .owl-stage-outer {
    margin: -15px -15px;
    padding: 15px
}

@media only screen and (min-width:1200px) and (max-width:2500px) {
    .container,
    .container-lg,
    .container-md,
    .container-sm,
    .container-xl {
        max-width: 1200px
    }
}

.top-bar-area.inc-border {
    border-bottom: 1px solid #e7e7e7
}

.top-bar-area li {
    display: inline-block;
    margin-left: 15px;
    padding-left: 15px;
    position: relative;
    z-index: 1
}

.top-bar-area li:first-child {
    margin: 0;
    padding: 0;
    border: none
}

.top-bar-area p {
    margin: 0;
    font-weight: 500
}

.top-bar-area p a {
    text-decoration: underline;
    font-weight: 600
}

.top-bar-area.inc-border {
    border-bottom: 1px solid #e7e7e7
}

.top-bar-area .button a {
    display: inline-block;
    padding: 6px 25px;
    color: #fff;
    position: relative;
    z-index: 1;
    border: 1px solid rgba(255, 255, 255, .5)
}

.top-bar-area li::after {
    position: absolute;
    left: 0;
    top: 5px;
    content: "";
    height: 19px;
    width: 1px;
    border-left: 1px solid #ddd
}

.top-bar-area li:first-child::after {
    display: none
}

.top-bar-area .item-flex {
    display: flex;
    align-items: center;
    justify-content: flex-end
}

.top-bar-area .social ul {
    margin-left: 30px
}

.top-bar-area .social ul li::after {
    display: none
}

.top-bar-area .social li {
    margin-left: 10px
}

.top-bar-area.inc-pad {
    padding: 15px 0
}

.top-bar-area.inc-padding {
    padding: 10px 0
}

.top-bar-area .button i {
    margin-right: 5px
}

.breadcrumb-area {
    padding: 150px 0;
    position: relative
}

.breadcrumb-area .fixed-bg {
    position: absolute;
    left: 0;
    bottom: 0;
    height: 100%;
    width: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center left;
    opacity: .5
}

.breadcrumb-area .col-lg-8.offset-lg-2 {
    z-index: 9
}

.breadcrumb-area h1 {
    font-weight: 700;
    color: #fff;
    text-transform: capitalize
}

.breadcrumb-area .breadcrumb {
    background: transparent none repeat scroll 0 0;
    display: inline-block;
    margin: 0;
    padding: 0;
    position: relative;
    z-index: 1
}

.page-title-area {
    padding: 150px 0
}

.page-title-area h1 {
    display: block;
    font-weight: 600;
    text-transform: uppercase;
    font-size: 40px;
    margin-top: -10px;
    margin-bottom: 0
}

.breadcrumb-area .breadcrumb li::after {
    content: "";
    font-weight: 600;
    color: #fff;
    position: absolute;
    right: -13px;
    height: 8px;
    width: 8px;
    border: 2px solid rgba(255, 255, 255, .7);
    border-radius: 50%;
    top: 10px
}

.breadcrumb-area .breadcrumb li i {
    margin-right: 5px
}

.breadcrumb-area .breadcrumb li {
    padding: 0;
    position: relative;
    z-index: 1;
    margin: 0 7px;
    padding: 0 7px
}

.breadcrumb-area .breadcrumb li:last-child::after {
    display: none
}

.breadcrumb-area .breadcrumb a,
.breadcrumb-area .breadcrumb li {
    font-weight: 600;
    text-transform: uppercase;
    font-size: 14px;
    display: inline-block;
    color: #fff
}

.breadcrumb-area .breadcrumb li.active {
    color: #ddd;
    text-decoration: underline
}

.banner-area .fixed-shape-left-top {
    position: absolute;
    left: 0;
    top: 0;
    opacity: .3
}

.banner-image {
    background-image: url(../img/banner/slide1.jpeg);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    height: 100vh
}

nav.navbar.bootsnav {
    background-color: transparent;
    border-radius: 0;
    border: none;
    box-shadow: none;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    -o-box-shadow: none;
    margin: 0
}

.navbar-nav>li {
    display: inline-block
}

.navbar>.container .navbar-brand {
    margin: 0
}

.wrap-sticky nav.navbar.bootsnav.sticked {
    position: fixed;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    -ms-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    top: 0;
    background-color: #fff;
    box-shadow: 0 0 10px
}

nav.bootsnav .container {
    position: relative;
    max-width: 1215px
}

nav.navbar.bootsnav ul.nav>li>a {
    font-size: 16px;
    padding: 15px 10px;
    text-transform: initial;
    font-weight: 500;
    letter-spacing: 0
}

.navbar-nav>li.dskt_none {
    display: none
}

.shape-left-top {
    position: absolute;
    left: 0;
    z-index: -1;
    top: 0
}

.shape-right-top {
    position: absolute;
    right: 0;
    top: 0;
    z-index: -1
}

.shape-left-bottom {
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: -1
}

.shape-right-bottom {
    position: absolute;
    right: 0;
    bottom: 0;
    z-index: -1
}

.shape-bottom {
    position: absolute;
    left: 0;
    bottom: 0;
    height: 100%;
    width: 100%;
    z-index: -1
}

.shape-bottom img {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%
}

.shape-top {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    z-index: -1
}

.shape-top img {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%
}

.banner-area,
.banner-area div,
body {
    height: 100%
}

.banner-area.auto-height,
.banner-area.auto-height div {
    height: auto
}

.banner-area.auto-height .content {
    padding: 150px 0
}

.banner-area .box-cell {
    display: table-cell;
    vertical-align: middle;
    width: 100%
}

.banner-area .box-table {
    display: table;
    width: 100%
}

.banner-area .box-cell,
.banner-area .box-cell div {
    height: auto
}

.banner-area {
    position: relative;
    overflow: hidden
}

.banner-area .wavesshape {
    bottom: -2px;
    left: 0;
    position: absolute;
    right: 0;
    top: auto;
    width: 100%
}

.banner-area .wavesshape.shape {
    bottom: -50px;
    height: auto
}

.banner-area .content {
    position: relative;
    z-index: 9
}

.banner-area.wavesshape {
    position: relative;
    z-index: 1
}

.banner-area.triangle-shadow {
    position: relative;
    z-index: 1
}

.banner-area.triangle-shadow::before {
    border-bottom: 0 solid transparent;
    border-right: 100vw solid #fff;
    border-top: 80px solid transparent;
    bottom: 0;
    content: "";
    height: 0;
    left: 0;
    position: absolute;
    width: 100%;
    z-index: 101
}

.banner-area.shadow-inner .content {
    padding: 30px;
    position: relative;
    z-index: 1;
    overflow: hidden
}

.banner-area.content-double .double-items {
    align-items: center;
    align-self: center;
    display: flex;
    justify-content: center;
    vertical-align: middle
}

.banner-area .banner-carousel .owl-item.center img {
    transform: scale(1);
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1)
}

.banner-area .banner-carousel .owl-item img {
    transform: scale(.9);
    -webkit-transform: scale(.9);
    -moz-transform: scale(.9);
    -ms-transform: scale(.9);
    -o-transform: scale(.9)
}

.banner-area .item h1:first-child,
.banner-area .item h2:first-child,
.banner-area .item h3:first-child,
.banner-area .item h4:first-child,
.banner-area .item h5:first-child,
.banner-area .item h6:first-child {
    animation-delay: .5s
}

.banner-area .item h1:nth-child(2),
.banner-area .item h2:nth-child(2),
.banner-area .item h3:nth-child(2),
.banner-area .item h4:nth-child(2),
.banner-area .item h5:nth-child(2),
.banner-area .item h6:nth-child(2) {
    animation-delay: .7s
}

.carousel-caption h1:nth-child(3),
.carousel-caption h2:nth-child(3),
.carousel-caption h3:nth-child(3),
.carousel-caption h4:nth-child(3),
.carousel-caption h5:nth-child(3),
.carousel-caption h6:nth-child(3) {
    animation-delay: .9s
}

.banner-area .item p {
    animation-delay: .5s
}

.banner-area .item ul {
    animation-delay: .6s
}

.banner-area .item a,
.banner-area .item button {
    animation-delay: .7s
}

.carousel-fade .carousel-inner .item {
    -webkit-transition-property: opacity;
    transition-property: opacity
}

.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right,
.carousel-fade .carousel-inner .item {
    opacity: 0
}

.carousel-fade .carousel-inner .active,
.carousel-fade .carousel-inner .next.left,
.carousel-fade .carousel-inner .prev.right {
    opacity: 1
}

.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right,
.carousel-fade .carousel-inner .next,
.carousel-fade .carousel-inner .prev {
    left: 0;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0)
}

.carousel-fade .carousel-control {
    z-index: 2
}

@-webkit-keyframes zoom {
    from {
        -webkit-transform: scale(1, 1)
    }
    to {
        -webkit-transform: scale(1.2, 1.2)
    }
}

@-moz-keyframes zoom {
    from {
        -moz-transform: scale(1, 1)
    }
    to {
        -moz-transform: scale(1.2, 1.2)
    }
}

@-o-keyframes zoom {
    from {
        -o-transform: scale(1, 1)
    }
    to {
        -o-transform: scale(1.2, 1.2)
    }
}

@keyframes zoom {
    from {
        transform: scale(1, 1)
    }
    to {
        transform: scale(1.2, 1.2)
    }
}

.carousel-inner .carousel-item .slider-thumb {
    -webkit-animation: zoom 20s;
    animation: zoom 20s
}

.banner-area .carousel-zoom .slider-thumb {
    height: 100%;
    position: absolute;
    width: 100%
}

#particles-js,
#ripple {
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%
}

.banner-area .carousel-control {
    background: transparent none repeat scroll 0 0;
    font-size: 40px;
    height: 50px;
    line-height: 50px;
    margin-top: -25px;
    opacity: 1;
    padding: 0;
    position: absolute;
    top: 50%;
    width: 50px;
    z-index: 1;
    color: #233645
}

.banner-area .carousel-control.light {
    color: #fff
}

.banner-area .carousel-control.shadow {
    background: transparent none repeat scroll 0 0;
    color: #fff;
    font-size: 20px;
    height: 50px;
    line-height: 50px;
    margin-top: -25px;
    opacity: 1;
    padding: 0;
    position: absolute;
    text-shadow: inherit;
    top: 50%;
    width: 50px;
    z-index: 1
}

.banner-area .carousel-control.shadow::after {
    background: #1e2726 none repeat scroll 0 0;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    content: "";
    height: 100%;
    left: 0;
    opacity: .5;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: -1
}

.banner-area .carousel-control.left {
    left: -80px
}

.banner-area:hover .carousel-control.left {
    left: 20px
}

.banner-area:hover .carousel-control.shadow.left {
    left: 0
}

.banner-area .carousel-control.right {
    right: -80px
}

.banner-area.heading-double:hover .carousel-control.right {
    right: 20px
}

.banner-area:hover .carousel-control.right {
    right: -10px
}

.banner-area:hover .carousel-control.shadow.right {
    right: 20px
}

.banner-area .carousel-indicator {
    position: absolute;
    left: 10px;
    bottom: 0;
    width: 100%
}

.banner-area .carousel-indicators {
    position: absolute;
    right: auto;
    left: 0;
    width: auto;
    height: auto;
    top: auto;
    bottom: 0;
    margin: 0;
    padding: 30px 0
}

.banner-area .carousel-indicators li {
    display: block;
    height: 20px;
    width: 20px;
    margin: 10px 5px;
    border: 2px solid rgba(255, 255, 255, .7);
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    background: 0 0;
    position: relative;
    z-index: 1
}

.banner-area .carousel-indicators li.active {
    border: 2px solid #fff
}

.banner-area .carousel-indicators li::after {
    position: absolute;
    left: 50%;
    top: 50%;
    content: "";
    height: 5px;
    width: 5px;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    background: #fff;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%
}

.banner-area.video-bg-live .mbYTP_wrapper {
    z-index: 1!important
}

.double-items>.row div {
    height: auto
}

.banner-area .shape {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: auto;
    z-index: 1
}

.banner-area .shape img {
    width: 100%
}

.banner-area.inc-shape .content {
    display: inline-block;
    position: relative;
    z-index: 1
}

.banner-area.inc-shape .content::after {
    position: absolute;
    left: -50px;
    top: 0;
    content: "\f21e";
    height: 100%;
    width: 350px;
    color: #fff;
    z-index: -1;
    opacity: .2;
    font-weight: 600;
    font-size: 150px
}

.banner-area.auto-height .fixed-shape-left-top {
    opacity: .06
}

.banner-area.bg-fixed .carousel-inner {
    position: absolute;
    height: 100%;
    width: 100%
}

.banner-area.bg-fixed .carousel-inner div {
    height: 100%;
    width: 100%
}

.banner-area.top-pad-70 .content {
    padding-top: 70px
}

.banner-area h4 {
    text-transform: capitalize;
    font-weight: 600;
    margin-bottom: 25px
}

.banner-area h2 {
    font-weight: 300;
    font-size: 80px;
    line-height: 1;
    margin-bottom: 25px
}

.banner-area.heading-double h2 {
    margin-bottom: 30px
}

.banner-area h2 strong {
    display: block
}

.banner-area p {
    padding-right: 20%;
    font-size: 18px;
    line-height: 34px
}

.banner-area a {
    margin-top: 15px;
    margin-right: 5px
}

.banner-area.text-medium h2 {
    font-size: 60px;
    line-height: 1.1
}

.banner-area.text-default h2 {
    font-size: 50px;
    line-height: 1.2
}

.banner-area .appoinment-box {
    padding: 80px 50px;
    position: relative;
    z-index: 1
}

.banner-area .appoinment-box::after {
    position: absolute;
    left: 0;
    top: 0;
    content: "";
    height: 100%;
    width: 100%;
    background: #fff;
    z-index: -1;
    opacity: .6;
    border-radius: 5px
}

.banner-area .appoinment-box h2,
.banner-area .appoinment-box h3,
.banner-area .appoinment-box h4 {
    color: #232323;
    font-weight: 600;
    margin-bottom: 30px
}

.banner-area .appoinment-box form {
    color: #232323
}

.banner-area .appoinment-box form .nice-select,
.banner-area .appoinment-box form input {
    background: 0 0;
    background: rgba(255, 255, 255, .7);
    border-radius: 30px;
    border: 1px solid rgba(255, 255, 255, .7);
    padding: 0 25px
}

.banner-area .appoinment-box form input::-webkit-input-placeholder {
    color: #232323
}

.banner-area .appoinment-box form input::-moz-placeholder {
    color: #232323
}

.banner-area .appoinment-box form input:-ms-input-placeholder {
    color: #232323
}

.banner-area .appoinment-box form input:-moz-placeholder {
    color: #232323
}

.banner-area .appoinment-box button {
    padding: 12px 40px;
    background: linear-gradient(90deg, #1ebeb6 0, #00827c 100%);
    box-shadow: 0 0 10px rgba(255, 136, 0, .5), inset 0 0 1px 1px #1ebeb6;
    color: #fff;
    text-transform: capitalize;
    font-weight: 600;
    width: 100%;
    border: none;
    border-radius: 30px
}

.banner-area .appoinment-box button i {
    margin-left: 5px
}

.banner-area ul li {
    display: inline-block;
    padding-right: 30px;
    margin-top: 20px
}

.banner-area ul li i {
    display: inline-block;
    font-size: 50px;
    margin-bottom: 25px
}

.banner-area ul li h5 {
    text-transform: capitalize;
    font-weight: 600;
    font-size: 16px
}

.banner-area.auto-height.fixed-thumb .double-items .info {
    padding: 150px 0
}

.banner-area.auto-height.fixed-thumb .thumb {
    transform: translateY(60px)
}

.banner-area.auto-height.fixed-thumb .thumb img {
    max-width: 120%
}

.video-play-button {
    color: #1ebeb6;
    font-size: 30px;
    left: 50%;
    padding-left: 7px;
    position: absolute;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
    -webkit-transform: translateX(-50%) translateY(-50%);
    -moz-transform: translateX(-50%) translateY(-50%);
    -ms-transform: translateX(-50%) translateY(-50%);
    -o-transform: translateX(-50%) translateY(-50%);
    z-index: 1
}

.video-play-button:before {
    content: "";
    position: absolute;
    z-index: 0;
    left: 50%;
    top: 50%;
    -webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    display: block;
    width: 80px;
    height: 80px;
    background: #fff repeat scroll 0 0;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    -webkit-animation: pulse-border 1.5s ease-out infinite;
    animation: pulse-border 1.5s ease-out infinite
}

.video-play-button.theme:after,
.video-play-button.theme:before {
    background: #1ebeb6 repeat scroll 0 0
}

.orange .video-play-button.theme:after,
.orange .video-play-button.theme:before {
    background: #ff5621 repeat scroll 0 0
}

.video-play-button:after {
    content: "";
    position: absolute;
    z-index: 1;
    left: 50%;
    top: 50%;
    -webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    display: block;
    width: 80px;
    height: 80px;
    background: #fff repeat scroll 0 0;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    transition: all .2s;
    -webkit-transition: all .2s;
    -moz-transition: all .2s;
    -ms-transition: all .2s;
    -o-transition: all .2s
}

@-webkit-keyframes pulse-border {
    0% {
        -webkit-transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
        transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
        opacity: 1
    }
    100% {
        -webkit-transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
        transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
        opacity: 0
    }
}

@keyframes pulse-border {
    0% {
        -webkit-transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
        transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
        opacity: 1
    }
    100% {
        -webkit-transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
        transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
        opacity: 0
    }
}

.video-play-button i {
    display: block;
    position: relative;
    z-index: 3;
    color: #1ebeb6
}

.video-play-button.theme i {
    color: #fff
}

.video-play-button.relative {
    position: relative;
    display: inline-block;
    left: 30px;
    height: 68px;
    width: 68px;
    line-height: 68px;
    text-align: center;
    margin-top: 0!important;
    top: 35px;
    margin-left: 10px
}

.video-play-button.relative::after,
.video-play-button.relative::before {
    height: 68px;
    width: 68px;
    line-height: 68px
}

.video-play-button.relative i {
    line-height: 70px;
    font-size: 25px
}

.nice-select {
    -webkit-tap-highlight-color: transparent;
    background-color: #fff;
    border: solid 1px #e8e8e8;
    box-sizing: border-box;
    clear: both;
    display: block;
    float: left;
    font-size: 14px;
    font-weight: 400;
    height: 50px;
    line-height: 50px;
    outline: 0;
    padding-left: 18px;
    padding-right: 30px;
    position: relative;
    text-align: left!important;
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    white-space: nowrap;
    width: 100%;
    margin-bottom: 15px
}

.nice-select:hover {
    border-color: #dbdbdb
}

.nice-select.open,
.nice-select:active,
.nice-select:focus {
    border-color: #999
}

.nice-select:after {
    border-bottom: 2px solid #999;
    border-right: 2px solid #999;
    content: '';
    display: block;
    height: 5px;
    margin-top: -4px;
    position: absolute;
    right: 12px;
    top: 50%;
    -webkit-transform-origin: 66% 66%;
    -ms-transform-origin: 66% 66%;
    transform-origin: 66% 66%;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transition: all .15s ease-in-out;
    transition: all .15s ease-in-out;
    width: 5px
}

.nice-select.open:after {
    -webkit-transform: rotate(-135deg);
    -ms-transform: rotate(-135deg);
    transform: rotate(-135deg)
}

.nice-select.open .list {
    opacity: 1;
    -webkit-transform: scale(1) translateY(0);
    -ms-transform: scale(1) translateY(0);
    transform: scale(1) translateY(0)
}

.nice-select.disabled {
    border-color: #ededed;
    color: #999
}

.nice-select.disabled:after {
    border-color: #ccc
}

.nice-select.wide {
    width: 100%
}

.nice-select.wide .list {
    left: 0!important;
    right: 0!important
}

.nice-select.right {
    float: right
}

.nice-select.right .list {
    left: auto;
    right: 0
}

.nice-select.small {
    font-size: 12px;
    height: 36px;
    line-height: 34px
}

.nice-select.small:after {
    height: 4px;
    width: 4px
}

.nice-select.small .option {
    line-height: 34px;
    min-height: 34px
}

.nice-select .list {
    background-color: #fff;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    -moz-box-shadow: 0 0 0 1px rgba(68, 68, 68, .11);
    -webkit-box-shadow: 0 0 0 1px rgba(68, 68, 68, .11);
    -o-box-shadow: 0 0 0 1px rgba(68, 68, 68, .11);
    box-shadow: 0 0 0 1px rgba(68, 68, 68, .11);
    box-sizing: border-box;
    margin-top: 4px;
    opacity: 0;
    overflow: hidden;
    padding: 0;
    position: absolute;
    top: 100%;
    left: 0;
    -webkit-transform-origin: 50% 0;
    -ms-transform-origin: 50% 0;
    transform-origin: 50% 0;
    -webkit-transform: scale(.75) translateY(-21px);
    -ms-transform: scale(.75) translateY(-21px);
    transform: scale(.75) translateY(-21px);
    -webkit-transition: all .2s cubic-bezier(.5, 0, 0, 1.25), opacity .15s ease-out;
    transition: all .2s cubic-bezier(.5, 0, 0, 1.25), opacity .15s ease-out;
    z-index: 9;
    width: 100%
}

.nice-select .list:hover .option:not(:hover) {
    background-color: transparent!important
}

.nice-select .option {
    cursor: po'Kumbh Sans';
    font-weight: 400;
    line-height: 40px;
    list-style: none;
    min-height: 40px;
    outline: 0;
    padding-left: 18px;
    padding-right: 29px;
    text-align: left;
    -webkit-transition: all .2s;
    transition: all .2s;
    display: block;
    margin: 0
}

.nice-select .option.focus,
.nice-select .option.selected.focus,
.nice-select .option:hover {
    background-color: #f6f6f6
}

.nice-select .option.selected {
    font-weight: 700
}

.nice-select .option.disabled {
    background-color: transparent;
    color: #999;
    cursor: default
}

.about-area .shape {
    opacity: .1
}

.about-area .thumb-box {
    position: relative;
    z-index: 1;
    padding-right: 50px;
    margin-bottom: 50px
}

.about-area .thumb-box img {
    clip-path: polygon(0 0, 100% 0, 100% 80%, 0 100%)
}

.about-area .thumb-box .intro-video {
    position: absolute;
    right: 0;
    bottom: -50px;
    background: #fff;
    padding: 50px 30px;
    left: 120px;
    box-shadow: 0 10px 60px 0 rgba(0, 0, 0, .08);
    display: flex;
    align-items: center
}

.about-area .thumb-box .intro-video .video {
    padding-right: 30px
}

.about-area .thumb-box .intro-video h5 {
    text-transform: capitalize;
    font-weight: 600;
    margin-bottom: 15px
}

.about-area .thumb-box .intro-video p {
    margin: 0
}

.about-area ul {
    margin: 0 -15px
}

.about-area ul li {
    float: left;
    width: 50%;
    padding: 0 15px;
    display: flex;
    align-items: center;
    margin-top: 15px
}

.about-area ul li i {
    font-size: 50px;
    margin-right: 20px;
    color: #1ebeb6
}

.about-area ul li h5 {
    text-transform: capitalize;
    font-weight: 600;
    font-size: 18px
}

.about-area .info {
    padding-left: 35px
}

.about-area .info>h5 {
    text-transform: uppercase;
    color: #1ebeb6;
    font-weight: 600;
    font-size: 18px;
    margin-bottom: 25px
}

.about-area .info>a {
    margin-top: 30px
}

.about-area .info h2 {
    font-weight: 600;
    margin-bottom: 25px
}

.about-area blockquote {
    border-left: 3px solid #1ebeb6;
    padding-left: 15px;
    background: rgba(226, 36, 84, .06);
    padding: 30px
}

.about-area .devider {
    margin-bottom: 25px
}

.about-area .icon img {
    height: 50px;
    margin-right: 15px
}

.about-area .content h5 {
    margin: 0
}

.about-area ul.icon-less h5 {
    margin: 0
}

.about-area ul.icon-less li {
    margin-top: 20px
}

.about-area ul.icon-less {
    margin-top: -10px;
    margin-bottom: 8px;
    overflow: hidden
}

.docor-iamge {
    position: relative
}

.drvideo .elementor-video {
    width: 100%;
    border: 0;
    padding: 0;
    margin: 22px 0 0;
    position: relative;
    top: 10px;
    background: red
}

.drram-provides {
    border: 20px solid #fdfdfd;
    color: #fff;
    padding: 0;
    font-size: 15px;
    max-width: 498px;
    margin: auto;
    margin-top: 0;
    box-shadow: 0 0 10px #a5a2a2
}

.drram-provides p {
    padding: 18px 24px 18px;
    margin: 0;
    font-size: 18px;
    color: #161617;
    box-shadow: 0 0 0 1px #ccc;
    background: #f7f5f5
}

.top-entry-area .item i {
    display: inline-block;
    font-size: 40px;
    margin-bottom: 40px;
    color: #1ebeb6;
    height: 100px;
    width: 100px;
    line-height: 100px;
    border-radius: 50%;
    position: relative;
    z-index: 1
}

.top-entry-area .item .icon {
    position: relative;
    z-index: 1;
    display: inline-block;
    text-align: center;
    height: 100px;
    width: 100px;
    line-height: 100px;
    margin-bottom: 40px
}

.top-entry-area .item .icon img {
    height: 50px
}

.top-entry-area .item .icon::after,
.top-entry-area .item i::after {
    position: absolute;
    left: -10px;
    top: -10px;
    content: "";
    height: 120px;
    width: 120px;
    background-size: contain;
    z-index: -2;
    background-position: center;
    background-repeat: no-repeat
}

.top-entry-area .item ul li {
    display: flex;
    align-items: center;
    justify-content: space-around;
    border-top: 1px dashed #ccc;
    margin-top: 10px;
    padding-top: 15px
}

.top-entry-area .item ul li p {
    margin: 0;
    font-weight: 600
}

.top-entry-area .single-item .thumb {
    position: relative;
    z-index: 1
}

.top-entry-area .single-item .thumb::after {
    position: absolute;
    left: 50%;
    top: 50%;
    content: "";
    height: 339px;
    width: 339px;
    background: #353535;
    z-index: -1;
    transform: translate(-50%, -50%);
    border-radius: 50%
}

.top-entry-area .single-item .thumb::before {
    position: absolute;
    left: 50%;
    top: 50%;
    content: "";
    height: 415px;
    width: 415px;
    background: #232323;
    z-index: -1;
    transform: translate(-50%, -50%);
    border-radius: 50%;
    opacity: .1
}

.top-entry-area .single-item:first-child .item {
    padding-right: 30px
}

.top-entry-area .single-item:last-child .item {
    padding-left: 30px
}

.top-entry-area .item h4 {
    text-transform: capitalize;
    font-weight: 600;
    margin-bottom: 25px
}

.features-area.half-bg {
    position: relative;
    z-index: 1
}

.features-area.half-bg::after {
    position: absolute;
    left: 0;
    bottom: 0;
    content: "";
    height: 50%;
    width: 100%;
    background: #fff;
    z-index: -1
}

.features-area .single-item {
    margin-bottom: 30px
}

.features-area .single-item:nth-child(2n) img {
    margin-bottom: 0;
    margin-top: 30px
}

.features-area .single-item {
    margin-bottom: 30px
}

.features-area .item .icon {
    display: inline-block;
    position: relative;
    z-index: 1;
    height: 100px;
    width: 100px;
    line-height: 95px;
    background: #fdeee7;
    border-radius: 50%;
    margin-bottom: 30px
}

.features-area .single-item:nth-child(2n) .item .icon {
    background: #e9f6eb
}

.features-area .single-item:nth-child(3n) .item .icon {
    background: #fbe8f1
}

.features-area .single-item:nth-child(4n) .item .icon {
    background: #eaecf1
}

.features-area .item .icon img {
    margin: 0
}

.features-area .item .icon i {
    display: inline-block;
    font-size: 80px;
    margin-bottom: 30px;
    color: #1ebeb6
}

.features-area .item img {
    height: 50px;
    width: 50px
}

.features-area .item h4 {
    text-transform: capitalize;
    font-weight: 600;
    font-size: 22px;
    margin-bottom: 0
}

.features-area .item a {
    display: block;
    padding: 50px 30px;
    box-shadow: 0 0 10px #e7e7e7;
    background: #fff
}

.features-area .item ul li {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 10px
}

.features-area .item ul li p {
    margin: 0
}

.department-area {
    position: relative;
    z-index: 1;
    padding: 26px 0;
}

.department-area .department-items .single-item {
    margin-bottom: 30px
}

.department-area .shape-bottom {
    margin-bottom: 0;
    opacity: .08
}

.department-area .shape-left-bottom.shape {
    bottom: -250px;
    left: -100px;
    transform: rotate(15deg)
}

.department-items .item {
    background: 0 0;
    position: relative;
    z-index: 1
}

.department-items .col-md-2 {
    padding: 0 3px
}

.department-items .col-md-2:nth-child(1) .item {
    margin-top: -44px
}

.department-items .col-md-2:nth-child(2) .item {
    margin-top: 40px;
    right: 4px
}

.department-items .col-md-2:nth-child(3) .item {
    margin-top: 121px;
    right: 6px
}

.department-items .col-md-2:nth-child(4) .item {
    margin-top: 121px;
    left: 10px
}

.department-items .col-md-2:nth-child(5) .item {
    margin-top: 40px;
    left: 5px
}

.department-items .col-md-2:nth-child(6) .item {
    margin-top: -46px
}

.department-items .head-of {
    margin-top: 10px
}

.department-items .thumb {
    position: relative;
    z-index: 1;
    margin-bottom: 0;
    margin: auto;
    width: 189px;
    height: 189px;
    border-radius: 50%;
    overflow: hidden;
    box-shadow: 0 0 0 7px #eae8e8
}

.solid-thumb .department-items .thumb {
    margin: 0
}

.department-items .item .info {
    padding: 0;
    position: absolute;
    z-index: 2;
    text-align: center;
    bottom: 30px;
    width: 100%
}

.services-head p {
    font-size: 30px;
    display: table;
    margin: auto;
    margin-top: 26px;
    border-bottom: 1px solid #ccc;
    padding: 0 0 12px
}

.thumb-less .department-items .item .info {
    padding: 60px 37px
}

.department-items .item .info h4 {
    margin: 0;
    position: relative;
    z-index: 2
}

.ser-overlay {
    position: absolute;
    width: 189px;
    height: 189px;
    bottom: 0;
    border-radius: 50%;
    background: linear-gradient(to bottom, rgb(0 0 0 / 0%), #000);
    z-index: 1;
    left: 0;
    right: 0;
    margin: auto
}

.department-items .item .info .bottom>i {
    font-size: 60px;
    color: #1ebeb6;
    position: relative;
    z-index: 1
}

.department-items .item .info .bottom {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 25px
}

.services-head.site-heading {
    position: relative;
    top: 29px
}

.ser-bottom {
    display: table;
    max-width: 732px;
    margin: auto;
    margin-top: 0px;
    font-size: 32px;
    text-align: center;
    line-height: 40px;
    color: #1a2833;
    padding: 23px 50px;
    position: relative
}

.ser-bottom::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 55%;
    border-bottom: 1px solid #ccc;
    left: 0;
    right: 0;
    margin: auto;
    z-index: -1;
    top: 4px
}

.ser-bottom::after {
    /*content: "";*/
    position: absolute;
    width: 20px;
    height: 20px;
    border: 3px solid #0c969c;
    left: 0;
    right: 0;
    margin: auto;
    z-index: 1;
    top: -6px;
    background-color: #fff;
    border-radius: 50%
}

.ser-bottom span {
    display: table;
    margin: auto;
    background-color: #f48221;
    color: #fff;
    text-transform: uppercase;
    padding: 10px 23px;
    margin-top: 16px
}

.ser-line {
    position: absolute;
    width: 2px;
    height: 42%;
    border-right: 1px solid #ccc;
    left: 0;
    right: 0;
    margin: auto;
    top: 287px
}

.department-items .item .info .bottom a {
    height: 45px;
    width: 45px;
    line-height: 45px;
    text-align: center;
    background: linear-gradient(90deg, #1ebeb6 0, #00827c 100%);
    color: #fff;
    border-radius: 50%;
    position: relative;
    z-index: 1;
    font-size: 14px
}

.department-items .item .info .bottom a::after {
    position: absolute;
    left: -10%;
    top: -10%;
    content: "";
    height: 120%;
    width: 120%;
    background: #1ebeb6;
    z-index: -1;
    border-radius: 50%;
    opacity: .5
}

.department-items .item .info::after {
    position: absolute;
    right: 0;
    left: 0;
    margin: auto;
    bottom: -74px;
    content: "";
    height: 35px;
    width: 84%;
    background: 0 0;
    background-size: contain;
    z-index: -1;
    background-repeat: no-repeat;
    transform: inherit
}

.department-items .item .info .title {
    position: relative;
    left: 0;
    right: 30px;
    top: -60px;
    background: #fff;
    box-shadow: 0 10px 60px 0 rgba(0, 0, 0, .08);
    padding: 10px 20px;
    z-index: 9;
    margin-bottom: -35px;
    display: flex;
    align-items: center;
    justify-content: center
}

.department-items .item .info .title h4,
.department-items .item .info .title h5 {
    margin: 0;
    font-weight: 600
}

.department-items .item .info .title i {
    display: inline-block;
    font-size: 40px;
    color: #1ebeb6;
    margin-right: 15px
}

.department-items .item .info .title h4,
.department-items .item .info .title h5 {
    margin: 0;
    font-weight: 600
}

.department-items .item .info .bottom>i {
    font-size: 60px;
    color: #1ebeb6;
    position: relative;
    z-index: 1
}

.department-items .item .info .bottom {
    display: inline-block;
    align-items: center;
    justify-content: space-between;
    margin-top: 0;
    position: absolute;
    bottom: -49px;
    left: 0;
    right: 0
}

.department-items .item .info .bottom a {
    height: 38px;
    width: 38px;
    line-height: 38px;
    margin: auto;
    text-align: center;
    background: linear-gradient(90deg, #1ebeb6 0, #00827c 100%);
    color: #fff;
    border-radius: 50%;
    position: relative;
    z-index: 1;
    font-size: 14px;
    display: inline-block
}

.department-items .item .info .bottom a::after {
    position: absolute;
    left: -5px;
    right: 12px;
    margin: auto;
    top: -5px;
    content: "";
    height: 48px;
    width: 48px;
    background: #1ebeb6;
    z-index: -1;
    border-radius: 50%;
    opacity: .5
}

.department-items .item .info ul {
    overflow: hidden
}

.department-items .item .info ul li {
    float: left;
    width: 100%;
    padding: 0 15px;
    position: relative;
    z-index: 1;
    padding-left: 25px;
    margin-bottom: 10px
}

.department-items .item .info h4 a {
    font-weight: 400;
    font-size: 16px;
    color: #fff;
    line-height: 22px
}

.department-items .item .info>a {
    margin-top: 25px
}

.solid-thumb .department-items .item .info>a {
    margin-top: 5px
}

.department-items .item .info>a.btn-effect {
    display: inline-block;
    text-transform: capitalize;
    margin-top: 10px;
    color: #1ebeb6;
    position: relative;
    z-index: 1;
    padding-bottom: 5px;
    font-weight: 600
}

.department-items .item .info>a.btn-effect::after {
    position: absolute;
    left: 0;
    bottom: 0;
    content: "";
    border-bottom: 1px dashed #1ebeb6;
    width: 50%;
    transition: all .35s ease-in-out
}

.department-items .item .info .head-of p {
    margin: 0;
    color: #232323;
    text-transform: capitalize
}

.department-items .item .info .head-of p strong {
    font-weight: 600
}

.department-items.department-carousel.owl-carousel .owl-dots .owl-dot {
    margin-bottom: -10px;
    margin-top: 20px
}

.department-items.department-carousel.owl-carousel .owl-dots .owl-dot span {
    display: block;
    height: 20px;
    width: 20px;
    margin: 0 5px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    background: #fff;
    position: relative;
    z-index: 1;
    border: 2px solid #ccc
}

.department-items.department-carousel.owl-carousel .owl-dots .owl-dot.active span::after {
    position: absolute;
    left: 50%;
    top: 50%;
    content: "";
    height: 5px;
    width: 5px;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    background: #1ebeb6;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%
}

.feature-entry-area .single-item {
    margin-bottom: 30px
}

.feature-entry-area .item {
    padding: 80px 30px;
    box-shadow: 0 0 10px #e7e7e7
}

.feature-entry-area .single-item:nth-child(2n) .item {
    background: #1ebeb6
}

.feature-entry-area .item i {
    display: inline-block;
    font-size: 50px;
    margin-bottom: 30px;
    color: #1ebeb6;
    position: relative;
    z-index: 1;
    height: 100px;
    width: 100px;
    line-height: 100px
}

.feature-entry-area .item i::after {
    position: absolute;
    left: -10%;
    top: -15%;
    content: "";
    height: 120%;
    width: 120%;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    opacity: .5;
    z-index: -1
}

.feature-entry-area .single-item:nth-child(2n) .item,
.feature-entry-area .single-item:nth-child(2n) .item h4,
.feature-entry-area .single-item:nth-child(2n) .item i {
    color: #fff
}

.feature-entry-area .single-item:nth-child(2n) .item i::after {
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    opacity: .2
}

.feature-entry-items .item li {
    text-align: left;
    margin-top: 9px
}

.feature-entry-items .item li .closed {
    background: #fff;
    color: #0cb8b6;
    padding: 0 15px;
    border-radius: 5px;
    font-weight: 600
}

.feature-entry-items .item li span {
    font-weight: 600
}

.feature-entry-area .item h4 {
    font-weight: 600
}

.feature-entry-area .item a {
    margin-top: 10px
}

.feature-entry-area .item .contact {
    display: flex;
    align-items: center;
    justify-content: center;
    color: #232323;
    font-weight: 700
}

.feature-entry-area .item .contact p {
    margin-left: 15px;
    margin-bottom: 0
}

.department-area.icon-only .single-item {
    margin-bottom: 30px
}

.department-area .item-box .item {
    padding: 50px 30px 50px;
    background: #fff;
    box-shadow: 0 0 10px #e7e7e7;
    position: relative;
    z-index: 1
}

.department-area .item-box .item .icon {
    display: inline-block;
    font-size: 45px;
    margin-bottom: 35px;
    position: relative;
    z-index: 1;
    color: #fff;
    height: 90px;
    width: 90px;
    line-height: 90px
}

.department-area .item-box .item .icon::after {
    position: absolute;
    left: 3%;
    top: 2%;
    content: "";
    height: 95%;
    width: 95%;
    background: #1ebeb6;
    z-index: -1;
    border-radius: 50%
}

.department-area .item-box .item .icon::before {
    position: absolute;
    left: -10%;
    top: -10%;
    content: "";
    height: 120%;
    width: 120%;
    z-index: -1;
    border-radius: 50%;
    opacity: .3;
    background-size: contain;
    background-repeat: no-repeat;
    transition: all .35s ease-in-out
}

.department-area .item-box .item:hover .icon::before {
    animation: rotate-animation 10s infinite linear;
    opacity: 1
}

@keyframes rotate-animation {
    0% {
        transform: rotate(0)
    }
    50% {
        transform: rotate(180deg)
    }
    100% {
        transform: rotate(360deg)
    }
}

.department-area .item-box .item h4 {
    font-weight: 600;
    margin-bottom: 35px;
    text-transform: capitalize;
    font-size: 22px
}

.department-area .item-box .item a {
    margin-top: 15px
}

.department-area .item-box .department-carousel.owl-carousel .owl-dots .owl-dot {
    margin-bottom: -10px;
    margin-top: 20px
}

.department-area .item-box .department-carousel.owl-carousel .owl-dots .owl-dot span {
    display: block;
    height: 20px;
    width: 20px;
    margin: 0 5px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    background: #fff;
    position: relative;
    z-index: 1;
    border: 2px solid #ccc
}

.department-area .item-box .department-carousel.owl-carousel .owl-dots .owl-dot.active span::after {
    position: absolute;
    left: 50%;
    top: 50%;
    content: "";
    height: 5px;
    width: 5px;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    background: #1ebeb6;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%
}

.consultation-area .process {
    padding-right: 65px
}

.consultation-area .process .item {
    padding: 35px;
    background: #fff;
    text-align: center;
    border: 2px solid #1ebeb6
}

.consultation-area .process .item i {
    display: inline-block;
    font-size: 55px;
    margin-bottom: 25px;
    color: #1ebeb6
}

.consultation-area .process .item h5 {
    font-size: 18px;
    font-weight: 600
}

.consultation-area .process .single-item {
    margin-top: 30px
}

.consultation-area .process h2 {
    font-weight: 600;
    margin-bottom: 25px
}

.consultation-area .process .row {
    margin-top: -5px
}

.consultation-area .form .appoinment-box {
    background: #1ebeb6;
    padding: 60px 37px;
    position: relative;
    z-index: 1
}

.consultation-area .form .appoinment-box::after {
    position: absolute;
    left: -30px;
    top: -30px;
    content: "";
    height: 100%;
    width: 100%;
    background: #1ebeb6;
    z-index: -1;
    opacity: .2
}

.consultation-area .appoinment-box h4 {
    text-transform: capitalize;
    font-weight: 600;
    color: #fff;
    position: relative;
    z-index: 1;
    padding-bottom: 60px
}

.consultation-area .appoinment-box h4::after {
    position: absolute;
    left: 50%;
    bottom: -60px;
    content: "";
    height: 100%;
    width: 30%;
    background-repeat: no-repeat;
    transform: translate(-50%, -50%);
    background-repeat: no-repeat;
    background-position: center
}

.consultation-area .form .appoinment-box form .nice-select,
.consultation-area .form .appoinment-box form input {
    background: 0 0;
    background: rgba(255, 255, 255, .1);
    border-radius: 30px;
    border: 1px solid rgba(255, 255, 255, .4);
    padding: 0 25px;
    color: #fff
}

.consultation-area .form .appoinment-box form .nice-select .current {
    color: #fff
}

.consultation-area .form .appoinment-box form .nice-select {
    color: #232323
}

.consultation-area .form .appoinment-box form .nice-select:after {
    border-color: #fff!important
}

.consultation-area .form .appoinment-box form input::-webkit-input-placeholder {
    color: #fff
}

.consultation-area .form .appoinment-box form input::-moz-placeholder {
    color: #fff
}

.consultation-area .form .appoinment-box form input:-ms-input-placeholder {
    color: #fff
}

.consultation-area .form .appoinment-box form input:-moz-placeholder {
    color: #fff
}

.consultation-area .form .appoinment-box form button {
    padding: 12px 40px;
    background: #fff;
    color: #1ebeb6;
    text-transform: capitalize;
    font-weight: 600;
    width: 100%;
    border: none;
    border-radius: 30px
}

.choose-us-area .info {
    max-width: 720px;
    padding: 60px 0 30px;
    padding-left: 0
}

.choose-us-area .info .info-box {
    padding: 24px 39px;
    background: #fff;
    box-shadow: 0 10px 60px 0 rgba(0, 0, 0, .08);
    position: relative;
    left: -15px;
   
    top: -62px
}

.choose-us-area .info .info-box::after {
    position: absolute;
    right: -120px;
    top: -120px;
    content: "";
    height: 300px;
    width: 300px;
    z-index: -1;
    background-repeat: no-repeat;
    opacity: .2
}

.choose-us-area.shape-less .info .info-box::after {
    display: none
}

.choose-us-area .fun-fact {
    display: flex;
    align-items: center
}

.choose-us-area ul li {
    float: left;
    padding: 0 15px;
    width: 50%;
    margin-top: 20px;
    padding-left: 35px;
    position: relative;
    z-index: 1
}

.choose-us-area ul li::after {
    position: absolute;
    left: 0;
    top: 0;
    content: "\f00c";
    color: #1ebeb6;
    font-weight: 600
}

.choose-us-area .info .info-box p {
    color: #111;
    font-family: "Open Sans", sans-serif;
}

.choose-us-area ul li p {
    margin: 0
}

.choose-us-area ul li h5 {
    font-weight: 600
}

.choose-us-area ul li h5 strong {
    color: #1ebeb6
}

.choose-us-area .fun-fact i {
    font-size: 60px;
    margin-right: 20px;
    color: #1ebeb6
}

.choose-us-area .fun-fact .timer {
    font-size: 36px;
    line-height: 1;
    font-weight: 800;
    color: #233645
}

.choose-us-area .fun-fact .medium {
    font-weight: 600;
    margin-top: 5px;
    display: block;
    
}

.choose-us-area .info .info-box>h5 {
    color: #d36e19;
    text-transform: capitalize;
    font-weight: 600;
    display: inline-block;
    position: relative;
    margin-bottom: 8px
}
.choose-us-area .info .info-box h6 {
    color: #111;
    font-family: "Open Sans", sans-serif;
    font-weight: 600;
     
    margin-bottom: 10px
}
.choose-us-area .info .info-box h3 {
    
    font-family: "Open Sans", sans-serif;
    
}
.choose-us-area .info h2 {
    font-weight: 600;
    margin-bottom: 14px;
    font-family: "Open Sans", sans-serif;
    text-transform: uppercase;
    color: #f48221
}

.choose-us-area.inc-list .info h2 {
    margin-bottom: 10px
}

.choose-us-area .info a {
    margin-top: -4px;
    display: inline-block;
    font-weight: 500
}

.choose-us-area .info a.btn-gradient::after {
    background: #f48221;
    transition: all .35s ease-in-out;
    z-index: -1;
    box-shadow: none
}

.choose-us-area.inc-list .info a {
    margin-top: 30px
}

.choose-us-area blockquote {
    border-left: 5px solid #1ebeb6;
    padding-left: 25px;
    padding: 30px;
    background: #fff;
    box-shadow: 0 10px 60px 0 rgba(0, 0, 0, .08)
}

.choose-us-area .info a i {
    background: transparent;
    /*padding: 5px 8px;*/
    color: #fff
}

.doctors-area .doctor-items .info {
    padding: 30px 40px;
    background: #fff;
    position: relative;
    z-index: 1
}

.doctors-area .doctor-items .info::after {
    position: absolute;
    left: -15px;
    top: 30px;
    content: "";
    border-top: 15px solid transparent;
    border-bottom: 15px solid transparent;
    border-right: 15px solid #fff
}

.doctors-area .doctor-items .info h4 {
    font-weight: 600
}

.doctors-area .doctor-items .info span {
    display: block;
    margin-bottom: 15px;
    color: #1ebeb6
}

.doctors-area .doctor-items .info a {
    margin-top: 5px
}

.doctors-area .nav-tabs {
    border: none;
    margin-right: 20px
}

.doctors-area .nav-tabs li a {
    display: flex;
    border: none;
    padding: 20px 15px;
    background: rgba(30, 190, 182, .1);
    border-radius: inherit;
    align-items: center
}

.doctors-area .nav-tabs li a.active {
    background: #1ebeb6;
    color: #fff
}

.doctors-area .nav-tabs li a i {
    font-size: 45px;
    min-width: 50px;
    margin-right: 15px
}

.doctors-area .doctor-items .tab-pane .item {
    margin-top: 30px
}

.doctors-area .doctor-items .tab-pane {
    margin-top: -30px
}

.team-default-area .single-item {
    margin-bottom: 30px
}

.team-default-area .item .thumb {
    position: relative;
    z-index: 1
}

.team-default-area .item .thumb .contact ul li {
    display: inline-flex;
    margin: 0 5px;
    position: relative;
    z-index: 1;
    padding: 0 5px
}

.team-default-area .item .thumb .contact ul li a {
    display: inline-block;
    color: #fff
}

.team-default-area .item .thumb .contact ul li::after {
    position: absolute;
    right: -7px;
    top: 5px;
    content: "";
    height: 18px;
    width: 1px;
    background: rgba(255, 255, 255, .7)
}

.team-default-area .item .thumb .contact ul li:last-child::after {
    display: none
}

.team-default-area .item .thumb .contact {
    background: linear-gradient(90deg, #1ebeb6 0, #00827c 100%);
    position: absolute;
    left: 50%;
    bottom: -25px;
    transform: translate(-50%, 0);
    padding: 10px 25px;
    border-radius: 30px
}

.team-default-area .item {
    background: #fff
}

.team-default-area .item .info {
    padding: 30px;
    padding-top: 50px
}

.team-default-area .item .info h5 {
    font-weight: 600;
    margin-bottom: 10px
}

.team-default-area .item .info span {
    color: #1ebeb6;
    text-transform: capitalize;
    font-weight: 600
}

@media only screen and (min-width:1367px) {
    .testimonials-area .container {
        margin-left: calc((100% - 1140px)/ 2);
        padding: 0;
        width: auto;
        min-width: auto;
        max-width: inherit
    }
}

@media only screen and (min-width:1000px) {
    .testimonials-area .testimonials-carousel.owl-carousel .owl-stage {
        left: 0
    }
}

.testimonials-area .heading {
    position: relative;
    z-index: 1
}

.testimonials-area .heading::after {
    position: absolute;
    right: 0;
    top: -200%;
    height: 500%;
    width: 500%;
    background: #1ebeb6;
    z-index: -1;
    content: ""
}

.testimonials-area .heading::before {
    position: absolute;
    left: 0;
    top: -30px;
    content: "\f10d";
    font-weight: 600;
    font-size: 120px;
    opacity: .2;
    color: #fff
}

.testimonials-area .heading h5 {
    text-transform: uppercase;
    font-weight: 700;
    margin-bottom: 25px
}

.testimonials-area .heading h2 {
    text-transform: capitalize;
    font-weight: 600
}

.testimonials-area .heading a {
    margin-top: 15px
}

.testimonials-area .testimonials-carousel {
    padding-left: 0
}

.testimonials-area .item {
    box-shadow: 0 0 10px #ccc;
    padding: 49px 11px;
    background: #fff;
    margin: 12px 11px;
    border: 6px solid #f48221
}

.testimonials-area .item .provider {
    align-items: center;
    margin-bottom: 15px
}

.testimonials-area .item .provider img {
    border-radius: 50%;
    height: 84px;
    width: 84px;
    margin: auto auto 14px;
    border: 2px solid #192d3f;
    padding: 4px
}

.testimonials-area .item .provider h5 {
    text-transform: uppercase;
    font-weight: 600;
    margin-bottom: 0;
    font-size: 31px
}

.testimonials-area .item p {
    margin: 0;
    color: #10212f
}

.testimonials-area .item p a {
    display: block;
    color: #f74d4d;
    font-weight: 500;
    font-size: 19px
}

.testimonials-area .item .provider span {
    text-transform: uppercase;
    font-size: 12px
}

.testimonials-area .item .provider span strong {
    color: #199e71;
    font-weight: 500;
    font-size: 22px
}

.testimonials-area .testimonials-carousel.owl-carousel .owl-dots {
    display: table;
    margin: auto;
    background: #fff;
    margin-top: -51px
}

.testimonials-area .testimonials-carousel.owl-carousel .owl-dots .owl-dot {
    margin-bottom: 0;
    margin-top: 0
}

.testimonials-area .testimonials-carousel.owl-carousel .owl-dots .owl-dot span {
    display: block;
    height: 20px;
    width: 20px;
    margin: 0 5px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    background: #fff;
    position: relative;
    z-index: 1;
    border: 2px solid #192d3f
}

.testimonials-area .testimonials-carousel.owl-carousel .owl-dots .owl-dot.active span::after {
    position: absolute;
    left: 50%;
    top: 50%;
    content: "";
    height: 10px;
    width: 10px;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    background: #f48221;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%
}

.fun-factor-area .fun-fact-items {
    position: relative;
    z-index: 1;
    padding: 120px 50px
}

.fun-factor-area .fun-fact-items::after {
    position: absolute;
    left: 0;
    top: 0;
    content: "";
    height: 100%;
    width: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    z-index: -1;
    opacity: .3
}

.half-bg-light-bottom {
    position: relative;
    z-index: 1
}

.half-bg-light-bottom::after {
    position: absolute;
    left: 0;
    bottom: 0;
    content: "";
    height: 50%;
    width: 100%;
    background: #fff;
    z-index: -1
}

.fun-factor-area .fun-fact-items .timer {
    display: inline-block;
    font-size: 40px;
    font-weight: 800;
    position: relative;
    z-index: 1;
    margin-left: -20px
}

.fun-factor-area .fun-fact-items .timer::after {
    position: absolute;
    right: -25px;
    top: 0;
    content: "\f067";
    font-weight: 600;
    font-size: 20px
}

.fun-factor-area .fun-fact-items .medium {
    display: block;
    margin-top: 10px;
    text-transform: capitalize;
    font-weight: 700
}

.health-tips-area .heading h5 {
    color: #1ebeb6;
    text-transform: capitalize;
    font-weight: 600;
    display: inline-block;
    position: relative;
    padding-bottom: 15px
}

.health-tips-area .heading h5::after {
    position: absolute;
    right: 0;
    bottom: 0;
    content: "";
    height: 1px;
    width: 50%;
    background: #1ebeb6
}

.health-tips-area .heading h2 {
    font-weight: 600;
    margin-bottom: 25px;
    line-height: 1.3
}

.health-tips-area .thumb-box {
    position: relative;
    z-index: 1;
    margin-bottom: 30px;
    margin-right: 20px
}

.health-tips-area .thumb-box::after {
    position: absolute;
    top: 50%;
    right: 0;
    content: "";
    border-top: 15px solid transparent;
    border-bottom: 15px solid transparent;
    border-right: 15px solid #fff;
    margin-top: -7px
}

.health-tips-area .thumb-box .overlay {
    background: #fff;
    position: absolute;
    right: -30px;
    bottom: -30px;
    padding: 30px;
    box-shadow: 0 0 10px #e7e7e7
}

.health-tips-area .thumb-box .overlay i {
    position: absolute;
    display: none
}

.health-tips-area .thumb-box .overlay h4 {
    font-size: 22px;
    font-weight: 600;
    margin-bottom: 10px
}

.health-tips-area .thumb-box .overlay span {
    color: #1ebeb6;
    font-size: 14px
}

.health-tips-area .info h4 {
    font-weight: 600;
    margin-bottom: 25px
}

.health-tips-area .info .doctor {
    border-top: 1px solid #e7e7e7;
    margin-top: 25px;
    padding-top: 25px
}

.health-tips-area .info .doctor h4 {
    font-size: 22px;
    margin-bottom: 15px
}

.health-tips-area .info .doctor h5 {
    font-size: 14px;
    color: #1ebeb6
}

.health-tips-area .info ul li {
    margin-bottom: 10px;
    position: relative;
    z-index: 1;
    padding-left: 20px
}

.health-tips-area .info ul li::after {
    position: absolute;
    left: 0;
    top: 0;
    content: "\f105";
    font-weight: 600
}

.health-tips-area .tips-items.tips-carousel .owl-dots .owl-dot {
    margin-bottom: -10px;
    margin-top: 20px
}

.health-tips-area .tips-items.tips-carousel .owl-dots .owl-dot span {
    display: block;
    height: 20px;
    width: 20px;
    margin: 0 5px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    background: #fff;
    position: relative;
    z-index: 1;
    border: 2px solid #ccc
}

.health-tips-area .tips-items.tips-carousel .owl-dots .owl-dot.active span::after {
    position: absolute;
    left: 50%;
    top: 50%;
    content: "";
    height: 5px;
    width: 5px;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    background: #1ebeb6;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%
}

.gallery-area {
    padding-bottom: 105px
}

.gallery-area .magnific-mix-gallery {
    margin: 0 -15px
}

.mix-item-menu button {
    border: none;
    background: 0 0;
    display: inline-block;
    text-transform: uppercase;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
    font-weight: 600;
    position: relative;
    padding: 0 15px;
    cursor: po'Kumbh Sans';
    z-index: 1
}

.mix-item-menu {
    display: inline-block;
    border: 1px solid #e7e7e7;
    padding: 15px 30px;
    margin-bottom: 30px;
    border-radius: 30px
}

.mix-item-menu button.active {
    color: #0cb8b6
}

.gallery-area.inc-colum {
    padding-bottom: 105px
}

.gallery-area .gallery-items.colums-3 .pf-item {
    float: left;
    padding: 15px;
    width: 33.3333%
}

.gallery-area .gallery-items.colums-2 .pf-item {
    float: left;
    padding: 15px;
    width: 50%
}

.gallery-area .gallery-items.colums-4 .pf-item {
    float: left;
    padding: 15px;
    width: 25%
}

.gallery-area .gallery-items.colums-6 .pf-item {
    float: left;
    padding: 15px;
    width: 16.6666%
}

.gallery-area .effect-box {
    position: relative;
    z-index: 1;
    overflow: hidden
}

.gallery-area .effect-box img {
    -webkit-transition: all .35s ease-in-out;
    -moz-transition: all .35s ease-in-out;
    -ms-transition: all .35s ease-in-out;
    -o-transition: all .35s ease-in-out;
    transition: all .35s ease-in-out
}

.gallery-area .effect-box:hover img {
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -ms-transform: scale(1.2);
    transform: scale(1.2)
}

.gallery-area .effect-box .info {
    text-align: left;
    position: absolute;
    bottom: 30px;
    left: 30px;
    right: 30px;
    background: #fff;
    display: flex;
    align-items: center;
    justify-content: space-between;
    transition: all .35s ease-in-out;
    opacity: 0
}

.gallery-area .effect-box:hover .info {
    bottom: 0;
    opacity: 1
}

.gallery-area .effect-box .info h4 {
    margin: 0;
    font-size: 18px;
    padding-left: 20px
}

.gallery-area .effect-box .info>a {
    display: inline-block;
    padding: 15px 25px;
    background: linear-gradient(90deg, #1ebeb6 0, #00827c 100%);
    color: #fff
}

.blog-area .single-item {
    margin-bottom: 2px
}

.blog-area.single .single-item {
    margin-bottom: 0
}

.blog-area .single-item .item {
    box-shadow: 0 0 10px #e7e7e7;
    position: relative
}

.blog-area.full-blog .info .tags {
    position: relative;
    z-index: 1;
    padding-left: 30px
}

.blog-area.full-blog .info .tags::after {
    position: absolute;
    left: 0;
    top: 0;
    content: "\f02c";
    font-weight: 600;
    color: #1ebeb6
}

.blog-area {
    padding: 10px 0 90px;
    background-color: transparent
}

.blog-area .item .info {
    padding: 0 17px;
    min-height: inherit
}

.blog-area .single-item .info h4 {
    line-height: 1.3;
    font-weight: 600;
    font-size: 19px;
    margin: 0
}

.blog-area .single-item .info h4 a {
    font-weight: 500
}

.blog-area .item .info .meta {
    margin-top: 20px;
    border-top: 1px solid #e7e7e7;
    padding-top: 20px
}

.blog-area.single .item .info .meta {
    margin-top: 0;
    padding-top: 0;
    border-top: none;
    margin-bottom: 20px;
    border-bottom: 1px solid #e7e7e7;
    padding-bottom: 20px
}

.blog-area .item .info .meta ul {
    display: flex;
    align-items: center;
    justify-content: space-between
}

.blog-area.single .info .tags {
    display: flex;
    align-items: center;
    justify-content: space-between
}

.blog-area.single .item .info .tags ul.meta {
    margin: 0;
    padding: 0;
    border: none
}

.blog-area .meta li a {
    font-weight: 600;
    color: #666
}

.blog-area .meta li a i {
    color: #1ebeb6
}

.blog-area .item .info .meta ul li img {
    height: 45px;
    width: 45px;
    border-radius: 50%;
    margin-right: 6px
}

.blog-area .item .info .meta ul li a:hover,
.blog-area .item .info h4 a:hover {
    color: #1ebeb6
}

.blog-area .item .info .date span {
    text-transform: uppercase;
    color: #1ebeb6;
    font-weight: 600;
    margin-bottom: 15px;
    display: block
}

.blog-area .blog-items .thumb {
    overflow: hidden;
    z-index: 1
}

.blog-area .blog-items .thumb img {
    display: inline-block
}

.blog-area .blog-items .thumb .post-date {
    position: absolute;
    left: 12px;
    top: 20px;
    height: 65px;
    width: auto;
    background: #f77;
    text-align: center;
    color: #fff;
    font-size: 16px;
    padding: 0 20px;
    line-height: 1.3;
    font-weight: 600;
    padding-top: 15px;
    border-radius: 0;
    text-transform: uppercase
}

.blog-area .blog-items .thumb .post-date p {
    color: #fff
}

.blog-area .blog-items .thumb .post-date::after {
    position: absolute;
    right: 0;
    bottom: -10px;
    content: "";
    border-right: 15px solid #f77;
    border-top: 0;
    border-bottom: 15px solid transparent
}

.blog-area .info .tags ul li {
    display: inline-block;
    margin-bottom: 5px;
    position: relative;
    z-index: 1;
    padding-right: 5px
}

.blog-area .info .tags {
    margin-bottom: 10px
}

.blog-area .info .tags ul li::after {
    position: absolute;
    right: -1px;
    bottom: 0;
    content: ",";
    font-weight: 600
}

.blog-area .info .tags ul li:last-child::after {
    display: none
}

.blog-area .info .tags ul li a {
    color: #666;
    font-weight: 500
}

.blog-area.full-blog .blog-items .single-item:last-child {
    margin-bottom: 0
}

.blog-area .pagi-area .pagination {
    align-items: center;
    justify-content: center;
    margin-top: 45px
}

.blog-area .pagi-area .pagination li a {
    display: inline-block;
    padding: 15px 20px;
    margin: 5px;
    margin-bottom: 0;
    border-radius: 10px;
    color: #1ebeb6
}

.blog-area .pagi-area .pagination li.active a {
    background: #1ebeb6;
    color: #fff;
    border-color: transparent
}

.blog-area.left-sidebar .blog-content {
    float: right
}

.blog-area.left-sidebar .sidebar {
    padding-right: 35px
}

.blog-area.right-sidebar .sidebar {
    padding-left: 35px
}

.blog-area .sidebar .title {
    display: block
}

.blog-area .sidebar .title h4 {
    font-weight: 800;
    margin-bottom: 30px;
    margin-top: -5px;
    position: relative;
    text-transform: capitalize;
    z-index: 1;
    font-size: 20px;
    display: inline-block;
    padding-left: 15px
}

.blog-area .sidebar .title h4::after {
    position: absolute;
    left: 0;
    top: 4px;
    content: "";
    height: 18px;
    width: 2px;
    border-left: 3px solid #1ebeb6
}

.blog-area .sidebar input[type=text] {
    border: 1px solid #e7e7e7;
    border-radius: inherit;
    box-shadow: inherit;
    min-height: 60px
}

.blog-area .sidebar form {
    position: relative
}

.blog-area .sidebar button[type=submit] {
    background: linear-gradient(90deg, #1ebeb6 0, #00827c 100%);
    border: medium none;
    color: #fff;
    font-weight: 500;
    letter-spacing: 1px;
    min-height: 50px;
    width: 50px;
    position: absolute;
    right: 5px;
    text-transform: uppercase;
    top: 5px;
    -webkit-transition: all .35s ease-in-out;
    -moz-transition: all .35s ease-in-out;
    -ms-transition: all .35s ease-in-out;
    -o-transition: all .35s ease-in-out;
    transition: all .35s ease-in-out;
    border-radius: 50%
}

.blog-area .sidebar input[type=submit]:hover {
    background: #1ebeb6 none repeat scroll 0 0
}

.blog-area .sidebar .sidebar-item {
    float: left;
    margin-bottom: 50px;
    width: 100%;
    background: #fff
}

.blog-area .sidebar .sidebar-item:last-child {
    margin-bottom: 0
}

.blog-area .sidebar .sidebar-item.archives .sidebar-info,
.blog-area .sidebar .sidebar-item.category .sidebar-info {
    margin-top: -5px
}

.blog-area .sidebar .sidebar-item.category li {
    display: block;
    padding: 10px 0;
    position: relative;
    margin: 3px 0
}

.blog-area .sidebar .sidebar-item.category li a {
    display: inline-block;
    text-transform: capitalize;
    font-weight: 700;
    color: #666
}

.blog-area .sidebar .sidebar-item li a:hover {
    color: #1ebeb6
}

.blog-area .sidebar .sidebar-item.category li a span {
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    padding: 0 10px;
    position: absolute;
    right: 0;
    background: #f1f1f1;
    top: 10px;
    color: #232323;
    font-size: 14px
}

.blog-area .sidebar .sidebar-item.category li:first-child a span {
    top: 0
}

.blog-area .sidebar .sidebar-item.category li:first-child {
    margin-top: 0;
    padding-top: 0
}

.blog-area .sidebar .sidebar-item.category li:first-child a::after {
    top: 0
}

.blog-area .sidebar .sidebar-item.category li:last-child {
    border: medium none;
    margin-bottom: 0;
    padding-bottom: 0
}

.sidebar-item.recent-post li a {
    color: #333;
    display: block;
    font-weight: 600
}

.sidebar-item.recent-post li a:last-child {
    display: inline-block
}

.sidebar-item.recent-post .meta-title {
    margin-top: 5px;
    font-weight: 600;
    text-transform: capitalize;
    font-size: 13px
}

.sidebar-item.recent-post .meta-title i {
    margin-right: 3px;
    font-weight: 500;
    color: #1ebeb6
}

.sidebar-item.recent-post li a:hover {
    color: #1ebeb6
}

.color-yellow .sidebar-item.recent-post li a:hover {
    color: #ff9800
}

.sidebar-item.recent-post li a span {
    display: inline-block;
    color: #002359
}

.sidebar-item.recent-post li span {
    display: inline-block;
    text-transform: uppercase;
    font-size: 12px
}

.sidebar-item.recent-post .meta-title a {
    color: #999
}

.sidebar-item.recent-post li {
    color: #cdd0d3
}

.sidebar-item.recent-post li {
    border-bottom: 1px solid #e7e7e7;
    margin-bottom: 15px;
    padding-bottom: 15px
}

.sidebar-item.recent-post li:last-child {
    border: medium none;
    margin: 0;
    padding: 0
}

.sidebar-item.recent-post li:last-child {
    margin: 0
}

.sidebar-item.recent-post li .thumb {
    display: table-cell;
    padding-top: 5px;
    vertical-align: top;
    width: 80px
}

.sidebar-item.recent-post .thumb img {
    width: 100%
}

.sidebar-item.recent-post li .info {
    box-shadow: inherit;
    color: #837f7e;
    display: table-cell;
    line-height: 26px;
    padding: 0;
    padding-left: 25px;
    vertical-align: top
}

.sidebar-item.recent-post li .info a {
    text-decoration: inherit;
    font-weight: 600
}

.blog-area .sidebar-item.gallery ul {
    margin: -7px;
    overflow: hidden
}

.sidebar-item.gallery ul li {
    box-sizing: border-box;
    float: left;
    padding: 7px;
    width: 33.333%
}

.sidebar-item.gallery ul li img {
    min-height: 70px;
    width: 100%
}

.sidebar-item.archives ul li {
    display: block;
    margin-bottom: 20px;
    position: relative
}

.sidebar-item.archives ul li:last-child {
    margin-bottom: 0
}

.sidebar-item.archives ul li a {
    display: inline-block;
    font-weight: 800;
    text-transform: capitalize;
    z-index: 1;
    padding-left: 25px;
    font-size: 14px;
    color: #666
}

.sidebar-item.archives ul li a::after {
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    content: "\f07b";
    height: 8px;
    left: 0;
    position: absolute;
    width: 8px;
    font-weight: 500
}

.sidebar-item.social-sidebar ul {
    margin-bottom: -10px;
    overflow: hidden
}

.sidebar-item.social-sidebar li {
    display: inline-block;
    float: left;
    margin-right: 10px;
    margin-bottom: 10px
}

.sidebar-item.social-sidebar li a {
    background: #002359 none repeat scroll 0 0;
    border: medium none;
    color: #fff;
    display: inline-block;
    height: 50px;
    line-height: 54px;
    margin-bottom: 5px;
    text-align: center;
    width: 50px;
    font-size: 14px
}

.sidebar-item.social-sidebar li a:hover {
    color: #fff!important
}

.sidebar-item.social-sidebar li.facebook a {
    background: #3b5998 none repeat scroll 0 0
}

.sidebar-item.social-sidebar li.twitter a {
    background: #1da1f2 none repeat scroll 0 0
}

.sidebar-item.social-sidebar li.g-plus a {
    background: #db4437 none repeat scroll 0 0
}

.sidebar-item.social-sidebar li.linkedin a {
    background: #0077b5 none repeat scroll 0 0
}

.sidebar-item.tags ul {
    margin-top: -8px
}

.sidebar-item.tags ul li {
    display: inline-block
}

.sidebar-item.tags ul li a {
    border: 1px solid #e7e7e7;
    display: inline-block;
    font-weight: 800;
    margin-top: 8px;
    margin-right: 5px;
    padding: 5px 25px;
    text-transform: capitalize;
    font-size: 13px;
    border-radius: 30px;
    color: #666;
    background: #fafafa
}

.sidebar-item.tags ul li a:hover {
    color: #1ebeb6
}

.blog-area.single .item .content-box span {
    background: #1ebeb6 none repeat scroll 0 0;
    color: #fff;
    display: inline-block;
    font-weight: 600;
    letter-spacing: 1px;
    padding: 3px 20px;
    text-transform: uppercase
}

.blog-area.single .item .content-box h2,
.blog-area.single .item .content-box h3,
.blog-area.single .item .content-box h4 {
    font-weight: 500
}

.blog-area.single .content-box .cats {
    float: left;
    margin-right: 5px
}

.blog-area.single .content-box .meta .date {
    float: right;
    letter-spacing: 1px;
    text-transform: uppercase
}

.blog-area.single .content-box .meta {
    overflow: hidden;
    width: 100%;
    border: none;
    margin: 0;
    padding: 0
}

.blog-area .blog-items .info>ul li {
    margin-bottom: 15px;
    color: #232323;
    position: relative;
    z-index: 1;
    padding-left: 18px
}

.blog-area .blog-items .info>ul {
    margin-bottom: 25px;
    margin-top: 25px
}

.blog-area .blog-items .info>ul li::after {
    position: absolute;
    left: 0;
    top: 11px;
    content: "";
    background: #666;
    height: 7px;
    width: 7px;
    border-radius: 50%
}

.blog-area.single .content-box .cats a:last-child::after {
    display: none
}

.blog-area.single .item {
    margin-bottom: 0
}

.blog-area .item blockquote {
    position: relative;
    z-index: 1;
    border: none;
    font-size: 18px;
    margin-top: 30px;
    margin-bottom: 30px;
    background: #f7f7f7;
    padding: 50px 30px;
    border-left: 3px solid #1ebeb6;
    font-style: italic;
    padding-top: 100px
}

.blog-area .item blockquote::after {
    position: absolute;
    left: 30px;
    content: "\f10d";
    color: #1ebeb6;
    font-size: 40px;
    top: 50px;
    font-weight: 600
}

.blog-area .item blockquote p {
    margin: 0;
    position: relative;
    z-index: 1;
    line-height: 34px;
    font-size: 16px;
    font-style: italic;
    font-weight: 500
}

.blog-area .blog-content .post-tags,
.blog-area .blog-content .share {
    margin-top: 50px;
    display: flex;
    align-items: center;
    justify-content: space-between
}

.blog-area .blog-content .share li {
    display: inline-block;
    margin-left: 15px
}

.blog-area .blog-content .share li a {
    display: inline-block;
    color: #1ebeb6
}

.blog-area .blog-content .share li.facebook a {
    color: #3b5998
}

.blog-area .blog-content .share li.twitter a {
    color: #1da1f2
}

.blog-area .blog-content .share li.g-plus a {
    color: #db4437
}

.blog-area .blog-content .share li.linkedin a {
    color: #0077b5
}

.blog-area .blog-content .post-tags .tags a {
    background: #f7f7f7;
    padding: 10px 15px;
    font-size: 14px;
    margin-right: 3px;
    margin-bottom: 5px;
    display: inline-block
}

.blog-area.single .post-pagi-area {
    margin-top: 15px;
    overflow: hidden
}

.blog-area.single .post-pagi-area a {
    display: inline-block;
    font-weight: 800;
    text-transform: capitalize;
    color: #1ebeb6;
    padding: 8px 30px;
    border: 2px solid;
    border-radius: 30px
}

.blog-area.single .post-pagi-area a:hover {
    color: #1ebeb6
}

.blog-area.single.color-yellow .post-pagi-area a:hover {
    color: #ff9800
}

.blog-area.single .post-pagi-area a:last-child {
    float: right
}

.blog-area.single .post-pagi-area a:first-child i {
    margin-right: 3px
}

.blog-area.single .post-pagi-area a:last-child i {
    margin-left: 3px
}

.comments-area .commen-item .comments-info p {
    display: block;
    margin: 0
}

.blog-area .contact-comments .submit {
    margin-bottom: 0
}

.responsive-video {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 25px;
    height: 0
}

.responsive-video iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

.blog-area .comments-form {
    margin-top: 50px
}

.blog-area .blog-comments .comments-list {
    margin-bottom: 50px
}

.blog-area .blog-comments .comments-list:last-child {
    margin-bottom: 0
}

.comments-list .commen-item .avatar {
    float: left;
    height: 105px;
    width: 105px
}

.comments-list .commen-item .content {
    display: table-cell;
    vertical-align: top
}

.comments-list .commen-item .avatar img {
    height: 80px;
    width: 80px
}

.comments-list .commen-item {
    margin-bottom: 50px
}

.comments-list .commen-item:last-child {
    margin-bottom: 0
}

.comments-list .commen-item.reply {
    padding-left: 80px
}

.comments-area {
    margin-top: 40px
}

.comments-area .comments-title h2,
.comments-area .comments-title h3,
.comments-area .comments-title h4 {
    border-bottom: 1px solid #e2e2e2;
    font-weight: 700;
    margin-bottom: 30px;
    padding-bottom: 25px;
    text-transform: capitalize
}

.comments-list .commen-item .content h3,
.comments-list .commen-item .content h4,
.comments-list .commen-item .content h5 {
    font-size: 16px;
    font-weight: 600;
    text-transform: capitalize;
    margin-bottom: 0
}

.comments-list .commen-item .content .title {
    display: flex;
    align-items: center;
    margin-bottom: 15px;
    font-weight: 700
}

.comments-list .commen-item .content .title span {
    border-left: 1px solid #e7e7e7;
    padding-left: 15px;
    margin-left: 15px
}

.comments-info a {
    border: 1px solid #e7e7e7;
    color: #002359;
    display: inline-block;
    font-size: 12px;
    margin-top: 5px;
    padding: 1px 10px;
    text-transform: uppercase;
    font-weight: 600
}

.comments-info a:hover {
    color: #1ebeb6
}

.color-yellow .comments-info a:hover {
    color: #ff9800
}

.comments-info a i {
    margin-right: 10px
}

.comments-form input,
.comments-form textarea {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    border-color: #e7e7e7;
    border-image: none;
    border-radius: inherit;
    border-style: none none solid;
    border-width: medium medium 1px;
    box-shadow: inherit
}

.comments-form textarea {
    min-height: 180px;
    padding: 15px
}

.blog-area.full-blog.single-blog .form-group.submit {
    margin-bottom: 0
}

.comments-form button {
    background: linear-gradient(90deg, #1ebeb6 0, #00827c 100%);
    border: 1px solid transparent;
    color: #fff;
    display: inline-block;
    font-size: 14px;
    font-weight: 700;
    line-height: 25px;
    margin-top: 20px;
    padding: 15px 45px;
    text-transform: uppercase;
    transition: all .35s ease-in-out;
    -webkit-transition: all .35s ease-in-out;
    -moz-transition: all .35s ease-in-out;
    -ms-transition: all .35s ease-in-out;
    -o-transition: all .35s ease-in-out;
    border-radius: 30px
}

.comments-form button:hover {
    color: #fff;
    background-color: #1ebeb6;
    border: 1px solid transparent
}

.comments-form .title h2,
.comments-form .title h3,
.comments-form .title h4 {
    border-bottom: 1px solid #e7e7e7;
    font-weight: 700;
    margin-bottom: 30px;
    padding-bottom: 25px;
    text-transform: capitalize
}

.blog-area .contact-comments .comments {
    margin-top: 20px
}

.blog-area.single .blog-items .item .contact-comments .col-md-6 {
    float: left;
    padding: 0 15px
}

.subscribe-area .subscribe-items {
    padding: 120px 50px
}

.subscribe-area .subscribe-items form {
    max-width: 400px;
    margin: 30px auto auto;
    background: #fff;
    position: relative;
    border-radius: 30px
}

.subscribe-area .subscribe-items form input {
    background: 0 0;
    border: none;
    box-shadow: inherit;
    padding: 0 20px;
    border-radius: 30px;
    min-height: 60px
}

.subscribe-area .subscribe-items form button {
    position: absolute;
    right: 5px;
    top: 5px;
    height: 50px;
    width: 50px;
    border-radius: 50%;
    background: #1ebeb6;
    color: #fff
}

.subscribe-area h5 {
    text-transform: capitalize
}

.subscribe-area h2 {
    font-weight: 600
}

.contact-us-area .contact-items>.row {
    margin-left: 0
}

.contact-us-area .contact-items .address-box {
    position: relative;
    z-index: 1
}

.contact-us-area .contact-items .address-box ul {
    display: flex;
    align-items: center;
    justify-content: center
}

.contact-us-area .contact-items .address-box ul li {
    margin: 0 30px
}

.contact-us-area .contact-items .address-box .address-info {
    position: absolute;
    left: 30px;
    bottom: 0;
    padding: 30px;
    background: #fff;
    right: 30px
}

.contact-us-area .contact-items .address-box ul li h5 {
    font-weight: 600;
    text-transform: uppercase;
    margin-bottom: 10px;
    font-size: 18px
}

.contact-us-area .contact-items .address-box ul li h5 i {
    margin-right: 5px;
    color: #1ebeb6;
    font-size: 30px;
    position: relative;
    top: 5px
}

.contact-us-area .address-items {
    padding: 50px;
    position: relative;
    z-index: 1;
    background-size: cover;
    background-position: center center
}

.contact-us-area .address-items::after {
    position: absolute;
    left: 0;
    top: 0;
    content: "";
    height: 100%;
    width: 100%;
    background: #001d4c;
    z-index: -1;
    opacity: .7
}

.contact-us-area .address-items .item {
    margin-bottom: 30px
}

.contact-us-area .address-items .item:last-child {
    margin-bottom: 0
}

.contact-us-area .address-items .item h4 {
    text-transform: capitalize;
    font-weight: 600;
    font-size: 22px
}

.contact-us-area .contact-form-box {
    padding-left: 50px
}

.contact-us-area .contact-form-box h2 {
    font-weight: 600;
    margin-bottom: 20px
}

.contact-us-area .contact-form-box h2 strong {
    display: block;
    color: #1ebeb6;
    margin-top: 5px;
    font-weight: 700
}

.contact-us-area .contact-form-box input,
.contact-us-area .contact-form-box textarea {
    border: none;
    border-bottom: 1px solid #e7e7e7;
    padding: 0;
    border-radius: inherit
}

.contact-us-area .contact-form-box input:focus,
.contact-us-area .contact-form-box textarea:focus {
    box-shadow: inherit
}

.contact-us-area .contact-form-box textarea {
    min-height: 150px
}

.contact-us-area form button {
    background: linear-gradient(90deg, #1ebeb6 0, #00827c 100%);
    padding: 12px 35px;
    border-radius: 30px;
    color: #fff;
    font-weight: 700;
    margin-top: 15px
}

.contact-us-area .address-items .item li {
    border-bottom: 1px dashed rgba(255, 255, 255, .4);
    margin-bottom: 10px;
    padding-bottom: 10px
}

.contact-us-area .address-items .item li:last-child {
    margin: 0;
    padding: 0;
    border: none
}

.contact-us-area .address-items .item:last-child li {
    border: none;
    padding: 0
}

form img.loader {
    margin-left: 10px
}

.google-maps iframe {
    border: medium none;
    height: 550px;
    margin-bottom: -10px;
    width: 100%
}

.maps-area {
    overflow: hidden
}

.error-page-area .error-box {
    position: relative;
    z-index: 1
}

.error-page-area .error-box h1 i {
    color: #1ebeb6;
    font-size: 120px;
    position: relative;
    top: -12px;
    margin: 0 5px
}

.error-page-area .error-box h1 {
    font-size: 160px;
    line-height: 120px;
    font-weight: 800;
    margin-bottom: 30px
}

.error-page-area .error-box h2 {
    font-weight: 600;
    margin-bottom: 25px
}

.error-page-area .error-box a {
    margin-top: 15px
}

.error-box .search {
    border-top: 1px solid #e7e7e7;
    margin-top: 30px;
    padding-top: 30px;
    text-align: center
}

.error-box .search form {
    width: 400px;
    margin: auto;
    position: relative;
    z-index: 1
}

.error-box .search .input-group {
    margin: auto
}

.error-box .search form input {
    box-shadow: inherit;
    border-radius: inherit;
    min-height: 60px
}

.error-box .search form button {
    position: absolute;
    right: 0;
    top: 0;
    z-index: 9;
    min-height: 60px;
    background: #0cb8b6;
    border: none;
    padding: 0 30px;
    color: #fff
}

.navbar-collapse {
    text-align: right
}

.navbar-nav {
    margin: auto;
    margin-top: 30px;
    margin-right:210px;
    text-align: center;
    display: inline-block
}

.attr-nav {
    display: block;
    float: initial;
    margin-left: 0;
    position: absolute;
    right: 0;
    top: 24px
}

nav .attr-nav>ul>li.contact {
    padding: 0 0;
    margin-left: 30px;
    display: flex;
    align-items: center
}

.attr-nav>ul>li.contact i {
    margin-right: 15px;
    font-size: 31px;
    position: relative;
    float: left;
    width: 47px;
    height: 47px;
    background: #f48221;
    color: #fafafa;
    top: 3px;
    border-radius:4px;
    text-align: center;
    line-height: 46px
}

nav.navbar.bootsnav ul.nav>li>a.active {
    color: #f48821;
}

.top-wapper {
    position: relative;
    height: 100vh
}

footer .f-items.default-padding {
    padding-top: 58px;
    padding-bottom: 0
}

footer .item {
    margin-top: 41px
}

footer .f-item p {
    color: #96aac1
}

footer .f-item.branches {
    background: rgba(255, 255, 255, .05);
    padding: 37px;
    border-bottom: 2px solid #1ebeb6
}

footer .widget-title {
    margin-bottom: 17px;
    font-weight: 600;
    font-size: 25px;
    color: #192d3f;
    text-transform: uppercase
}

footer img {
    margin-bottom: 30px
}

footer .branches li strong {
    display: block;
    margin-bottom: 5px;
    color: #fff
}

footer .branches li {
    margin-bottom: 20px;
    color: #96aac1
}

footer .branches li:last-child {
    margin: 0
}

footer .f-item.link li {
    margin-bottom: 12px;
    position: relative;
    z-index: 1;
    padding-left: 20px;
    display: inline-block;
    width: 95%;
    transition:all 0.3s;
}
footer .f-item.link li:hover a {
    padding-left:20px;
}

footer .f-item.link li:last-child {
    margin-bottom: 0
}

footer .f-item a {
    font-weight: 400;
    color: #5f6061;
    font-size: 16px;
    
}

footer .f-item a:hover {
    color: #199e71;
    
}

footer .f-item.link li::after {
    position: absolute;
    left: 0;
    top: 9px;
    content: "";
    height: 9px;
    width: 9px;
    background: #f48221;
    z-index: -1;
    border-radius: 50%;
    transition:all 0.3s;
}
footer .f-item.link li:hover::after {
    padding-left:20px;
}

footer .address h5 {
    margin-bottom: 0;
    text-transform: capitalize;
    font-weight: 600;
    font-size: 18px
}

footer .address span {
    color: #505050
}

footer .address span i {
    margin-right: 5px;
    font-size: 20px;
    position: relative;
    top: 2px;
    color: #fff
}

footer .address li {
    display: flex;
    margin-top: 17px
}

footer .address li i {
    font-size: 30px;
    min-width: 50px;
    display: inline-block;
    color:#f48221;
}

footer .footer-bottom li {
    display: inline-block;
    margin-left: 20px
}

footer .footer-bottom {
    background: rgba(255, 255, 255, .03);
    border-top: 1px solid rgba(255, 255, 255, .1);
    padding: 20px 0
}

footer .footer-bottom p {
    margin: 0;
    color: #000;
    text-align: center
}

.footer-bottom i {
    margin-right: 5px
}

.footer-bottom a {
    font-weight: 500;
    color: #f48221
}

.no-js #loader {
    display: none
}

.js #loader {
    display: block;
    position: absolute;
    left: 100px;
    top: 0
}

.se-pre-con {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 999999;
    background: #fff;
    text-align: center
}

ul.top-social {
    position: absolute;
    top: 35%;
    width: 50px;
    z-index: 99;
    left: 3px;
    margin: 0;
    padding: 0;
    text-align: center
}

ul.top-social li {
    display: inline-block;
    box-shadow: 0 0 0 7px #ecebeb;
    margin-bottom: 24px
}

ul.top-social li a {
    text-align: center;
    display: block;
    width: 30px;
    height: 30px;
    background: #5e6ed0;
    color: #fff;
    font-weight: inherit;
    font-size: 18px;
    margin-bottom: 0;
    line-height: 30px;
    box-shadow: 0 0 10px #b5b3b3
}

ul.top-social li:nth-child(2) a {
    background: #f35858
}

ul.top-social li:nth-child(3) a {
    background: #25bcc3
}

ul.top-social li:nth-child(4) a {
    background: #0666ab
}

ul.top-social li:nth-child(5) a {
    background: #4cb338;
    padding: 2px;
    line-height: 20px
}

nav .attr-nav>ul>li.contact p {
    margin: 0;
    font-size: 12px;
    text-transform: uppercase;
    font-weight: 600;
    color: #f48821;
    text-align:start;
}

nav .attr-nav>ul>li.contact p strong a {
    color: #f48821
}

.pain-cause a{
    position: fixed;
    right: -122px;
    z-index: 9;
    top: 20rem;
    transform: rotate(-90deg);
    text-transform: uppercase;
    background: #f48221;
    color: #fff;
    font-size: 24px;
    padding: 5px 18px;
    cursor: pointer;
    border-radius: 12px 12px 0px 0px;
    border:1px solid #fff;
}

.pain-cause-block {
    visibility: hidden;
    opacity: 0;
    right: -264px;
    transition: all ease-in-out .5s;
    position: fixed;
    top: 11rem;
    width: 264px;
    background-color: #16aba3;
    padding: 20px;
    z-index: 999999
}

.pc-view .pain-cause-block {
    visibility: visible;
    opacity: 1;
    right: 0
}

.pain-close {
    position: absolute;
    left: 0;
    padding: 1px 12px;
    background: #fbf41f;
    top: 0;
    color: #000;
    cursor: pointer
}

.pain-cause-block a {
    color: #fff;
    display: block;
    text-align: center;
    font-weight: 400;
    border-bottom: 1px solid #f1f0f0;
    padding: 10px 0
}

.pain-cause-block a:hover {
    color: #1b2127
}

.pain-cause-block a:last-child {
    border: none
}

.pain-overlay {
    position: fixed;
    width: 100%;
    height: 100%;
    background-color: rgb(0 0 0 / 68%);
    z-index: 9999;
    top: 0;
    visibility: hidden;
    opacity: 0;
    transition: all ease-in-out .4s
}

.pc-view .pain-overlay {
    visibility: visible;
    opacity: 1
}

.top-secction {
    position: relative;
    background: #199e71;
    text-align: center;
    padding: 29px 0;
    /*margin-top:20px;*/
}

.top-secction h4 {
    color: #f7f7f7ee;
    font-size: 27px;
    margin-bottom: 5px
}

.top-secction h2 {
    margin: 0;
    color: #fff;
    font-size: 44px
}

.top-entry-area {
    padding: 39px 0 80px
}

.pani-conditions {
    position: relative;
    padding: 45px 0 45px
}

.pain_c_blocks {
    max-width: 910px;
    margin: auto;
    text-align: center
}

.p-c-list {
    position: relative
}

.pcc-img-top {
    position: relative
}

.pc-image {
    overflow: hidden;
    position: relative;
    width: 183px;
    margin: auto;
    margin-top: 42px;
    box-shadow: 0 0 10px;
    padding: 8px
}

.pcc-img-top:before {
    content: "";
    position: absolute;
    width: 200px;
    height: 200px;
    transform: rotate(45deg);
    overflow: hidden;
    left: 0;
    right: 0;
    top: 0;
    margin: auto;
    background-color: #d8f3f5
}

.pc-row .col-md-4:nth-child(2) .pcc-img-top::before {
    background-color: #f9caca
}

.pc-row .col-md-4:nth-child(3) .pcc-img-top::before {
    background-color: #d5e987
}

.pc-title {
    position: relative;
    text-transform: uppercase;
    font-size: 23px;
    margin-top: 66px;
    color: #000;
    font-weight: 500
}

.pain_c_blocks h2 {
    margin-bottom: 36px
}

.pain_c_blocks h2 span {
    display: table;
    margin: auto;
    background-color: #2f2f2f;
    color: #d2e87a;
    padding: 8px 18px;
    text-transform: uppercase;
    margin-top: 15px;
    font-weight: 500
}

.consulation-title {
    position: relative
}

.consulation-title h2 {
    margin-bottom: 2px;
    text-transform: uppercase;
    font-size: 45px;
    font-weight: 500
}

.consulation-title h5 {
    color: #92a548;
    font-size: 29px;
    margin-bottom: 44px
}

.consultaion-course.main-timeline {
    position: relative
}

.consultaion-course.main-timeline:before {
    content: '';
    width: 5px;
    height: 84%;
    border-left: 5px dashed #fff;
    transform: translateX(-50%);
    position: absolute;
    left: 50%;
    bottom: 0;
    z-index: 1
}

.consultaion-course.main-timeline:after {
    content: '';
    display: block;
    clear: both
}

.consultaion-course.main-timeline .timeline {
    width: calc(50% + 25px);
    padding: 0;
    margin: 0 0 0 50px;
    float: right;
    position: relative
}

.consultaion-course.main-timeline .timeline-content {
    color: #fff;
    padding: 15px 0 15px 60px;
    border-top: 3px solid #1e2f40;
    display: block;
    position: relative;
    text-align: left
}

.consultaion-course.main-timeline .timeline-content:hover {
    text-decoration: none
}

.consultaion-course.main-timeline .timeline-content:after,
.consultaion-course.main-timeline .timeline-content:before {
    content: '';
    background: linear-gradient(to bottom, #233645, #172538);
    height: 100%;
    width: 50px;
    position: absolute;
    left: 0;
    top: 0
}

.consultaion-course.main-timeline .timeline-content:after {
    background: #bddb4d;
    height: 13px;
    width: 13px;
    border-radius: 50%;
    left: auto;
    right: 0;
    top: -8px
}

.consultaion-course.main-timeline .timeline-icon {
    color: #fff;
    font-size: 40px;
    text-shadow: 0 0 5px rgba(0, 0, 0, .1);
    position: absolute;
    top: 20px;
    right: 0
}

.consultaion-course.main-timeline .title {
    color: #1c2c3d;
    font-size: 16px;
    font-weight: 500;
    text-transform: uppercase;
    margin: 0 0 7px 0;
    line-height: 27px
}

.consultaion-course.main-timeline .description {
    font-size: 14px;
    letter-spacing: 1px;
    text-align: justify;
    margin: 0
}

.consultaion-course.main-timeline .timeline:nth-child(even) {
    margin: 0 50px 0 0;
    float: left
}

.consultaion-course.main-timeline .timeline:nth-child(even) .timeline-content {
    padding: 15px 60px 15px 0;
    text-align: right
}

.consultaion-course.main-timeline .timeline:nth-child(even) .timeline-content:before {
    left: auto;
    right: 0;
    background: linear-gradient(to bottom, #c8e652, #bbd84b)
}

.consultaion-course.main-timeline .timeline:nth-child(even) .timeline-content:after {
    right: auto;
    left: 0
}

.consultaion-course.main-timeline .timeline:nth-child(even) .timeline-icon {
    right: auto;
    left: 0
}

@media screen and (max-width:767px) {
    .consultaion-course.main-timeline:before {
        transform: translateX(0);
        left: 22px
    }
    .consultaion-course.main-timeline .timeline,
    .consultaion-course.main-timeline .timeline:nth-child(even) {
        width: 100%
    }
    .consultaion-course.main-timeline .timeline-content,
    .consultaion-course.main-timeline .timeline:nth-child(even) .timeline-content {
        padding: 15px 60px 15px 70px
    }
    .consultaion-course.main-timeline .timeline:nth-child(even) .timeline-content:before {
        right: auto;
        left: 0
    }
    .consultaion-course.main-timeline .timeline:nth-child(even) .timeline-content:after {
        right: 0;
        left: auto
    }
    .consultaion-course.main-timeline .timeline:nth-child(even) .timeline-icon {
        left: auto;
        right: 0
    }
}

.appoitnment-section {
    position: relative;
    text-align: center;
    padding: 76px 0;
    background-color: #1a2731
}

.appoitnment-section {
    background-image: url(../img/appointment-bg.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed
}

.appoitnment-section::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    background-color: rgb(21 31 39 / 92%);
    width: 100%;
    height: 100%
}

.app-title {
    position: relative
}

.app-title h2 {
    text-transform: uppercase;
    font-size: 40px;
    color: #fff;
    margin: 0
}

.app-title p {
    font-size: 16px;
    color: #eee;
    max-width: 500px;
    margin: auto;
    margin-bottom: 25px
}

.app-form .form-control {
    height: 50px;
    background-color: transparent;
    border: none;
    border-bottom: 1px dashed #ccc;
    color: #fff;
    border-radius: 0
}

.app-form .form-control::placeholder {
    color: #fff
}

.app-form textarea.form-control {
    height: 80px
}

.app-form .form-group {
    margin-bottom: 25px
}

.app-form .btn {
    width: 100%;
    font-weight: 500;
    background: #13aeb5;
    padding: 12px 0;
    margin-top: 31px
}

.blog-rows {
    margin: 0;
    margin-top: 52px;
    box-shadow: 0 0 10px #ccc;
   
}

.blog-date {
    text-align: center;
    background: #d8f3f5;
    padding: 0
}

.b_bg2 {
    background: #f9caca
}

.b_bg3 {
    background: #d5e987
}

.blog-date span {
    display: block;
    font-size: 22px;
    font-weight: 600;
    text-transform: uppercase;
    color: #192d3f
}

.blog-date p {
    margin: 0;
    color: #333;
    font-size: 20px
}

.blog-info {
    position: relative
}

.blog-info p {
    margin: 0 0 0;
    line-height: 23px;
    color: #333;
    font-size: 17px
}

.blog-info a {
    color: #f77;
    font-weight: 500
}

.Subscribe-section {
    position: relative;
    background: #199e71;
    color: #fff;
    padding: 25px 0
}

.subscribe-head {
    position: relative
}

.subscribe-head h3 {
    margin: 0;
    color: #fff;
    text-transform: uppercase;
    font-weight: 500;
    font-size: 38px
}

.subscribe-head p {
    margin: 0;
    color: #fff;
    font-size: 19px
}

.sub-form {
    position: relative;
    margin-top: 10px
}

.sub-form .form-control {
    background: 0 0;
    color: #fff;
    border: 1px solid #fff;
    height: 61px
}

.sub-form .form-control::placeholder {
    color: #fff
}

.sub-form .btn {
    position: absolute;
    right: 0;
    top: 6px;
    width: 163px;
    padding: 12px 0;
    border: none;
    background: #192d3f;
    font-weight: 400;
    font-size: 24px
}

.desclaimer {
    text-align: center
}

.usefull-links {
    text-align: center;
    display: table;
    margin: auto;
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    padding: 5px 0;
    margin-top: 27px
}

.usefull-links span {
    display: inline-block;
    text-transform: uppercase;
    font-size: 22px;
    color: #f48221;
    font-weight: 500;
    margin-right: 9px
}

.usefull-links ul {
    display: inline-block
}

.usefull-links li {
    display: inline-block
}

.usefull-links li a {
    display: inline-block;
    font-weight: inherit;
    font-size: 18px;
    padding: 0 8px;
    border-right: 1px solid #929191;
    line-height: 21px
}

.middel-links {
    position: relative
}

.middel-links::before {
    content: "";
    position: absolute;
    width: 2px;
    height: 235px;
    border-right: 2px dashed;
    left: 0;
    right: 45px;
    margin: auto;
    top: 25%
}

.social span {
    display: inline-block;
    text-transform: uppercase;
    font-size: 24px;
    font-weight: 500;
    color: #192d3f;
    margin-top: 14px;
    margin-bottom: 6px
}

.social li {
    display: inline-block
}

.social li a i {
    width: 25px;
    height: 25px;
    background-color: #fff;
    color: #5e5ecc;
    text-align: center;
    border-radius: 50%;
    line-height: 25px;
    font-size: 14px
}

.social li a {
    display: block;
    background-color: #5e5ecc;
    color: #fff;
    padding: 5px 9px;
    font-weight: 500;
    font-size: 17px;
    border-radius: 4px
}

.social li:nth-child(2) a {
    background-color: #f92121
}

.social li:nth-child(3) a {
    background-color: #1ebeb6
}

.social li:nth-child(4) a {
    background-color: #0077b5
}

.social li:nth-child(2) a i {
    color: #f92121
}

.social li:nth-child(3) a i {
    color: #1ebeb6
}

.social li:nth-child(4) a i {
    color: #0077b5
}

.inner-wapper {
    height: auto
}

ul.inner-social {
    top: 15rem;
    position: fixed
}

.breadcrumb {
    position: relative;
    text-align: center;
    padding: 140px 0 0 0;
    margin-bottom: 0;
    z-index: 2
}

.breadcrumb::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    /*background-image: url(../img/appointment-bg.jpg);*/
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    top: 0;
    opacity: .1;
    left: 0
}

.breadcrumb h1 {
    color: #4e5050;
    font-size: 30px;
    text-transform: uppercase;
    font-weight: 500;
    margin-bottom: 0
}

.breadcrumb ul li a {
    font-weight: 500
}

.breadcrumb ul li.active {
    color: #13aeb5;
    font-weight: 500
}

.breadcrumb ul li::before {
    content: "\f054";
    font-weight: 900;
    font-family: "Font Awesome 5 Free";
    font-size: 10px;
    position: absolute;
    right: -15px;
    top: 50%;
    color: #13aeb5;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%)
}

.breadcrumb ul li:last-child {
    margin-right: 0
}

.breadcrumb ul li:last-child::before {
    content: none
}

.breadcrumb ul li {
    font-size: 16px;
    display: inline-block;
    margin-right: 20px;
    position: relative;
    color: #233645
}

.breadcrumb ul {
    display: inline-flex;
    padding: 4px 10px;
    position: relative;
    top: 19px;
    background: #e7e8e9;
    border-radius: 999px;
    border-bottom: 3px solid #09969c
}

.inner-pages {
    min-height: 35vh;
    padding: 20px 0
}

.inner-pages h2 {
    font-size: 25px;
    font-weight: 600;
    color: #0c9ba2;
}

.service-page h3 {
    font-weight: 500;
    font-size: 22px;
    color: #f55959;
}

.about-page {
    position: relative
}

.about-page::before {
    content: "";
    position: absolute;
    background-color: #d5e987;
    width: 50%;
    height: 100%;
    top: 0;
    left: 0
}

.about-content p {
    color: #222
}

.about-content img {
    border: 3px solid #fff;
    box-shadow: 0 0 10px #777171;
    border-radius: 5px
}

.pricingTable {
    background: #fff;
    text-align: center;
    padding: 10px;
    border-radius: 10px;
    box-shadow: 0 0 15px -8px rgba(0, 0, 0, .5);
    overflow: hidden;
    position: relative;
    z-index: 1;
    margin-bottom: 20px
}

.pricingTable:after,
.pricingTable:before {
    content: "";
    background-color: #f4f5f9;
    width: 400px;
    height: 400px;
    border-radius: 50%;
    position: absolute;
    top: -213px;
    right: -213px;
    z-index: -1
}

.pricingTable:after {
    background-color: #e4f6f7;
    height: 300px;
    width: 300px;
    top: auto;
    bottom: -210px;
    right: auto;
    left: -160px
}

.pricingTable .title {
    color: #09969c;
    font-size: 20px;
    font-weight: 700;
    text-transform: uppercase;
    margin: 0
}

.pricingTable .title:before {
    content: "";
    background-color: #f55959;
    width: 65px;
    height: 3px;
    margin: 0 auto 15px;
    display: block;
    clear: both
}

.pricingTable .price-value {
    color: #fff;
    background-color: #fe5f85;
    width: 160px;
    height: 160px;
    padding: 57px 0 0;
    margin: 0 auto 25px;
    border-radius: 50%
}

.pricingTable .price-value .currency {
    font-size: 35px;
    font-weight: 300;
    line-height: 35px;
    vertical-align: top;
    display: inline-block
}

.pricingTable .price-value .amount {
    font-size: 58px;
    font-weight: 700;
    line-height: 45px;
    display: inline-block
}

.pricingTable .price-value .duration {
    font-size: 18px;
    font-weight: 400;
    letter-spacing: 1px;
    margin: 0 0 0 -5px;
    display: inline-block
}

.pricingTable .pricing-content {
    padding: 0;
    margin: 0 0 25px;
    list-style: none;
    display: inline-block
}

.pricingTable .pricing-content li {
    color: #888;
    font-size: 15px;
    font-weight: 500;
    text-align: left;
    padding: 0 0 0 35px;
    margin: 0 0 20px;
    position: relative
}

.pricingTable .pricing-content li:last-child {
    margin: 0
}

.pricingTable .pricing-content li:before {
    content: "\f00c";
    color: #fff;
    background-color: #fe5f85;
    font-family: "Font Awesome 5 Free";
    font-size: 13px;
    font-weight: 900;
    text-align: center;
    line-height: 20px;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    position: absolute;
    top: 1px;
    left: 0
}

.pricingTable .pricingTable-signup a {
    color: #fff;
    background-color: #fe5f85;
    font-size: 25px;
    font-weight: 500;
    text-transform: uppercase;
    width: 140px;
    padding: 3px 10px;
    margin: 0 auto;
    border-radius: 15px;
    border: 2px solid transparent;
    display: block;
    transition: all .3s ease 0s
}

.pricingTable .pricingTable-signup a:hover {
    color: #fe5f85;
    background-color: transparent;
    border-color: #fe5f85
}

.pricingTable.blue:after {
    background-color: #0cf
}

.pricingTable.blue .price-value {
    background-color: #0cf
}

.pricingTable.blue .pricing-content li:before {
    background-color: #0cf
}

.pricingTable.blue .pricingTable-signup a {
    background-color: #0cf
}

.pricingTable.blue .pricingTable-signup a:hover {
    color: #0cf;
    background-color: transparent;
    border-color: #0cf
}

@media only screen and (max-width:990px) {
    .pricingTable {
        margin-bottom: 30px
    }
}

.form-container {
    text-align: center;
    padding: 0;
    padding-top: 50px
}

.form-container .title {
    color: #09969c;
    font-size: 23px;
    font-weight: 600;
    text-transform: uppercase;
    margin: 0 0 15px
}

.form-container .form-horizontal {
    background-color: #fff;
    padding: 20px;
    border-radius: 5px;
    box-shadow: 0 0 20px rgba(0, 0, 0, .4)
}

.form-horizontal .form-icon {
    color: #fff;
    background-color: #1b394d;
    font-size: 75px;
    line-height: 92px;
    height: 90px;
    width: 90px;
    margin: -65px auto 10px;
    border-radius: 50%
}

.form-horizontal .form-group {
    margin: 0 0 10px;
    position: relative
}

.form-horizontal .form-group .input-icon {
    color: #e7e7e7;
    font-size: 23px;
    position: absolute;
    left: 0;
    top: 10px
}

.form-horizontal .form-control {
    color: #000;
    font-size: 16px;
    font-weight: 600;
    height: 50px;
    padding: 10px 10px 10px 40px;
    margin: 0 0 5px;
    border: none;
    border-bottom: 2px solid #e7e7e7;
    border-radius: 0;
    box-shadow: none
}

.form-horizontal .form-control:focus {
    box-shadow: none;
    border-bottom-color: #ec5f20
}

.form-horizontal .form-control::placeholder {
    color: #000;
    font-size: 16px;
    font-weight: 600
}

.form-horizontal .forgot {
    font-size: 13px;
    font-weight: 600;
    text-align: right;
    display: block
}

.form-horizontal .forgot a {
    color: #777;
    transition: all .3s ease 0s
}

.form-horizontal .forgot a:hover {
    color: #777;
    text-decoration: underline
}

.form-horizontal .signin {
    color: #fff;
    background-color: #666;
    font-size: 17px;
    text-transform: capitalize;
    letter-spacing: 2px;
    width: 100%;
    padding: 10px;
    box-shadow: none!important;
    transition: all .4s ease 0s
}

.form-horizontal .signin:focus,
.form-horizontal .signin:hover {
    font-weight: 600;
    letter-spacing: 5px;
    box-shadow: 0 0 10px rgba(0, 0, 0, .3) inset
}

.service-page h2 {
    font-size: 23px;
    text-transform: uppercase;
    color: #014c4f;
    font-weight: 500;
    margin-bottom: 10px;
    margin-top: 21px
}

.service-page h4 {
    font-size: 20px;
    font-weight: 600;
    color: #666
}

.service-page a {
    color: #ef7578;
    font-weight: 400
}

.list-style {
    padding-left: 20px
}

.list-style li {
    list-style: disc;
    margin-bottom: 10px
}

.service-page img {
    border-radius: 10px;
    outline: 2px solid #13aeb5;
    padding: 10px
}

a:focus,
a:hover {
    text-decoration: none;
    outline: 0
}

.vertical-tab {
    background-color: #fff;
    padding: 0 0 0 15px;
    margin: 12px 0;
    box-shadow: 0 0 5px rgba(0, 0, 0, .2);
    display: table;
    width: 100%
}

.vertical-tab .nav-tabs {
    display: table-cell;
    width: 28%;
    min-width: 28%;
    padding: 10px;
    vertical-align: top;
    border: none;
    position: relative
}

.vertical-tab .nav-tabs:before {
    content: '';
    background: linear-gradient(to right bottom, #666, #666);
    width: 100%;
    box-shadow: 0 0 5px rgba(0, 0, 0, .2);
    position: absolute;
    left: 0;
    top: -12px;
    bottom: -12px
}

.vertical-tab .nav-tabs li {
    float: none;
    vertical-align: top;
    margin: 0 0 15px 0
}

.vertical-tab .nav-tabs li a {
    color: #f2f1f1;
    background-color: rgb(121 119 119);
    font-size: 12px;
    font-weight: 700;
    line-height: 17px;
    text-align: center;
    text-transform: uppercase;
    padding: 10px 5px;
    margin: 0;
    border-radius: 10px;
    transition: all .3s ease 0s;
    border-bottom: 1px solid #e7e8e9
}

.vertical-tab .nav-tabs li:last-child a {
    margin-bottom: 0
}

.vertical-tab .nav-tabs li a:hover,
.vertical-tab .nav-tabs li.active a,
.vertical-tab .nav-tabs li.active a:hover {
    color: #222;
    background-color: #d5e987
}

.vertical-tab .tab-content {
    color: #666;
    background-color: transparent;
    font-size: 15px;
    letter-spacing: .5px;
    line-height: 25px;
    padding: 20px 20px 10px;
    margin-top: 10px;
    display: table-cell;
    position: relative
}

.vertical-tab .tab-content h5 {
    color: #4a4949;
    font-weight: 500;
    text-transform: uppercase;
    margin-bottom: 10px;
    font-size: 17px
}

.vertical-tab .tab-content h3 {
    color: #014c4f;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin: 0 0 7px 0;
    font-size: 20px
}

@media only screen and (max-width:479px) {
    .vertical-tab {
        padding: 0;
        margin: 0
    }
    .vertical-tab .nav-tabs {
        width: 100%;
        border: none;
        display: block
    }
    .vertical-tab .nav-tabs:before {
        top: 0;
        bottom: 0
    }
    .vertical-tab .tab-content {
        font-size: 14px;
        padding: 20px;
        margin-top: 0;
        display: block
    }
    .vertical-tab .tab-content h3 {
        font-size: 18px
    }
}

nav.navbar.bootsnav li.dropdown ul.dropdown-menu::-webkit-scrollbar {
    width: 5px
}

nav.navbar.bootsnav li.dropdown ul.dropdown-menu::-webkit-scrollbar-track {
    background: #f1f1f1
}

nav.navbar.bootsnav li.dropdown ul.dropdown-menu::-webkit-scrollbar-thumb:hover {
    background: #f55959
}

nav.navbar.bootsnav li.dropdown ul.dropdown-menu::-webkit-scrollbar-thumb {
    background: #13aeb5
}

.contact-bg {
    position: relative
}

.contact-bg a {
    font-weight: 400
}

.contact-bg::before {
    content: "";
    position: absolute;
    background: #cef3f44f;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0
}

.contact-bg h3 {
    font-weight: 500;
    text-align: center;
    text-transform: uppercase;
    font-size: 25px
}

.contact-bg h6 {
    font-weight: 800
}

.contact-bg .bg1 {
    background-color: #7be6eb;
    padding: 10px 0;
    margin-bottom: 10px;
    border-radius: 999px;
    border: 3px solid #fff;
    box-shadow: 0 0 10px #a3a2a2
}

.contact-bg p {
    margin-bottom: 0
}

.contact-bg .bg2 {
    background-color: #ffd1d1;
    padding: 10px 0;
    margin-bottom: 10px;
    border-radius: 999px;
    border: 3px solid #fff;
    box-shadow: 0 0 10px #a3a2a2
}

.contact-bg .bg3 {
    background-color: #d5e987;
    padding: 10px 0;
    margin-bottom: 10px;
    border-radius: 999px;
    border: 3px solid #fff;
    box-shadow: 0 0 10px #a3a2a2
}


.list-style1 {
    padding-left: 20px
}

.list-style1 li {
    list-style: circle;
    margin-top: 5px;
    margin-bottom: 5px
}

.doctor-title {
    text-align: center;
    padding: 10px 0;
    background: #fff
}

.doctor-title .btn-info {
    background-color: #4c4b4b
}

.doctor-title h6 {
    color: #4c4c4e;
    margin-bottom: 10px;
    font-weight: 500
}

.doctor-title h4 {
    color: #ee5859;
    font-weight: 700;
    margin-bottom: 5px;
    text-transform: uppercase;
    font-size: 29px;
    margin-bottom: 11px
}

.doctor-title h6 {
    color: #4baeb5;
    line-height: 10px
}

.doctor-title p {
    color: red;
    line-height: 25px;
    margin: 0
}

nav.navbar.bootsnav li.dropdown ul.dropdown-menu.drop-width {
    width: 140px!important;
    height: auto;
    overflow: hidden
}

nav.navbar.bootsnav li.dropdown ul.dropdown-menu.h_auto {
    height: auto
}

.top_nav {
    position: absolute;
    right: 18%;
    top: 10px;
    border-bottom: 1px solid #949494;
    padding-bottom: 10px
}

.top_nav ul {
    list-style: none
}

.top_nav ul li {
    display: inline-block
}

.top_nav ul li a {
    display: block;
    color: #333;
    font-weight: 500;
    padding: 0 16px;
    border-right: 1px solid #949494
}

.top_nav ul li:last-child a {
    border-right: 0px
}

a:focus,
a:hover {
    text-decoration: none;
    outline: 0
}

.patient-info .tab .nav-tabs {
    background-color: transparent;
    border: none;
    display: inline-flex
}

.patient-info .tab .nav-tabs li a {
    color: #035f63;
    background: #d1d1d1;
    font-size: 18px;
    font-weight: 600;
    letter-spacing: 1px;
    text-align: center;
    text-transform: uppercase;
    padding: 15px 15px 10px;
    margin: 0;
    border: none;
    border-radius: 0;
    overflow: hidden;
    position: relative;
    z-index: 1;
    transition: all .3s ease 0s
}

.patient-info .tab .nav-tabs li:last-child a {
    margin-right: 0
}

.patient-info .tab .nav-tabs li a:hover,
.patient-info .tab .nav-tabs li.active a {
    color: #fff;
    background: #035f63;
    border: none
}

.patient-info .tab .nav-tabs li.active a {
    color: #fff
}

.patient-info .tab .nav-tabs li a:after,
.patient-info .tab .nav-tabs li a:before {
    content: "";
    background-color: #d1d1d1;
    height: 7px;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    transition: all .5s ease 0s
}

.patient-info .tab .nav-tabs li a:after {
    background-color: #d1d1d1;
    height: 100%;
    opacity: 0
}

.patient-info .tab .nav-tabs li a:hover:before,
.patient-info .tab .nav-tabs li.active a:before {
    height: 100%;
    opacity: 0
}

.patient-info .tab .nav-tabs li a:hover:after,
.patient-info .tab .nav-tabs li.active a:after {
    height: 7px;
    opacity: 1
}

.patient-info .tab .tab-content {
    color: #555;
    background: #fff;
    font-size: 15px;
    letter-spacing: 1px;
    line-height: 23px;
    padding: 20px
}

.patient-info .tab .tab-content h3 {
    color: #222;
    font-size: 22px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin: 0 0 7px 0
}

@media only screen and (max-width:479px) {
    .patient-info .tab .nav-tabs li {
        width: 100%
    }
    .patient-info .tab .nav-tabs li a {
        margin: 0 0 10px
    }
    .patient-info .tab .tab-content h3 {
        font-size: 18px
    }
}

.box {
    
    border-radius:19px;
    box-shadow:0px 0px 10px #ccc;
    
    overflow: hidden;
    position: relative;
    transition: all .3s ease 0s;
    margin-bottom: 30px
}
.box:before {
    content: "";
    border: 1px solid #f48221;
    opacity: 0;
    transform: translateX(-20px);
    position: absolute;
    top: 20px;
    left: 20px;
    right: 20px;
    bottom: 20px;
    transition: .5s;
    z-index: 1;
}
.box:hover:before {
    opacity: 1;
    transform: translateX(0);
}


.box:hover {
    box-shadow: 0 0 0 10px #f48221ed
}

.box img {
    width: 100%;
    height: auto;
    /*clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%);*/
    transition: all .3s ease 0s
}

.box:hover img {
    opacity: .6;
    
}

.box .box-content {
    color: #fff;
    text-align: center;
    width: 190px;
    opacity: 0;
    filter: blur(5px);
    transform: translateY(-50%) translateX(-50%);
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 2;
    transition: all .3s ease 0s
}

.box:hover .box-content {
    opacity: 1;
    filter: blur(0)
}

.box .title {
    color: #fff;
    font-size: 22px;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 1px;
    text-shadow: 0 0 5px rgba(0, 0, 0, .5);
    margin: 0 0 3px
}

.box .post {
    color: #2bb1ff;
    background-color: #fff;
    font-size: 13px;
    font-weight: 400;
    text-transform: capitalize;
    padding: 0 15px 2px;
    border-radius: 10px
}

.box .social-icon {
    color: #f48221;
    background-color: #fff;
    font-size: 15px;
    text-align: center;
    line-height: 41px;
    height: 40px;
    width: 40px;
    border-radius: 50%;
    opacity: 0;
    position: absolute;
    top: 50%;
    left: 50%;
    
    transform: translateY(-50%) translateX(-50%);
    transition: all .3s ease 0s;
    z-index:999;
}

.box .social-icon:nth-of-type(2) {
    left: auto;
    right: 7px;
    top: auto;
    bottom: 7px
}

.box .social-icon:hover {
    color: #199e71;
    background-color: #fff;
    box-shadow: 0 0 10px rgba(43, 177, 255, .5) inset, 0 0 10px rgba(0, 0, 0, .5);
    /*transform: rotateY(360deg)*/
}

.box:hover .social-icon {
    opacity: 1
}

@media only screen and (max-width:990px) {
    .box {
        margin: 0 0 30px
    }
}

.cause1 {
    padding: 10px;
    background-color: #dedddd;
    text-align: center;
    border: 5px solid #fff;
    outline: 2px solid #ccc;
    border-radius: 10px;
    position: relative
}

.cause1::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 117%;
    background: #d5ca69;
    left: -273px;
    top: -25px;
    z-index: -1
}

.email-signature {
    background: #fff;
    padding: 30px;
    box-shadow: 0 10px 10px rgba(0, 0, 0, .2);
    overflow: hidden;
    position: relative;
    z-index: 1;
    margin-bottom: 40px
}

.email-signature:after,
.email-signature:before {
    content: "";
    background: linear-gradient(to right, #ddf6f7, #fff);
    width: 260px;
    height: 120%;
    border-radius: 0 150px 200px 0;
    position: absolute;
    bottom: 0;
    left: 0
}

.email-signature:after {
    background: #e7e8e9;
    width: 290px;
    z-index: -1
}

.signature-icon img {
    border: 4px solid #fff
}

.email-signature .signature-icon {
    color: #fff;
    text-align: center;
    width: 100%;
    height: 100%;
    left: 0;
    position: relative;
    top: 0
}

.email-signature .signature-details {
    margin: 0 0 20px
}

.email-signature .title {
    color: #02666b;
    font-size: 22px;
    font-weight: 700;
    text-transform: uppercase;
    margin: 0
}

.email-signature .post {
    color: #fff;
    background: #533c87;
    font-size: 16px;
    font-weight: 500;
    text-transform: capitalize;
    letter-spacing: 1px;
    padding: 1px 10px;
    display: inline-block
}

.email-signature .signature-content {
    padding-left: 25px;
    margin: 0;
    list-style: circle
}

.email-signature .signature-content li {
    font-size: 14px;
    margin-bottom: 7px
}

.email-signature .signature-content li:last-child {
    margin-bottom: 0
}

.email-signature .signature-content li i {
    color: #fff;
    background: #d32e2c;
    font-size: 11px;
    text-align: center;
    line-height: 20px;
    width: 20px;
    height: 20px;
    margin: 0 6px 0 0;
    border-radius: 50%;
    display: inline-block
}

.email-signature .icon {
    padding: 0;
    margin: 0;
    list-style: none;
    transform: translateY(-50%);
    position: absolute;
    top: 50%;
    right: 10px
}

.email-signature .icon li {
    margin: 10px 0
}

.email-signature .icon li a {
    color: #fff;
    background-color: #533c87;
    font-size: 13px;
    text-align: center;
    line-height: 28px;
    height: 28px;
    width: 28px;
    border-radius: 50%;
    display: block;
    transition: all .3s
}

.email-signature .icon li a:hover {
    color: #533c87;
    background-color: #fff
}

@media screen and (max-width:576px) {
    .email-signature:after,
    .email-signature:before {
        height: 120px;
        width: 100%;
        border-radius: 0 0 500px 400px;
        bottom: auto;
        top: 0
    }
    .email-signature:after {
        height: 140px
    }
    .email-signature .signature-icon {
        transform: translateY(0) translateX(-50%);
        left: 50%;
        top: 70px
    }
    .email-signature .signature-content,
    .email-signature .signature-details {
        width: 100%
    }
    .email-signature .icon {
        transform: translateY(-50%) translateX(50%);
        top: auto;
        bottom: 0;
        right: 50%
    }
    .email-signature .icon li {
        display: inline-block;
        margin: 0 3px
    }
}

.fancybox-image,
.fancybox-inner,
.fancybox-nav,
.fancybox-nav span,
.fancybox-outer,
.fancybox-skin,
.fancybox-tmp,
.fancybox-wrap,
.fancybox-wrap iframe,
.fancybox-wrap object {
    padding: 0;
    margin: 0;
    border: 0;
    outline: 0;
    vertical-align: top
}

.fancybox-wrap {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 8020
}

.fancybox-skin {
    position: relative;
    background: #f9f9f9;
    color: #444;
    text-shadow: none;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px
}

.fancybox-opened {
    z-index: 8030
}

.fancybox-opened .fancybox-skin {
    -webkit-box-shadow: 0 10px 25px rgba(0, 0, 0, .5);
    -moz-box-shadow: 0 10px 25px rgba(0, 0, 0, .5);
    box-shadow: 0 10px 25px rgba(0, 0, 0, .5)
}

.fancybox-inner,
.fancybox-outer {
    position: relative
}

.fancybox-inner {
    overflow: hidden
}

.fancybox-type-iframe .fancybox-inner {
    -webkit-overflow-scrolling: touch
}

.fancybox-error {
    color: #444;
    font: 14px/20px "Helvetica Neue", Helvetica, Arial, sans-serif;
    margin: 0;
    padding: 15px;
    white-space: nowrap
}

.fancybox-iframe,
.fancybox-image {
    display: block;
    width: 100%;
    height: 100%
}

.fancybox-image {
    max-width: 100%;
    max-height: 100%
}

#fancybox-loading,
.fancybox-close,
.fancybox-next span,
.fancybox-prev span {
    background-image: url(../img/fancybox_sprite.png)
}

#fancybox-loading {
    position: fixed;
    top: 50%;
    left: 50%;
    margin-top: -22px;
    margin-left: -22px;
    background-position: 0 -108px;
    opacity: .8;
    cursor: pointer;
    z-index: 8060
}

#fancybox-loading div {
    width: 44px;
    height: 44px;
    background: url(../img/fancybox_loading.gif) center center no-repeat
}

.fancybox-close {
    position: absolute;
    top: -18px;
    right: -18px;
    width: 36px;
    height: 36px;
    cursor: pointer;
    z-index: 8040
}

.fancybox-nav {
    position: absolute;
    top: 0;
    width: 40%;
    height: 100%;
    cursor: pointer;
    text-decoration: none;
    -webkit-tap-highlight-color: transparent;
    z-index: 8040
}

.fancybox-prev {
    left: 0
}

.fancybox-next {
    right: 0
}

.fancybox-nav span {
    position: absolute;
    top: 50%;
    width: 36px;
    height: 34px;
    margin-top: -18px;
    cursor: pointer;
    z-index: 8040;
    visibility: hidden
}

.fancybox-prev span {
    left: 10px;
    background-position: 0 -36px
}

.fancybox-next span {
    right: 10px;
    background-position: 0 -72px
}

.fancybox-nav:hover span {
    visibility: visible
}

.fancybox-tmp {
    position: absolute;
    top: -99999px;
    left: -99999px;
    visibility: hidden;
    max-width: 99999px;
    max-height: 99999px;
    overflow: visible!important
}

.fancybox-lock {
    overflow: hidden!important;
    width: auto
}

.fancybox-lock body {
    overflow: hidden!important
}

.fancybox-lock-test {
    overflow-y: hidden!important
}

.fancybox-overlay {
    position: absolute;
    top: 0;
    left: 0;
    overflow: hidden;
    display: none;
    z-index: 9999;
    background: url(../img/fancybox_overlay.png)
}

.fancybox-overlay-fixed {
    position: fixed;
    bottom: 0;
    right: 0
}

.fancybox-lock .fancybox-overlay {
    overflow: auto;
    overflow-y: scroll
}

.fancybox-title {
    visibility: hidden;
    font: 400 13px/20px "Helvetica Neue", Helvetica, Arial, sans-serif;
    position: relative;
    text-shadow: none;
    z-index: 8050
}

.fancybox-opened .fancybox-title {
    visibility: visible
}

.fancybox-title-float-wrap {
    position: absolute;
    bottom: 0;
    right: 50%;
    margin-bottom: -35px;
    z-index: 8050;
    text-align: center
}

.fancybox-title-float-wrap .child {
    display: inline-block;
    margin-right: -100%;
    padding: 2px 20px;
    background: 0 0;
    background: rgba(0, 0, 0, .8);
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    border-radius: 15px;
    text-shadow: 0 1px 2px #222;
    color: #fff;
    font-weight: 700;
    line-height: 24px;
    white-space: nowrap
}

.fancybox-title-outside-wrap {
    position: relative;
    margin-top: 10px;
    color: #fff
}

.fancybox-title-inside-wrap {
    padding-top: 10px
}

.fancybox-title-over-wrap {
    position: absolute;
    bottom: 0;
    left: 0;
    color: #fff;
    padding: 10px;
    background: #000;
    background: rgba(0, 0, 0, .8)
}

@media only screen and (-webkit-min-device-pixel-ratio:1.5),
only screen and (min--moz-device-pixel-ratio:1.5),
only screen and (min-device-pixel-ratio:1.5) {
    #fancybox-loading,
    .fancybox-close,
    .fancybox-next span,
    .fancybox-prev span {
        background-image: url(../img/fancybox_sprite%402x.png);
        background-size: 44px 152px
    }
    #fancybox-loading div {
        background-image: url(../img/fancybox_loading%402x.gif);
        background-size: 24px 24px
    }
}

.testimonials .main-timeline:after {
    content: '';
    display: block;
    clear: both
}

.testimonials .main-timeline .timeline {
    width: calc(50% + 40px);
    float: left
}

.testimonials .main-timeline .timeline-content {
    color: #777;
    background: linear-gradient(to right, #d5e987, #d5e987);
    padding: 30px 95px 40px 45px;
    display: block;
    position: relative;
    z-index: 1;
    border-radius: 20px
}

.testimonials .main-timeline .timeline-content:hover {
    text-decoration: none
}

.testimonials .main-timeline .timeline-content:before {
    content: '';
    background: #fff;
    position: absolute;
    top: 0;
    right: 0;
    left: 20px;
    bottom: 20px;
    z-index: -1;
    box-shadow: -10px 9px 4px #666;
    border: 9px solid #e7e8e9
}

.testimonials .main-timeline .timeline-icon {
    color: #979595;
    font-size: 55px;
    line-height: 55px;
    position: absolute;
    bottom: 35px;
    right: 15px;
    z-index: 1
}

.testimonials .main-timeline .title {
    color: #047176;
    font-size: 25px;
    font-weight: 600;
    text-transform: uppercase;
    margin: 0 0 3px
}

.testimonials .main-timeline .description {
    margin: 0
}

.testimonials .main-timeline .timeline:nth-child(even) {
    float: right
}

.testimonials .main-timeline .timeline:nth-child(even) .timeline-content {
    padding: 30px 40px 40px 100px
}

.testimonials .main-timeline .timeline:nth-child(even) .timeline-content:before {
    right: 20px;
    left: 0
}

.testimonials .main-timeline .timeline:nth-child(even) .timeline-icon {
    right: auto;
    left: 15px
}

@media screen and (max-width:990px) {
    .testimonials .main-timeline .timeline {
        width: 70%
    }
}

@media screen and (max-width:767px) {
    .main-timeline .timeline:nth-child(even),
    .testimonials .main-timeline .timeline {
        width: 100%;
        margin: 0 0 20px 0
    }
}

@media screen and (max-width:479px) {
    .testimonials .main-timeline .timeline-content,
    .testimonials .main-timeline .timeline:nth-child(even) .timeline-content {
        text-align: center;
        padding: 65px 25px 35px 35px
    }
    .testimonials .main-timeline .timeline:nth-child(even) .timeline-content {
        padding: 65px 35px 35px 25px
    }
    .main-timeline .timeline:nth-child(even) .timeline-icon,
    .testimonials .main-timeline .timeline-icon {
        transform: translateX(-50%);
        top: 0;
        left: 50%;
        right: auto;
        bottom: auto
    }
    .testimonials .main-timeline .title {
        font-size: 22px
    }
}

.latest-blogs {
    text-align: center;
    padding: 10px;
    background: #f3f1f1;
    border-radius: 10px;
    box-shadow: 0 0 6px #979696
}

.latest-blogs h4 {
    font-size: 15px;
    margin-top: 10px
}

.latest-blogs a {
    background: #13aeb5;
    border-radius: 10px;
    display: inline-block;
    margin-bottom: 3px;
    color: #fff;
    padding: 0 12px;
}

.single-blog {
    margin-bottom: 9px;
    border-bottom: 1px dotted;
    padding-bottom: 9px;
}

.videos-page iframe {
    border: 1px solid #fff;
    border-radius: 20px;
    box-shadow: 0 0 0 4px #f48221;
}
/* .videos-page .col-md-3:nth-child(5){
    padding-top: 20px;
} */
.modal-dialog {
    max-width: 500px;
    margin: 9.75rem auto
}

.modal-content {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%;
    pointer-events: auto;
    /* background-color: #fbf4f4; */
    background-clip: padding-box;
    /* border: 1px solid rgba(0, 0, 0, .2); */
    border-radius: .3rem;
    outline: 0;
    /* height: 400px; */
    /* overflow-y: scroll; */
    /* border: 2px solid #333; */
}
button.close:hover {
    color: #fff;
    text-decoration: none;
    opacity: 1;
}
.close:not(:disabled):not(.disabled):focus, .close:not(:disabled):not(.disabled):hover{
    opacity: 1;
}
button.close {
    padding: 0px;
    width: 50px;
    background: #47a5ae;
    height: 50px;
    text-decoration: none;
    right: -25px;
    top: -25px;
    text-shadow: none;
    border-radius: 50%;
    opacity: 1;
    color: #fff;
    position: absolute;
    font-size: 45px;
    line-height: 0px;
}
.modal-content::-webkit-scrollbar {
    width: 10px
}

.modal-content::-webkit-scrollbar-track {
    background: #f1f1f1
}

.modal-content::-webkit-scrollbar-thumb {
    background: #888
}

.modal-content::-webkit-scrollbar-thumb:hover {
    background: #555
}

.tab-content>.active {
    display: block;
    opacity: 1
}

.c_map {
    box-shadow: 0 0 10px #333;
    border: 5px solid #ccc;
    margin-top: 30px;
}

.paien_appoinmens_ {
    position: absolute;
    bottom: 44px;
    right: 0;
    z-index: 9;
    background: #cdde8c;
    padding: 9px 14px 9px 45px;
    font-size: 21px;
    border-radius: 33px 0 0 33px
}

.paien_appoinmens_ i {
    position: absolute;
    width: 30px;
    height: 30px;
    background: #000;
    color: #fff;
    text-align: center;
    border-radius: 50%;
    line-height: 29px;
    left: 8px;
    top: 8px;
    font-size: 16px
}
.videos-page .col-md-3{
    margin-bottom: 30px;
}
.main-modal{
    padding-right: 0px!important;
}
.modal-open{
    padding-right: 0px!important;
}
.about-modal .modal-content{
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%;
    pointer-events: auto;
    background-color: #fbf4f4;
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, .2);
    border-radius: .3rem;
    outline: 0;
    height: 400px;
    overflow-y: scroll;
    border: 2px solid #333;
}




     
     .highlights-section {
    position: relative;
    padding: 20px 0;
    margin-bottom: 0;
}


.auto-container{
    position: relative;
}
.auto-container {
    max-width: 1157px;
    padding: 0 15px;
    margin: 0 auto;
}





.ser_blocks{
    position: relative; 
}
.ser_row {
    justify-content: center;
}
.ser_row .row {
     
    display: flex;
    
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
}
.col-md-1{
        position: relative;
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
}

.ser_row .col-md-2 {
    padding: 0 5px;
}
.service_list {
    text-align: center;
    margin-bottom: 10px;
    z-index: 1;
    overflow: hidden;
    border-radius: 18px;
}
.ser_img {
    display: inline-block;
    text-align: center;
    border-radius: 18px;
}
.ser_img, .ser_img img, .service_list {
    position: relative;
}

.ser_img::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    bottom: 0;
    background: linear-gradient(to bottom, rgb(0 0 0 / 0%), #011f2a);
    z-index: 1;
}
.service_list:hover .ser_img img {
    filter: grayscale(0);
}
.ser_img img {
    display: inline-block;
    filter: grayscale(1);
    transition: .7s ease-in-out;
}
.ser_img::after {
    content: "";
    position: absolute;
    width: 50%;
    height: 8px;
    left: 0;
    right: 0;
    margin: auto;
    bottom: 0;
    background: #f48221;
    z-index: 1;
}
.ser_title {
    position: absolute;
    bottom: 26px;
    font-size: 14px;
    transition: .6s ease-in-out;
    line-height: 21px;
}
.service_list:hover .ser_title {
    bottom: 61px;
}
.ser_title, .service_list a {
    z-index: 2;
    left: 0;
    color: #fff;
    right: 0;
}
.service_list:hover a{
    opacity:1;
}
.ser_title{
    text-transform:uppercase;
}
.service_list a {
    position: absolute;
    width: 100px;
    bottom: 25px;
    margin: auto;
    border: 1px solid;
    font-size: 15px;
    transition: .8s ease-in-out;
    opacity: 0;
    border-radius: 30px;
}

#view-channel .btn{
    position: absolute;
    right: 51%;
    top: 50%;
    transform: translate(50%, -57%);
    width: 163px;
    padding: 12px 0;
    border: none;
    background: #f48221;
    font-weight: 400;
    font-size: 24px;

}
.form-control::placeholder{
    color:#fff;
}





.col-6, .col-md-2{
    padding-right: 2px;
    padding-left: 2px;
}


.popup-overlay {
        display: none;
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: #ffffffc2;
        z-index: 999;
    }

    .popup {
        display: none;
        position: fixed;
        left: 30%;
        top: 30%;
        transform: translate(-50%, -50%) scale(0.8);
        width: 90%;
        max-width: 500px;
        background-color: #f48221;
        border-radius: 10px;
        z-index: 1000;
        padding: 20px;
        box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
        animation: flipIn 0.6s forwards;
    }
    .popup img{
        border-radius:5px;
    }

    .popup-content {
        text-align: center;
    }

    .popup h2 {
        margin-top: 0;
        color:#fff;
    }.popup p {
        margin-top:15px;
        color:#fff;
    }

    .popup-close {
        position: absolute;
        top: 5px;
        right: 10px;
        font-size: 35px;
        cursor: pointer;
        color:#fff;
    }

    @keyframes flipIn {
    0% {
        transform: perspective(400px) rotateY(-90deg);
        opacity: 0;
    }
    100% {
        transform: perspective(400px) rotateY(0);
        opacity: 1;
    }
}

    @media (max-width: 768px) {
        .popup {
            width: 95%;
            left:2%;
        }
    }
    
    
    .enquery-section {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 94px 0 133px;
    position: relative;
    z-index: 1;
    margin-top:20px;
}
.enquery-section::before {
    background: #199e71;
    top: 0;
}
.en-shape1, .en-shape2, .enquery-section::after, .enquery-section::before {
    left: 0;
    position: absolute;
}
.enquery-section::after, .enquery-section::before {
    height: 100%;
    width: 100%;
    transform: skew(0deg, 5deg);
    content: "";
}
.align-item-center, .blogrow, .innerprrow {
    align-items: center;
}
._visting_consultation {
    text-align: center;
    margin: 0 auto auto;
    position: relative;
    z-index: 1;
}
._visiting_hours, .en-btn .btn {
    background: #f48221;
    color: #fff;
}
._visiting_hours {
    padding: 30px 60px;
    position: relative;
    border-radius: 20px;
}
._visiting_hours::before {
    content: "";
    position: absolute;
    width: 100px;
    height: 142.5%;
    top: -120px;
    left: 0;
    right: 0;
    margin: auto;
    background: #f48221;
    z-index: -1;
    transform: skew(0deg, 5deg);
}
._visiting_hours h3 {
    color: #fff;
}
._visiting_hours h3 {
    font-size: 29px;
    text-transform: uppercase;
}
._visiting_hours ul li {
    border-bottom: 1px dashed #fff;
    padding-bottom: 13px;
    margin-bottom: 8px;
    font-size: 20px;
}
.enqury-block {
    text-align: center;
    margin: auto;
    padding: 0 26px;
}
.enqury-block h3 {
    font-size: 30px;
    color: #fff;
    margin-bottom: 24px;
}
.enqury-block h3 {
    text-transform:uppercase;
}
.en-form .form-group {
    margin-bottom: 18px;
    position: relative;
    z-index: 1;
}
.en-form .form-control {
    border: 1px dashed #fff;
    background-color: transparent;
    border-radius: 13px;
    color: #fff;
    font-size: 16px;
    height: 55px;
}
.form-control {
    display: block;
    width: 100%;
    
    padding: 0.375rem 0.75rem;
  
    font-weight: 400;
    line-height: 1.5;
    
    
    background-clip: padding-box;
    
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}
.en-form .form-group i {
    position: absolute;
    top: 11px;
    right: 18px;
    color: #fff;
    font-size: 17px;
    z-index: -1;
}
.enquery-section::after {
    top: 0;
    background-image: url(../images/appointment-bg.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    z-index: -1;
}
    .en-btn .btn {
    width: 200px;
    border-color: transparent;
    margin-top: 13px;
}


@media only screen and (max-width: 800px){
.ser_blocks {
    position: relative;
    max-width: 330px;
    margin: auto;
}
.ser_row.row {
    margin: 0 -9px;
}
.m_none{
    display: none;
}
.service_list {
    margin-bottom: 8px;
}
.enquery-section {
    margin-top:20px;
    padding: 54px 0 64px;
}
._visting_consultation {
    margin-top: 0;
    padding: 14px 13px;
}
._visiting_hours {
    padding: 20px 4px;
}
._visiting_hours h3 {
    font-size: 21px;
}
._visiting_hours ul li {
    padding-bottom: 7px;
    margin-bottom: 5px;
    font-size: 17px;
    margin: 0 25px 7px 25px;
}
.enqury-block {
    margin-top: 36px;
}
.enqury-block h3 {
    font-size: 27px;
    margin-bottom: 27px;
}
._visiting_hours::before {
    display:none;
    content: "";
    position: absolute;
    width: 100px;
    height: 148.6%;
    top: -120px;
    left: 0;
    right: 0;
    margin: auto;
    background: #f48221;
    z-index: -1;
    transform: skew(0deg, 5deg);
}
    
}

@media (min-width: 768px){
.col-md-1 {
    
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
}
.col-md-2 {
    
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
}


}
@media(max-width:768px){
    
    .subscribe-head h3{
        font-size:30px;
    }
    .Subscribe-section{
        padding:65px 0;
    }
    .sub-form #request-btn{
        position: absolute;
     
        top: 6px;
        right:80px;
    }
    
   .foot-block {
    display: flex;
    position: fixed;
    bottom: 0;
    width: 100%;
    font-size: 16px;
    letter-spacing: .06em;
    z-index: 1;
    border-top:1px solid #fff;


}
.foot-block a {
    width: 50%;
    text-align: center;
    padding: 15px;
    font-family: 'Poppins', sans-serif;
    font-weight: 700;
    font-size: 18px;
}
.btn-theme-orange {
    background: #f48221;
    color: #fff;
}
.btn-theme-green {
    background: #199e71;
    color: #fff;
}
}


