/*@import url('//fonts.googleapis.com/css2?family=Heebo:wght@500&display=swap');*/
@import url('css/arial.css');
.mobile-bg {
    max-width: 450px !important
}

* {
    padding: 0;
    margin: 0
}

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

a,
a:active,
a:focus,
a:hover {
    outline: 0 !important;
    text-decoration: none
}

a {
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -ms-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    color: #333
}

a:hover {
    color: #64c3c7
}

button:focus,
input:focus,
select:focus,
textarea:focus {
    outline: 0 !important;
    box-shadow: none
}

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

body {
    font-family: Kanit, sans-serif;
    background: #fff;
    font-size: 15px;
    position: relative;
    overflow-x: hidden
}

h1,
h2,
h3,
h4,
h5,
h6 {
    color: #333;
   font-family: 'Arial', sans-serif;
}

h1 {
    font-weight: 600;
    font-size: 36px;
    line-height: 46px;
    margin: 0 0 14px
}

h2 {
    font-weight: 600;
    font-size: 35px;
    margin: 0 0 20px;
    line-height: 40px;
    text-transform: capitalize;
}

h3 {
    font-size: 20px;
    font-weight: 600;
    text-transform: capitalize;
    margin: 0 0 10px
}

h4 {
    font-size: 14px;
    color: #212529;
    font-weight: 400;
    margin: 0 0 20px
}

h5 {
    font-weight: 300;
    margin: 0 0 10px
}

h6 {
    font-size: 14px;
    line-height: 18px;
    color: #000;
    font-weight: 400;
    margin: 0 0 10px
}

p {
    font-size: 16px;
    line-height: 25px;
    color: #212529;
    margin: 0 0 10px
}

.preloader {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #fff;
    z-index: 13000;
    height: 100%
}

.preloader_image {
    width: 130px;
    height: 130px;
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
}

.sk-double-bounce {
    width: 40px;
    height: 40px;
    position: relative;
    margin: 40px auto
}

.sk-double-bounce .sk-child {
    width: 100%;
    height: 100%;
    border-radius: 50%;
    background-color: #64c3c7;
    opacity: .6;
    position: absolute;
    top: 0;
    left: 0;
    -webkit-animation: sk-doubleBounce 2s infinite ease-in-out;
    animation: sk-doubleBounce 2s infinite ease-in-out
}

.sk-double-bounce .sk-double-bounce2 {
    -webkit-animation-delay: -1s;
    animation-delay: -1s
}

.banner-caption h2 {
    font-size: 30px
}

.banner-caption h1 {
    font-size: 30px
}

.banner-caption h6 {
    font-size: 15px
}

@-webkit-keyframes sk-doubleBounce {
    0%,
    100% {
        -webkit-transform: scale(0);
        transform: scale(0)
    }
    50% {
        -webkit-transform: scale(1);
        transform: scale(1)
    }
}

@keyframes sk-doubleBounce {
    0%,
    100% {
        -webkit-transform: scale(0);
        transform: scale(0)
    }
    50% {
        -webkit-transform: scale(1);
        transform: scale(1)
    }
}

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

.btn.btn-default {
    line-height: 26px;
    border: 2px solid #64c3c7;
    border-radius: 27px;
    padding: 12px 30px;
    color: #64c3c7;
    font-weight: 500;
    text-transform: capitalize;
    box-shadow: none !important
}

.btn-primary:not(:disabled):not(.disabled).active,
.btn-primary:not(:disabled):not(.disabled):active,
.btn.btn-primary,
.show>.btn-primary.dropdown-toggle {
    line-height: 26px;
    border: 2px solid #64c3c7;
    border-radius: 27px;
    padding: 10px 15px;
    color: #000;
    font-weight: 500;
    background: #64c3c7;
    text-transform: capitalize;
    opacity: 1;
    box-shadow: none !important
}

.btn-primary:hover {
    color: #000;
    border-color: #64c3c7;
    background: #64c3c7
}

.btn.btn-default:hover {
    background: #64c3c7;
    color: #fff;
    border-color: #64c3c7
}

.btn.focus,
.btn:focus {
    outline: 0;
    box-shadow: none
}

section {
    width: 100%;
    float: left;
    height: auto;
    position: relative
}

.section-spacing {
    padding: 40px 0
}

.no-spacing {
    padding: 0
}

.inverse-bg {
    background: #f9fafd
}

.section-title {
    width: 100%;
    float: left;
    height: auto;
    margin: 0 0 15px
}

.section-title h2 {
    position: relative
}

.section-title h2 span {
    position: relative;
    z-index: 3
}

.section-title h2::before {
    width: 10px;
    height: 55px;
    position: absolute;
    left: 50%;
    content: '';
    background: #06b0dc8c;
    top: -15px;
    border-radius: 5px;
    transform: rotate(45deg)
}

.section-title h2::after {
    width: 10px;
    height: 55px;
    position: absolute;
    left: 50%;
    content: '';
    background: #06b0dc8c;
    bottom: -15px;
    border-radius: 5px;
    transform: rotate(45deg)
}

.section-title p {
    display: block;
    margin: 0 auto;
    max-width: 750px
}

.navbar {
    padding: 0 50px;
    box-shadow: rgb(0 0 0 / 12%) 3px 6px 6px
}

.navbar .navbar-brand {
    padding: 4px 0
}

.navbar .navbar-nav .nav-item {
    position: relative
}

.navbar .navbar-nav .nav-link {
    padding: 13px 0;
    font-size: 14px;
    color: #212529;
    line-height: 24px;
    font-weight: 600;
    text-transform: capitalize;
    position: relative
}

.navbar .navbar-nav .nav-item:not(.btn-appointment)::before {
    width: 1px;
    height: 40px;
    position: absolute;
    left: 50%;
    top: 0;
    content: '';
    background: #e1ecff;
    margin-left: -2px;
    transform: rotate(45deg);
    opacity: 0;
    visibility: hidden;
    -webkit-transition: opacity .3s ease-in-out;
    -ms-transition: opacity .3s ease-in-out;
    -moz-transition: opacity .3s ease-in-out;
    transition: opacity .3s ease-in-out
}

.navbar .navbar-nav .nav-item:not(.btn-appointment)::after {
    width: 1px;
    height: 40px;
    position: absolute;
    left: 50%;
    bottom: 0;
    content: '';
    background: #e1ecff;
    margin-right: -2px;
    transform: rotate(45deg);
    opacity: 0;
    visibility: hidden;
    -webkit-transition: opacity .3s ease-in-out;
    -ms-transition: opacity .3s ease-in-out;
    -moz-transition: opacity .3s ease-in-out;
    transition: opacity .3s ease-in-out
}

.navbar .navbar-nav .nav-item.active:not(.btn-appointment)::after,
.navbar .navbar-nav .nav-item.active:not(.btn-appointment)::before,
.navbar .navbar-nav .nav-item:hover:not(.btn-appointment)::after,
.navbar .navbar-nav .nav-item:hover:not(.btn-appointment)::before {
    opacity: 1;
    visibility: visible
}

.navbar .navbar-nav .nav-item.btn-appointment .nav-link {
    background: #64c3c7;
    color: #fff;
    padding: 11px 30px;
    border-radius: 25px;
    text-transform: uppercase;
    border: 2px solid #64c3c7
}

.navbar .navbar-nav .nav-item.btn-appointment.active .nav-link {
    color: #fff
}

.navbar .navbar-nav .nav-item.btn-appointment .nav-link:hover {
    color: #64c3c7;
    background-color: transparent
}

.navbar .navbar-nav .nav-item.btn-appointment {
    margin-left: 15px
}

.navbar .navbar-nav .nav-item {
    margin-left: 15px
}

.navbar .navbar-nav .nav-item:first-child {
    margin: 0
}

.navbar .navbar-nav .nav-item.active .nav-link,
.navbar .navbar-nav .nav-link:hover {
    color: #64c3c7
}

.navbar-toggler {
    padding: 0;
    outline: 0;
    border: none
}

.navbar-toggler-icon {
    display: inline-block;
    width: 40px;
    height: 3px;
    background: #000;
    position: relative;
    transition: all .3s ease-out;
    -webkit-transition: all .3s ease-out
}

.navbar-toggler-icon:before {
    content: '';
    position: absolute;
    left: 0;
    top: -11px;
    width: 100%;
    height: 3px;
    background: #000;
    border-radius: 4px;
    transition: all .35s ease-out;
    -webkit-transition: all .35s ease-out;
    backface-visibility: hidden
}

.navbar-toggler-icon:after {
    content: '';
    position: absolute;
    left: 0;
    bottom: -11px;
    width: 100%;
    height: 3px;
    background: #000;
    border-radius: 4px;
    transition: all .35s ease-out;
    -webkit-transition: all .35s ease-out;
    backface-visibility: hidden
}

.navbar-toggler:not(.collapsed) .navbar-toggler-icon {
    background: rgba(0, 0, 0, 0)
}

.navbar-toggler:not(.collapsed) .navbar-toggler-icon:before {
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    top: 0
}

.navbar-toggler:not(.collapsed) .navbar-toggler-icon:after {
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    bottom: 0
}

#banner {
    width: 100%;
    float: left;
    height: auto
}

#banner .carousel-item {
    height: 700px;
    background-repeat: no-repeat;
    background-position: center;
    -webkit-background-size: cover;
    -ms-background-size: cover;
    -moz-background-size: cover;
    background-size: cover
}

.banner-caption {
    width: 100%;
    position: absolute;
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    transform: translateY(-50%)
}

.banner-caption h6 {
    animation-delay: .4s
}

.banner-caption h1 {
    text-transform: capitalize;
    animation-delay: .8s
}

.banner-caption h2 {
    text-transform: capitalize;
    animation-delay: .8s
}

.banner-caption p {
    animation-delay: 1s
}

.banner-caption a {
    animation-delay: 1.2s
}

.hero-text {
    width: 100%;
    float: left;
    height: auto;
    max-width: 500px
}

.carousel-indicators {
    width: 14px;
    margin: 0;
    left: auto;
    right: 15px;
    top: 50%;
    bottom: auto;
    display: block;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    transform: translateY(-50%)
}

.carousel-indicators li {
    width: 14px;
    height: 14px;
    background: #fff;
    border-radius: 50%;
    border: 2px solid #64c3c7;
    margin: 0 0 10px
}

.carousel-indicators li:last-child {
    margin: 0
}

.carousel-indicators li.active {
    background: #64c3c7
}

.service-item {
    width: 100%;
    float: left;
    height: auto;
    background: #fff;
    border-radius: 5px;
    margin: 0 0 25px;
    overflow: hidden;
    -webkit-box-shadow: 0 0 5px rgb(165 165 165 / 10%);
    -ms-box-shadow: 0 0 25px rgba(165, 165, 165, .1);
    -moz-box-shadow: 0 0 25px rgba(165, 165, 165, .1);
    box-shadow: 0 0 5px rgb(165 165 165 / 10%);
    -webkit-transition: all .2s ease-in-out;
    -ms-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out
}

.service-item .thumb {
    width: 100%;
    float: left;
    height: auto
}

.service-item .thumb img {
    width: 100%;
    height: auto;
    -webkit-transition: all .5s ease-in-out;
    -ms-transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out
}

.service-info {
    min-height: 255px;
    width: 100%;
    float: left;
    height: 100%;
    padding: 15px 15px 15px;
    position: relative;
    background: #fff;
    -webkit-transition: all .2s ease-in-out;
    -ms-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    margin-bottom: 10px
}

.service-info h3 {
    position: relative;
    z-index: 3
}

.service-item h3 a {
    color: inherit
}

.service-item:hover {
    -webkit-transform: translateY(-10px);
    -ms-transform: translateY(-10px);
    -moz-transform: translateY(-10px);
    transform: translateY(-10px);
    -webkit-box-shadow: 0 30px 40px rgba(0, 0, 0, .05);
    -ms-box-shadow: 0 30px 40px rgba(0, 0, 0, .05);
    -moz-box-shadow: 0 30px 40px rgba(0, 0, 0, .05);
    box-shadow: 0 30px 40px rgba(0, 0, 0, .05)
}

.img-block {
    width: 100%;
    float: left;
    height: auto;
    padding: 0;
    position: relative
}

.img-block img {
    width: 100%;
    position: relative;
    z-index: 3;
    border-radius: 5px
}

.play-button {
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    z-index: 9
}

.play-button a {
    display: inline-block
}

.play-button a:hover .fa {
    background: #64c3c7;
    color: #fff
}

.play-button a .fa {
    display: inline-block;
    background: #fff;
    line-height: 76px;
    border: 10px solid #f0f0f0;
    border-radius: 50%;
    width: 100px;
    text-align: center;
    font-size: 24px;
    color: #64c3c7;
    position: relative;
    z-index: 6;
    -webkit-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out
}

.play-button a::after,
.play-button a::before {
    content: "";
    display: block;
    height: 60px;
    left: 50%;
    margin: -40px 0 0 -40px;
    position: absolute;
    top: 50%;
    width: 80px;
    z-index: 0
}

.play-button a::after {
    -webkit-animation: bounce 1.5s linear infinite;
    -moz-animation: bounce 1.5s linear infinite;
    animation: bounce 1.5s linear infinite
}

@-webkit-keyframes bounce {
    0%,
    25% {
        width: 80px;
        height: 80px;
        border-radius: 50%;
        background-color: rgba(255, 255, 255, .7);
        margin: -40px 0 0 -40px
    }
    100% {
        width: 160px;
        height: 160px;
        border-radius: 50%;
        background-color: rgba(255, 255, 255, 0);
        margin: -80px 0 0 -80px
    }
}

@-moz-keyframes bounce {
    0%,
    25% {
        width: 80px;
        height: 80px;
        border-radius: 50%;
        background-color: rgba(255, 255, 255, .7);
        margin: -40px 0 0 -40px
    }
    100% {
        width: 160px;
        height: 160px;
        border-radius: 50%;
        background-color: rgba(255, 255, 255, 0);
        margin: -80px 0 0 -80px
    }
}

@keyframes bounce {
    0%,
    25% {
        width: 80px;
        height: 80px;
        border-radius: 50%;
        background-color: rgba(255, 255, 255, .7);
        margin: -40px 0 0 -40px
    }
    100% {
        width: 160px;
        height: 160px;
        border-radius: 50%;
        background-color: rgba(255, 255, 255, 0);
        margin: -80px 0 0 -80px
    }
}

iframe {
    width: 100%;
    border: none
}

.modal-content {
    border: none;
    box-shadow: none
}

.modal-body {
    padding: 0
}

.modal-header {
    padding: 0;
    border: none;
    display: block
}

.modal-content .close {
    opacity: 1;
    margin: 0 0 10px;
    text-shadow: none;
    color: #fff;
    padding: 0
}

.service-details ul li,
.text-block ul li {
    font-size: 15px;
    line-height: 25px;
    color: #212529;
    padding-left: 20px;
    position: relative;
    margin: 0 0 5px
}

.service-details ul li:last-child,
.text-block ul li:last-child {
    margin: 0
}

.service-details ul li::before,
.text-block ul li::before {
    width: 25px;
    height: 20px;
    position: absolute;
    left: 0;
    top: 0;
    content: "\f18e";
    font-family: FontAwesome;
    color: #64c3c7
}

.pricing-table {
    width: 100%;
    float: left;
    height: auto;
    background: #fafafa;
    border-radius: 5px;
    overflow: hidden;
    -webkit-transition: all .2s ease-in-out;
    -ms-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out
}

.pricing-table .thumb {
    width: 100%;
    float: left;
    height: auto
}

.pricing-table .thumb img {
    width: 100%;
    height: auto;
    -webkit-transition: all .5s ease-in-out;
    -ms-transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out
}

.pricing-info {
    width: 100%;
    float: left;
    height: auto;
    padding: 30px 15px 35px;
    position: relative
}

.pricing-info h3 {
    position: relative;
    z-index: 3
}

.pricing-table .pricing-info:before {
    content: '';
    position: absolute;
    top: -10px;
    left: 0;
    height: 50px;
    width: 51%;
    background: #fafafa;
    transform: skew(0deg, 6deg);
    -webkit-transition: all .2s ease-in-out;
    -ms-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out
}

.pricing-table .pricing-info:after {
    content: '';
    position: absolute;
    top: -10px;
    right: 0;
    height: 50px;
    width: 50%;
    background: #fafafa;
    transform: skew(0deg, -6deg);
    -webkit-transition: all .2s ease-in-out;
    -ms-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out
}

.pricing-table:hover {
    -webkit-transform: translateY(-10px);
    -ms-transform: translateY(-10px);
    -moz-transform: translateY(-10px);
    transform: translateY(-10px);
    box-shadow: 0 30px 40px rgba(0, 0, 0, .05)
}

.pricing-table ul {
    margin: 0 0 18px
}

.pricing-table ul li {
    display: block;
    font-size: 16px;
    color: #212529;
    padding: 4px 0;
    line-height: 24px
}

.pricing-table h2 {
    color: #64c3c7;
    font-weight: 500;
    margin: 0 0 27px
}

.pricing-table sub {
    font-size: 16px;
    bottom: 0;
    margin-right: 2px
}

.gallery-item {
    width: 100%;
    float: left;
    height: auto;
    margin: 0 0 30px;
    border-radius: 5px;
    overflow: hidden
}

.gallery-item a {
    display: block;
    position: relative
}

.gallery-item a:before {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    content: '';
    background: #64c3c7;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    z-index: 2
}

.gallery-item:hover a::before {
    opacity: .9;
    visibility: visible
}

.gallery-caption {
    position: absolute;
    left: 0;
    width: 100%;
    top: 50%;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: 3
}

.gallery-item img {
    width: 100%;
    height: auto;
    -webkit-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out
}

.gallery-item:hover .gallery-caption {
    opacity: 1;
    visibility: visible
}

.gallery-item:hover img {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -moz-transform: scale(1.1);
    transform: scale(1.1)
}

.gallery-caption h3 {
    color: #fff;
    margin: 0;
    -webkit-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    -webkit-transform: translateY(20px);
    -ms-transform: translateY(20px);
    -moz-transform: translateY(20px);
    transform: translateY(20px)
}

.gallery-caption p {
    color: #fff;
    margin: 0 0 15px;
    -webkit-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    -webkit-transform: translateY(-20px);
    -ms-transform: translateY(-20px);
    -moz-transform: translateY(-20px);
    transform: translateY(-20px)
}

.gallery-caption i {
    font-size: 25px;
    color: #fff;
    -webkit-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    -webkit-transform: translateY(-20px);
    -ms-transform: translateY(-20px);
    -moz-transform: translateY(-20px);
    transform: translateY(-20px)
}

.gallery-item:hover h3,
.gallery-item:hover i,
.gallery-item:hover p {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    -moz-transform: translateY(0);
    transform: translateY(0)
}

.inner-page-banner {
    width: 100%;
    float: left;
    height: 320px;
    background-repeat: no-repeat;
    background-position: center;
    -webkit-background-size: cover;
    -ms-background-size: cover;
    -moz-background-size: cover
}

.page-banner-caption {
    position: absolute;
    left: 0;
    top: 50%;
    width: 100%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    transform: translateY(-50%)
}

.inner-page-banner h1 {
    position: relative;
    font-weight: 600;
    padding-bottom: 5px;
    text-transform: capitalize;
    margin: 0 0 0;
}

.inner-page-banner h1::before {
    position: absolute;
    left: 0;
    content: '';
    bottom: 0
}

.breadcrumb {
    display: none;
    padding: 0;
    background: 0 0
}

.breadcrumb li a:hover {
    color: #64c3c7
}

.breadcrumb-item {
    text-transform: capitalize;
    font-size: 14px
}

.breadcrumb-item.active {
    color: #212529
}

.team {
    max-width: 300px;
    border: 1px solid #06b0dc59;
    border-radius: 5px;
    background: #fff;
    width: 100%;
    float: left;
    height: auto;
    position: relative;
    margin: 0 0 0;
    margin: auto;
    margin-top: 30px
}

.team .thumb {
    width: 100%;
    float: left;
    height: auto;
    border-radius: 5px;
    overflow: hidden;
    margin: auto;
    padding-top: 15px;
    padding-bottom: 15px
}

.team .thumb img {
    width: 100%;
    height: auto
}

.team-info {
    width: 100%;
    float: left;
    height: auto
}

.team h3 {
    margin: 0 0 5px
}

.team h6 {
    margin: 0 0 15px
}

.team-overlay {
    width: 100%;
    float: left;
    height: auto;
    background: #64c3c7;
    padding: 15px 10px 15px;
    border-radius: 0 0 5px 5px;
    position: absolute;
    left: 0;
    bottom: 0;
    opacity: 0;
    visibility: hidden;
    -webkit-transform: translateY(30px);
    -ms-transform: translateY(30px);
    -moz-transform: translateY(30px);
    transform: translateY(30px);
    -webkit-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out
}

.team:hover .team-overlay {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    -moz-transform: translateY(0);
    transform: translateY(0)
}

.team-overlay h3,
.team-overlay h6 {
    color: #fff
}

.team .social-icons {
    margin: 25px 0 0
}

.social-icons li {
    display: inline-block;
    margin: 0 5px
}

.social-icons li a {
    display: inline-block;
    font-size: 14px;
    color: rgba(255, 255, 255, .5);
    width: 30px;
    line-height: 28px;
    text-align: center;
    border: 1px solid rgba(255, 255, 255, .5);
    border-radius: 3px;
    -webkit-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out
}

.social-icons li a:hover {
    color: #fff;
    border-color: #fff
}

.features-info {
    width: 100%;
    float: none;
    height: auto;
    display: inline-block;
    background: #f9fafd;
    border-radius: 50%;
    text-align: center;
    max-width: 180px;
    padding: 50px 10px 54px;
    margin: 0 0 40px;
    -webkit-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out
}

.features-info h3 {
    margin: 0;
    font-weight: 300
}

.features-info span.counter {
    font-weight: 700;
    font-size: 35px
}

.features-info:hover {
    background: #64c3c7
}

.features-info:hover h3,
.features-info:hover span.counter {
    color: #fff
}

.row .col-sm-6:nth-last-child(-n+2) .features-info {
    margin: 0
}

.testimonial-list {
    width: 100%;
    float: left;
    height: auto
}

.author-info {
    width: 100%;
    float: left;
    height: auto;
    margin-top: 30px
}

.author-info .author_thumb {
    width: 60px;
    height: auto;
    display: inline-block;
    vertical-align: middle;
    margin-right: 15px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    overflow: hidden
}

.author-info .author-meta {
    display: inline-block;
    vertical-align: middle
}

.author-info span {
    display: block
}

.author-info .author-name {
    font-size: 18px;
    font-weight: 600
}

.author-info .designation {
    color: #999;
    font-size: 14px
}

.author-comment {
    min-height: 225px;
    background: #fff;
    width: 100%;
    float: left;
    height: auto;
    border: 1px solid #64c3c7;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    padding: 20px;
    position: relative
}

.quote {
    width: 100%;
    margin: 0 0 10px
}

.author-comment p {
    margin: 0
}

.author-comment::before {
    border-left: 9px solid transparent;
    border-right: 9px solid transparent;
    border-top: 9px solid #f9fafd;
    position: absolute;
    left: 20px;
    content: '';
    bottom: -9px;
    z-index: 3
}

.author-comment::after {
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-top: 10px solid #64c3c7;
    position: absolute;
    left: 19px;
    content: '';
    bottom: -10px;
    z-index: 2
}

.quote .fa {
    font-size: 40px;
    color: #64c3c7
}

.owl-dots {
    width: 100%;
    text-align: center;
    float: left;
    margin: 50px 0 0
}

.owl-carousel .owl-dots .owl-dot {
    display: inline-block;
    width: 12px;
    height: 12px;
    border: 1px solid #64c3c7;
    outline: 0;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    margin: 0 5px
}

.owl-carousel .owl-dots .owl-dot.active {
    background: #64c3c7;
    width: 25px
}

.news-block {
    width: 100%;
    float: left;
    height: auto;
    margin: 0 0 70px
}

.news-thumb {
    width: 100%;
    height: auto;
    position: relative;
    display: block;
    overflow: hidden;
    border-radius: 5px 5px 0 0
}

.news-thumb img {
    border: 1px solid #dadce1;
    -webkit-transition: all .4s ease-in-out;
    -moz-transition: all .4s ease-in-out;
    -ms-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
    width: 100%;
    height: auto
}

.news-block:hover img {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1)
}

a.btn.btn-link {
    padding: 0;
    font-weight: 500;
    border: none;
    color: #999;
    text-decoration: none
}

a.btn.btn-link:hover {
    color: #64c3c7
}

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

a.btn.btn-link:hover .fa {
    margin-left: 6px
}

.news-block h3 {
    text-transform: none
}

.news-block h3 a {
    color: #333;
    display: block
}

.news-block h3 a:hover {
    color: #64c3c7
}

.overlay {
    width: 100%;
    position: absolute;
    height: 100%;
    text-align: center;
    left: 0;
    top: 0;
    background: rgb(0 0 0 / 22%);
    -webkit-transition: all .4s ease-in-out;
    -moz-transition: all .4s ease-in-out;
    -ms-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
    opacity: 0;
    visibility: hidden
}

.news-block:hover .overlay {
    opacity: 1;
    visibility: visible
}

.overlay a {
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 40px;
    line-height: 36px;
    border: 2px solid #fff;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    color: #fff;
    -webkit-transition: all .4s ease-in-out;
    -moz-transition: all .4s ease-in-out;
    -ms-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out
}

.overlay a:hover {
    background: #fff;
    color: #64c3c7
}

.news-bottom {
    width: 100%;
    float: left;
    height: auto;
    padding: 25px 20px 25px;
    border-radius: 0 0 5px 5px;
    border: 1px solid #f5f5f5;
    border-top: none;
    min-height: 320px !important
}

.post-meta {
    margin-bottom: 22px
}

.post-meta li a {
    color: #333
}

.post-meta li a:hover {
    color: #64c3c7
}

.pagination-container {
    width: 100%;
    float: left;
    height: auto
}

.pagination {
    margin: 0
}

.pagination>li>a,
.pagination>li>span {
    margin-left: 5px;
    padding: 10px 17px;
    border-radius: 4px !important;
    color: #999;
    font-size: 16px;
    font-weight: 500;
    width: 44px;
    line-height: 22px;
    border: 1px solid #f5f5f5;
    display: inline-block
}

.pagination>li:first-child>a {
    margin: 0
}

.pagination>.active>a,
.pagination>.active>a:focus,
.pagination>.active>a:hover,
.pagination>.active>span,
.pagination>.active>span:focus,
.pagination>.active>span:hover,
.pagination>li>a:focus,
.pagination>li>a:hover,
.pagination>li>span:focus,
.pagination>li>span:hover {
    background-color: #64c3c7;
    border-color: #64c3c7;
    color: #fff
}

blockquote {
    font-size: 16px;
    line-height: 28px;
    color: #212529;
    padding: 20px 20px;
    margin: 0 0 25px;
    border-left: 5px solid #64c3c7;
    background: #f9fafd
}

.news-details {
    width: 100%;
    float: left;
    height: auto
}

.post-thumb {
    width: 100%;
    float: left;
    height: auto;
    margin: 0 0 25px
}

.news-details .post-meta {
    margin: 0 0 20px
}

.news-details .content-block h3 {
    text-transform: none;
    padding: 0;
    margin: 0 0 10px
}

.news-details .content-block h3::before {
    width: 0;
    height: 0
}

.content-block ol ol,
.content-block ul ul {
    margin: 0 0 0 5px
}

.news-details .content-block {
    margin: 0 0 70px
}

.comment-title {
    width: 100%;
    float: left;
    height: auto;
    border-bottom: 1px solid #f5f5f5;
    margin: 0 0 40px
}

.comment-form {
    width: 100%;
    float: left;
    height: auto
}

.comment-title h4 {
    font-weight: 600
}

.comment-list {
    width: 100%;
    float: left;
    height: auto;
    position: relative;
    margin: 0 0 30px
}

.comment-list>li {
    width: 100%;
    float: left;
    margin: 0 0 40px
}

.comment-info {
    width: 100%;
    float: left;
    height: auto;
    position: relative
}

.author-avatar {
    position: absolute;
    left: 0;
    top: 0
}

.author-avatar img {
    border-radius: 50%
}

.author-desc {
    width: 100%;
    float: left;
    height: auto;
    padding-left: 90px
}

.author-title {
    font-size: 16px
}

.author-desc p {
    margin: 0 0 15px
}

.author-desc a:hover {
    color: #64c3c7
}

.sidebar {
    width: 100%;
    float: left;
    height: auto
}

.sidebar-item {
    width: 100%;
    float: left;
    height: auto;
    margin: 0 0 40px
}

.sidebar-item h4 {
    padding: 0 0 10px;
    margin: 0 0 15px;
    font-weight: 600;
    position: relative
}

.sidebar-item h4::before {
    width: 50px;
    position: absolute;
    left: 0;
    bottom: 0;
    height: 2px;
    background: #64c3c7;
    content: ''
}

.search-submit {
    border: medium none;
    color: #fff;
    font-size: 13px;
    height: 38px;
    padding: 0 8px;
    text-transform: uppercase;
    background: #64c3c7
}

.archive-list,
.category-list {
    width: 100%;
    float: left
}

.archive-list li,
.category-list li {
    width: 100%;
    float: left
}

.archive-list li .fa,
.category-list li .fa {
    margin-right: 5px;
    color: #8bc34a
}

.archive-list li,
.category-list li {
    border-bottom: 1px solid #f5f5f5
}

.archive-list li a,
.category-list li a {
    display: block;
    padding: 10px 0;
    color: #333;
    font-weight: 400
}

.archive-list li a:hover,
.category-list li a:hover {
    color: #64c3c7
}

.tag-list li {
    width: auto;
    float: left;
    margin: 0 10px 10px 0
}

.tag-list li a {
    border: 1px solid #f5f5f5;
    color: #333;
    display: inline-block;
    font-size: 15px;
    line-height: 21px;
    padding: 6px 15px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    font-weight: 400
}

.tag-list li a:hover {
    color: #fff;
    border-color: #64c3c7;
    background: #64c3c7
}

.comment-form .form-control,
.comment-form .form-control::-moz-placeholder {
    color: #333
}

.input-group button[type=submit] {
    width: 60px;
    height: 54px;
    font-size: 16px;
    text-align: center;
    border: none;
    background: #64c3c7;
    color: #fff;
    cursor: pointer;
    border-radius: 0 3px 3px 0
}

.list-inline-item {
    display: inline-block;
    font-size: 14px;
    color: #333
}

.list-inline-item .fa {
    color: #64c3c7
}

.sidebar-widget {
    padding: 20px;
    margin: 0 0 40px;
    border: 1px solid #f5f5f5;
    border-radius: 3px
}

.sidebar-widget li:last-child {
    border: none
}

.sidebar .sidebar-item:last-child {
    margin: 0
}

.contact-info {
    width: 100%;
    float: left;
    height: auto;
    border: 1px solid #dcdcdc;
    border-radius: 5px;
    padding: 30px 15px;
    margin: 0 0 90px;
    -webkit-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out
}

.contact-info:hover {
    border-color: #64c3c7
}

.contact-info .fa {
    font-size: 30px;
    color: #64c3c7;
    margin: 0 0 20px
}

.contact-info p {
    margin: 0;
    color: #999
}

.contact-info p a {
    color: inherit
}

.contact-info p a:hover {
    color: #64c3c7
}

.form-control {
    height: 54px;
    box-shadow: none !important;
    padding: 10px 15px;
    border: 1px solid #f5f5f5;
    letter-spacing: .5px;
    color: #333;
    border-radius: 3px
}

.form-control:focus {
    border-color: #64c3c7
}

.form-control::-moz-placeholder {
    color: #999
}

.form-control::-webkit-input-placeholder {
    color: #999
}

.form-control::-ms-input-placeholder {
    color: #999
}

.form-group {
    margin-bottom: 30px
}

#footer {
    width: 100%;
    float: left;
    height: auto
}

.footer-top {
    width: 100%;
    float: left;
    height: auto;
    padding: 70px 0;
    background: #0e0e11
}

.footer-widget {
    width: 100%;
    float: left;
    height: auto
}

.footer-widget h3 {
    color: #fff;
    margin: 0 0 30px
}

.footer-widget p {
    color: #fff;
    margin: 0
}

.footer-top ul {
    width: 100%;
    float: left
}

.footer-top ul li {
    width: 100%;
    float: left;
    margin: 0 0 12px;
    color: #fff
}

.footer-top ul li:last-child {
    margin: 0
}

.footer-top ul li a {
    color: #fff
}

.footer-top ul li a:hover {
    color: #64c3c7
}

.footer-widget .fa {
    width: 20px
}

.bussiness-hour li {
    padding-bottom: 12px;
    border-bottom: 1px dashed rgba(255, 255, 255, .3)
}

.footer-bottom {
    width: 100%;
    float: left;
    height: auto;
    background: #000;
    padding: 10px 0
}

.copyright p {
    margin: 0;
    color: #fff;
    line-height: 20px
}

.back-top {
    position: fixed;
    bottom: 15px;
    left: 15px;
    z-index: 9;
    display: none
}

.back-top a {
    width: 40px;
    line-height: 40px;
    background: #64c3c7;
    color: #fff;
    display: inline-block;
    border-radius: 5px;
    text-align: center;
    font-size: 24px
}

.back-top a:hover {
    -webkit-transform: translateY(-10px);
    -ms-transform: translateY(-10px);
    -moz-transform: translateY(-10px);
    transform: translateY(-10px)
}

.modal-header {
    padding: 20px
}

.modal-header h2 {
    margin: 0
}

.modal-body {
    padding: 20px
}

.modal .form-group {
    margin: 0 0 20px
}

.close {
    float: right;
    font-size: 26px;
    font-weight: 700;
    line-height: 1;
    color: #333 !important;
    text-shadow: none;
    opacity: 1 !important;
    position: absolute;
    right: 15px;
    top: 15px;
    z-index: 99
}

.close:hover {
    color: #64c3c7
}

#reservation-form {
    width: 100%;
    display: block
}

#reservation-form label {
    width: 100%;
    display: block;
    font-size: 16px;
    font-weight: 400;
    margin: 0 0 6px;
    text-transform: capitalize
}

.chosen-container {
    width: 100% !important
}

.chosen-container .chosen-single {
    box-shadow: none;
    border: 1px solid #ccc;
    padding: 13px 15px;
    line-height: 16px;
    height: 45px;
    font-size: 17px;
    background: #fff !important;
    color: #333;
    border-radius: 0
}

.chosen-container-active.chosen-with-drop .chosen-single {
    box-shadown: none;
    border-color: #64c3c7
}

.chosen-container .chosen-results {
    margin: 0;
    padding: 0;
    max-height: 260px
}

.chosen-container .chosen-drop {
    box-shadown: none;
    border-color: #64c3c7
}

.chosen-container .chosen-results li {
    padding: 10px 15px;
    line-height: 16px;
    color: #333;
    font-size: 16px;
    cursor: pointer
}

.chosen-container .chosen-results li.active-result.highlighted {
    color: #64c3c7;
    background: #f5f5f5
}

.chosen-container-single .chosen-single div {
    position: absolute;
    top: 0;
    right: 10px;
    display: block;
    width: 18px;
    height: 100%
}

.chosen-container-single .chosen-single div b {
    background-position: left 12px !important
}

.bootstrap-timepicker-widget.dropdown-menu.open,
.datepicker.dropdown-menu {
    opacity: 1;
    visibility: visible;
    -webkit-transition: all 0s ease-in-out;
    -moz-transition: all 0s ease-in-out;
    -ms-transition: all 0s ease-in-out;
    transition: all 0s ease-in-out
}

.modal .input-group-addon {
    padding: 13px 12px;
    font-size: 16px;
    font-weight: 400;
    line-height: 1;
    color: #333;
    text-align: center;
    background-color: #fff;
    border: 1px solid #ccc;
    border-right: none;
    border-radius: 0
}

.modal .form-control {
    padding: 6px 15px;
    height: 45px;
    border: 1px solid #ccc;
    box-shadow: none;
    border-radius: 0
}

.help-block.with-errors {
    color: red
}

.modal .form-control:focus {
    border-color: #64c3c7
}

.bootstrap-timepicker-widget.dropdown-menu {
    left: 38px
}

.submit-block {
    width: 100%;
    display: block;
    height: auto;
    margin: 0
}

.submit-block .btn.btn-default {
    margin-right: 15px
}

input[type=submit].btn.btn-primary {
    border: 2px solid transparent
}

input[type=submit].btn.btn-primary:hover {
    color: #000;
    background: #64c3c7;
    border-color: #64c3c7
}

@media (max-width:479px) {
    .features-info h3 {
        font-size: 14px
    }
    .features-info {
        padding: 29px 10px 33px;
        max-width: 130px
    }
    .submit-block .btn.btn-default {
        margin-right: 10px
    }
}

@media (max-width:575.98px) {
    .row .col-sm-6:nth-last-child(-n+1) .gallery-item {
        margin: 0
    }
    h1 {
        font-size: 22px;
        line-height: 32px
    }
    h2 {
        font-size: 22px;
        line-height: 30px
    }
    .banner-caption p {
        font-size: 14px;
        line-height: 24px
    }
    #banner .carousel-item {
        height: 250px !important
    }
    .col-xs-6 {
        width: 50%
    }
    .inner-page-banner {
        height: 95px
    }
    .breadcrumb-item a {
        font-size: 14px
    }
    .service-info {
        min-height: auto !important
    }
}

@media (min-width:576px) and (max-width:767.98px) {
    .banner-caption h1 {
        font-size: 30px
    }
    .banner-caption h2 {
        font-size: 30px
    }
    
    #banner .carousel-item {
        height: 450px
    }
    .row .col-sm-6:nth-last-child(-n+2) .gallery-item {
        margin: 0
    }
    .inner-page-banner {
        height: 140px
    }
}

@media (max-width:767.98px) {
    .mobile-bg {
        background: #ffffff8f !important;
        padding: 15px !important
    }
    #myheader .navbar-brand img {
        max-width: 100px
    }
    .news-block h3 {
        font-size: 16px;
        line-height: 25px
    }
    .service-info h3 {
        font-size: 16px;
        line-height: 25px
    }
    .modal.show .modal-dialog {
        top: 16%
    }
    .news-bottom {
        min-height: 220px !important
    }
    .container {
        width: 100%;
        max-width: 100%;
        padding: 0 15px !important
    }
    .hero-text {
        max-width: 100%
    }
    .section-spacing {
        overflow-x: hidden;
        padding: 40px 0
    }
    .section-title {
        margin: 0 0 5px
    }
    .service-item {
        margin: 0 0 20px
    }
    .pricing-table {
        margin: 0 0 50px
    }
    .row .col-md-4:nth-last-child(-n+1) .pricing-table {
        margin: 0
    }
    .appoinment-text,
    .img-block,
    .team {
        margin: 10px 0 10px
    }
    .footer-widget h3 {
        margin: 0 0 20px
    }
    .footer-top ul li,
    .footer-widget p {
        font-size: 14px
    }
    .footer-widget {
        margin: 0 0 30px
    }
    .row .col-md-3:nth-last-child(-n+1) .footer-widget {
        margin: 0
    }
    .copyright p {
        font-size: 14px;
        text-align: center;
        margin: 0 0 10px
    }
    ul.social-icons.pull-right {
        width: 100%;
        text-align: center
    }
    .fun-fact-img {
        margin: 0 0 50px
    }
    .contact-info {
        margin: 0 0 50px
    }
    .news-block {
        margin: 0 0 25px
    }
    .sidebar {
        margin: 60px 0 0
    }
}

@media (max-width:991.98px) {
    .banner-caption h2 {
        font-size: 22px
    }
    .banner-caption h1 {
        font-size: 22px
    }
    .banner-caption h6 {
        font-size: 15px
    }
    .inner-page-banner h1 {
        font-size: 25px
    }
    .service-info {
        min-height: 175px
    }
    .mobile-bg {
        max-width: 320px !important
    }
    #banner .carousel-item {
        height: 360px
    }
    #myheader .navbar-brand img {
        max-width: 100px
    }
    .navbar .navbar-nav .nav-item {
        margin: 0
    }
    .navbar .navbar-nav .nav-link {
        padding: 8px 0
    }
    .navbar .navbar-nav .nav-item.btn-appointment .nav-link {
        text-align: center
    }
    .navbar .navbar-nav .nav-item.btn-appointment {
        margin: 12px 0 0
    }
    .navbar .navbar-nav .nav-item:not(.btn-appointment)::after,
    .navbar .navbar-nav .nav-item:not(.btn-appointment)::before {
        display: none
    }
    ul.navbar-nav.ml-auto {
        margin: 8px 0
    }
}

@media (min-width:768px) and (max-width:991.98px) {
    .container {
        width: 768px;
        max-width: 100%
    }
    .navbar {
        padding: 0 15px
    }
    .banner-caption h1 {
        font-size: 20px;
        line-height: 30px
    }
    .news-block h3 {
        font-size: 14px;
        line-height: 20px;
        font-weight: 500
    }
    .footer-top .footer-widget img {
        width: 100px
    }
    .news-bottom {
        padding: 25px 10px 25px;
        min-height: 396px !important
    }
    .banner-caption h2 {
        font-size: 30px
    }
    #banner .carousel-item {
        height: 283px
    }
    .row .col-sm-6:nth-last-child(-n+3) .gallery-item {
        margin: 0
    }
    .copyright p,
    .footer-top ul li,
    .footer-widget p {
        font-size: 12px;
        line-height: 22px
    }
    .copyright p {
        line-height: 30px
    }
    .footer-top ul li {
        margin: 0 0 8px
    }
    .footer-top .row .col-md-3:nth-child(3),
    .footer-top .row .col-md-3:nth-child(4) {
        padding-left: 0
    }
    .features-info {
        padding: 41px 10px 45px
    }
    .inner-page-banner {
        height: 170px !important;
        background-position:center !important;
    }
    .contact-info p {
        font-size: 14px;
        line-height: 26px
    }
}
@media (min-width:1201px) and (max-width:1400px) {
    .inner-page-banner{
        height: 236px;
    }
   .our-team .cst-sect{
        max-width:1250px;
        padding-right:40px !important;
    }
    .our-team .owl-dots{
        width: 20px !important;
        position: absolute;
        top: 20%;
        right: -25px !important;
    }
    .team{
        max-width:250px;
    }
    #myheader .navbar-brand img{
        max-width:100px;
    }
    .navbar .navbar-nav .nav-link{
        font-size: 13px;
    }
}
@media (min-width:992px) and (max-width:1200px) {
    
    .team {
    max-width: 270px !important;
    margin-left:0px !important;
   }
   
    .inner-page-banner {
        height: 190px
    }
    #banner .carousel-item {
        height: 450px
    }
    .mobile-bg {
        max-width: 400px
    }
    .banner-caption h1 {
        font-size: 20px;
        line-height: 25px
    }
    .banner-caption h1 {
        font-size: 20px;
        line-height: 25px
    }
    #myheader img {
        max-width: 100px
    }
    .news-block h3 {
        font-size: 16px;
        line-height: 25px
    }
    .service-info h3 {
        font-size: 18px !important
    }
    .news-bottom {
        min-height: 380px !important
    }
    .navbar .navbar-nav .nav-item {
        margin-left: 5px
    }
    .navbar .navbar-nav .nav-link {
        font-size: 15px
    }
    .navbar .navbar-nav .nav-item.btn-appointment {
        margin-left: 5px
    }
    .row .col-sm-6:nth-last-child(-n+3) .gallery-item {
        margin: 0
    }
    .copyright p,
    .footer-top ul li,
    .footer-widget p {
        font-size: 15px
    }
}

@media (min-width:1200px) {
    .about-sec .service-info {
        min-height: 230px !important
    }
    .row .col-sm-6:nth-last-child(-n+3) .gallery-item {
        margin: 0
    }
}

.features-info h3 {
    font-size: 15px;
    font-weight: 600
}

.about-slider#banner .carousel-item {
    height: 450px
}

.about-slider .hero-text {
    max-width: 1000px
}

.hexa {
    border: 0;
    float: left;
    text-align: center;
    height: 35px;
    width: 60px;
    font-size: 22px;
    background: #f0f0f0;
    color: #3c3c3c;
    position: relative;
    margin-top: 15px
}

.hexa:before {
    content: "";
    position: absolute;
    left: 0;
    width: 0;
    height: 0;
    border-bottom: 15px solid #f0f0f0;
    border-left: 30px solid transparent;
    border-right: 30px solid transparent;
    top: -15px
}

.hexa:after {
    content: "";
    position: absolute;
    left: 0;
    width: 0;
    height: 0;
    border-left: 30px solid transparent;
    border-right: 30px solid transparent;
    border-top: 15px solid #f0f0f0;
    bottom: -15px
}

.timeline {
    position: relative;
    padding: 0;
    width: 100%;
    margin-top: 20px;
    list-style-type: none
}

.timeline:before {
    position: absolute;
    left: 50%;
    top: 0;
    content: ' ';
    display: block;
    width: 2px;
    height: 100%;
    margin-left: -1px;
    background: #d5d5d5;
    background: -moz-linear-gradient(top, rgba(213, 213, 213, 0) 0, #d5d5d5 8%, #d5d5d5 92%, rgba(213, 213, 213, 0) 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #1e5799), color-stop(100%, #7db9e8));
    background: -webkit-linear-gradient(top, rgba(213, 213, 213, 0) 0, #d5d5d5 8%, #d5d5d5 92%, rgba(213, 213, 213, 0) 100%);
    background: -o-linear-gradient(top, rgba(213, 213, 213, 0) 0, #d5d5d5 8%, #d5d5d5 92%, rgba(213, 213, 213, 0) 100%);
    background: -ms-linear-gradient(top, rgba(213, 213, 213, 0) 0, #d5d5d5 8%, #d5d5d5 92%, rgba(213, 213, 213, 0) 100%);
    background: linear-gradient(to bottom, rgba(213, 213, 213, 0) 0, #d5d5d5 8%, #d5d5d5 92%, rgba(213, 213, 213, 0) 100%);
    z-index: 5
}

.timeline li {
    padding: 1em 0
}

.timeline .hexa {
    width: 16px;
    height: 10px;
    position: absolute;
    background: #00c4f3;
    z-index: 5;
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
    top: -30px;
    margin-top: 0
}

.timeline .hexa:before {
    border-bottom: 4px solid #00c4f3;
    border-left-width: 8px;
    border-right-width: 8px;
    top: -4px
}

.timeline .hexa:after {
    border-left-width: 8px;
    border-right-width: 8px;
    border-top: 4px solid #00c4f3;
    bottom: -4px
}

.direction-l,
.direction-r {
    float: none;
    width: 100%;
    text-align: center
}

.flag-wrapper {
    text-align: center;
    position: relative
}

.flag {
    position: relative;
    display: inline;
    background: #fff;
    font-weight: 600;
    z-index: 15;
    padding: 6px 10px;
    text-align: left;
    border-radius: 5px
}

.direction-l .flag:after,
.direction-r .flag:after {
    content: "";
    position: absolute;
    left: 50%;
    top: -15px;
    height: 0;
    width: 0;
    margin-left: -7px;
    border: solid transparent;
    border-bottom-color: #fff;
    border-width: 8px;
    pointer-events: none
}

.direction-l .flag {
    -webkit-box-shadow: -1px 1px 1px rgba(0, 0, 0, .15), 0 0 1px rgba(0, 0, 0, .15);
    -moz-box-shadow: -1px 1px 1px rgba(0, 0, 0, .15), 0 0 1px rgba(0, 0, 0, .15);
    box-shadow: -1px 1px 1px rgba(0, 0, 0, .15), 0 0 1px rgba(0, 0, 0, .15)
}

.direction-r .flag {
    -webkit-box-shadow: 1px 1px 1px rgba(0, 0, 0, .15), 0 0 1px rgba(0, 0, 0, .15);
    -moz-box-shadow: 1px 1px 1px rgba(0, 0, 0, .15), 0 0 1px rgba(0, 0, 0, .15);
    box-shadow: 1px 1px 1px rgba(0, 0, 0, .15), 0 0 1px rgba(0, 0, 0, .15)
}

.time-wrapper {
    display: block;
    position: relative;
    margin: 4px 0 0 0;
    z-index: 14;
    line-height: 1em;
    vertical-align: middle;
    color: #fff
}

.direction-l .time-wrapper {
    float: none
}

.direction-r .time-wrapper {
    float: none
}

.time {
    background: #00c4f3;
    display: inline-block;
    padding: 8px
}

.desc {
    position: relative;
    margin: 1em 0 0 0;
    padding: 1em;
    background: #fefefe;
    -webkit-box-shadow: 0 0 1px rgba(0, 0, 0, .2);
    -moz-box-shadow: 0 0 1px rgba(0, 0, 0, .2);
    box-shadow: 0 0 1px rgba(0, 0, 0, .2);
    z-index: 15
}

.direction-l .desc,
.direction-r .desc {
    position: relative;
    margin: 1em 1em 0 1em;
    padding: 1em;
    z-index: 15
}

@media(min-width:768px) {
    .our-team .item.row {
        margin-left: 15px !important
    }
    .timeline {
        width: 660px;
        margin: 0 auto;
        margin-top: 20px
    }
    .timeline li:after {
        content: "";
        display: block;
        height: 0;
        clear: both;
        visibility: hidden
    }
    .timeline .hexa {
        left: -28px;
        right: auto;
        top: 8px
    }
    .timeline .direction-l .hexa {
        left: auto;
        right: -28px
    }
    .direction-l {
        position: relative;
        width: 310px;
        float: left;
        text-align: right
    }
    .direction-r {
        position: relative;
        width: 310px;
        float: right;
        text-align: left
    }
    .flag-wrapper {
        display: inline-block
    }
    .flag {
        font-size: 18px
    }
    .direction-l .flag:after {
        left: auto;
        right: -16px;
        top: 50%;
        margin-top: -8px;
        border: solid transparent;
        border-left-color: #fefefe;
        border-width: 8px
    }
    .direction-r .flag:after {
        top: 50%;
        margin-top: -8px;
        border: solid transparent;
        border-right-color: #fefefe;
        border-width: 8px;
        left: -8px
    }
    .time-wrapper {
        display: inline;
        vertical-align: middle;
        margin: 0
    }
    .direction-l .time-wrapper {
        float: left
    }
    .direction-r .time-wrapper {
        float: right
    }
    .time {
        padding: 5px 10px
    }
    .direction-r .desc {
        margin: 1em 0 0 .75em
    }
}

@media(min-width:992px) {
    .timeline {
        width: 800px;
        margin: 0 auto;
        margin-top: 20px
    }
    .direction-l {
        position: relative;
        width: 380px;
        float: left;
        text-align: right
    }
    .direction-r {
        position: relative;
        width: 380px;
        float: right;
        text-align: left
    }
}

.team-info h3 {
    font-size: 16px
}

.news-details ul,
ol {
    margin: 0;
    list-style-type: disc;
    padding-left: 20px;
    padding-bottom: 10px
}

.shareing {
    float: right
}

.shareing .list-inline-item {
    color: #0e0e11;
    font-size: 18px;
    padding-left: 0
}

.shareing .list-inline-item .fa {
    color: #3c4444
}

.bg-1 {
    font-size: 20px;
    width: 50%;
    background: #ffc7ce
}

.bg-2 {
    background: #c6efce;
    width: 50%;
    font-size: 20px
}

.table th h3 {
    padding-top: 10px;
    font-size: 22px
}

.bg-3 {
    color: #fff;
    background: #13b1da
}

.bg-4 {
    background: #1ea349;
    color: #fff
}

.thead-bg {
    background: #d53a3b;
    color: #fff;
    font-size: 18px;
    font-weight: 500
}

.table {
    margin-bottom: 0
}

.hero-text span {
    color: red
}

#service-carousel .owl-nav {
    display: none !important
}

#service-carousel .owl-dots {
    margin-top: 0 !important
}

#service-carousel .owl-dots.disabled {
    display: block !important
}

.nav-pills .nav-link {
    margin: 10px;
    color: #ffff;
    background: #13b0da;
    border-radius: .25rem
}

.nav-pills .nav-link.active,
.nav-pills .show>.nav-link {
    color: #fff;
    background-color: #1ea349
}

textarea.form-control {
    min-height: 85px
}

.table tr th a {
    color: #0006b5
}

.table .bg-5 {
    width: 90px !important
}

.table .bg-7 {
    text-align: center !important;
    width: 100px !important
}

.our-team .owl-nav {
    text-align: center !important;
    margin: 0 auto !important
}

.our-team button span {
    font-size: 50px;
    display: none
}

.our-team .owl-dots {
    width: auto;
    position: absolute;
    top: 20%;
    right: -50px
}

.contact-info {
    min-height: 196px
}

.our-team .owl-dots .owl-dot {
    display: block;
    width: 25px;
    height: 12px
}

@media(max-width:767px) {
    .timeline {
        width: 100%;
        margin: 0 auto;
        margin-top: 20px
    }
    .timeline li:after {
        content: "";
        display: block;
        height: 0;
        clear: both;
        visibility: hidden
    }
    .timeline .hexa {
        left: -14px;
        right: auto;
        top: 8px
    }
    .timeline .direction-l .hexa {
        left: auto;
        right: -15px
    }
    .direction-l {
        position: relative;
        width: 48%;
        float: left;
        text-align: right
    }
    .direction-r {
        position: relative;
        width: 48%;
        float: right;
        text-align: left
    }
    .flag-wrapper {
        display: inline-block
    }
    .flag {
        padding: 6px 3px;
        margin: 0 8px;
        font-size: 14px;
        box-shadow: none !important;
        position: relative;
        display: inline;
        background: #fff0
    }
    .direction-l .flag:after {
        left: auto;
        right: -16px;
        top: 50%;
        margin-top: -8px;
        border: solid transparent;
        border-left-color: #fefefe;
        border-width: 8px
    }
    .direction-r .flag:after {
        top: 50%;
        margin-top: -8px;
        border: solid transparent;
        border-right-color: #fefefe;
        border-width: 8px;
        left: -8px
    }
    .time-wrapper {
        display: inline;
        vertical-align: middle;
        margin: 0
    }
    .direction-l .time-wrapper {
        float: left
    }
    .direction-r .time-wrapper {
        float: none
    }
    .time {
        padding: 5px 10px
    }
    .direction-r .desc {
        margin: 1em 0 0 .75em
    }
}

@media (max-width:599px) {
    .service-info h3{
        text-tranform:uppercase;
      }
    .inner-page-banner.abt-m-res{
        background-position: 100% center;
    }
    .navbar{
        padding: 0 10px !important;
    }
    .our-team .owl-dots {
        right: 0
    }
    .custom-div {
        margin-left: 10% !important;
        overflow: hidden !important
    }
    .our-team .custom-div {
        margin: 0 auto;
        overflow: hidden;
        padding: 40px 10px
    }
    .img-block, .team, appoinment-text{
        margin: 10px 20% 10px !important;
    }
}

@media (max-width:440px) {
    .time-wrapper .time{
        display:none !important;
    }
     .mb-sl-1{
         background-position: 80% center !important;
     }
    .page-banner-caption  h1 {
    max-width: 60%;
    padding-left: 0px;
    font-size: 16px !important;
    line-height: 19px;
    }
    #banner .carousel-item {
        height: 210px !important
    }
    .img-block,
    .team,
    appoinment-text {
        margin: 10px 15% 10px !important
    }
}
@media (max-width: 320px){
.inner-page-banner {
    height: 60px !important;
}}

.pdf-sec h1, .pdf-sec h2, .pdf-sec h3, .pdf-sec h4{
    font-family: 'Arial', sans-serif !important;
}

.pdf-sec h3{
    font-size:24px;
}
/*-------------new Pages Css-----------------------*/
.pdf-sec{
    padding: 40px 50px;
    position: relative;
}
.pdf-sec .archive-list li a{
    display: block;
    padding: 10px 0;
    color: #fff;
    font-weight: 600;
}
.pdf-sec .sidebar-widget h3{
    color:#fff;
}
.pdf-sec .sidebar-widget {
    top:100px;
    /*max-width: 350px;*/
    z-index: 1;
    padding: 20px;
    margin: 0 0 40px;
    border: 1px solid #f5f5f5;
    border-radius: 3px;
    background: #0d89ab;
}
.video-sec .service-info{
  background: #F1F1F1;
  padding: 40px !important;
}

.video-sec-1 .service-info{
  background: #FFFFFF;
  padding: 40px !important;
}


.hr {
    width: 100%;
    border: none;
    position: relative;
    height: 5px;
    color: #4e555a;
    background-color: #4e555a;
    margin: 0 0 37px !important;
    overflow: visible;
}
.video-sec-1 .btn-normal, .video-sec .btn-normal {
    font-size: 14px;
    margin-bottom: 10px;
    font-weight: 600;
    word-break: break-all !important;
    text-align: center !important;
    overflow: hidden;
}
.video-sec a,  .video-sec-1 a{
     word-break: break-all !important;
} 
.org-sec img{
    margin-bottom:15px;
}
   .bg-pt {
    margin-bottom: 25px !important;
    background: #fff4f42e;
    padding: 20px 0;
    border: 1px solid #ccc;
    border-radius: 5px;
}
.bg-pt img{ 
    width:100%;
}
@media (max-width: 991px){
    .pdf-sec h3 {
    font-size: 20px;
}
.pdf-sec {
    padding: 40px 10px;
}
.video-sec-1 .btn-normal, .video-sec .btn-normal {
    font-size: 12px;}}
 .inverse-bg-1{
       background: #f9fafd80 !important; 
    }
    
    @media (max-width: 767px){
       .big-s{
           display:none;
       } 
    }
     @media (min-width: 768px){
       .sm-s{
           display:none;
       } 
       .pdf-sec{
           min-height: 500px;
       }
    }
    
    .Billions a{
            font-size: 18px;
            margin: 0;
    color: #000;
   font-weight:800;
    line-height: 20px;
    }
    
    
    video{
        max-width:100% !important;
    }