@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@300&family=Poppins&family=Raleway&family=Roboto&family=Source+Sans+3&display=swap');

body {
    padding: 0;
    margin: 0;
    font-family: 'Poppins', sans-serif;
    font-size: 16px
}

.cryptedmail:after {
    content: attr(data-name) "@" attr(data-domain) "." attr(data-tld)
}

@media screen and (max-width:1025px) {
    .cryptedmail:after {
        content: attr() " " attr() " " attr()
    }
}

a {
    text-decoration: none;
    -webkit-transition: .6s;
    transition: .6s;
    color: #222;
    display: inline-block
}

a:hover,
a:focus {
    color: #00c6b2;
    text-decoration: none
}

button {
    outline: 0 !important
}

p {
    margin-bottom: 15px;
    line-height: 1.8;
    color: #6a6c72;
    font-weight: 400;
    font-family: poppins, sans-serif;
    font-size: 16px
}

p:last-child {
    margin-bottom: 0
}

i {
    line-height: normal
}

.d-table {
    width: 100%;
    height: 100%
}

.d-table-cell {
    vertical-align: middle
}

img {
    max-width: 100%;
    height: auto;
    display: inline-block
}

.ptb-100 {
    padding-top: 100px;
    padding-bottom: 100px
}

.pt-100 {
    padding-top: 100px
}

.pb-100 {
    padding-bottom: 100px
}

.pb-70 {
    padding-bottom: 70px
}

.pb-75 {
    padding-bottom: 75px
}

.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
    color: #091e3e;
    font-family: poppins, sans-serif;
    font-weight: 700
}

.h1:last-child,
.h2:last-child,
.h3:last-child,
.h4:last-child,
.h5:last-child,
.h6:last-child,
h1:last-child,
h2:last-child,
h3:last-child,
h4:last-child,
h5:last-child,
h6:last-child {
    margin-bottom: 0
}

.default-btn {
    display: inline-block;
    background-color: #00c6b2;
    color: #fff;
    padding: 18px 35px;
    font-size: 15px;
    font-weight: 500;
    -webkit-transition: .6s;
    transition: .6s;
    border-radius: 5px
}

.default-btn:hover {
    background-color: #124390;
    color: #fff
}

.section-title-warp {
    margin-bottom: 45px
}

.section-title-warp .sub-title {
    display: inline-block;
    color: #6a6c72;
    font-size: 15px;
    font-weight: 500;
    background-color: #fff;
    -webkit-box-shadow: 0 15px 35px rgba(0, 0, 0, .1);
    box-shadow: 0 15px 35px rgba(0, 0, 0, .1);
    padding: 10px 20px;
    border-radius: 50px
}

.section-title-warp .sub-title i {
    color: #14e49a;
    margin-right: 5px;
    font-size: 14px
}

.section-title-warp h2,
.section-title-warp h3 {
    font-size: 38px;
    margin-top: 22px;
    margin-bottom: 0;
    line-height: 1.4
}

.section-warp-btn {
    text-align: right
}

.section-warp-btn .default-btn {
    padding: 20px 45px;
    font-size: 16px
}

.section-title {
    text-align: center;
    max-width: 750px;
    margin: 0 auto 45px
}

.section-title .sub-title {
    display: inline-block;
    color: #6a6c72;
    font-size: 15px;
    font-weight: 500;
    background-color: #fff;
    -webkit-box-shadow: 0 15px 35px rgba(0, 0, 0, .1);
    box-shadow: 0 15px 35px rgba(0, 0, 0, .1);
    padding: 10px 20px;
    border-radius: 50px
}

.section-title .sub-title i {
    color: #14e49a;
    margin-right: 5px;
    font-size: 14px
}

.section-title h2 {
    font-size: 38px;
    margin-top: 22px;
    margin-bottom: 15px;
    line-height: 1.4
}

.preloader {
    position: fixed;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 99999;
    background-color: #fff
}

.preloader .loader {
    left: 50%;
    top: 45%;
    -webkit-transform: translateX(-50%) translateY(-45%);
    transform: translateX(-50%) translateY(-45%);
    position: absolute
}

.preloader .loader .sbl-half-circle-spin {
    height: 50px;
    width: 50px;
    color: #00c6b2;
    display: inline-block;
    position: relative;
    border: 1px solid;
    border-radius: 50%;
    -webkit-animation: rotate3d 2s linear infinite;
    animation: rotate3d 2s linear infinite
}

@-webkit-keyframes rotate3d {
    0% {
        -webkit-transform: rotateY(0deg);
        transform: rotateY(0deg)
    }
    100% {
        -webkit-transform: rotateY(360deg);
        transform: rotateY(360deg)
    }
}

@keyframes rotate3d {
    0% {
        -webkit-transform: rotateY(0deg);
        transform: rotateY(0deg)
    }
    100% {
        -webkit-transform: rotateY(360deg);
        transform: rotateY(360deg)
    }
}

.top-header-area {
    padding-top: 10px;
    padding-bottom: 10px;
    background-color: #f7f7f7
}

.top-header-information {
    padding-left: 0;
    margin-bottom: 0
}

.top-header-information li {
    font-size: 15px;
    color: #222;
    font-weight: 500;
    list-style-type: none;
    display: inline-block;
    position: relative;
    margin-right: 15px;
    padding-left: 22px
}

.top-header-information li:last-child {
    margin-right: 0
}

.top-header-information li i {
    position: absolute;
    left: 0;
    top: 2px;
    color: #00c6b2;
    font-size: 16px
}

.top-header-information li a {
    color: #222
}

.top-header-information li a:hover {
    color: #00c6b2
}

.top-header-optional {
    padding-left: 0;
    margin-bottom: 0;
    text-align: right
}

.top-header-optional li {
    list-style-type: none;
    display: inline-block;
    margin-right: 10px
}

.top-header-optional li:last-child {
    margin-right: 0
}

.top-header-optional li a {
    margin: 0 2px
}

.top-header-optional li a i {
    display: inline-block;
    height: 30px;
    width: 30px;
    line-height: 30px;
    background-color: #fff;
    color: #00c6b2;
    -webkit-box-shadow: 0 2px 28px 0 rgba(0, 0, 0, .09);
    box-shadow: 0 2px 28px 0 rgba(0, 0, 0, .09);
    text-align: center;
    font-size: 16px;
    border-radius: 50px;
    -webkit-transition: .6s;
    transition: .6s
}

.top-header-optional li a i:hover {
    background-color: #00c6b2;
    color: #fff;
    -webkit-transform: translateY(-2px);
    transform: translateY(-2px)
}

.footer-optional a {
    margin: 0 2px
}

.footer-optional a i {
    display: inline-block;
    height: 30px;
    width: 30px;
    line-height: 30px;
    background-color: #fff;
    color: #00c6b2;
    -webkit-box-shadow: 0 2px 28px 0 rgba(0, 0, 0, .09);
    box-shadow: 0 2px 28px 0 rgba(0, 0, 0, .09);
    text-align: center;
    font-size: 30px;
    margin-top: 27px;
    border-radius: 50px;
    -webkit-transition: .6s;
    transition: .6s
}

.footer-optional a i:hover {
    background-color: #00c6b2;
    color: #fff;
    -webkit-transform: translateY(-2px);
    transform: translateY(-2px)
}

.footer-optional .languages-list .nice-select {
    background-color: transparent;
    border-radius: 0;
    border: none;
    font-size: 15px;
    font-weight: 500;
    height: auto;
    line-height: initial;
    color: #222;
    padding-left: 0;
    padding-right: 20px;
    position: relative;
    top: -2px
}

.top-header-optional .languages-list .nice-select {
    background-color: transparent;
    border-radius: 0;
    border: none;
    font-size: 15px;
    font-weight: 500;
    height: auto;
    line-height: initial;
    color: #222;
    padding-left: 0;
    padding-right: 20px;
    position: relative;
    top: -2px
}

.top-header-optional .languages-list .nice-select::after {
    border-color: #00c6b2;
    height: 8px;
    width: 8px;
    right: 5px;
    margin-top: -5px
}

.top-header-optional .languages-list .nice-select .list {
    background-color: #fff;
    -webkit-box-shadow: 0 2px 28px 0 rgba(0, 0, 0, .09);
    box-shadow: 0 2px 28px 0 rgba(0, 0, 0, .09);
    border-radius: 0;
    height: 200px;
    overflow-y: scroll;
    margin-top: 10px;
    margin-bottom: 0
}

.top-header-optional .languages-list .nice-select .list .option {
    line-height: 40px;
    min-height: 40px;
    color: #6a6c72;
    padding-left: 15px;
    padding-top: 5px;
    padding-right: 15px;
    display: inherit;
    margin-right: 0
}

.top-header-optional .languages-list .nice-select .list .option.selected {
    background-color: #00c6b2 !important;
    color: #fff;
    font-weight: 400
}

.top-header-optional .languages-list .nice-select .list::-webkit-scrollbar {
    display: none
}

.middle-header-area {
    padding-top: 15px;
    padding-bottom: 15px
}

.middle-header h1 {
    font-size: 45px;
    margin-bottom: 0
}

.middle-header h1 a {
    color: #222
}

.middle-header-content {
    text-align: right;
    padding-left: 0;
    list-style-type: none;
    margin-bottom: 0
}

.middle-header-content li {
    display: inline-block;
    position: relative;
    text-align: left;
    padding-left: 55px;
    font-size: 14px;
    font-weight: 400;
    color: #6a6c72;
    margin-right: 30px
}

.middle-header-content li i {
    position: absolute;
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    color: #00c6b2;
    font-size: 38px
}

.middle-header-content li span {
    display: block;
    font-size: 18px;
    font-weight: 500;
    color: #222;
    margin-top: 5px
}

.middle-header-content li:last-child {
    margin-right: 0
}

.main-responsive-nav {
    display: none
}

.main-navbar {
    padding: 10px 0;
    background-color: #f7f7f7
}

.main-navbar .navbar {
    -webkit-transition: .6s;
    transition: .6s;
    padding: 0
}

.main-navbar .navbar .navbar-brand {
    padding: 0
}

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

.main-navbar .navbar .navbar-nav {
    margin-right: auto
}

.main-navbar .navbar .navbar-nav .nav-item {
    position: relative;
    margin-left: 20px;
    margin-right: 20px
}

.main-navbar .navbar .navbar-nav .nav-item a {
    color: #222;
    font-size: 16px;
    font-weight: 600;
    padding-left: 0;
    padding-right: 0;
    padding-top: 18px;
    padding-bottom: 18px;
    -webkit-transition: .6s;
    transition: .6s;
    position: relative
}

.main-navbar .navbar .navbar-nav .nav-item a::before {
    content: "";
    position: absolute;
    bottom: 2px;
    right: 0;
    width: 0;
    height: 2px;
    background-color: #00c6b2;
    -webkit-transition: all ease .5s;
    transition: all ease .5s
}

.main-navbar .navbar .navbar-nav .nav-item a i {
    font-size: 18px;
    position: relative;
    top: 3px;
    display: inline-block;
    margin-left: 3px;
    margin-right: -5px
}

.main-navbar .navbar .navbar-nav .nav-item a:hover,
.main-navbar .navbar .navbar-nav .nav-item a:focus,
.main-navbar .navbar .navbar-nav .nav-item a.active {
    color: #00c6b2
}

.main-navbar .navbar .navbar-nav .nav-item a:hover::before,
.main-navbar .navbar .navbar-nav .nav-item a:focus::before,
.main-navbar .navbar .navbar-nav .nav-item a.active::before {
    width: 100%;
    right: auto;
    left: 0
}

.main-navbar .navbar .navbar-nav .nav-item:last-child {
    margin-right: 0
}

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

.main-navbar .navbar .navbar-nav .nav-item:hover a,
.main-navbar .navbar .navbar-nav .nav-item.active a {
    color: #00c6b2
}

.main-navbar .navbar .navbar-nav .nav-item .dropdown-menu {
    border: none;
    top: 60px;
    left: 0;
    z-index: 99;
    opacity: 0;
    width: 230px;
    display: block;
    border-radius: 0;
    padding: 10px 0;
    position: absolute;
    visibility: hidden;
    opacity: 0;
    margin-top: 10px;
    background: #fff;
    -webkit-transition: .6s;
    transition: .6s;
    -webkit-box-shadow: 0 0 15px 0 rgba(0, 0, 0, .1);
    box-shadow: 0 0 15px 0 rgba(0, 0, 0, .1)
}

.main-navbar .navbar .navbar-nav .nav-item .dropdown-menu li {
    margin: 0
}

.main-navbar .navbar .navbar-nav .nav-item .dropdown-menu li a {
    padding: 5px 20px;
    position: relative;
    display: block;
    color: #222;
    font-size: 15px;
    font-weight: 500
}

.main-navbar .navbar .navbar-nav .nav-item .dropdown-menu li a i {
    margin: 0;
    position: absolute;
    top: 50%;
    font-size: 20px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    right: 15px
}

.main-navbar .navbar .navbar-nav .nav-item .dropdown-menu li a:hover,
.main-navbar .navbar .navbar-nav .nav-item .dropdown-menu li a:focus,
.main-navbar .navbar .navbar-nav .nav-item .dropdown-menu li a.active {
    color: #00c6b2
}

.main-navbar .navbar .navbar-nav .nav-item .dropdown-menu li a:hover::before,
.main-navbar .navbar .navbar-nav .nav-item .dropdown-menu li a:focus::before,
.main-navbar .navbar .navbar-nav .nav-item .dropdown-menu li a.active::before {
    display: none
}

.main-navbar .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu {
    top: 0;
    opacity: 0;
    right: -230px;
    left: auto;
    visibility: hidden;
    -webkit-transform: translateY(5px);
    transform: translateY(5px)
}

.main-navbar .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li a {
    color: #222
}

.main-navbar .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li a:hover,
.main-navbar .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li a:focus,
.main-navbar .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li a.active {
    color: #00c6b2
}

.main-navbar .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu {
    top: 0;
    opacity: 0;
    left: 230px;
    visibility: hidden
}

.main-navbar .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li a {
    color: #222
}

.main-navbar .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li a:hover,
.main-navbar .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li a:focus,
.main-navbar .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li a.active {
    color: #00c6b2
}

.main-navbar .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu {
    top: 0;
    opacity: 0;
    left: -230px;
    visibility: hidden
}

.main-navbar .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a {
    color: #222
}

.main-navbar .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a:hover,
.main-navbar .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a:focus,
.main-navbar .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a.active {
    color: #06a3da
}

.main-navbar .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu {
    top: 0;
    opacity: 0;
    left: 230px;
    visibility: hidden
}

.main-navbar .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a {
    color: #222
}

.main-navbar .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a:hover,
.main-navbar .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a:focus,
.main-navbar .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a.active {
    color: #00c6b2
}

.main-navbar .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu {
    top: 0;
    opacity: 0;
    left: -230px;
    visibility: hidden
}

.main-navbar .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a {
    color: #222
}

.main-navbar .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a:hover,
.main-navbar .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a:focus,
.main-navbar .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a.active {
    color: #00c6b2
}

.main-navbar .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu {
    top: 0;
    opacity: 0;
    left: 230px;
    visibility: hidden
}

.main-navbar .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a {
    color: #222
}

.main-navbar .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a:hover,
.main-navbar .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a:focus,
.main-navbar .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a.active {
    color: #00c6b2
}

.main-navbar .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li.active a {
    color: #00c6b2
}

.main-navbar .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li:hover .dropdown-menu {
    opacity: 1;
    visibility: visible
}

.main-navbar .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li.active a {
    color: #00c6b2
}

.main-navbar .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li:hover .dropdown-menu {
    opacity: 1;
    visibility: visible
}

.main-navbar .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li.active a {
    color: #00c6b2
}

.main-navbar .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li:hover .dropdown-menu {
    opacity: 1;
    visibility: visible
}

.main-navbar .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li.active a {
    color: #00c6b2
}

.main-navbar .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li:hover .dropdown-menu {
    opacity: 1;
    visibility: visible
}

.main-navbar .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li.active a {
    color: #00c6b2
}

.main-navbar .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li:hover .dropdown-menu {
    opacity: 1;
    visibility: visible
}

.main-navbar .navbar .navbar-nav .nav-item .dropdown-menu li.active a {
    color: #00c6b2
}

.main-navbar .navbar .navbar-nav .nav-item .dropdown-menu li:hover .dropdown-menu {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translateY(0);
    transform: translateY(0)
}

.main-navbar .navbar .navbar-nav .nav-item:hover .dropdown-menu {
    opacity: 1;
    visibility: visible;
    margin-top: 0
}

.main-navbar .navbar .others-options .option-item {
    margin-right: 25px
}

.main-navbar .navbar .others-options .option-item:last-child {
    margin-right: 0
}

.main-navbar .navbar .others-options .option-item .search-btn a i {
    font-size: 22px;
    color: #222;
    -webkit-transition: .6s;
    transition: .6s
}

.main-navbar .navbar .others-options .option-item .search-btn a i:hover {
    color: #00c6b2
}

.main-navbar .navbar .others-options .option-item .navbar-btn .default-btn {
    display: inline-block;
    background-color: #00c6b2;
    color: #fff;
    padding: 15px 25px;
    font-size: 15px;
    font-weight: 500;
    -webkit-transition: .6s;
    transition: .6s;
    border-radius: 5px
}

.main-navbar .navbar .others-options .option-item .navbar-btn .default-btn:hover {
    background-color: #124390
}

.navbar-area.is-sticky {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 999;
    background: #fff !important;
    -webkit-animation: 500ms ease-in-out 0s normal none 1 running fadeInDown;
    animation: 500ms ease-in-out 0s normal none 1 running fadeInDown;
    -webkit-transition: .6s;
    transition: .6s
}

.others-option-for-responsive {
    display: none
}

.others-option-for-responsive .dot-menu {
    padding: 0 10px;
    height: 30px;
    cursor: pointer;
    z-index: 9991;
    position: absolute;
    right: 60px;
    top: -28px
}

.others-option-for-responsive .dot-menu .inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 30px
}

.others-option-for-responsive .dot-menu .inner .circle {
    height: 5px;
    width: 5px;
    border-radius: 100%;
    margin: 0 2px;
    -webkit-transition: .6s;
    transition: .6s;
    background-color: #222
}

.others-option-for-responsive .dot-menu:hover .inner .circle {
    background-color: #00c6b2
}

.others-option-for-responsive .container {
    position: relative
}

.others-option-for-responsive .container .container {
    position: absolute;
    right: 0;
    top: 10px;
    max-width: 260px;
    background-color: #fff;
    -webkit-box-shadow: 0 0 15px 0 rgba(0, 0, 0, .1);
    box-shadow: 0 0 15px 0 rgba(0, 0, 0, .1);
    margin-left: auto;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: .6s;
    transition: .6s;
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    z-index: 2;
    padding-left: 15px;
    padding-right: 15px
}

.others-option-for-responsive .container .container.active {
    opacity: 1;
    visibility: visible;
    -webkit-transform: scaleX(1);
    transform: scaleX(1)
}

.others-option-for-responsive .option-inner .others-options .option-item {
    margin-right: 25px
}

.others-option-for-responsive .option-inner .others-options .option-item:last-child {
    margin-right: 0
}

.others-option-for-responsive .option-inner .others-options .option-item .search-btn a i {
    font-size: 22px;
    color: #222;
    -webkit-transition: .6s;
    transition: .6s
}

.others-option-for-responsive .option-inner .others-options .option-item .search-btn a i:hover {
    color: #06a3da
}

.others-option-for-responsive .option-inner .others-options .option-item .navbar-btn .default-btn {
    display: inline-block;
    background-color: #06a3da;
    color: #fff;
    padding: 20px 35px;
    font-size: 16px;
    font-weight: 500;
    -webkit-transition: .6s;
    transition: .6s;
    border-radius: 5px
}

.others-option-for-responsive .option-inner .others-options .option-item .navbar-btn .default-btn:hover {
    background-color: #124390
}

.searchmodal .modal-dialog {
    width: 100%;
    height: 100%;
    max-width: 100%;
    margin: 0;
    display: table
}

.searchmodal .modal-content {
    height: 100%;
    border-radius: 0;
    border: none;
    display: table-cell;
    vertical-align: middle;
    background-color: #222;
    opacity: .77
}

.searchmodal .modal-body {
    max-width: 700px;
    margin: auto;
    padding: 0
}

.searchmodal .modal-header {
    border: none
}

.searchmodal .modal-header button {
    position: relative
}

.searchmodal .modal-header button.close {
    position: absolute;
    right: 25px;
    top: 25px;
    display: inline-block;
    height: 50px;
    width: 50px;
    line-height: 55px;
    background-color: #eee;
    border-radius: 50px;
    color: #06a3da;
    border: none;
    font-size: 35px;
    -webkit-transition: .6s;
    transition: .6s
}

.searchmodal .modal-header button.close:hover,
.searchmodal .modal-header button.close:focus {
    background-color: #06a3da;
    color: #fff
}

.modal-search-form {
    position: relative
}

.modal-search-form .search-field {
    background-color: transparent;
    height: 60px;
    padding: 8px 15px;
    border: 1px solid #eee;
    width: 100%;
    display: block;
    outline: 0;
    -webkit-transition: .6s;
    transition: .6s;
    border-radius: 10px;
    color: #fff
}

.modal-search-form .search-field::-webkit-input-placeholder {
    color: #fff;
    -webkit-transition: .6s;
    transition: .6s
}

.modal-search-form .search-field:-ms-input-placeholder {
    color: #fff;
    -webkit-transition: .6s;
    transition: .6s
}

.modal-search-form .search-field::-ms-input-placeholder {
    color: #fff;
    -webkit-transition: .6s;
    transition: .6s
}

.modal-search-form .search-field::placeholder {
    color: #fff;
    -webkit-transition: .6s;
    transition: .6s
}

.modal-search-form .search-field:focus {
    border-color: #06a3da
}

.modal-search-form .search-field:focus::-webkit-input-placeholder {
    color: transparent
}

.modal-search-form .search-field:focus:-ms-input-placeholder {
    color: transparent
}

.modal-search-form .search-field:focus::-ms-input-placeholder {
    color: transparent
}

.modal-search-form .search-field:focus::placeholder {
    color: transparent
}

.modal-search-form button {
    border: none;
    background-color: #eee;
    color: #06a3da;
    height: 40px;
    width: 40px;
    position: absolute;
    right: 10px;
    padding: 0;
    -webkit-transition: .6s;
    transition: .6s;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    font-size: 20px;
    border-radius: 5px;
    cursor: pointer
}

.modal-search-form button i {
    position: absolute;
    left: 0;
    right: 0;
    top: 52%;
    -webkit-transform: translateY(-52%);
    transform: translateY(-52%)
}

.modal-search-form button:hover,
.modal-search-form button:focus {
    background-color: #06a3da;
    color: #fff
}

@media only screen and (max-width:991px) {
    .main-responsive-nav {
        display: block
    }
    .main-responsive-nav .main-responsive-menu {
        position: relative
    }
    .main-responsive-nav .main-responsive-menu.mean-container .mean-nav ul {
        font-size: 15px
    }
    .main-responsive-nav .main-responsive-menu.mean-container .mean-nav ul li a.active {
        color: #06a3da
    }
    .main-responsive-nav .main-responsive-menu.mean-container .mean-nav ul li a i {
        display: none
    }
    .main-responsive-nav .main-responsive-menu.mean-container .mean-nav ul li li a {
        font-size: 14px
    }
    .main-responsive-nav .main-responsive-menu.mean-container .others-options {
        display: none !important
    }
    .main-responsive-nav .main-responsive-menu.mean-container .navbar-nav {
        overflow-y: scroll;
        height: 300px;
        -webkit-box-shadow: 0 7px 13px 0 rgba(0, 0, 0, .1);
        box-shadow: 0 7px 13px 0 rgba(0, 0, 0, .1)
    }
    .main-responsive-nav .mean-container a.meanmenu-reveal {
        color: #222
    }
    .main-responsive-nav .mean-container a.meanmenu-reveal span {
        background: #222;
        position: relative
    }
    .main-responsive-nav .logo {
        position: relative
    }
    .main-responsive-nav .logo img {
        max-width: 100px !important
    }
    .navbar-area {
        background-color: #fff;
        padding-top: 15px;
        padding-bottom: 15px
    }
    .main-navbar {
        display: none
    }
    .others-option-for-responsive {
        display: block
    }
}

.main-slides-item {
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    position: relative
}

.main-slides-item.item-bg2 {}

.main-slides-item.item-bg3 {}

.main-slides-item.item-bg4 {
    background-image: url(../images/main-slides/slides-bg4.jpg)
}

.main-slides-item.item-bg4 .main-slides-content {
    max-width: 675px
}

.main-slides-item.item-bg5 {
    background-image: url(../images/main-slides/slides-bg5.jpg)
}

.main-slides-item.item-bg5 .main-slides-content {
    max-width: 675px
}

.main-slides-item.item-bg6 {
    background-image: url(../images/main-slides/slides-bg6.jpg)
}

.main-slides-item.item-bg6 .main-slides-content {
    max-width: 675px
}

.main-slides-content {
    max-width: 630px
}

.main-slides-content .sub-title {
    display: inline-block;
    color: #6a6c72;
    font-size: 15px;
    font-weight: 500;
    background-color: #fff;
    padding: 10px 20px;
    border-radius: 50px;
    -webkit-animation-delay: 2.2s;
    animation-delay: 2.2s
}

.main-slides-content .sub-title i {
    color: #14e49a;
    margin-right: 5px;
    font-size: 14px
}

.main-slides-content p {
    font-size: 75px;
    font-weight: 700;
    margin-top: 25px;
    margin-bottom: 15px;
    -webkit-animation-delay: .5s;
    animation-delay: .5s
}

.main-slides-content p span {
    color: #00c6b2
}

.main-slides-content .slides-btn {
    margin-top: 30px
}

.main-slides-content .slides-btn .default-btn {
    -webkit-animation-delay: 2s;
    animation-delay: 2s
}

.main-slides-content .slides-btn .checkup-content {
    display: inline-block;
    position: relative;
    margin-left: 20px;
    -webkit-animation-delay: 2.5s;
    animation-delay: 2.5s
}

.main-slides-content .slides-btn .checkup-content .icon {
    position: absolute;
    top: -20px;
    left: 0
}

.main-slides-content .slides-btn .checkup-content .icon i {
    display: inline-block;
    height: 65px;
    width: 65px;
    line-height: 65px;
    background-color: #06a3da;
    color: #fff;
    font-size: 40px;
    text-align: center;
    border-radius: 50%;
    -webkit-transition: .6s;
    transition: .6s
}

.main-slides-content .slides-btn .checkup-content .icon i:hover {
    background-color: #124390
}

.main-slides-content .slides-btn .checkup-content span {
    padding-left: 75px
}

.main-slides-content .slides-btn .checkup-content span a {
    color: #222
}

.main-slides-content .slides-btn .checkup-content span a:hover {
    color: #06a3da
}

.main-slides-content .slides-btn .optional-btn {
    display: inline-block;
    background-color: #222;
    color: #fff;
    padding: 18px 35px;
    font-size: 15px;
    font-weight: 500;
    -webkit-transition: .6s;
    transition: .6s;
    border-radius: 5px;
    margin-left: 20px;
    -webkit-animation-delay: 2.5s;
    animation-delay: 2.5s
}

.main-slides-content .slides-btn .optional-btn:hover {
    background-color: #06a3da;
    color: #fff
}

.home-slides.owl-theme .owl-nav {
    margin-top: 0;
    -webkit-transition: 1s;
    transition: 1s;
    opacity: 0;
    visibility: hidden;
    line-height: .01
}

.home-slides.owl-theme .owl-nav [class*=owl-] {
    color: #222;
    margin: 0;
    position: absolute;
    left: 20px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    padding: 0;
    background: #fff;
    border-radius: 20px;
    -webkit-transition: .6s;
    transition: .6s;
    width: 55px;
    height: 55px;
    line-height: 56px;
    text-align: center;
    font-size: 22px
}

.home-slides.owl-theme .owl-nav [class*=owl-].owl-next {
    left: auto;
    right: 20px
}

.home-slides.owl-theme .owl-nav [class*=owl-]:hover {
    color: #fff;
    background-color: #00c6b2
}

.home-slides.owl-theme:hover .owl-nav {
    opacity: 1;
    visibility: visible
}

.main-banner-item {
    background-color: #eaffff
}

.main-banner-item .container-fluid {
    padding-right: 0;
    overflow: hidden
}

.main-banner-content {
    max-width: 620px;
    margin-left: auto
}

.main-banner-content .sub-title {
    display: inline-block;
    color: #6a6c72;
    font-size: 15px;
    font-weight: 500;
    background-color: #fff;
    padding: 10px 20px;
    border-radius: 50px
}

.main-banner-content .sub-title i {
    color: #14e49a;
    margin-right: 5px;
    font-size: 14px
}

.main-banner-content h1 {
    font-size: 70px;
    margin-top: 25px;
    margin-bottom: 15px
}

.main-banner-content h1 span {
    color: #06a3da
}

.main-banner-content p {
    color: #222
}

.main-banner-content .banner-btn {
    margin-top: 30px
}

.main-banner-content .banner-btn .optional-btn {
    display: inline-block;
    background-color: #222;
    color: #fff;
    padding: 18px 35px;
    font-size: 15px;
    font-weight: 500;
    -webkit-transition: .6s;
    transition: .6s;
    border-radius: 5px;
    margin-left: 20px
}

.main-banner-content .banner-btn .optional-btn:hover {
    background-color: #06a3da;
    color: #fff
}

.main-banner-image img {
    border-radius: 0 0 0 100px
}

.features-area {
    position: relative;
    z-index: 1;
    margin-top: -65px
}

.features-area.bg-ffffff {
    margin-top: 0
}

.single-features {
    background-color: #00c6b2;
    padding: 45px 30px;
    border-radius: 10px;
    margin-bottom: 30px;
    -webkit-transition: .6s;
    transition: .6s
}

.single-features.bg-f57e57 {
    background-color: #002a5f
}

.single-features.bg-4a6577 {
    background-color: #00c6b2
}

.single-features .content {
    position: relative;
    padding-left: 90px
}

.single-features .content .icon {
    position: absolute;
    left: 0;
    top: -8px
}

.single-features .content .icon i {
    font-size: 75px;
    color: #fff
}

.single-features .content h3 {
    font-size: 20px;
    margin-bottom: 14px;
    font-weight: 600
}

.single-features .content h3 a {
    color: #fff;
    font-size: 22px
}

.single-features .content p {
    color: #fff;
    font-size: 16px
}

.single-features:hover {
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px)
}

.single-features-box {
    background-color: #fff;
    -webkit-box-shadow: 0 15px 35px rgba(0, 0, 0, .1);
    box-shadow: 0 15px 35px rgba(0, 0, 0, .1);
    padding: 30px;
    border-radius: 10px;
    border-bottom: 1px solid #06a3da;
    margin-bottom: 30px;
    text-align: center;
    -webkit-transition: .6s;
    transition: .6s
}

.single-features-box .icon {
    margin-bottom: 20px
}

.single-features-box .icon i {
    display: inline-block;
    height: 85px;
    width: 85px;
    line-height: 85px;
    background-color: #fff;
    color: #06a3da;
    font-size: 45px;
    text-align: center;
    border-radius: 50%;
    border: 1px dashed #06a3da;
    -webkit-transition: .6s;
    transition: .6s
}

.single-features-box h3 {
    font-size: 22px;
    margin-bottom: 0;
    font-weight: 500
}

.single-features-box h3 a {
    color: #222
}

.single-features-box:hover {
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px)
}

.single-features-box:hover .icon i {
    background-color: #06a3da;
    color: #fff
}

.services-area.bg-eef9ff {
    background-color: #eef9ff
}

.single-services {
    margin-bottom: 30px;
    -webkit-transition: .6s;
    transition: .6s
}

.single-services .services-image {
    position: relative;
    overflow: hidden
}

.single-services .services-image img {
    border-radius: 10px 10px 0 0;
    -webkit-transition: .6s;
    transition: .6s
}

.single-services .services-image .icon {
    position: absolute;
    bottom: 20px;
    right: 20px;
    -webkit-transition: .6s;
    transition: .6s
}

.single-services .services-image .icon a i {
    display: inline-block;
    height: 75px;
    width: 75px;
    line-height: 75px;
    background-color: #fff;
    -webkit-box-shadow: 0 10px 30px rgba(0, 0, 0, .07);
    box-shadow: 0 10px 30px rgba(0, 0, 0, .07);
    color: #06a3da;
    font-size: 45px;
    text-align: center;
    border-radius: 50px;
    -webkit-transition: .6s;
    transition: .6s
}

.single-services .services-content {
    background-color: #fff;
    -webkit-box-shadow: 0 0 1.25rem rgba(108, 118, 134, .1);
    box-shadow: 0 0 1.25rem rgba(108, 118, 134, .1);
    padding: 35px 30px;
    border-bottom: 1px solid #00c6b2;
    border-radius: 0 0 10px 10px;
    -webkit-transition: .6s;
    transition: .6s
}

.single-services .services-content h3 {
    font-size: 25px;
    margin-bottom: 12px;
    font-weight: 500
}

.single-services .services-content h3 a {
    color: #222
}

.single-services .services-content p {
    font-size: 15px;
    -webkit-transition: .6s;
    transition: .6s
}

.single-services:hover {
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px)
}

.single-services:hover .services-image img {
    -webkit-transform: rotate(2deg) scale(1.2);
    transform: rotate(2deg) scale(1.2)
}

.single-services:hover .services-image .icon i {
    background-color: #00c6b2;
    color: #fff
}

.single-services:hover .services-content {
    background-color: #00c6b2
}

.single-services:hover .services-content h3 a {
    color: #fff
}

.single-services:hover .services-content p {
    color: #fff
}

.single-services-box {
    text-align: center;
    margin-bottom: 30px;
    background-color: #fff;
    -webkit-box-shadow: 0 15px 35px rgba(0, 0, 0, .1);
    box-shadow: 0 15px 35px rgba(0, 0, 0, .1);
    padding: 30px;
    border-radius: 10px;
    -webkit-transition: .6s;
    transition: .6s
}

.single-services-box .icon {
    margin-bottom: 25px
}

.single-services-box .icon i {
    display: inline-block;
    height: 80px;
    width: 80px;
    line-height: 80px;
    font-size: 45px;
    background-color: #00c6b2;
    color: #fff;
    text-align: center;
    border-radius: 15px
}

.single-services-box h3 {
    font-size: 25px;
    font-weight: 500;
    margin-bottom: 15px
}

.single-services-box h3 a {
    color: #222
}

.single-services-box h3 a:hover {
    color: #00c6b2
}

.single-services-box p {
    font-size: 15px;
    margin-bottom: 20px
}

.single-services-box .services-btn {
    display: inline-block;
    background-color: transparent;
    border: 1px solid #00c6b2;
    color: #00c6b2;
    padding: 15px 35px;
    font-size: 15px;
    font-weight: 500;
    -webkit-transition: .6s;
    transition: .6s;
    border-radius: 5px
}

.single-services-box .services-btn:hover {
    background-color: #00c6b2;
    color: #fff
}

.single-services-box:hover {
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px)
}

.single-services-box:hover .icon i {
    -webkit-animation: bounce 1s;
    animation: bounce 1s
}

.single-services-item {
    margin-bottom: 30px;
    -webkit-transition: .6s;
    transition: .6s;
    background-color: #fff;
    -webkit-box-shadow: 0 0 1.25rem rgba(108, 118, 134, .1);
    box-shadow: 0 0 1.25rem rgba(108, 118, 134, .1);
    padding: 10px;
    padding-bottom: 0;
    border-radius: 10px
}

.single-services-item .services-image {
    position: relative;
    overflow: hidden
}

.single-services-item .services-image img {
    border-radius: 10px;
    -webkit-transition: .6s;
    transition: .6s
}

.single-services-item .services-image .icon {
    position: absolute;
    bottom: 20px;
    right: 20px;
    -webkit-transition: .6s;
    transition: .6s
}

.single-services-item .services-image .icon a i {
    display: inline-block;
    height: 75px;
    width: 75px;
    line-height: 75px;
    background-color: #fff;
    -webkit-box-shadow: 0 10px 30px rgba(0, 0, 0, .07);
    box-shadow: 0 10px 30px rgba(0, 0, 0, .07);
    color: #00c6b2;
    font-size: 45px;
    text-align: center;
    border-radius: 50px;
    -webkit-transition: .6s;
    transition: .6s
}

.single-services-item .services-content {
    padding: 35px 20px;
    text-align: center
}

.single-services-item .services-content h3 {
    font-size: 25px;
    margin-bottom: 12px;
    font-weight: 500
}

.single-services-item .services-content h3 a {
    color: #222
}

.single-services-item .services-content p {
    font-size: 15px;
    margin-bottom: 20px
}

.single-services-item .services-content .default-btn {
    width: 100%;
    border-radius: 50px
}

.single-services-item:hover {
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px)
}

.single-services-item:hover .services-image img {
    -webkit-transform: rotate(2deg) scale(1.2);
    transform: rotate(2deg) scale(1.2)
}

.single-services-item:hover .services-image .icon i {
    background-color: #00c6b2;
    color: #fff
}

.overview-area {
    background-color: #f5f5f5;
    padding-top: 30px
}

.overview-content {
    margin-top: -170px
}

.overview-content .sub-title {
    display: inline-block;
    color: #6a6c72;
    font-size: 15px;
    font-weight: 500;
    background-color: #fff;
    -webkit-box-shadow: 0 15px 35px rgba(0, 0, 0, .1);
    box-shadow: 0 15px 35px rgba(0, 0, 0, .1);
    padding: 10px 20px;
    border-radius: 50px
}

.overview-content .sub-title i {
    color: #00c6b2;
    margin-right: 5px;
    font-size: 14px
}

.overview-content h3 {
    font-size: 45px;
    margin-top: 22px;
    margin-bottom: 15px;
    line-height: 1.4
}

.overview-content p {
    font-size: 25px;
    font-weight: 500;
    color: #222
}

.overview-content p a {
    color: #00c6b2
}

.appointment-overview-area {
    position: relative;
    z-index: 1;
    
}

.appointment-overview-contact {
    position: relative
}

.appointment-overview-contact::before {
    position: absolute;
    content: '';
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), to(black));
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0), black);
    width: 100%;
    height: 90%;
    left: 0;
    bottom: 0;
    -webkit-transition: .6s;
    transition: .6s;
    z-index: 1;
    border-radius: 5px
}

.appointment-overview-contact img {
    border-radius: 5px
}

.appointment-overview-contact .appointment-info {
    position: absolute;
    bottom: 0;
    left: 0;
    padding: 30px;
    z-index: 1
}

.appointment-overview-contact .appointment-info .call-info {
    padding-left: 0;
    list-style-type: none;
    margin-bottom: 15px
}

.appointment-overview-contact .appointment-info .call-info li {
    display: inline-block;
    position: relative;
    text-align: left;
    padding-left: 55px;
    font-size: 16px;
    font-weight: 400;
    color: #fff;
    margin-right: 30px
}

.appointment-overview-contact .appointment-info .call-info li i {
    position: absolute;
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    color: #00c6b2;
    font-size: 45px;
    color: #fff
}

.appointment-overview-contact .appointment-info .call-info li span {
    display: block;
    font-size: 22px;
    font-weight: 500;
    color: #fff;
    margin-top: 5px
}

.appointment-overview-contact .appointment-info .call-info li span a {
    color: #fff
}

.appointment-overview-contact .appointment-info .call-info li span a:hover {
    color: #00c6b2
}

.appointment-overview-contact .appointment-info .call-info li:last-child {
    margin-right: 0
}

.appointment-overview-contact .appointment-info p {
    color: #fff
}

.appointment-overview-box {
    background-color: #fff;
    -webkit-box-shadow: 0 15px 35px rgba(0, 0, 0, .1);
    box-shadow: 0 15px 35px rgba(0, 0, 0, .1);
    padding: 38px 30px;
    border-radius: 5px;
    border-bottom: 1px solid #00c6b2
}

.appointment-overview-box .content h4 {
    font-size: 25px;
    margin-bottom: 26px;
    font-weight: 500;
    line-height: 1.4
}

.appointment-overview-box .content .box-image {
    position: relative
}

.appointment-overview-box .content .box-image img {
    border-radius: 5px
}

.appointment-overview-box .content .box-image .video-btn {
    display: inline-block;
    width: 60px;
    height: 60px;
    line-height: 60px;
    background-color: #00c6b2;
    border-radius: 50%;
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-transition: .6s;
    transition: .6s
}

.appointment-overview-box .content .box-image .video-btn i {
    font-size: 50px;
    position: relative;
    top: 5px;
    left: 5px;
    color: #fff;
    -webkit-transition: .6s;
    transition: .6s
}

.appointment-overview-box .content .box-image .video-btn::before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    border-radius: 50%;
    border: 2px solid #00c6b2;
    -webkit-animation: ripple 1s linear infinite;
    animation: ripple 1s linear infinite;
    -webkit-transition: .6s;
    transition: .6s
}

.appointment-overview-box .content .box-image .video-btn:hover {
    background-color: #124390
}

.appointment-overview-box .content .box-image .video-btn:hover i {
    color: #fff
}

.appointment-overview-box .make-appointment-content h4 {
    font-size: 25px;
    margin-bottom: 25px;
    font-weight: 500;
    line-height: 1.4
}

.appointment-overview-box .make-appointment-content h4 i {
    margin-right: 5px;
    color: #00c6b2
}

.appointment-overview-box .make-appointment-content form {
    text-align: center
}

.appointment-overview-box .make-appointment-content form .form-group {
    margin-bottom: 15px
}

.appointment-overview-box .make-appointment-content form .form-group .form-control {
    display: block;
    width: 100%;
    height: 50px;
    outline: 0;
    background-color: #fff;
    border: 1px solid #eee;
    border-radius: 5px;
    padding: 15px;
    -webkit-transition: .6s;
    transition: .6s;
    font-size: 14px
}

.appointment-overview-box .make-appointment-content form .form-group .form-control::-webkit-input-placeholder {
    color: #6a6c72;
    -webkit-transition: .6s;
    transition: .6s
}

.appointment-overview-box .make-appointment-content form .form-group .form-control:-ms-input-placeholder {
    color: #6a6c72;
    -webkit-transition: .6s;
    transition: .6s
}

.appointment-overview-box .make-appointment-content form .form-group .form-control::-ms-input-placeholder {
    color: #6a6c72;
    -webkit-transition: .6s;
    transition: .6s
}

.appointment-overview-box .make-appointment-content form .form-group .form-control::placeholder {
    color: #6a6c72;
    -webkit-transition: .6s;
    transition: .6s
}

.appointment-overview-box .make-appointment-content form .form-group .form-control:focus {
    -webkit-box-shadow: none;
    box-shadow: none;
    border: 1px solid #00c6b2
}

.appointment-overview-box .make-appointment-content form .form-group .form-control:focus::-webkit-input-placeholder {
    color: transparent
}

.appointment-overview-box .make-appointment-content form .form-group .form-control:focus:-ms-input-placeholder {
    color: transparent
}

.appointment-overview-box .make-appointment-content form .form-group .form-control:focus::-ms-input-placeholder {
    color: transparent
}

.appointment-overview-box .make-appointment-content form .form-group .form-control:focus::placeholder {
    color: transparent
}

.appointment-overview-box .make-appointment-content form .default-btn {
    border: none;
    padding: 12px 30px;
    font-size: 15px
}

@-webkit-keyframes ripple {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1)
    }
    75% {
        -webkit-transform: scale(1.75);
        transform: scale(1.75);
        opacity: 1
    }
    100% {
        -webkit-transform: scale(2);
        transform: scale(2);
        opacity: 0
    }
}

@keyframes ripple {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1)
    }
    75% {
        -webkit-transform: scale(1.75);
        transform: scale(1.75);
        opacity: 1
    }
    100% {
        -webkit-transform: scale(2);
        transform: scale(2);
        opacity: 0
    }
}

.about-content .sub-title {
    display: inline-block;
    color: #6a6c72;
    font-size: 15px;
    font-weight: 500;
    background-color: #fff;
    -webkit-box-shadow: 0 15px 35px rgba(0, 0, 0, .1);
    box-shadow: 0 15px 35px rgba(0, 0, 0, .1);
    padding: 10px 20px;
    border-radius: 50px
}

.about-content .sub-title i {
    color: #14e49a;
    margin-right: 5px;
    font-size: 14px
}

.about-content h3 {
    font-size: 36px;
    margin-top: 22px;
    margin-bottom: 15px;
    line-height: 1.4
}

.about-content h3 span {
    color: #00c6b2
}

.about-content .about-list {
    padding-left: 0;
    margin-bottom: 0;
    margin-top: 10px
}

.about-content .about-list li {
    list-style-type: none;
    position: relative;
    padding-left: 35px;
    margin-bottom: 18px
}

.about-content .about-list li:last-child {
    margin-bottom: 0
}

.about-content .about-list li i {
    position: absolute;
    left: 0;
    top: 0;
    display: inline-block;
    height: 25px;
    width: 25px;
    line-height: 30px;
    text-align: center;
    background-color: #00c6b2;
    color: #fff;
    border-radius: 50px;
    font-size: 14px
}

.about-content .about-info {
    position: relative;
    margin-top: 35px;
    padding-left: 100px;
    padding-top: 10px
}

.about-content .about-info i {
    display: inline-block;
    height: 80px;
    width: 80px;
    line-height: 80px;
    background-color: #fff;
    -webkit-box-shadow: 0 15px 35px rgba(0, 0, 0, .1);
    box-shadow: 0 15px 35px rgba(0, 0, 0, .1);
    color: #00c6b2;
    font-size: 45px;
    text-align: center;
    border-radius: 50%;
    position: absolute;
    left: 0;
    top: 0;
    -webkit-transition: .6s;
    transition: .6s
}

.about-content .about-info h4 {
    font-size: 25px;
    font-weight: 500;
    margin-bottom: 10px
}

.about-content .about-info span {
    font-size: 16px;
    font-weight: 500;
    color: #00c6b2
}

.about-content .about-info:hover i {
    background-color: #00c6b2;
    color: #fff
}

.about-image {
    text-align: right;
    position: relative
}

.about-image .about-inner-box {
    background-color: #00c6b2;
    padding: 35px 30px;
    border-radius: 10px;
    -webkit-transition: .6s;
    transition: .6s;
    text-align: left;
    position: absolute;
    bottom: 10px;
    right: 10px;
    max-width: 390px
}

.about-image .about-inner-box .content {
    position: relative;
    padding-left: 75px
}

.about-image .about-inner-box .content .icon {
    position: absolute;
    left: 0;
    top: 0
}

.about-image .about-inner-box .content .icon i {
    font-size: 60px;
    color: #fff
}

.about-image .about-inner-box .content h3 {
    font-size: 22px;
    margin-bottom: 12px;
    font-weight: 500
}

.about-image .about-inner-box .content h3 a {
    color: #fff
}

.about-image .about-inner-box .content p {
    color: #fff;
    font-size: 15px
}

.about-image .about-inner-box:hover {
    -webkit-transform: translateY(-5px);
    transform: translateY(-5px)
}

.core-features-area {
    background-color: #eef9ff;
    position: relative;
    z-index: 1
}

.core-features-area::before {
    position: absolute;
    content: "";
    width: 100%;
    height: 30%;
    background-color: #fff;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: -1
}
.inner-header {
    color: white;
    background-image: url(../images/header7\ \(1\).jpg);
    background-position: center top;
    background-size: cover;
    height: 200px;
    font-family: 'Poppins', sans-serif;
}
.inner-header h1{
  padding-top: 100px;
  font-size: 33px;
}

@media(max-width:600px) {
 .inner-header h1{
  font-size: 20px;
 }
 .inner-title {
  color: #00c6b2;
  padding-left: 0px;
  
}
}
.inner-header p {
  color: #fff;
  font-size: 18px;
  font-weight: 800;
  font-family: poppins,sans-serif;
}
.inner-header a {
  color: #00c6b2;
  font-size: 18px;
  font-weight: 800;
}
.inner-header a :hover{
  color: #091e3e;
}

.inner-title {
    color: #00c6b2;
    text-align: center;
    padding-top: 10px;
    padding-bottom: 10px;
    
}
.elbow{
  color:white;
}

.review_box{position:relative;margin:30px 0 0;border:1px solid #ededed;background-color:#fafafa;padding:15px}
.review_box:before{position:absolute;bottom:-7px;left:35px;display:block;width:14px;height:14px;border:1px solid #e5e5e5;border-top:none;border-left:none;background-color:#fafafa;content:""!important;-webkit-transform:rotate(45deg);-ms-transform:rotate(45deg);transform:rotate(45deg)}
.sb-container{position:relative;overflow:hidden}
.sb-content{max-height:160px;height:100%;width:100%;padding-right:20%;overflow-y:scroll;box-sizing:border-box}
.review_box p img{width:120px}
.g_icon{position:absolute;right:5px;bottom:0;max-width:25px;border-radius:50%}
.author{display:flex;padding-left:25px;margin:20px 0 0}
.author .review_image{margin-right:10px;padding:0}
.author .review_image img{width:40px;border-radius:50%}
.author .review_image:before{content:none}
.review_text h3,.review_text span.name{font-size:18px;color:#0f4372;font-weight:600;text-transform:none;margin-bottom:0}
.review_box ::-webkit-scrollbar{width:4px}
.review_box ::-webkit-scrollbar-track{background:#c2c2c2}
.review_box ::-webkit-scrollbar-thumb{background:#888}
.review_box ::-webkit-scrollbar-thumb:hover{background:#555}

.contact-info-aaaaaa {
    background-image: url(/assets/img/v870-mynt-13.jpg);
    padding: 70px 50px;
    color: white;
    font-size: 23px;
}
.inner_bantext h2 {
  font-size: 50px;
  font-weight: 700;
  color: #FFFFFF;
  margin: 0;
  line-height: 32px;
  text-align: center;
}
.inner_banner {
  background-size: cover;
  background-repeat: no-repeat;
  height: 392px;
  display: flex;
  align-items: center;
  background-position: bottom right;
  z-index: 9;
  position: relative;}
.contactform{
	padding: 80px 0 100px;
}
.cntleft h3{
    color: #0d1067;
    font-size: 30px;
    font-weight: 700;
    text-transform: capitalize;
    margin-bottom: 40px;
}
.cntleft h4{
    color: #0d1067;
    font-size: 22px;
    font-weight: 700;
    text-transform: capitalize;
    margin-bottom: 5px;
}
.cntleft p, .cntleft a{
	color: #222;
    font-size: 15px;
    font-weight: 500;
    line-height: 26px;
    margin: 0 !important;
}
.cntwicon{
	    background: #3EB9BE;
    width: 60px;
    height: 60px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}
.cntwicon img{
	    width: 26px;
}
.cntlist-wrap{
	    display: flex;
    align-items: flex-start;
    margin-bottom: 50px;
}
.cntwdesc{
	padding-left: 20px;
}
.cntformwrapper label{
	font-size: 16px;
    font-weight: 400;
    color: #000;
}
.cntformwrapper .form-control{
	height: 54px;
    background: #fbfbfb;
    color: #000;
    font-size: 14px;
    font-weight: 500;
}
.cntformwrapper textarea.form-control{
	height: 90px;
	resize: none;
}
.cntformwrapper{
	box-shadow: 0px 30px 60px 0px rgb(0 0 0 / 10%);
    padding: 50px;
    background: #f2f3fa;
}
.cntleft{
	padding: 50px;
    background: #f2f3fa;
}
.cntformwrapper h3{
    color: #0d1067;
    font-size: 30px;
    font-weight: 700;
    text-transform: capitalize;
    margin-bottom: 40px;
}
.cntformwrapper .btn-primary {
    color: #fff;
    background-color: #3EB9BE;
    border-color: #3EB9BE;
    display: inline-block;
    width: 160px !important;
    font-size: 16px;
    font-weight: 500;
    padding-top: 12px;
    padding-bottom: 12px;
    margin-top: 20px;
}

@media(max-width:  767.98px){
    .contactform {
    padding: 50px 0 60px;
}
.cntleft,.cntformwrapper {
    padding: 25px;
    }
    .cntleft h3,.cntformwrapper h3{
            font-size: 26px;
                margin-bottom: 20px;
    }
    .cntleft h4{
            font-size: 18px;
    }
    .cntleft p, .cntleft a{
            font-size: 15px;
                line-height: 20px;
    }
    .cntwdesc {
    padding-left: 10px;
        max-width: 80%;
}
}
.cntlist-wrap{
	    display: flex;
    align-items: flex-start;
    margin-bottom: 50px;
}
.cntwdesc{
	padding-left: 20px;
}
.cntformwrapper label{
	font-size: 16px;
    font-weight: 400;
    color: #000;
}
.cntformwrapper .form-control{
	height: 54px;
    background: #fbfbfb;
    color: #000;
    font-size: 14px;
    font-weight: 500;
}
.cntformwrapper textarea.form-control{
	height: 90px;
	resize: none;
}
.cntformwrapper{
	box-shadow: 0px 30px 60px 0px rgb(0 0 0 / 10%);
    padding: 50px;
    background: #f2f3fa;
}
.cntleft{
	padding: 50px;
    background: #f2f3fa;
}
.cntformwrapper h3{
    color: #0d1067;
    font-size: 30px;
    font-weight: 700;
    text-transform: capitalize;
    margin-bottom: 40px;
}
.cntformwrapper .btn-primary {
    color: #fff;
    background-color: #3EB9BE;
    border-color: #3EB9BE;
    display: inline-block;
    width: 160px !important;
    font-size: 16px;
    font-weight: 500;
    padding-top: 12px;
    padding-bottom: 12px;
    margin-top: 20px;
}
.cntformwrapper .form-control {
    margin-top: 10px;
}

@media(max-width:  767.98px){
    .contactform {
    padding: 50px 0 60px;
}
.cntleft,.cntformwrapper {
    padding: 25px;
    }
    .cntleft h3,.cntformwrapper h3{
            font-size: 26px;
                margin-bottom: 20px;
    }
    .cntleft h4{
            font-size: 18px;
    }
    .cntleft p, .cntleft a{
            font-size: 15px;
                line-height: 20px;
    }
    .cntwdesc {
    padding-left: 10px;
        max-width: 80%;
}
}

.single-core-features {
    background-color: #fff;
    padding: 25px;
    margin-bottom: 30px;
    border-radius: 5px;
    -webkit-transition: .6s;
    transition: .6s;
    border-bottom: 1px solid #00c6b2;
    -webkit-box-shadow: 0 15px 35px rgba(0, 0, 0, .1);
    box-shadow: 0 15px 35px rgba(0, 0, 0, .1)
}

.single-core-features .icon {
    margin-bottom: 22px
}

.single-core-features .icon i {
    display: inline-block;
    height: 80px;
    width: 80px;
    line-height: 80px;
    background-color: #fff;
    -webkit-box-shadow: 0 15px 35px rgba(0, 0, 0, .1);
    box-shadow: 0 15px 35px rgba(0, 0, 0, .1);
    color: #00c6b2;
    font-size: 45px;
    text-align: center;
    border-radius: 50%;
    -webkit-transition: .6s;
    transition: .6s
}

.single-core-features h3 {
    font-size: 25px;
    margin-bottom: 15px;
    font-weight: 500
}

.single-core-features h3 a {
    color: #222
}

.single-core-features h3 a:hover {
    color: #00c6b2
}

.single-core-features:hover {
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px)
}

.single-core-features:hover .icon i {
    background-color: #00c6b2;
    color: #fff
}

.single-doctor {
    margin-bottom: 30px;
    -webkit-transition: .6s;
    transition: .6s
}

.single-doctor img {
    border-radius: 10px 10px 0 0
}

.single-doctor .doctor-content {
    text-align: center;
    background-color: #fff;
    -webkit-box-shadow: 0 15px 35px rgba(0, 0, 0, .1);
    box-shadow: 0 15px 35px rgba(0, 0, 0, .1);
    padding: 30px;
    border-radius: 0 0 10px 10px;
    border-bottom: 2px solid #00c6b2
}

.single-doctor .doctor-content h3 {
    font-size: 25px;
    font-weight: 500;
    margin-bottom: 10px
}

.single-doctor .doctor-content span {
    font-size: 16px;
    color: #6a6c72;
    font-weight: 400
}

.single-doctor .doctor-content .share-link {
    margin-top: 15px
}

.single-doctor .doctor-content .share-link a {
    margin: 0 2px
}

.single-doctor .doctor-content .share-link a i {
    display: inline-block;
    height: 35px;
    width: 35px;
    line-height: 35px;
    border-radius: 50px;
    font-size: 16px;
    background-color: #00c6b2;
    color: #fff;
    -webkit-transition: .6s;
    transition: .6s
}

.single-doctor .doctor-content .share-link a i:hover {
    background-color: #124390;
    -webkit-transform: translateY(-5px);
    transform: translateY(-5px)
}

.single-doctor:hover {
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px)
}

.review-area {
    background-color: #eef9ff
}

.single-review-item {
    background-color: #fff;
    padding: 55px 30px 35px;
    border-radius: 10px;
    position: relative;
    margin-top: 35px;
    -webkit-transition: .6s;
    transition: .6s
}

.single-review-item .icon {
    position: absolute;
    top: -19px;
    left: 30px;
    z-index: 1
}

.single-review-item .icon i {
    display: inline-block;
    height: 70px;
    width: 70px;
    line-height: 70px;
    background-color: #fff;
    -webkit-box-shadow: 0 15px 35px rgba(0, 0, 0, .1);
    box-shadow: 0 15px 35px rgba(0, 0, 0, .1);
    color: #00c6b2;
    text-align: center;
    font-size: 30px;
    border-radius: 50%;
    -webkit-transition: .6s;
    transition: .6s
}

.single-review-item p {
    font-size: 17px;
    margin-bottom: 0;
    font-style: italic
}

.single-review-item .review-info {
    position: relative;
    margin-top: 30px;
    padding-left: 75px
}

.single-review-item .review-info img {
    display: inline-block;
    height: 58px;
    width: 58px;
    border-radius: 50%;
    position: absolute;
    left: 0;
    top: 0
}

.single-review-item .review-info h3 {
    font-size: 20px;
    font-weight: 500;
    margin-bottom: 10px;
    -webkit-transition: .6s;
    transition: .6s
}

.single-review-item .review-info span {
    font-size: 15px;
    color: #6a6c72;
    -webkit-transition: .6s;
    transition: .6s
}

.single-review-item:hover {
    background-color: #00c6b2
}

.single-review-item:hover .icon i {
    background-color: #00c6b2;
    color: #fff
}

.single-review-item:hover p {
    color: #fff;
    -webkit-transition: .6s;
    transition: .6s
}

.single-review-item:hover .review-info h3 {
    color: #fff
}

.single-review-item:hover .review-info span {
    color: #fff
}

.single-review-item.mb-30 {
    margin-bottom: 30px
}

.review-slides.owl-theme .owl-dots .owl-dot span {
    width: 20px;
    height: 20px;
    margin: 0 5px;
    background: #00c6b2;
    -webkit-transition: .6s;
    transition: .6s;
    border-radius: 50%;
    position: relative
}

.review-slides.owl-theme .owl-dots .owl-dot span::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background-color: #fff;
    border-radius: 50%;
    margin: 5px;
    opacity: 0;
    -webkit-transition: .6s;
    transition: .6s;
    visibility: hidden
}

.review-slides.owl-theme .owl-dots .owl-dot:hover span,
.review-slides.owl-theme .owl-dots .owl-dot.active span {
    border-color: #00c6b2
}

.review-slides.owl-theme .owl-dots .owl-dot:hover span::before,
.review-slides.owl-theme .owl-dots .owl-dot.active span::before {
    opacity: 1;
    visibility: visible
}

.review-slides.owl-theme .owl-nav.disabled+.owl-dots {
    margin-top: 30px
}

.single-blog {
    margin-bottom: 30px;
    -webkit-transition: .6s;
    transition: .6s
}

.single-blog .blog-image {
    position: relative
}

.single-blog .blog-image img {
    border-radius: 10px 10px 0 0
}

.single-blog .blog-image .tag {
    position: absolute;
    top: 20px;
    right: 20px;
    display: inline-block;
    height: 60px;
    width: 60px;
    line-height: 60px;
    background-color: #fff;
    color: #00c6b2;
    text-align: center;
    font-size: 15px;
    border-radius: 50%
}

.single-blog .blog-image .tag-two {
    position: absolute;
    bottom: 20px;
    left: 20px;
    display: inline-block;
    background-color: #00c6b2;
    padding: 5px 20px;
    border-radius: 50px
}

.single-blog .blog-image .tag-two a {
    color: #fff
}

.single-blog .blog-content {
    background-color: #fff;
    -webkit-box-shadow: 0 15px 35px rgba(0, 0, 0, .1);
    box-shadow: 0 15px 35px rgba(0, 0, 0, .1);
    padding: 25px;
    border-radius: 0 0 10px 10px;
    border-bottom: 2px solid #00c6b2
}

.single-blog .blog-content h3 {
    font-size: 25px;
    font-weight: 500;
    margin-bottom: 12px;
    line-height: 1.4
}

.single-blog .blog-content h3 a {
    color: #222
}

.single-blog .blog-content h3 a:hover {
    color: #00c6b2
}

.single-blog .blog-content .blog-btn {
    font-size: 15px;
    color: #222;
    font-weight: 500;
    -webkit-transition: .6s;
    transition: .6s
}

.single-blog .blog-content .blog-btn:hover {
    color: #00c6b2
}

.single-blog .blog-content .entry-meta {
    padding-left: 0;
    margin-bottom: 0;
    margin-top: 22px;
    padding-top: 22px;
    position: relative
}

.single-blog .blog-content .entry-meta::before {
    position: absolute;
    content: "";
    height: 1px;
    width: 100%;
    background-color: #eee;
    left: 0;
    right: 0;
    top: 0
}

.single-blog .blog-content .entry-meta li {
    font-size: 15px;
    font-weight: 500;
    list-style-type: none;
    display: inline-block;
    margin-right: 20px;
    position: relative;
    padding-left: 22px
}

.single-blog .blog-content .entry-meta li:last-child {
    margin-right: 0
}

.single-blog .blog-content .entry-meta li i {
    position: absolute;
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    font-size: 16px;
    color: #00c6b2
}

.single-blog .blog-content .entry-meta li span {
    font-size: 15px;
    color: #222;
    font-weight: 500
}

.single-blog .blog-content .entry-meta li span a {
    color: #00c6b2
}

.single-blog:hover {
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px)
}

.gallery-area.bg-091e3e {
    background-color: #091e3e;
    padding-bottom: 150px
}

.gallery-area.bg-091e3e .section-title h2 {
    color: #fff
}

.gallery-area.bg-091e3e .section-title p {
    color: #fff
}

.single-gallery {
    position: relative;
    margin-bottom: 30px;
    -webkit-transition: .6s;
    transition: .6s
}

.single-gallery img {
    border-radius: 10px
}

.single-gallery::before {
    content: '';
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), to(black));
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0), black);
    width: 100%;
    height: 95%;
    left: 0;
    bottom: 0;
    position: absolute;
    -webkit-transition: .6s;
    transition: .6s;
    z-index: 1;
    border-radius: 10px
}

.single-gallery .content {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    padding: 30px;
    -webkit-transition: .6s;
    transition: .6s;
    z-index: 5
}

.single-gallery .content h3 {
    font-size: 25px;
    font-weight: 500;
    margin-bottom: 12px
}

.single-gallery .content h3 a {
    color: #fff
}

.single-gallery .content span {
    color: #fff;
    font-size: 15px
}

.single-gallery .content .icon {
    margin-top: 15px
}

.single-gallery .content .icon a i {
    display: inline-block;
    height: 40px;
    width: 40px;
    line-height: 40px;
    background-color: #fff;
    color: #00c6b2;
    text-align: center;
    font-size: 25px;
    border-radius: 50px;
    -webkit-transition: .6s;
    transition: .6s
}

.single-gallery .content .icon a i:hover {
    background-color: #00c6b2;
    color: #fff
}

.single-gallery:hover {
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px)
}

.single-gallery:hover .content {
    bottom: 5px
}

.appointment-area.bg-image {
    background-image: url(../images/appointment/appointment-bg-2.jpg);
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: fixed
}

.appointment-inner-box {
    background-image: url(../images/appointment/appointment-bg-1.jpg);
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    padding: 100px 50px;
    position: relative;
    z-index: 1;
    margin-top: -80px
}

.appointment-inner-box .appointment-form {
    background-color: #fff;
    padding: 30px;
    border-radius: 10px;
    border-bottom: 1px solid #00c6b2;
    max-width: 500px;
    margin-left: auto
}

.appointment-inner-box .appointment-form h4 {
    font-size: 25px;
    margin-bottom: 25px;
    font-weight: 500;
    line-height: 1.4
}

.appointment-inner-box .appointment-form h4 i {
    margin-right: 5px;
    color: #00c6b2
}

.appointment-inner-box .appointment-form form .form-group {
    margin-bottom: 15px
}

.appointment-inner-box .appointment-form form .form-group .form-control {
    display: block;
    width: 100%;
    height: 60px;
    outline: 0;
    background-color: #fff;
    border: 1px solid #eee;
    border-radius: 5px;
    padding: 15px;
    -webkit-transition: .6s;
    transition: .6s;
    font-size: 14px
}

.appointment-inner-box .appointment-form form .form-group .form-control::-webkit-input-placeholder {
    color: #6a6c72;
    -webkit-transition: .6s;
    transition: .6s
}

.appointment-inner-box .appointment-form form .form-group .form-control:-ms-input-placeholder {
    color: #6a6c72;
    -webkit-transition: .6s;
    transition: .6s
}

.appointment-inner-box .appointment-form form .form-group .form-control::-ms-input-placeholder {
    color: #6a6c72;
    -webkit-transition: .6s;
    transition: .6s
}

.appointment-inner-box .appointment-form form .form-group .form-control::placeholder {
    color: #6a6c72;
    -webkit-transition: .6s;
    transition: .6s
}

.appointment-inner-box .appointment-form form .form-group .form-control:focus {
    -webkit-box-shadow: none;
    box-shadow: none;
    border: 1px solid #00c6b2
}

.appointment-inner-box .appointment-form form .form-group .form-control:focus::-webkit-input-placeholder {
    color: transparent
}

.appointment-inner-box .appointment-form form .form-group .form-control:focus:-ms-input-placeholder {
    color: transparent
}

.appointment-inner-box .appointment-form form .form-group .form-control:focus::-ms-input-placeholder {
    color: transparent
}

.appointment-inner-box .appointment-form form .form-group .form-control:focus::placeholder {
    color: transparent
}

.appointment-inner-box .appointment-form form .default-btn {
    border: none
}

.appointment-form {
    background-color: #fff;
    padding: 30px;
    border-radius: 10px;
    border-bottom: 1px solid #00c6b2;
    max-width: 500px
}

.appointment-form h4 {
    font-size: 25px;
    margin-bottom: 25px;
    font-weight: 500;
    line-height: 1.4
}

.appointment-form h4 i {
    margin-right: 5px;
    color: #00c6b2
}

.appointment-form form .form-group {
    margin-bottom: 15px
}

.appointment-form form .form-group .form-control {
    display: block;
    width: 100%;
    height: 60px;
    outline: 0;
    background-color: #fff;
    border: 1px solid #eee;
    border-radius: 5px;
    padding: 15px;
    -webkit-transition: .6s;
    transition: .6s;
    font-size: 14px
}

.appointment-form form .form-group .form-control::-webkit-input-placeholder {
    color: #6a6c72;
    -webkit-transition: .6s;
    transition: .6s
}

.appointment-form form .form-group .form-control:-ms-input-placeholder {
    color: #6a6c72;
    -webkit-transition: .6s;
    transition: .6s
}

.appointment-form form .form-group .form-control::-ms-input-placeholder {
    color: #6a6c72;
    -webkit-transition: .6s;
    transition: .6s
}

.appointment-form form .form-group .form-control::placeholder {
    color: #6a6c72;
    -webkit-transition: .6s;
    transition: .6s
}

.appointment-form form .form-group .form-control:focus {
    -webkit-box-shadow: none;
    box-shadow: none;
    border: 1px solid #00c6b2
}

.appointment-form form .form-group .form-control:focus::-webkit-input-placeholder {
    color: transparent
}

.appointment-form form .form-group .form-control:focus:-ms-input-placeholder {
    color: transparent
}

.appointment-form form .form-group .form-control:focus::-ms-input-placeholder {
    color: transparent
}

.appointment-form form .form-group .form-control:focus::placeholder {
    color: transparent
}

.appointment-form form .default-btn {
    border: none
}

.page-banner-area {
    padding-top: 125px;
    padding-bottom: 130px;
    background-color: #124390
}

.page-banner-content {
    text-align: center
}

.page-banner-content h2 {
    color: #fff;
    margin-bottom: 20px;
    font-size: 38px;
    font-weight: 600
}

.page-banner-content .pages-list {
    text-align: center;
    padding-left: 0;
    margin-bottom: 0
}

.page-banner-content .pages-list li {
    display: inline-block;
    list-style-type: none;
    margin-left: 30px;
    font-weight: 500;
    color: #fff;
    font-size: 16px;
    position: relative
}

.page-banner-content .pages-list li::before {
    position: absolute;
    content: '>';
    top: -2px;
    left: -20px;
    color: #fff;
    font-size: 20px
}

.page-banner-content .pages-list li span {
    color: #00c6b2
}

.page-banner-content .pages-list li:first-child {
    margin-left: 0
}

.page-banner-content .pages-list li:first-child::before {
    display: none
}

.page-banner-content .pages-list li a {
    display: block;
    color: #fff
}

.page-banner-content .pages-list li a:hover {
    color: #00c6b2
}

.fun-facts-area {
    background-color: #00c6b2
}

.single-fun-fact {
    margin-bottom: 30px;
    text-align: center
}

.single-fun-fact h3 {
    line-height: 1;
    font-size: 75px;
    -webkit-transition: .6s;
    transition: .6s;
    color: #fff;
    margin-bottom: 5px;
    font-weight: 500
}

.single-fun-fact p {
    font-weight: 500;
    color: #fff
}

.pricing-area {
    background-color: #fafafa
}

.tab .tabs_item {
    display: none
}

.tab .tabs_item:first-child {
    display: block
}

.pricing-list-tab .tabs {
    text-align: center;
    padding-left: 0;
    list-style-type: none;
    margin-bottom: 40px
}

.pricing-list-tab .tabs li {
    display: inline-block
}

.pricing-list-tab .tabs li a {
    display: block;
    background-color: #f2f2f2;
    color: #222;
    padding: 10px 30px 10px 35px;
    position: relative;
    border-radius: 5px;
    margin-left: -5px;
    margin-right: -5px;
    font-size: 16px;
    font-weight: 400
}

.pricing-list-tab .tabs li.current a {
    color: #fff;
    background-color: #00c6b2
}

.pricing-list-tab .tabs li:nth-child(1) a {
    border-radius: 30px 0 0 30px
}

.pricing-list-tab .tabs li:nth-child(2) a {
    border-radius: 0 30px 30px 0
}

.single-pricing-table {
    margin-bottom: 30px;
    text-align: center;
    background-color: #f2f2f2;
    border: 1px solid #f2f2f2;
    padding: 35px 25px;
    -webkit-transition: .6s;
    transition: .6s;
    border-radius: 10px
}

.single-pricing-table .pricing-header h3 {
    font-size: 25px;
    font-weight: 600;
    margin-bottom: 0
}

.single-pricing-table .price {
    font-size: 50px;
    color: #00c6b2;
    margin-top: 20px;
    margin-bottom: 25px;
    line-height: 1
}

.single-pricing-table .pricing-features {
    padding-left: 0;
    margin-bottom: 0
}

.single-pricing-table .pricing-features li {
    list-style-type: none;
    margin-bottom: 15px;
    font-size: 16px;
    font-weight: 400
}

.single-pricing-table .pricing-features li:last-child {
    margin-bottom: 0
}

.single-pricing-table .pricing-features li i {
    color: #00c6b2;
    margin-right: 5px;
    font-size: 15px
}

.single-pricing-table .pricing-features li.color-gray {
    color: #b4b4b4
}

.single-pricing-table .pricing-btn {
    margin-top: 25px
}

.single-pricing-table .pricing-btn .default-btn {
    padding: 12px 35px;
    border-radius: 5px;
    font-size: 15px
}

.single-pricing-table:hover {
    border: 1px solid #00c6b2
}

.pagination-area {
    margin-top: 10px;
    text-align: center
}

.pagination-area .page-numbers {
    width: 50px;
    height: 50px;
    line-height: 50px;
    margin: 0 5px;
    display: inline-block;
    background-color: #fff;
    -webkit-box-shadow: 0 15px 35px rgba(0, 0, 0, .1);
    box-shadow: 0 15px 35px rgba(0, 0, 0, .1);
    color: #222;
    font-size: 18px;
    font-weight: 700;
    border-radius: 5px;
    text-align: center
}

.pagination-area .page-numbers.current,
.pagination-area .page-numbers:hover,
.pagination-area .page-numbers:focus {
    background: #00c6b2;
    color: #fff
}

.pagination-area .page-numbers i {
    position: relative;
    top: 1px
}

.login-form {
    padding: 35px;
    border-radius: 10px;
    background-color: #fff;
    -webkit-box-shadow: 0 0 1.25rem rgba(108, 118, 134, .1);
    box-shadow: 0 0 1.25rem rgba(108, 118, 134, .1);
    max-width: 650px;
    margin: auto
}

.login-form h2 {
    margin-bottom: 30px;
    font-size: 25px;
    font-weight: 600
}

.login-form form .form-group {
    margin-bottom: 25px
}

.login-form form .form-group label {
    margin-bottom: 5px;
    color: #6a6c72;
    font-weight: 400;
    font-size: 16px
}

.login-form form .form-group .form-control {
    height: 60px;
    padding: 0 0 0 15px;
    line-height: initial;
    color: #222;
    background-color: transparent;
    border: 1px solid #eee;
    border-radius: 5px;
    -webkit-box-shadow: unset;
    box-shadow: unset;
    -webkit-transition: .6s;
    transition: .6s;
    font-size: 14px;
    font-weight: 400
}

.login-form form .form-group .form-control:focus {
    border: 1px solid #00c6b2;
    background-color: transparent
}

.login-form form .form-group .form-control:focus::-webkit-input-placeholder {
    color: transparent;
    -webkit-transition: .6s;
    transition: .6s
}

.login-form form .form-group .form-control:focus:-ms-input-placeholder {
    color: transparent;
    -webkit-transition: .6s;
    transition: .6s
}

.login-form form .form-group .form-control:focus::-ms-input-placeholder {
    color: transparent;
    -webkit-transition: .6s;
    transition: .6s
}

.login-form form .form-group .form-control:focus::placeholder {
    color: transparent;
    -webkit-transition: .6s;
    transition: .6s
}

.login-form form .lost-your-password {
    text-align: right
}

.login-form form .lost-your-password a {
    display: inline-block;
    position: relative;
    font-weight: 400;
    font-size: 15px;
    color: #6a6c72
}

.login-form form .lost-your-password a::before {
    width: 100%;
    height: 1px;
    position: absolute;
    left: 0;
    bottom: 0;
    content: '';
    -webkit-transition: .6s;
    transition: .6s;
    background-color: #eee
}

.login-form form .lost-your-password a::after {
    width: 0;
    height: 1px;
    position: absolute;
    left: 0;
    -webkit-transition: .6s;
    transition: .6s;
    bottom: 0;
    content: '';
    background-color: #00c6b2
}

.login-form form .lost-your-password a:hover::before {
    width: 0
}

.login-form form .lost-your-password a:hover::after {
    width: 100%
}

.login-form form button {
    border: none;
    margin-top: 25px;
    padding: 15px 30px;
    width: 100%;
    border-radius: 5px;
    cursor: pointer;
    background-color: #00c6b2;
    color: #fff;
    -webkit-transition: .6s;
    transition: .6s
}

.login-form form button:hover {
    background-color: #222
}

.register-form {
    padding: 35px;
    border-radius: 10px;
    background-color: #fff;
    -webkit-box-shadow: 0 0 1.25rem rgba(108, 118, 134, .1);
    box-shadow: 0 0 1.25rem rgba(108, 118, 134, .1);
    max-width: 650px;
    margin: auto
}

.register-form h2 {
    margin-bottom: 30px;
    font-size: 25px;
    font-weight: 600
}

.register-form form .form-group {
    margin-bottom: 25px
}

.register-form form .form-group label {
    margin-bottom: 5px;
    color: #6a6c72;
    font-weight: 400;
    font-size: 16px
}

.register-form form .form-group .form-control {
    height: 60px;
    padding: 0 0 0 15px;
    line-height: initial;
    color: #222;
    background-color: transparent;
    border: 1px solid #eee;
    border-radius: 5px;
    -webkit-box-shadow: unset;
    box-shadow: unset;
    -webkit-transition: .6s;
    transition: .6s;
    font-size: 14px;
    font-weight: 400
}

.register-form form .form-group .form-control:focus {
    border: 1px solid #00c6b2;
    background-color: transparent
}

.register-form form .form-group .form-control:focus::-webkit-input-placeholder {
    color: transparent;
    -webkit-transition: .6s;
    transition: .6s
}

.register-form form .form-group .form-control:focus:-ms-input-placeholder {
    color: transparent;
    -webkit-transition: .6s;
    transition: .6s
}

.register-form form .form-group .form-control:focus::-ms-input-placeholder {
    color: transparent;
    -webkit-transition: .6s;
    transition: .6s
}

.register-form form .form-group .form-control:focus::placeholder {
    color: transparent;
    -webkit-transition: .6s;
    transition: .6s
}

.register-form form .description {
    font-style: italic;
    font-size: 13.5px;
    margin-top: -10px;
    margin-bottom: 15px
}

.register-form form button {
    border: none;
    padding: 15px 30px;
    width: 100%;
    border-radius: 5px;
    cursor: pointer;
    background-color: #00c6b2;
    color: #fff;
    -webkit-transition: .6s;
    transition: .6s
}

.register-form form button:hover {
    background-color: #222
}

.faq-accordion {
    max-width: 930px;
    margin: auto
}

.faq-accordion .accordion .accordion-item {
    display: block;
    margin-bottom: 30px;
    border: none
}

.faq-accordion .accordion .accordion-item:last-child {
    margin-bottom: 0
}

.faq-accordion .accordion .accordion-title {
    padding: 25px 40px 25px 25px;
    color: #222;
    position: relative;
    display: block;
    text-transform: capitalize;
    font-size: 20px;
    font-weight: 500;
    cursor: pointer;
    background: #f6f7f9
}

.faq-accordion .accordion .accordion-title i {
    position: absolute;
    right: 25px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    color: #00c6b2;
    font-size: 20px;
    -webkit-transition: .6s;
    transition: .6s
}

.faq-accordion .accordion .accordion-title.active i::before {
    content: "\eaed";
    color: #00c6b2
}

.faq-accordion .accordion .accordion-content {
    display: none;
    padding: 20px 0
}

.faq-accordion .accordion .accordion-content p {
    color: #6a6c72;
    font-weight: 400
}

.faq-accordion .accordion .accordion-content:last-child {
    padding-bottom: 0
}

.faq-accordion .accordion .accordion-content.show {
    display: block
}

.error-content {
    text-align: center;
    margin: 0 auto;
    max-width: 750px
}

.error-content h3 {
    font-size: 35px;
    margin-top: 35px;
    margin-bottom: 18px
}

.error-content p {
    max-width: 520px;
    margin: 0 auto 20px
}

.single-terms-of-service h3 {
    font-size: 25px;
    margin: 0 0 12px
}

.single-terms-of-service p {
    font-size: 15px
}

.single-privacy-policy h3 {
    font-size: 25px;
    margin: 0 0 12px
}

.single-privacy-policy p {
    font-size: 15px
}

.coming-soon-area {
    height: 100vh;
    background-image: url(../images/coming-soon-bg.jpg);
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat
}

.coming-soon-content {
    max-width: 750px;
    background: #fff;
    border-radius: 10px;
    overflow: hidden;
    text-align: center;
    padding: 45px 30px;
    -webkit-box-shadow: 1px 5px 24px 0 rgba(68, 102, 242, .05);
    box-shadow: 1px 5px 24px 0 rgba(68, 102, 242, .05);
    margin: auto
}

.coming-soon-content h1 {
    font-size: 45px;
    margin-bottom: 15px
}

.coming-soon-content h1 a {
    color: #222
}

.coming-soon-content h2 {
    font-size: 30px;
    margin-bottom: 0
}

.coming-soon-content #timer {
    margin-top: 35px
}

.coming-soon-content #timer div {
    background-color: #00c6b2;
    color: #fff;
    width: 130px;
    height: 130px;
    border-radius: 50%;
    font-size: 40px;
    font-weight: 700;
    margin-left: 5px;
    margin-right: 5px
}

.coming-soon-content #timer div span {
    display: block;
    margin-top: -2px;
    font-size: 15px;
    font-weight: 500
}

.coming-soon-content .newsletter-form {
    margin-top: 45px;
    background-color: #fff;
    -webkit-box-shadow: 0 0 1.25rem rgba(108, 118, 134, .1);
    box-shadow: 0 0 1.25rem rgba(108, 118, 134, .1);
    padding: 30px
}

.coming-soon-content .newsletter-form .form-group {
    margin-bottom: 15px;
    width: 100%
}

.coming-soon-content .newsletter-form .form-group .input-newsletter {
    border-radius: 0;
    border: none;
    border: 1px solid #eee;
    background-color: #eee;
    padding: 15px;
    color: #222;
    height: 60px;
    display: block;
    width: 100%;
    -webkit-transition: .6s;
    transition: .6s;
    font-size: 15px;
    font-weight: 400;
    border-radius: 5px
}

.coming-soon-content .newsletter-form .form-group .input-newsletter::-webkit-input-placeholder {
    color: #6a6c72;
    -webkit-transition: .6s;
    transition: .6s
}

.coming-soon-content .newsletter-form .form-group .input-newsletter:-ms-input-placeholder {
    color: #6a6c72;
    -webkit-transition: .6s;
    transition: .6s
}

.coming-soon-content .newsletter-form .form-group .input-newsletter::-ms-input-placeholder {
    color: #6a6c72;
    -webkit-transition: .6s;
    transition: .6s
}

.float {
    position: fixed;
    width: 60px;
    height: 60px;
    bottom: 7px;
    left: 40px;
    background-color: #28b937;
    color: #fff;
    border-radius: 50px;
    text-align: center;
    box-shadow: 2px 2px 3px #999;
    z-index: 5
}

.float:hover {
    background-color: #fff;
    color: #28b937
}

.float-2 {
    position: fixed;
    width: 60px;
    height: 60px;
    bottom: 7px;
    right: 40px;
    background-color: #00c6b2;
    color: #fff;
    border-radius: 50px;
    text-align: center;
    box-shadow: 2px 2px 3px #999;
    z-index: 5
}

.float-2:hover {
    background-color: #fff;
    color: #00c6b2
}

.my-float {
    margin-top: 16px;
    font-size: 26px
}

.coming-soon-content .newsletter-form .form-group .input-newsletter::placeholder {
    color: #6a6c72;
    -webkit-transition: .6s;
    transition: .6s
}

.coming-soon-content .newsletter-form .form-group .input-newsletter:focus {
    -webkit-box-shadow: none;
    box-shadow: none;
    outline: 0
}

.coming-soon-content .newsletter-form .form-group .input-newsletter:focus::-webkit-input-placeholder {
    color: transparent
}

.coming-soon-content .newsletter-form .form-group .input-newsletter:focus:-ms-input-placeholder {
    color: transparent
}

.coming-soon-content .newsletter-form .form-group .input-newsletter:focus::-ms-input-placeholder {
    color: transparent
}

.coming-soon-content .newsletter-form .form-group .input-newsletter:focus::placeholder {
    color: transparent
}

.coming-soon-content .newsletter-form .default-btn {
    width: 100%;
    border-radius: 5px;
    border: none
}

.coming-soon-content .newsletter-form .validation-danger {
    margin-top: 15px;
    color: red
}

.contact-form {
    max-width: 800px;
    margin: auto;
    text-align: center
}

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

.contact-form form .form-group .form-control {
    background-color: #fff;
    -webkit-box-shadow: 0 5px 28.5px 1.5px rgba(149, 152, 200, .2);
    box-shadow: 0 5px 28.5px 1.5px rgba(149, 152, 200, .2);
    border: 1px solid #fff;
    height: 60px;
    padding: 20px;
    -webkit-transition: .6s;
    transition: .6s;
    font-size: 15px
}

.contact-form form .form-group .form-control::-webkit-input-placeholder {
    color: #6a6c72;
    -webkit-transition: .6s;
    transition: .6s
}

.contact-form form .form-group .form-control:-ms-input-placeholder {
    color: #6a6c72;
    -webkit-transition: .6s;
    transition: .6s
}

.contact-form form .form-group .form-control::-ms-input-placeholder {
    color: #6a6c72;
    -webkit-transition: .6s;
    transition: .6s
}

.contact-form form .form-group .form-control::placeholder {
    color: #6a6c72;
    -webkit-transition: .6s;
    transition: .6s
}

.contact-form form .form-group .form-control:focus {
    -webkit-box-shadow: unset;
    box-shadow: unset;
    border: 1px solid #06a3da
}

.contact-form form .form-group .form-control:focus::-webkit-input-placeholder {
    color: transparent
}

.contact-form form .form-group .form-control:focus:-ms-input-placeholder {
    color: transparent
}

.contact-form form .form-group .form-control:focus::-ms-input-placeholder {
    color: transparent
}

.contact-form form .form-group .form-control:focus::placeholder {
    color: transparent
}

.contact-form form .form-group textarea.form-control {
    height: auto;
    padding-top: 15px
}

.contact-form form .default-btn {
    border: none
}

.contact-form form .help-block ul {
    padding-left: 0;
    list-style-type: none;
    margin-top: 10px;
    font-size: 14px;
    margin-bottom: 0
}

.contact-form form .help-block ul li {
    color: red
}

.contact-form form #msgSubmit {
    margin-bottom: 0
}

.contact-form form #msgSubmit.text-danger,
.contact-form form #msgSubmit.text-success {
    margin-top: 15px;
    font-size: 20px;
    font-weight: 500
}

.contact-info {
    text-align: center;
    margin-top: 60px
}

.contact-info .contact-info-content h3 {
    margin-bottom: 25px;
    font-size: 25px;
    font-weight: 500
}

.contact-info .contact-info-content h2 {
    margin-bottom: 0;
    font-size: 20px;
    font-weight: 500
}

.contact-info .contact-info-content h2 a {
    display: inline-block;
    color: #06a3da
}

.contact-info .contact-info-content h2 a:hover {
    color: #124390
}

.contact-info .contact-info-content h2 a:not(:first-child) {
    color: #124390
}

.contact-info .contact-info-content h2 a:not(:first-child):hover {
    color: #06a3da
}

.contact-info .contact-info-content h2 span {
    display: block;
    color: #6a6c72;
    margin-top: 15px;
    margin-bottom: 15px;
    font-size: 16px;
    font-weight: 500
}

.contact-info .contact-info-content .social {
    padding-left: 0;
    list-style-type: none;
    margin-top: 30px;
    margin-bottom: 0
}

.contact-info .contact-info-content .social li {
    display: inline-block;
    margin: 0 2px
}

.contact-info .contact-info-content .social li a {
    width: 35px;
    height: 35px;
    line-height: 35px;
    border: 1px solid #dadada;
    border-radius: 50%;
    color: #aba5a5
}

.contact-info .contact-info-content .social li a i {
    font-size: 14px
}

.contact-info .contact-info-content .social li a:hover {
    color: #fff;
    border-color: #06a3da;
    background-color: #06a3da
}

.services-details-image img {
    border-radius: 30px
}

.services-details-content {
    margin-top: 30px
}

.services-details-content h3 {
    font-size: 25px;
    font-weight: 600;
    margin-bottom: 15px
}

.services-details-list {
    padding-left: 0;
    margin-bottom: 30px;
    margin-top: 30px
}

.services-details-list li {
    list-style-type: none;
    position: relative;
    padding-left: 45px;
    margin-bottom: 30px
}

.services-details-list li:last-child {
    margin-bottom: 0
}

.services-details-list li i {
    display: inline-block;
    position: absolute;
    top: -8px;
    left: 0;
    height: 35px;
    width: 35px;
    line-height: 38px;
    background-color: #06a3da;
    color: #fff;
    font-size: 16px;
    text-align: center;
    border-radius: 50px
}

.services-details-overview {
    margin-top: 30px
}

.services-details-overview-content p span {
    font-size: 22px;
    font-weight: 500;
    color: #222;
    margin-right: 5px
}


.footer-area {
    background-color: #fcffff
}

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

.single-footer-widget h2 {
    font-size: 45px;
    margin-bottom: 20px;
    font-weight: 600
}

.single-footer-widget h2 a {
    color: #091e3e
}

.single-footer-widget p {
    color: #091e3e;
    margin-bottom: 0
}

.single-footer-widget .signature {
    margin-top: 25px
}

.single-footer-widget .footer-info {
    position: relative;
    margin-top: 35px;
    padding-left: 75px
}

.single-footer-widget .footer-info img {
    display: inline-block;
    height: 52px;
    width: 51px;
    border-radius: 15px;
    position: absolute;
    left: 0;
    top: 0
}

.single-footer-widget .footer-info h4 {
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 10px;
    color: #091e3e
}

.single-footer-widget .footer-info span {
    font-size: 16px;
    color: #091e3e
}

.single-footer-widget h3 {
    font-size: 25px;
    color: #091e3e;
    margin-bottom: 30px;
    font-weight: 500
}

.single-footer-widget .quick-links {
    padding-left: 16px;
    margin-bottom: 0;
    list-style-type: none
}

.single-footer-widget .quick-links li {
    margin-bottom: 12px;
    font-size: 18px;
    font-weight: 900
}

.single-footer-widget .quick-links li a {
    display: inline-block;
    color: #091e3e;
    font-weight: 400;
    position: relative
}

.single-footer-widget .quick-links li a:hover {
    color: #00c6b2
}

.single-footer-widget .quick-links li a:hover::before {
    width: 100%
}

.single-footer-widget .quick-links li a::before {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 0;
    height: 1px;
    -webkit-transition: .6s;
    transition: .6s;
    background-color: #091e3e
}

.single-footer-widget .quick-links li:last-child {
    margin-bottom: 0
}

.single-footer-widget .footer-widget-blog {
    position: relative;
    overflow: hidden
}

.single-footer-widget .footer-widget-blog .item {
    overflow: hidden;
    margin-bottom: 25px
}

.single-footer-widget .footer-widget-blog .item:last-child {
    margin-bottom: 0
}

.single-footer-widget .footer-widget-blog .item .thumb {
    float: left;
    height: 80px;
    overflow: hidden;
    display: block;
    position: relative;
    width: 80px;
    margin-right: 15px;
    z-index: 1
}

.single-footer-widget .footer-widget-blog .item .thumb .fullimage {
    width: 80px;
    height: 80px;
    display: inline-block;
    border-radius: 5px;
    background-size: cover !important;
    background-repeat: no-repeat;
    background-position: center center
}

.single-footer-widget .footer-widget-blog .item .thumb .fullimage.bg1 {
    background-image: url(../images/footer/footer-2.jpg)
}

.single-footer-widget .footer-widget-blog .item .thumb .fullimage.bg2 {
    background-image: url(../images/footer/footer-3.jpg)
}

.single-footer-widget .footer-widget-blog .item .thumb .fullimage.bg3 {
    background-image: url(../images/footer/footer-4.jpg)
}

.single-footer-widget .footer-widget-blog .item .info {
    overflow: hidden;
    margin-top: 5px
}

.single-footer-widget .footer-widget-blog .item .info span {
    display: block;
    color: #fff;
    margin-top: -5px;
    margin-bottom: 8px;
    font-size: 14px
}

.single-footer-widget .footer-widget-blog .item .info span a {
    color: #06a3da
}

.single-footer-widget .footer-widget-blog .item .info h4 {
    margin-bottom: 0;
    line-height: 1.4;
    font-size: 18px;
    font-weight: 500
}

.single-footer-widget .footer-widget-blog .item .info h4 a {
    display: inline-block;
    -webkit-transition: .6s;
    transition: .6s;
    color: #091e3e
}

.single-footer-widget .footer-widget-blog .item .info h4 a:hover {
    color: #06a3da
}

.single-footer-widget .footer-information {
    padding-left: 0;
    list-style-type: none;
    margin-bottom: 0
}

.single-footer-widget .footer-information li {
    display: inline-block;
    position: relative;
    text-align: left;
    padding-left: 55px;
    font-size: 18px;
    font-weight: 600;
    color: #091e3e;
    margin-bottom: 20px
}

.single-footer-widget .footer-information li:last-child {
    margin-bottom: 0
}

.single-footer-widget .footer-information li i {
    position: absolute;
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    color: #06a3da;
    font-size: 38px
}

.single-footer-widget .footer-information li span {
    display: block;
    font-size: 16px;
    font-weight: 400;
    color: #091e3e;
    margin-top: 8px
}

.single-footer-widget .footer-information li span a {
    color: #091e3e
}

.single-footer-widget .footer-information li span a:hover {
    color: #06a3da
}

.copyright-area {
   
    background-color: #091e3e
}

.copyright-area-content {
    text-align: center;
    border-top: 1px solid #2e405b;
    padding-top: 30px
}

.copyright-area-content p {
    color: #fff;
    font-size: 15px
}

.copyright-area-content p a {
    display: inline-block;
    font-weight: 600;
    color: #06a3da
}

.copyright-area-content p a:hover {
    color: #fff
}

.go-top {
    position: fixed;
    cursor: pointer;
    bottom: -100px;
    right: 20px;
    color: #fff;
    background-color: #00c6b2;
    z-index: 4;
    width: 45px;
    text-align: center;
    height: 45px;
    opacity: 0;
    visibility: hidden;
    border-radius: 50%;
    font-size: 22px;
    -webkit-transition: .9s;
    transition: .9s;
    overflow: hidden;
    -webkit-box-shadow: 0 3px 10px rgba(0, 0, 0, .1);
    box-shadow: 0 3px 10px rgba(0, 0, 0, .1)
}

.go-top i {
    position: absolute;
    right: 0;
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    text-align: center;
    font-size: 25px;
    margin: auto
}

.go-top.active {
    opacity: 1;
    visibility: visible;
    bottom: 20px
}

.go-top:hover {
    background-color: #0c9;
    color: #fff;
    -webkit-transition: .6s;
    transition: .6s;
    -webkit-box-shadow: 0 4px 6px rgba(50, 50, 93, .11), 0 1px 3px rgba(0, 0, 0, .08);
    box-shadow: 0 4px 6px rgba(50, 50, 93, .11), 0 1px 3px rgba(0, 0, 0, .08);
    -webkit-transform: translateY(-5px);
    transform: translateY(-5px)
}

.grin-care-header {
    position: absolute;
    top: 0;
    z-index: 9;
    width: 100%
}

.dental-tourism-top-area {
    background-color: #222;
    padding-top: 12px;
    padding-bottom: 12px
}

.dental-tourism-top-area .container-fluid {
    padding-left: 30px;
    padding-right: 30px
}

.top-dental-tourism-information {
    padding: 0;
    margin-bottom: 0
}

.top-dental-tourism-information.with-left {
    margin-left: 290px
}

.top-dental-tourism-information li {
    display: inline-block;
    list-style-type: none;
    margin-right: 15px;
    color: #fff;
    font-size: 15px;
    font-weight: 400;
    font-family: nunito sans, sans-serif;
    position: relative;
    padding-left: 22px
}

.top-dental-tourism-information li:last-child {
    margin-right: 0
}

.top-dental-tourism-information li i {
    color: #1dbfcc;
    position: absolute;
    left: 0;
    top: 3.2px
}

.top-dental-tourism-information li a {
    color: #fff
}

.top-dental-tourism-information li a:hover {
    color: #1dbfcc
}

.top-dental-tourism-optional {
    text-align: end;
    padding: 0;
    margin-bottom: 0
}

.top-dental-tourism-optional li {
    display: inline-block;
    margin-right: 5px
}

.top-dental-tourism-optional li:last-child {
    margin-right: 0
}

.top-dental-tourism-optional li a i {
    color: #fff;
    font-size: 15px;
    position: relative;
    top: 1px;
    -webkit-transition: .6s;
    transition: .6s;
    display: inline-block;
    height: 25px;
    width: 25px;
    line-height: 22px;
    border: 2px solid #fff;
    text-align: center;
    border-radius: 5px
}

.top-dental-tourism-optional li a i:hover {
    color: #1dbfcc;
    border: 2px solid #1dbfcc;
    -webkit-transform: translateY(-2px);
    transform: translateY(-2px)
}

.top-area {
    padding-top: 12px;
    padding-bottom: 12px
}

.top-area .container-fluid {
    padding-left: 30px;
    padding-right: 30px
}

.top-information-wrap {
    padding: 0;
    margin-bottom: 0
}

.top-information-wrap li {
    display: inline-block;
    list-style-type: none;
    margin-right: 15px;
    color: #002345;
    font-size: 15px;
    font-weight: 400;
    font-family: nunito sans, sans-serif;
    position: relative;
    padding-left: 22px
}

.top-information-wrap li:last-child {
    margin-right: 0
}

.top-information-wrap li i {
    color: #1dbfcc;
    position: absolute;
    left: 0;
    top: 3.2px
}

.top-information-wrap li a {
    color: #002345
}

.top-information-wrap li a:hover {
    color: #1dbfcc
}

.top-optional-wrap {
    text-align: end;
    padding: 0;
    margin-bottom: 0
}

.top-optional-wrap li {
    display: inline-block;
    margin-right: 5px
}

.top-optional-wrap li:last-child {
    margin-right: 0
}

.top-optional-wrap li a i {
    color: #002345;
    font-size: 15px;
    position: relative;
    top: 1px;
    -webkit-transition: .6s;
    transition: .6s;
    display: inline-block;
    height: 25px;
    width: 25px;
    line-height: 22px;
    border: 2px solid #002345;
    text-align: center;
    border-radius: 5px
}

.top-optional-wrap li a i:hover {
    color: #1dbfcc;
    border: 2px solid #1dbfcc;
    -webkit-transform: translateY(-2px);
    transform: translateY(-2px)
}

.dental-tourism-navbar .main-navbar {
    background-color: #fff;
    -webkit-box-shadow: 0 0 15px 0 rgba(0, 0, 0, .1);
    box-shadow: 0 0 15px 0 rgba(0, 0, 0, .1)
}

.dental-tourism-navbar .main-navbar .container-fluid {
    padding-left: 30px;
    padding-right: 30px
}

.dental-tourism-navbar .main-navbar .navbar ul {
    margin-left: 225px
}

.dental-tourism-navbar .main-navbar .navbar .navbar-brand {
    padding: 0;
    position: relative;
    z-index: 1;
    text-transform: capitalize;
    font-size: 35px;
    font-weight: 700;
    font-family: heebo, sans-serif
}

.dental-tourism-navbar .main-navbar .navbar .navbar-brand::before {
    content: "";
    position: absolute;
    top: -92px;
    left: -100px;
    width: 350px;
    height: 150px;
    background-image: url(../images/dental-tourism/logo-bg.png);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    z-index: -1
}

.dental-tourism-navbar .main-navbar .navbar .navbar-nav .nav-item a {
    color: #002345;
    font-family: heebo, sans-serif
}

.dental-tourism-navbar .main-navbar .navbar .navbar-nav .nav-item a::before {
    background-color: #1dbfcc
}

.dental-tourism-navbar .main-navbar .navbar .navbar-nav .nav-item a:hover,
.dental-tourism-navbar .main-navbar .navbar .navbar-nav .nav-item a:focus,
.dental-tourism-navbar .main-navbar .navbar .navbar-nav .nav-item a.active {
    color: #1dbfcc
}

.dental-tourism-navbar .main-navbar .navbar .navbar-nav .nav-item a:hover::before,
.dental-tourism-navbar .main-navbar .navbar .navbar-nav .nav-item a:focus::before,
.dental-tourism-navbar .main-navbar .navbar .navbar-nav .nav-item a.active::before {
    width: 100%;
    right: auto;
    left: 0
}

.dental-tourism-navbar .main-navbar .navbar .navbar-nav .nav-item:last-child {
    margin-right: 0
}

.dental-tourism-navbar .main-navbar .navbar .navbar-nav .nav-item:first-child {
    margin-left: 0
}

.dental-tourism-navbar .main-navbar .navbar .navbar-nav .nav-item:hover a,
.dental-tourism-navbar .main-navbar .navbar .navbar-nav .nav-item.active a {
    color: #1dbfcc
}

.dental-tourism-navbar .main-navbar .navbar .navbar-nav .nav-item .dropdown-menu {
    margin-left: 0
}

.dental-tourism-navbar .main-navbar .navbar .navbar-nav .nav-item .dropdown-menu li a {
    color: #002345
}

.dental-tourism-navbar .main-navbar .navbar .navbar-nav .nav-item .dropdown-menu li a:hover,
.dental-tourism-navbar .main-navbar .navbar .navbar-nav .nav-item .dropdown-menu li a:focus,
.dental-tourism-navbar .main-navbar .navbar .navbar-nav .nav-item .dropdown-menu li a.active {
    color: #1dbfcc
}

.dental-tourism-navbar .main-navbar .navbar .navbar-nav .nav-item .dropdown-menu li a:hover::before,
.dental-tourism-navbar .main-navbar .navbar .navbar-nav .nav-item .dropdown-menu li a:focus::before,
.dental-tourism-navbar .main-navbar .navbar .navbar-nav .nav-item .dropdown-menu li a.active::before {
    display: none
}

.dental-tourism-navbar .main-navbar .others-options .option-item {
    margin-right: 25px
}

.dental-tourism-navbar .main-navbar .others-options .option-item:last-child {
    margin-right: 0
}

.dental-tourism-navbar .main-navbar .others-options .option-item .search-btn a i {
    color: #002345
}

.dental-tourism-navbar .main-navbar .others-options .option-item .search-btn a i:hover {
    color: #1dbfcc
}

.dental-tourism-navbar .main-navbar .others-options .option-item .navbar-btn .default-btn {
    background-color: #1dbfcc
}

.dental-tourism-navbar .main-navbar .others-options .option-item .navbar-btn .default-btn:hover {
    background-color: #06a3da
}

.grin-care-navbar .main-navbar {
    background-color: transparent;
    padding-top: 0;
    padding-bottom: 0
}

.grin-care-navbar .main-navbar .container-fluid {
    padding-left: 30px;
    padding-right: 30px
}

.grin-care-navbar .main-navbar .navbar {
    background-color: #fff;
    padding: 15px 25px
}

.grin-care-navbar .main-navbar .navbar .navbar-brand {
    padding: 0;
    text-transform: capitalize;
    font-size: 35px;
    font-weight: 700;
    font-family: heebo, sans-serif;
    color: #1dbfcc
}

.grin-care-navbar .main-navbar .navbar .navbar-nav .nav-item a {
    color: #002345;
    font-family: heebo, sans-serif
}

.grin-care-navbar .main-navbar .navbar .navbar-nav .nav-item a::before {
    background-color: #1dbfcc
}

.grin-care-navbar .main-navbar .navbar .navbar-nav .nav-item a:hover,
.grin-care-navbar .main-navbar .navbar .navbar-nav .nav-item a:focus,
.grin-care-navbar .main-navbar .navbar .navbar-nav .nav-item a.active {
    color: #1dbfcc
}

.grin-care-navbar .main-navbar .navbar .navbar-nav .nav-item a:hover::before,
.grin-care-navbar .main-navbar .navbar .navbar-nav .nav-item a:focus::before,
.grin-care-navbar .main-navbar .navbar .navbar-nav .nav-item a.active::before {
    width: 100%;
    right: auto;
    left: 0
}

.grin-care-navbar .main-navbar .navbar .navbar-nav .nav-item:last-child {
    margin-right: 0
}

.grin-care-navbar .main-navbar .navbar .navbar-nav .nav-item:first-child {
    margin-left: 0
}

.grin-care-navbar .main-navbar .navbar .navbar-nav .nav-item:hover a,
.grin-care-navbar .main-navbar .navbar .navbar-nav .nav-item.active a {
    color: #1dbfcc
}

.grin-care-navbar .main-navbar .navbar .navbar-nav .nav-item .dropdown-menu li a {
    color: #002345
}

.grin-care-navbar .main-navbar .navbar .navbar-nav .nav-item .dropdown-menu li a:hover,
.grin-care-navbar .main-navbar .navbar .navbar-nav .nav-item .dropdown-menu li a:focus,
.grin-care-navbar .main-navbar .navbar .navbar-nav .nav-item .dropdown-menu li a.active {
    color: #1dbfcc
}

.grin-care-navbar .main-navbar .navbar .navbar-nav .nav-item .dropdown-menu li a:hover::before,
.grin-care-navbar .main-navbar .navbar .navbar-nav .nav-item .dropdown-menu li a:focus::before,
.grin-care-navbar .main-navbar .navbar .navbar-nav .nav-item .dropdown-menu li a.active::before {
    display: none
}

.grin-care-navbar .main-navbar .others-options .option-item {
    margin-right: 25px;
    position: relative
}

.grin-care-navbar .main-navbar .others-options .option-item::before {
    content: "";
    position: absolute;
    top: 0;
    right: -15px;
    width: 1px;
    height: 35px;
    background-color: #ddd
}

.grin-care-navbar .main-navbar .others-options .option-item:nth-child(2)::before {
    display: none
}

.grin-care-navbar .main-navbar .others-options .option-item:last-child {
    margin-right: 0
}

.grin-care-navbar .main-navbar .others-options .option-item:last-child::before {
    display: none
}

.grin-care-navbar .main-navbar .others-options .option-item .search-btn a i {
    color: #002345
}

.grin-care-navbar .main-navbar .others-options .option-item .search-btn a i:hover {
    color: #1dbfcc
}

.grin-care-navbar .main-navbar .others-options .option-item .cart-btn {
    position: relative;
    top: 3.5px
}

.grin-care-navbar .main-navbar .others-options .option-item .cart-btn i {
    font-size: 28px;
    color: #002345;
    -webkit-transition: .6s;
    transition: .6s
}

.grin-care-navbar .main-navbar .others-options .option-item .cart-btn i:hover {
    color: #1dbfcc
}

.grin-care-navbar .main-navbar .others-options .option-item .cart-btn span {
    position: absolute;
    top: -5px;
    right: -5px;
    display: inline-block;
    height: 18px;
    width: 18px;
    line-height: 18px;
    background-color: #1dbfcc;
    color: #fff;
    text-align: center;
    font-size: 12px;
    border-radius: 50px
}

.grin-care-navbar .main-navbar .others-options .option-item .navbar-btn .default-btn {
    background-color: #1dbfcc
}

.grin-care-navbar .main-navbar .others-options .option-item .navbar-btn .default-btn:hover {
    background-color: #06a3da
}

.others-option-for-responsive .option-inner .others-options .option-item .cart-btn {
    position: relative;
    top: 3.5px
}

.others-option-for-responsive .option-inner .others-options .option-item .cart-btn i {
    font-size: 28px;
    color: #002345;
    -webkit-transition: .6s;
    transition: .6s
}

.others-option-for-responsive .option-inner .others-options .option-item .cart-btn i:hover {
    color: #1dbfcc
}

.others-option-for-responsive .option-inner .others-options .option-item .cart-btn span {
    position: absolute;
    top: -5px;
    right: -5px;
    display: inline-block;
    height: 18px;
    width: 18px;
    line-height: 18px;
    background-color: #1dbfcc;
    color: #fff;
    text-align: center;
    font-size: 12px;
    border-radius: 50px
}

.dental-tourism-banner-area {
    background-image: url(../images/dental-tourism/banner/banner-bg.jpg);
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    padding-top: 120px;
    padding-bottom: 120px
}

.dental-tourism-banner-area .container-fluid {
    padding-left: 30px;
    padding-right: 30px
}

.dental-tourism-banner-content {
    max-width: 810px
}

.dental-tourism-banner-content .sub-title {
    color: #1dbfcc;
    font-weight: 600;
    font-size: 16px;
    font-family: nunito sans, sans-serif;
    display: block;
    margin-bottom: 18px
}

.dental-tourism-banner-content h1 {
    font-size: 80px;
    font-family: heebo, sans-serif;
    color: #002345;
    margin-bottom: 12px
}

.dental-tourism-banner-content p {
    color: #486683;
    margin-bottom: 0
}

.dental-tourism-banner-content .banner-btn {
    margin-top: 30px
}

.dental-tourism-banner-content .banner-btn .default-btn {
    background-color: #1dbfcc
}

.dental-tourism-banner-content .banner-btn .default-btn:hover {
    background-color: #06a3da
}

.single-dental-tourism-features {
    margin-bottom: 25px
}

.single-dental-tourism-features .content {
    position: relative;
    padding-left: 125px
}

.single-dental-tourism-features .content .icon-image {
    display: inline-block;
    height: 100px;
    width: 100px;
    line-height: 100px;
    text-align: center;
    border: 1px solid #1dbfcc;
    border-radius: 50%;
    position: absolute;
    left: 0;
    top: 0
}

.single-dental-tourism-features .content .icon-image .number {
    display: inline-block;
    height: 25px;
    width: 25px;
    line-height: 25px;
    background-color: #1dbfcc;
    text-align: center;
    font-size: 14px;
    color: #fff;
    border-radius: 50px;
    position: absolute;
    left: 0;
    right: 0;
    bottom: -12px;
    margin: auto
}

.single-dental-tourism-features .content h3 {
    font-size: 24px;
    font-family: heebo, sans-serif;
    margin-bottom: 15px;
    font-weight: 500
}

.single-dental-tourism-features .content h3 a {
    color: #002345
}

.single-dental-tourism-features .content h3 a:hover {
    color: #1dbfcc
}

.single-dental-tourism-features .content p {
    margin-bottom: 0;
    color: #486683
}

.dental-tourism-about-image {
    position: relative
}

.dental-tourism-about-image .certified {
    position: absolute;
    bottom: 30px;
    right: 30px
}

.dental-tourism-about-content {
    padding-left: 50px
}

.dental-tourism-about-content span {
    display: inline-block;
    padding: 8px 18px;
    background-color: #1dbfcc;
    font-size: 16px;
    color: #fff;
    border-radius: 30px;
    margin-bottom: 25px
}

.dental-tourism-about-content h3 {
    font-size: 40px;
    margin-bottom: 15px;
    font-family: heebo, sans-serif;
    line-height: 1.4
}

.dental-tourism-about-content p {
    margin-bottom: 0;
    color: #486683
}

.dental-tourism-about-content .list {
    padding: 0;
    margin-top: 20px;
    margin-bottom: 0
}

.dental-tourism-about-content .list li {
    list-style-type: none;
    color: #002345;
    margin-bottom: 15px;
    position: relative;
    padding-left: 22px
}

.dental-tourism-about-content .list li:last-child {
    margin-bottom: 0
}

.dental-tourism-about-content .list li i {
    color: #1dbfcc;
    position: absolute;
    left: 0;
    top: 4px
}

.dental-tourism-about-content .about-btn {
    margin-top: 25px
}

.dental-tourism-about-content .about-btn .default-btn {
    background-color: #1dbfcc
}

.dental-tourism-about-content .about-btn .default-btn:hover {
    background-color: #06a3da
}

.dental-tourism-services-area {
    background-color: #002345;
    overflow: hidden
}

.dental-tourism-services-area .section-title-warp .sub-title {
    background-color: #1dbfcc;
    color: #fff
}

.dental-tourism-services-area .section-title-warp h2 {
    color: #fff
}

.dental-tourism-services-area .section-warp-btn .default-btn {
    background-color: #1dbfcc
}

.dental-tourism-services-area .section-warp-btn .default-btn:hover {
    background-color: #06a3da
}

.dental-tourism-services-area .container-fluid {
    overflow: hidden;
    left: calc((100% - 1320px)/2);
    position: relative
}

.dental-tourism-services-card .services-image {
    position: relative
}

.dental-tourism-services-card .services-image .icon {
    position: absolute;
    left: 25px;
    bottom: 25px
}

.dental-tourism-services-card .services-image .icon i {
    display: inline-block;
    height: 75px;
    width: 75px;
    line-height: 75px;
    background-color: #1dbfcc;
    text-align: center;
    font-size: 40px;
    color: #fff;
    border-radius: 50px;
    -webkit-transition: .6s;
    transition: .6s
}

.dental-tourism-services-card .services-content {
    margin-top: 25px
}

.dental-tourism-services-card .services-content h3 {
    font-size: 24px;
    font-family: heebo, sans-serif;
    font-weight: 500
}

.dental-tourism-services-card .services-content h3 a {
    color: #fff
}

.dental-tourism-services-card:hover .services-image .icon i {
    background-color: #fff;
    color: #06a3da
}

.dental-tourism-services-card:hover .services-content h3 a {
    color: #1dbfcc
}

.dental-tourism-choose-content span {
    display: inline-block;
    padding: 8px 18px;
    background-color: #1dbfcc;
    font-size: 16px;
    color: #fff;
    border-radius: 30px;
    margin-bottom: 25px
}

.dental-tourism-choose-content h3 {
    font-size: 40px;
    margin-bottom: 15px;
    font-family: heebo, sans-serif
}

.dental-tourism-choose-content p {
    margin-bottom: 0;
    color: #486683
}

.dental-tourism-choose-content .choose-inner-content {
    margin-top: 25px;
    position: relative;
    padding-left: 35px
}

.dental-tourism-choose-content .choose-inner-content i {
    font-size: 20px;
    color: #1dbfcc;
    position: absolute;
    left: 0;
    top: 2px
}

.dental-tourism-choose-content .choose-inner-content h4 {
    font-size: 24px;
    font-weight: 500;
    margin-bottom: 12px
}

.dental-tourism-choose-content .choose-inner-content p {
    margin-bottom: 0;
    color: #486683
}

.dental-tourism-choose-image {
    position: relative;
    text-align: center
}

.dental-tourism-choose-image .video-btn {
    position: absolute;
    left: 0;
    right: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%)
}

.dental-tourism-choose-image .video-btn i {
    display: inline-block;
    height: 80px;
    width: 80px;
    line-height: 80px;
    background-color: #1dbfcc;
    color: #fff;
    border-radius: 50px;
    font-size: 65px;
    -webkit-transition: .6s;
    transition: .6s
}

.dental-tourism-choose-image .video-btn i:hover {
    background-color: #06a3da
}

.dental-tourism-appointment-area {
    background-image: url(../images/dental-tourism/appointment/appointment-bg.jpg);
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat
}

.dental-tourism-appointment-form {
    max-width: 600px;
    margin-left: auto
}

.dental-tourism-appointment-form h4 {
    font-size: 40px;
    margin-bottom: 30px
}

.dental-tourism-appointment-form h4 i {
    margin-right: 5px;
    color: #1dbfcc
}

.dental-tourism-appointment-form form .form-group {
    margin-bottom: 25px
}

.dental-tourism-appointment-form form .form-group .form-control {
    display: block;
    width: 100%;
    height: 60px;
    outline: 0;
    background-color: #fff;
    border: 1px solid #eee;
    border-radius: 0;
    padding: 15px;
    -webkit-transition: .6s;
    transition: .6s;
    font-size: 14px
}

.dental-tourism-appointment-form form .form-group .form-control::-webkit-input-placeholder {
    color: #486683;
    -webkit-transition: .6s;
    transition: .6s
}

.dental-tourism-appointment-form form .form-group .form-control:-ms-input-placeholder {
    color: #486683;
    -webkit-transition: .6s;
    transition: .6s
}

.dental-tourism-appointment-form form .form-group .form-control::-ms-input-placeholder {
    color: #486683;
    -webkit-transition: .6s;
    transition: .6s
}

.dental-tourism-appointment-form form .form-group .form-control::placeholder {
    color: #486683;
    -webkit-transition: .6s;
    transition: .6s
}

.dental-tourism-appointment-form form .form-group .form-control:focus {
    -webkit-box-shadow: none;
    box-shadow: none;
    border: 1px solid #06a3da
}

.dental-tourism-appointment-form form .form-group .form-control:focus::-webkit-input-placeholder {
    color: transparent
}

.dental-tourism-appointment-form form .form-group .form-control:focus:-ms-input-placeholder {
    color: transparent
}

.dental-tourism-appointment-form form .form-group .form-control:focus::-ms-input-placeholder {
    color: transparent
}

.dental-tourism-appointment-form form .form-group .form-control:focus::placeholder {
    color: transparent
}

.dental-tourism-appointment-form form .form-group textarea.form-control {
    min-height: 120px
}

.dental-tourism-appointment-form form .form-group .nice-select {
    background-color: #fff;
    border: 1px solid #eee;
    border-radius: 0;
    font-size: 14px;
    height: 60px;
    line-height: 60px;
    color: #486683;
    padding-left: 15px;
    padding-right: 20px
}

.dental-tourism-appointment-form form .form-group .nice-select::after {
    border-color: #486683;
    height: 8px;
    width: 8px;
    right: 15px;
    margin-top: -5px
}

.dental-tourism-appointment-form form .form-group .nice-select .list {
    background-color: #fff;
    -webkit-box-shadow: 0 2px 28px 0 rgba(0, 0, 0, .09);
    box-shadow: 0 2px 28px 0 rgba(0, 0, 0, .09);
    border-radius: 0;
    height: 200px;
    overflow-y: scroll;
    margin-top: 0;
    margin-bottom: 0
}

.dental-tourism-appointment-form form .form-group .nice-select .list .option {
    line-height: 40px;
    min-height: 40px;
    color: #6a6c72;
    padding-left: 15px;
    padding-top: 5px;
    padding-right: 15px;
    display: inherit;
    margin-right: 0
}

.dental-tourism-appointment-form form .form-group .nice-select .list .option.selected {
    background-color: #06a3da !important;
    color: #fff;
    font-weight: 400
}

.dental-tourism-appointment-form form .default-btn {
    background-color: #1dbfcc;
    border: none
}

.dental-tourism-appointment-form form .default-btn:hover {
    background-color: #06a3da
}

.dental-tourism-dentist-area .section-title-warp .sub-title {
    background-color: #1dbfcc;
    color: #fff
}

.dental-tourism-dentist-area .section-warp-btn .default-btn {
    background-color: #1dbfcc
}

.dental-tourism-dentist-area .section-warp-btn .default-btn:hover {
    background-color: #06a3da
}

.dental-tourism-dentist-card .dentist-image {
    position: relative;
    text-align: center
}

.dental-tourism-dentist-card .dentist-image a img {
    display: inline-block
}

.dental-tourism-dentist-card .dentist-image .share-link {
    padding: 0;
    bottom: 0;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #fff;
    border-radius: 10px;
    padding: 10px 25px;
    max-width: 200px;
    margin: auto;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: .6s;
    transition: .6s
}

.dental-tourism-dentist-card .dentist-image .share-link li {
    list-style-type: none;
    display: inline-block;
    margin-right: 8px
}

.dental-tourism-dentist-card .dentist-image .share-link li:last-child {
    margin-right: 0
}

.dental-tourism-dentist-card .dentist-image .share-link li a i {
    color: #002345;
    font-size: 15px;
    position: relative;
    top: 1px;
    -webkit-transition: .6s;
    transition: .6s;
    display: inline-block;
    height: 25px;
    width: 25px;
    line-height: 22px;
    border: 2px solid #002345;
    text-align: center;
    border-radius: 5px
}

.dental-tourism-dentist-card .dentist-image .share-link li a i:hover {
    color: #1dbfcc;
    border: 2px solid #1dbfcc;
    -webkit-transform: translateY(-2px);
    transform: translateY(-2px)
}

.dental-tourism-dentist-card .dentist-content {
    margin-top: 25px;
    text-align: center
}

.dental-tourism-dentist-card .dentist-content h3 {
    font-size: 24px;
    font-weight: 500;
    font-family: heebo, sans-serif
}

.dental-tourism-dentist-card .dentist-content h3 a {
    color: #002345
}

.dental-tourism-dentist-card .dentist-content h3 a:hover {
    color: #1dbfcc
}

.dental-tourism-dentist-card .dentist-content span {
    font-size: 15px;
    color: #486683
}

.dental-tourism-dentist-card:hover .dentist-image .share-link {
    bottom: 35px;
    opacity: 1;
    visibility: visible
}

.dental-tourism-dentist-slides.owl-theme .owl-dots .owl-dot span {
    width: 10px;
    height: 10px;
    background-color: #1dbfcc;
    -webkit-transition: .6s;
    transition: .6s;
    border-radius: 50%;
    position: relative;
    margin-top: 0;
    margin-bottom: 0;
    margin: 0 10px
}

.dental-tourism-dentist-slides.owl-theme .owl-dots .owl-dot:hover span,
.dental-tourism-dentist-slides.owl-theme .owl-dots .owl-dot.active span {
    background: #1dbfcc;
    -webkit-transform: scale(1.5);
    transform: scale(1.5)
}

.dental-tourism-dentist-slides.owl-theme .owl-nav.disabled+.owl-dots {
    margin-top: 30px
}

.dental-tourism-tourists-content h3 {
    font-size: 40px;
    margin-bottom: 15px;
    font-family: heebo, sans-serif;
    line-height: 1.4
}

.dental-tourism-tourists-content p {
    margin-bottom: 0;
    color: #486683
}

.dental-tourism-tourists-content .list {
    padding: 0;
    margin-top: 20px;
    margin-bottom: 0
}

.dental-tourism-tourists-content .list li {
    list-style-type: none;
    color: #002345;
    margin-bottom: 15px;
    position: relative;
    padding-left: 22px
}

.dental-tourism-tourists-content .list li:last-child {
    margin-bottom: 0
}

.dental-tourism-tourists-content .list li i {
    color: #1dbfcc;
    position: absolute;
    left: 0;
    top: 4px
}

.dental-tourism-tourists-image .tourists-image {
    position: relative;
    text-align: center;
    margin-bottom: 25px
}

.dental-tourism-tourists-image .tourists-image .content {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    padding: 15px
}

.dental-tourism-tourists-image .tourists-image .content h3 {
    font-size: 24px;
    font-weight: 500;
    font-family: heebo, sans-serif;
    color: #fff
}

.dental-tourism-tourists-image .tourists-image::before {
    position: absolute;
    content: "";
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0.6)));
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.6) 100%);
    width: 100%;
    height: 100%;
    left: 0;
    bottom: 0;
    -webkit-transition: .6s;
    transition: .6s
}

.dental-tourism-review-area {
    background-color: #eff8fb
}

.dental-tourism-review-area .section-title-warp .sub-title {
    background-color: #1dbfcc;
    color: #fff
}

.dental-tourism-review-area .section-warp-btn .default-btn {
    background-color: #1dbfcc
}

.dental-tourism-review-area .section-warp-btn .default-btn:hover {
    background-color: #06a3da
}

.dental-tourism-review-card {
    background-color: #fff;
    padding: 50px 65px
}

.dental-tourism-review-card .review-info {
    position: relative;
    padding-left: 85px;
    margin-bottom: 25px
}

.dental-tourism-review-card .review-info img {
    position: absolute;
    left: 0;
    top: 0;
    width: auto;
    display: inline-block;
    max-width: 65px
}

.dental-tourism-review-card .review-info h3 {
    font-size: 24px;
    font-weight: 500;
    font-family: heebo, sans-serif;
    margin-bottom: 0
}

.dental-tourism-review-card .review-info span {
    font-size: 15px;
    color: #1dbfcc;
    display: inline-block;
    margin-top: 12px
}

.dental-tourism-review-card p {
    color: #486683;
    margin-bottom: 0
}

.dental-tourism-review-card .rating {
    padding: 0;
    margin-top: 20px;
    margin-bottom: 0
}

.dental-tourism-review-card .rating li {
    list-style-type: none;
    margin-right: 2px;
    display: inline-block
}

.dental-tourism-review-card .rating li:last-child {
    margin-right: 0
}

.dental-tourism-review-card .rating li i {
    color: #ffc806
}

.dental-tourism-review-card .icon-quote {
    position: absolute;
    right: 45px;
    bottom: 30px
}

.dental-tourism-review-card .icon-quote i {
    font-size: 50px;
    color: #1dbfcc
}

.dental-tourism-review-slides.owl-theme .owl-dots .owl-dot span {
    width: 10px;
    height: 10px;
    background-color: #1dbfcc;
    -webkit-transition: .6s;
    transition: .6s;
    border-radius: 50%;
    position: relative;
    margin-top: 0;
    margin-bottom: 0;
    margin: 0 10px
}

.dental-tourism-review-slides.owl-theme .owl-dots .owl-dot:hover span,
.dental-tourism-review-slides.owl-theme .owl-dots .owl-dot.active span {
    background: #1dbfcc;
    -webkit-transform: scale(1.5);
    transform: scale(1.5)
}

.dental-tourism-review-slides.owl-theme .owl-nav.disabled+.owl-dots {
    margin-top: 30px
}

.dental-tourism-blog-area .section-title-warp .sub-title {
    background-color: #1dbfcc;
    color: #fff
}

.dental-tourism-blog-area .section-warp-btn .default-btn {
    background-color: #1dbfcc
}

.dental-tourism-blog-area .section-warp-btn .default-btn:hover {
    background-color: #06a3da
}

.dental-tourism-blog-card {
    margin-bottom: 25px;
    -webkit-transition: .6s;
    transition: .6s
}

.dental-tourism-blog-card .blog-image {
    position: relative
}

.dental-tourism-blog-card .blog-image a img {
    display: inline-block
}

.dental-tourism-blog-card .blog-image .tag {
    position: absolute;
    left: 25px;
    top: 25px
}

.dental-tourism-blog-card .blog-image .tag a {
    display: inline-block;
    background-color: #1dbfcc;
    color: #fff;
    padding: 10px 15px;
    border-radius: 30px
}

.dental-tourism-blog-card .blog-content {
    padding-top: 20px;
    padding-left: 20px
}

.dental-tourism-blog-card .blog-content .entry-meta {
    padding: 0;
    margin-bottom: 15px
}

.dental-tourism-blog-card .blog-content .entry-meta li {
    display: inline-block;
    list-style-type: none;
    font-size: 14px;
    color: #486683;
    margin-right: 10px;
    position: relative;
    padding-left: 22px
}

.dental-tourism-blog-card .blog-content .entry-meta li:last-child {
    margin-right: 0
}

.dental-tourism-blog-card .blog-content .entry-meta li a {
    color: #486683
}

.dental-tourism-blog-card .blog-content .entry-meta li a:hover {
    color: #1dbfcc
}

.dental-tourism-blog-card .blog-content .entry-meta li i {
    color: #1dbfcc;
    position: absolute;
    left: 0;
    top: 2.8px
}

.dental-tourism-blog-card .blog-content h3 {
    font-size: 24px;
    font-weight: 500;
    font-family: heebo, sans-serif;
    line-height: 1.5
}

.dental-tourism-blog-card .blog-content h3 a {
    color: #002345
}

.dental-tourism-blog-card .blog-content h3 a:hover {
    color: #1dbfcc
}

.dental-tourism-blog-card:hover {
    -webkit-transform: translateY(-5px);
    transform: translateY(-5px)
}

.dental-tourism-footer-area {
    background-image: url(../images/dental-tourism/footer/footer-bg.jpg);
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
    z-index: 1
}

.dental-tourism-footer-area::before {
    position: absolute;
    content: "";
    background-color: #002345;
    height: 100%;
    width: 100%;
    left: 0;
    right: 0;
    top: 0;
    opacity: .9;
    z-index: -1
}

.dental-tourism-footer-widget {
    margin-bottom: 25px
}

.dental-tourism-footer-widget h2 {
    font-size: 35px;
    margin-bottom: 25px
}

.dental-tourism-footer-widget h2 a {
    color: #fff
}

.dental-tourism-footer-widget h3 {
    font-size: 24px;
    font-weight: 500;
    font-family: heebo, sans-serif;
    margin-bottom: 25px;
    color: #fff
}

.dental-tourism-footer-widget .info-list {
    padding: 0;
    margin-bottom: 0
}

.dental-tourism-footer-widget .info-list li {
    list-style-type: none;
    margin-bottom: 18px;
    color: #fff;
    font-family: nunito sans, sans-serif
}

.dental-tourism-footer-widget .info-list li:last-child {
    margin-bottom: 0
}

.dental-tourism-footer-widget .info-list li span {
    color: #1dbfcc
}

.dental-tourism-footer-widget .info-list li a {
    color: #fff
}

.dental-tourism-footer-widget .info-list li a:hover {
    letter-spacing: 1px
}

.dental-tourism-footer-widget .share-link {
    padding: 0;
    margin-top: 20px;
    margin-bottom: 0
}

.dental-tourism-footer-widget .share-link li {
    display: inline-block;
    margin-right: 10px
}

.dental-tourism-footer-widget .share-link li:last-child {
    margin-right: 0
}

.dental-tourism-footer-widget .share-link li span {
    font-size: 20px;
    color: #fff;
    font-weight: 500;
    font-family: heebo, sans-serif
}

.dental-tourism-footer-widget .share-link li a i {
    color: #fff;
    font-size: 15px;
    position: relative;
    top: 1px;
    -webkit-transition: .6s;
    transition: .6s;
    display: inline-block;
    height: 25px;
    width: 25px;
    line-height: 22px;
    border: 2px solid #fff;
    text-align: center;
    border-radius: 5px
}

.dental-tourism-footer-widget .share-link li a i:hover {
    color: #1dbfcc;
    border: 2px solid #1dbfcc;
    -webkit-transform: translateY(-2px);
    transform: translateY(-2px)
}

.dental-tourism-footer-widget .quick-links {
    padding: 0;
    margin-bottom: 0
}

.dental-tourism-footer-widget .quick-links li {
    list-style-type: none;
    margin-bottom: 15px;
    position: relative;
    font-family: nunito sans, sans-serif;
    padding-left: 22px
}

.dental-tourism-footer-widget .quick-links li:last-child {
    margin-bottom: 0
}

.dental-tourism-footer-widget .quick-links li a {
    color: #fff
}

.dental-tourism-footer-widget .quick-links li a:hover {
    letter-spacing: 1px
}

.dental-tourism-footer-widget .quick-links li i {
    color: #1dbfcc;
    position: absolute;
    left: 0;
    top: 4.5px
}

.dental-tourism-footer-widget .newsletter-form p {
    color: #fff;
    font-family: nunito sans, sans-serif;
    margin-bottom: 0
}

.dental-tourism-footer-widget .newsletter-form .form-group {
    margin-top: 30px;
    position: relative
}

.dental-tourism-footer-widget .newsletter-form .form-group .input-newsletter {
    background-color: transparent;
    border: none;
    border-bottom: 1px solid #c4c4c4;
    outline: 0;
    color: #fff;
    padding: 0 0 20px;
    width: 100%;
    font-size: 14px;
    font-weight: 400;
    -webkit-transition: .6s;
    transition: .6s
}

.dental-tourism-footer-widget .newsletter-form .form-group .input-newsletter::-webkit-input-placeholder {
    color: #fff
}

.dental-tourism-footer-widget .newsletter-form .form-group .input-newsletter:-ms-input-placeholder {
    color: #fff
}

.dental-tourism-footer-widget .newsletter-form .form-group .input-newsletter::-ms-input-placeholder {
    color: #fff
}

.dental-tourism-footer-widget .newsletter-form .form-group .input-newsletter::placeholder {
    color: #fff
}

.dental-tourism-footer-widget .newsletter-form .form-group .input-newsletter:focus {
    border-bottom: 1px solid #1dbfcc
}

.dental-tourism-footer-widget .newsletter-form .form-group button {
    padding: 0;
    border: none;
    background-color: transparent;
    font-size: 20px;
    color: #1dbfcc;
    position: absolute;
    right: 0;
    bottom: 15px
}

.dental-tourism-footer-widget .newsletter-form .validation-danger {
    color: red;
    font-size: 14px;
    margin-top: 15px
}

.dental-tourism-copyright-area {
    margin-top: 75px
}

.dental-tourism-copyright-area .copyright-area-content {
    text-align: center;
    border-top: 1px solid #2d4a65;
    padding-top: 30px;
    padding-bottom: 30px
}

.dental-tourism-copyright-area .copyright-area-content p {
    color: #fff;
    font-size: 15px;
    font-family: nunito sans, sans-serif
}

.dental-tourism-copyright-area .copyright-area-content p a {
    display: inline-block;
    font-weight: 600;
    color: #1dbfcc
}

.dental-tourism-copyright-area .copyright-area-content p a:hover {
    color: #fff
}

.skin-care-banner-area {
    background-color: #eff8fb;
    overflow: hidden;
    padding-top: 100px;
    position: relative;
    z-index: 1
}

.skin-care-banner-area .container-fluid {
    padding-left: 30px;
    padding-right: 0
}

.skin-care-banner-content {
    padding-right: 10px
}

.skin-care-banner-content .sub-title {
    color: #1dbfcc;
    font-weight: 600;
    font-size: 16px;
    font-family: nunito sans, sans-serif;
    display: block;
    margin-bottom: 18px
}

.skin-care-banner-content h1 {
    font-size: 75px;
    font-family: heebo, sans-serif;
    color: #002345;
    margin-bottom: 12px
}

.skin-care-banner-content p {
    color: #486683;
    margin-bottom: 0
}

.skin-care-banner-content .banner-btn {
    margin-top: 30px
}

.skin-care-banner-content .banner-btn .default-btn {
    background-color: #1dbfcc
}

.skin-care-banner-content .banner-btn .default-btn:hover {
    background-color: #06a3da
}

.skin-care-banner-shape {
    position: absolute;
    left: 20px;
    top: 100px;
    z-index: -1
}

.skin-care-features-card {
    background-color: #eff8fb;
    padding: 35px 25px;
    -webkit-transition: .6s;
    transition: .6s;
    margin-bottom: 25px
}

.skin-care-features-card .features-title {
    position: relative;
    padding-left: 100px;
    padding-top: 28px;
    margin-bottom: 45px
}

.skin-care-features-card .features-title .icon-image {
    display: inline-block;
    height: 80px;
    width: 80px;
    line-height: 80px;
    text-align: center;
    background-color: #fff;
    border-radius: 50%;
    position: absolute;
    left: 0;
    top: 0
}

.skin-care-features-card .features-title .icon-image img {
    max-width: 50px
}

.skin-care-features-card .features-title h3 {
    font-size: 24px;
    font-weight: 500;
    font-family: heebo, sans-serif
}

.skin-care-features-card .features-title h3 a {
    color: #002345
}

.skin-care-features-card p {
    color: #486683;
    -webkit-transition: .6s;
    transition: .6s
}

.skin-care-features-card:hover {
    -webkit-transform: translateY(-5px);
    transform: translateY(-5px);
    background-color: #1dbfcc
}

.skin-care-features-card:hover .features-title h3 a {
    color: #fff
}

.skin-care-features-card:hover p {
    color: #fff
}

.skin-care-about-image {
    position: relative
}

.skin-care-about-image .skin-care-fun-fact {
    position: absolute;
    left: 50px;
    right: 50px;
    bottom: 50px;
    background: rgba(29, 191, 204, .9);
    padding: 50px
}

.skin-care-about-image .skin-care-fun-fact .fun-fact h3 {
    font-size: 40px;
    margin-bottom: 8px;
    color: #fff
}

.skin-care-about-image .skin-care-fun-fact .fun-fact h3 .odometer {
    font-family: #1dbfcc
}

.skin-care-about-image .skin-care-fun-fact .fun-fact h3 .small-text {
    position: relative;
    top: 2px;
    left: -2px
}

.skin-care-about-image .skin-care-fun-fact .fun-fact p {
    color: #fff
}

.skin-care-about-content {
    padding-left: 45px
}

.skin-care-about-content span {
    color: #1dbfcc;
    display: inline-block;
    margin-bottom: 15px
}

.skin-care-about-content h3 {
    font-size: 40px;
    margin-bottom: 15px;
    font-family: heebo, sans-serif;
    line-height: 1.4
}

.skin-care-about-content p {
    margin-bottom: 0;
    color: #486683
}

.skin-care-about-content .about-btn-with-info {
    padding: 0;
    margin-top: 25px;
    margin-bottom: 0
}

.skin-care-about-content .about-btn-with-info li {
    display: inline-block;
    list-style-type: none;
    margin-right: 20px;
    position: relative;
    padding-left: 50px
}

.skin-care-about-content .about-btn-with-info li:first-child {
    padding-left: 0
}

.skin-care-about-content .about-btn-with-info li:last-child {
    margin-right: 0
}

.skin-care-about-content .about-btn-with-info li .default-btn {
    background-color: #1dbfcc;
    color: #fff
}

.skin-care-about-content .about-btn-with-info li .default-btn:hover {
    background-color: #06a3da
}

.skin-care-about-content .about-btn-with-info li i {
    display: inline-block;
    height: 35px;
    width: 35px;
    line-height: 35px;
    background-color: #f1f7f8;
    border: 1px solid #1dbfcc;
    font-size: 18px;
    text-align: center;
    color: #1dbfcc;
    border-radius: 50px;
    position: absolute;
    left: 0;
    top: -5px
}

.skin-care-about-content .about-btn-with-info li a {
    font-size: 18px;
    color: #002345;
    font-family: heebo, sans-serif;
    font-weight: 500
}

.skin-care-services-area {
    background-color: #eff8fb
}

.skin-care-services-area .section-title span {
    color: #1dbfcc
}

.skin-care-services-card {
    margin-bottom: 25px;
    -webkit-transition: .6s;
    transition: .6s
}

.skin-care-services-card .services-image {
    position: relative
}

.skin-care-services-card .services-image a img {
    display: inline-block
}

.skin-care-services-card .services-image .icon {
    position: absolute;
    bottom: -30px;
    left: 25px
}

.skin-care-services-card .services-image .icon i {
    display: inline-block;
    height: 100px;
    width: 100px;
    line-height: 100px;
    font-size: 50px;
    background-color: #1dbfcc;
    color: #fff;
    border-radius: 50px;
    -webkit-transition: .6s;
    transition: .6s;
    text-align: center
}

.skin-care-services-card .services-content {
    padding: 60px 25px 30px;
    background-color: #fff;
    -webkit-transition: .6s;
    transition: .6s
}

.skin-care-services-card .services-content h3 {
    font-size: 24px;
    font-weight: 500;
    font-family: heebo, sans-serif;
    margin-bottom: 18px
}

.skin-care-services-card .services-content h3 a {
    color: #002345
}

.skin-care-services-card .services-content p {
    margin-bottom: 0;
    -webkit-transition: .6s;
    transition: .6s;
    color: #486683
}

.skin-care-services-card:hover {
    -webkit-transform: translateY(-5px);
    transform: translateY(-5px)
}

.skin-care-services-card:hover .services-image .icon i {
    background-color: #fff;
    color: #1dbfcc
}

.skin-care-services-card:hover .services-content {
    background-color: #1dbfcc
}

.skin-care-services-card:hover .services-content h3 a {
    color: #fff
}

.skin-care-services-card:hover .services-content p {
    color: #fff
}

.skin-care-dry-content span {
    color: #1dbfcc;
    display: inline-block;
    margin-bottom: 15px
}

.skin-care-dry-content h3 {
    font-size: 40px;
    margin-bottom: 15px;
    font-family: heebo, sans-serif;
    line-height: 1.4
}

.skin-care-dry-content p {
    margin-bottom: 0;
    color: #486683
}

.skin-care-dry-content .list {
    padding: 0;
    margin-top: 30px;
    margin-bottom: 0
}

.skin-care-dry-content .list li {
    list-style-type: none;
    color: #486683;
    margin-bottom: 20px;
    position: relative;
    padding-left: 32px
}

.skin-care-dry-content .list li:last-child {
    margin-bottom: 0
}

.skin-care-dry-content .list li i {
    position: absolute;
    left: 0;
    top: 0;
    color: #1dbfcc;
    display: inline-block;
    height: 22px;
    width: 22px;
    line-height: 22px;
    background-color: #1dbfcc;
    color: #fff;
    text-align: center;
    border-radius: 30px
}

.skin-care-dry-content .dry-list {
    padding: 0;
    margin-top: 30px;
    margin-bottom: 0
}

.skin-care-dry-content .dry-list li {
    list-style-type: none;
    display: inline-block;
    margin-right: -20px
}

.skin-care-dry-content .dry-list li img {
    max-width: 50px;
    border: 4px solid #1dbfcc;
    border-radius: 50px
}

.skin-care-dry-content .dry-list li.title {
    margin-left: 30px;
    margin-right: 0;
    font-size: 16px;
    font-weight: 500;
    vertical-align: middle;
    color: #002345
}

.skin-care-appointment-area {
    overflow: hidden
}

.skin-care-appointment-area .container-fluid {
    padding-left: 0;
    padding-right: 0
}

.skin-care-appointment-area .row {
    background-color: #002345
}

.skin-care-appointment-image {
    background-image: url(../images/skin-care/appointment/appointment.jpg);
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    height: 100%;
    width: 100%
}

.skin-care-appointment-form {
    padding: 100px
}

.skin-care-appointment-form h4 {
    font-size: 40px;
    margin-bottom: 30px;
    color: #fff
}

.skin-care-appointment-form h4 i {
    margin-right: 5px;
    color: #1dbfcc
}

.skin-care-appointment-form form .form-group {
    margin-bottom: 25px
}

.skin-care-appointment-form form .form-group .form-control {
    display: block;
    width: 100%;
    height: 60px;
    outline: 0;
    background-color: #fff;
    border: 1px solid #eee;
    border-radius: 0;
    padding: 15px;
    -webkit-transition: .6s;
    transition: .6s;
    font-size: 14px
}

.skin-care-appointment-form form .form-group .form-control::-webkit-input-placeholder {
    color: #486683;
    -webkit-transition: .6s;
    transition: .6s
}

.skin-care-appointment-form form .form-group .form-control:-ms-input-placeholder {
    color: #486683;
    -webkit-transition: .6s;
    transition: .6s
}

.skin-care-appointment-form form .form-group .form-control::-ms-input-placeholder {
    color: #486683;
    -webkit-transition: .6s;
    transition: .6s
}

.skin-care-appointment-form form .form-group .form-control::placeholder {
    color: #486683;
    -webkit-transition: .6s;
    transition: .6s
}

.skin-care-appointment-form form .form-group .form-control:focus {
    -webkit-box-shadow: none;
    box-shadow: none;
    border: 1px solid #06a3da
}

.skin-care-appointment-form form .form-group .form-control:focus::-webkit-input-placeholder {
    color: transparent
}

.skin-care-appointment-form form .form-group .form-control:focus:-ms-input-placeholder {
    color: transparent
}

.skin-care-appointment-form form .form-group .form-control:focus::-ms-input-placeholder {
    color: transparent
}

.skin-care-appointment-form form .form-group .form-control:focus::placeholder {
    color: transparent
}

.skin-care-appointment-form form .form-group textarea.form-control {
    min-height: 120px
}

.skin-care-appointment-form form .form-group .nice-select {
    background-color: #fff;
    border: 1px solid #eee;
    border-radius: 0;
    font-size: 14px;
    height: 60px;
    line-height: 60px;
    color: #486683;
    padding-left: 15px;
    padding-right: 20px
}

.skin-care-appointment-form form .form-group .nice-select::after {
    border-color: #486683;
    height: 8px;
    width: 8px;
    right: 15px;
    margin-top: -5px
}

.skin-care-appointment-form form .form-group .nice-select .list {
    background-color: #fff;
    -webkit-box-shadow: 0 2px 28px 0 rgba(0, 0, 0, .09);
    box-shadow: 0 2px 28px 0 rgba(0, 0, 0, .09);
    border-radius: 0;
    height: 200px;
    overflow-y: scroll;
    margin-top: 0;
    margin-bottom: 0
}

.skin-care-appointment-form form .form-group .nice-select .list .option {
    line-height: 40px;
    min-height: 40px;
    color: #6a6c72;
    padding-left: 15px;
    padding-top: 5px;
    padding-right: 15px;
    display: inherit;
    margin-right: 0
}

.skin-care-appointment-form form .form-group .nice-select .list .option.selected {
    background-color: #06a3da !important;
    color: #fff;
    font-weight: 400
}

.skin-care-appointment-form form .default-btn {
    background-color: #1dbfcc;
    border: none
}

.skin-care-appointment-form form .default-btn:hover {
    background-color: #06a3da
}

.skin-care-review-area .section-title-warp .sub-title {
    background-color: #1dbfcc;
    color: #fff
}

.skin-care-review-area .section-warp-btn .default-btn {
    background-color: #1dbfcc
}

.skin-care-review-area .section-warp-btn .default-btn:hover {
    background-color: #06a3da
}

.skin-care-review-card {
    background-color: #eff8fb;
    padding: 35px;
    -webkit-transition: .6s;
    transition: .6s
}

.skin-care-review-card .review-info {
    position: relative;
    padding-left: 85px;
    margin-bottom: 25px
}

.skin-care-review-card .review-info img {
    position: absolute;
    left: 0;
    top: 0;
    width: auto;
    display: inline-block;
    max-width: 65px
}

.skin-care-review-card .review-info h3 {
    font-size: 24px;
    font-weight: 500;
    font-family: heebo, sans-serif;
    margin-bottom: 0;
    -webkit-transition: .6s;
    transition: .6s
}

.skin-care-review-card .review-info span {
    font-size: 15px;
    color: #1dbfcc;
    display: inline-block;
    margin-top: 12px;
    -webkit-transition: .6s;
    transition: .6s
}

.skin-care-review-card p {
    color: #486683;
    margin-bottom: 0;
    -webkit-transition: .6s;
    transition: .6s
}

.skin-care-review-card .rating {
    padding: 0;
    margin-top: 20px;
    margin-bottom: 0
}

.skin-care-review-card .rating li {
    list-style-type: none;
    margin-right: 2px;
    display: inline-block
}

.skin-care-review-card .rating li:last-child {
    margin-right: 0
}

.skin-care-review-card .rating li i {
    color: #ffc806;
    -webkit-transition: .6s;
    transition: .6s
}

.skin-care-review-card .icon-quote {
    position: absolute;
    right: 45px;
    bottom: 30px
}

.skin-care-review-card .icon-quote i {
    font-size: 50px;
    color: #1dbfcc;
    -webkit-transition: .6s;
    transition: .6s
}

.skin-care-review-card:hover {
    background-color: #1dbfcc
}

.skin-care-review-card:hover .review-info h3 {
    color: #fff
}

.skin-care-review-card:hover .review-info span {
    color: #fff
}

.skin-care-review-card:hover p {
    color: #fff
}

.skin-care-review-card:hover .rating li i {
    color: #fff
}

.skin-care-review-card:hover .icon-quote i {
    color: #fff
}

.skin-care-review-slides.owl-theme .owl-dots .owl-dot span {
    width: 10px;
    height: 10px;
    background-color: #1dbfcc;
    -webkit-transition: .6s;
    transition: .6s;
    border-radius: 50%;
    position: relative;
    margin-top: 0;
    margin-bottom: 0;
    margin: 0 10px
}

.skin-care-review-slides.owl-theme .owl-dots .owl-dot:hover span,
.skin-care-review-slides.owl-theme .owl-dots .owl-dot.active span {
    background: #1dbfcc;
    -webkit-transform: scale(1.5);
    transform: scale(1.5)
}

.skin-care-review-slides.owl-theme .owl-nav.disabled+.owl-dots {
    margin-top: 30px
}

.skin-care-before-after-area {
    background-color: #eff8fb;
    overflow: hidden
}

.skin-care-before-after-area .section-title span {
    color: #1dbfcc
}

.skin-care-before-after-area .container-fluid {
    padding-left: 0;
    padding-right: 0
}

.skin-care-before-after-card {
    -webkit-transform: scale(.8);
    transform: scale(.8)
}

.skin-care-before-after-slides.owl-theme .owl-nav {
    margin-top: 30px
}

.skin-care-before-after-slides.owl-theme .owl-nav [class*=owl-] {
    color: #002345;
    margin: 0 10px;
    padding: 0;
    background: 0 0;
    border-radius: 0;
    -webkit-transition: .6s;
    transition: .6s;
    font-size: 22px
}

.skin-care-before-after-slides.owl-theme .owl-nav [class*=owl-]:hover {
    color: #1dbfcc
}

.skin-care-before-after-slides .owl-item.active .skin-care-before-after-card {
    -webkit-transform: scale(1);
    transform: scale(1)
}

.skin-care-blog-area .section-title-warp .sub-title {
    background-color: #1dbfcc;
    color: #fff
}

.skin-care-blog-area .section-warp-btn .default-btn {
    background-color: #1dbfcc
}

.skin-care-blog-area .section-warp-btn .default-btn:hover {
    background-color: #06a3da
}

.skin-care-blog-card {
    margin-bottom: 25px;
    -webkit-transition: .6s;
    transition: .6s
}

.skin-care-blog-card .blog-image {
    position: relative
}

.skin-care-blog-card .blog-image a img {
    display: inline-block
}

.skin-care-blog-card .blog-image .tag {
    position: absolute;
    left: 20px;
    bottom: -20px
}

.skin-care-blog-card .blog-image .tag a {
    display: inline-block;
    background-color: #1dbfcc;
    color: #fff;
    padding: 10px 15px;
    border-radius: 30px
}

.skin-care-blog-card .blog-content {
    padding-top: 45px;
    padding-left: 20px
}

.skin-care-blog-card .blog-content .entry-meta {
    padding: 0;
    margin-bottom: 15px
}

.skin-care-blog-card .blog-content .entry-meta li {
    display: inline-block;
    list-style-type: none;
    font-size: 14px;
    color: #486683;
    margin-right: 10px;
    position: relative;
    padding-left: 22px
}

.skin-care-blog-card .blog-content .entry-meta li:last-child {
    margin-right: 0
}

.skin-care-blog-card .blog-content .entry-meta li a {
    color: #486683
}

.skin-care-blog-card .blog-content .entry-meta li a:hover {
    color: #1dbfcc
}

.skin-care-blog-card .blog-content .entry-meta li i {
    color: #1dbfcc;
    position: absolute;
    left: 0;
    top: 2.8px
}

.skin-care-blog-card .blog-content h3 {
    font-size: 24px;
    font-weight: 500;
    font-family: heebo, sans-serif;
    line-height: 1.5
}

.skin-care-blog-card .blog-content h3 a {
    color: #002345
}

.skin-care-blog-card .blog-content h3 a:hover {
    color: #1dbfcc
}

.skin-care-blog-card:hover {
    -webkit-transform: translateY(-5px);
    transform: translateY(-5px)
}

.skin-care-partner-inner-box {
    background-color: #002345;
    padding: 100px 50px;
    position: relative;
    z-index: 1;
    overflow: hidden;
    margin-bottom: -120px
}

.skin-care-partner-card {
    text-align: center
}

.skin-care-partner-card a img {
    display: inline-block;
    margin: auto
}

.skin-care-footer-area {
    background-color: #eff8fb;
    padding-top: 220px
}

.skin-care-footer-widget {
    margin-bottom: 25px
}

.skin-care-footer-widget h2 {
    font-size: 35px;
    margin-bottom: 25px
}

.skin-care-footer-widget h2 a {
    color: #1dbfcc
}

.skin-care-footer-widget h3 {
    font-size: 24px;
    font-weight: 500;
    font-family: heebo, sans-serif;
    margin-bottom: 25px;
    color: #002345
}

.skin-care-footer-widget .info-list {
    padding: 0;
    margin-bottom: 0
}

.skin-care-footer-widget .info-list li {
    list-style-type: none;
    margin-bottom: 18px;
    color: #486683;
    font-family: nunito sans, sans-serif
}

.skin-care-footer-widget .info-list li:last-child {
    margin-bottom: 0
}

.skin-care-footer-widget .info-list li span {
    color: #1dbfcc
}

.skin-care-footer-widget .info-list li a {
    color: #486683
}

.skin-care-footer-widget .info-list li a:hover {
    letter-spacing: 1px
}

.skin-care-footer-widget .share-link {
    padding: 0;
    margin-top: 20px;
    margin-bottom: 0
}

.skin-care-footer-widget .share-link li {
    display: inline-block;
    margin-right: 10px
}

.skin-care-footer-widget .share-link li:last-child {
    margin-right: 0
}

.skin-care-footer-widget .share-link li span {
    font-size: 20px;
    color: #486683;
    font-weight: 500;
    font-family: heebo, sans-serif
}

.skin-care-footer-widget .share-link li a i {
    color: #486683;
    font-size: 15px;
    position: relative;
    top: 1px;
    -webkit-transition: .6s;
    transition: .6s;
    display: inline-block;
    height: 25px;
    width: 25px;
    line-height: 22px;
    border: 2px solid #486683;
    text-align: center;
    border-radius: 5px
}

.skin-care-footer-widget .share-link li a i:hover {
    color: #1dbfcc;
    border: 2px solid #1dbfcc;
    -webkit-transform: translateY(-2px);
    transform: translateY(-2px)
}

.skin-care-footer-widget .quick-links {
    padding: 0;
    margin-bottom: 0
}

.skin-care-footer-widget .quick-links li {
    list-style-type: none;
    margin-bottom: 15px;
    position: relative;
    font-family: nunito sans, sans-serif;
    padding-left: 22px
}

.skin-care-footer-widget .quick-links li:last-child {
    margin-bottom: 0
}

.skin-care-footer-widget .quick-links li a {
    color: #486683
}

.skin-care-footer-widget .quick-links li a:hover {
    letter-spacing: 1px
}

.skin-care-footer-widget .quick-links li i {
    color: #1dbfcc;
    position: absolute;
    left: 0;
    top: 4.5px
}

.skin-care-footer-widget .newsletter-form p {
    color: #486683;
    font-family: nunito sans, sans-serif;
    margin-bottom: 0
}

.skin-care-footer-widget .newsletter-form .form-group {
    margin-top: 30px;
    position: relative
}

.skin-care-footer-widget .newsletter-form .form-group .input-newsletter {
    background-color: transparent;
    border: none;
    border-bottom: 1px solid #c4c4c4;
    outline: 0;
    color: #486683;
    padding: 0 0 20px;
    width: 100%;
    font-size: 14px;
    font-weight: 400;
    -webkit-transition: .6s;
    transition: .6s
}

.skin-care-footer-widget .newsletter-form .form-group .input-newsletter::-webkit-input-placeholder {
    color: #486683
}

.skin-care-footer-widget .newsletter-form .form-group .input-newsletter:-ms-input-placeholder {
    color: #486683
}

.skin-care-footer-widget .newsletter-form .form-group .input-newsletter::-ms-input-placeholder {
    color: #486683
}

.skin-care-footer-widget .newsletter-form .form-group .input-newsletter::placeholder {
    color: #486683
}

.skin-care-footer-widget .newsletter-form .form-group .input-newsletter:focus {
    border-bottom: 1px solid #1dbfcc
}

.skin-care-footer-widget .newsletter-form .form-group button {
    padding: 0;
    border: none;
    background-color: transparent;
    font-size: 20px;
    color: #1dbfcc;
    position: absolute;
    right: 0;
    bottom: 15px
}

.skin-care-footer-widget .newsletter-form .validation-danger {
    color: red;
    font-size: 14px;
    margin-top: 15px
}

.skin-care-copyright-area {
    margin-top: 75px
}

.skin-care-copyright-area .copyright-area-content {
    text-align: center;
    border-top: 1px solid #cedbe3;
    padding-top: 30px;
    padding-bottom: 30px
}

.skin-care-copyright-area .copyright-area-content p {
    color: #486683;
    font-size: 15px;
    font-family: nunito sans, sans-serif
}

.skin-care-copyright-area .copyright-area-content p a {
    display: inline-block;
    font-weight: 600;
    color: #1dbfcc
}

.skin-care-copyright-area .copyright-area-content p a:hover {
    color: #1dbfcc
}

.eye-care-banner-area {
    overflow: hidden;
    background: -webkit-gradient(linear, left top, left bottom, from(#EFEFFB), to(#FAFAFE));
    background: linear-gradient(180deg, #EFEFFB 0%, #FAFAFE 100%);
    padding-top: 140px
}

.eye-care-banner-area .container-fluid {
    padding-left: 30px;
    padding-right: 0
}

.eye-care-banner-content {
    background: rgba(0, 35, 69, .9);
    padding: 50px;
    position: relative;
    margin-right: -145px
}

.eye-care-banner-content .sub-title {
    color: #1dbfcc;
    font-weight: 600;
    font-size: 16px;
    font-family: nunito sans, sans-serif;
    display: block;
    margin-bottom: 18px
}

.eye-care-banner-content h1 {
    font-size: 70px;
    font-family: heebo, sans-serif;
    color: #fff;
    margin-bottom: 20px
}

.eye-care-banner-content p {
    color: #fff;
    margin-bottom: 0
}

.eye-care-banner-content .banner-btn-with-info {
    padding: 0;
    margin-top: 30px;
    margin-bottom: 0
}

.eye-care-banner-content .banner-btn-with-info li {
    list-style-type: none;
    display: inline-block;
    margin-right: -20px
}

.eye-care-banner-content .banner-btn-with-info li img {
    max-width: 50px;
    border: 4px solid #1dbfcc;
    border-radius: 50px
}

.eye-care-banner-content .banner-btn-with-info li.banner-btn {
    margin-right: 10px
}

.eye-care-banner-content .banner-btn-with-info li.banner-btn .default-btn {
    background-color: #1dbfcc
}

.eye-care-banner-content .banner-btn-with-info li.banner-btn .default-btn:hover {
    background-color: #06a3da
}

.eye-care-banner-content .banner-btn-with-info li.title {
    margin-left: 30px;
    margin-right: 0;
    font-size: 16px;
    font-weight: 500;
    vertical-align: middle;
    color: #fff
}

.col-lg-4:last-child .eye-care-features-card::before {
    display: none
}

.eye-care-features-card {
    text-align: center;
    margin-bottom: 25px;
    position: relative
}

.eye-care-features-card::before {
    content: "";
    position: absolute;
    top: 0;
    right: -20px;
    width: 1px;
    height: 100%;
    background-color: #d7e2f9
}

.eye-care-features-card .features-image {
    margin-bottom: 25px
}

.eye-care-features-card .features-content h3 {
    margin-bottom: 15px;
    font-size: 24px;
    font-weight: 500;
    font-family: heebo, sans-serif
}

.eye-care-features-card .features-content h3 a {
    color: #002345
}

.eye-care-features-card .features-content p {
    margin-bottom: 0;
    color: #486683
}

.eye-care-about-content {
    padding-left: 45px
}

.eye-care-about-content span {
    color: #1dbfcc;
    display: inline-block;
    margin-bottom: 15px
}

.eye-care-about-content h3 {
    font-size: 40px;
    margin-bottom: 15px;
    font-family: heebo, sans-serif;
    line-height: 1.4
}

.eye-care-about-content p {
    margin-bottom: 0;
    color: #486683;
    position: relative;
    padding-left: 10px
}

.eye-care-about-content p::before {
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    height: 100%;
    width: 2px;
    background-color: #1dbfcc
}

.eye-care-about-content .list {
    padding: 0;
    margin-top: 30px;
    margin-bottom: 0
}

.eye-care-about-content .list li {
    list-style-type: none;
    color: #486683;
    margin-bottom: 20px;
    position: relative;
    padding-left: 32px
}

.eye-care-about-content .list li:last-child {
    margin-bottom: 0
}

.eye-care-about-content .list li i {
    position: absolute;
    left: 0;
    top: 0;
    color: #1dbfcc;
    display: inline-block;
    height: 22px;
    width: 22px;
    line-height: 22px;
    background-color: #1dbfcc;
    color: #fff;
    text-align: center;
    border-radius: 30px
}

.eye-care-about-content .about-btn {
    margin-top: 30px
}

.eye-care-about-content .about-btn .default-btn {
    background-color: #1dbfcc
}

.eye-care-about-content .about-btn .default-btn:hover {
    background-color: #06a3da
}

.eye-care-services-area {
    background-image: url(../images/eye-care/services/services-bg.jpg);
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
    z-index: 1
}

.eye-care-services-area::before {
    position: absolute;
    content: "";
    left: 0;
    right: 0;
    top: 0;
    height: 100%;
    width: 100%;
    background-color: #1dbfcc;
    z-index: -1;
    opacity: 95%
}

.eye-care-services-area .section-title span {
    color: #fff
}

.eye-care-services-area .section-title h2 {
    color: #fff
}

.eye-care-services-card {
    background-color: #f7f7fd;
    padding: 35px;
    margin-bottom: 25px;
    position: relative
}

.eye-care-services-card .icon {
    margin-bottom: 25px
}

.eye-care-services-card .icon i {
    display: inline-block;
    height: 100px;
    width: 100px;
    line-height: 100px;
    background-color: #fff;
    text-align: center;
    font-size: 65px;
    color: #1dbfcc;
    border-radius: 50px
}

.eye-care-services-card h3 {
    font-size: 24px;
    font-weight: 500;
    font-family: heebo, sans-serif;
    margin-bottom: 15px
}

.eye-care-services-card h3 a {
    color: #002345
}

.eye-care-services-card h3 a:hover {
    color: #1dbfcc
}

.eye-care-services-card p {
    color: #486683;
    margin-bottom: 20px
}

.eye-care-services-card .default-btn {
    background-color: #1dbfcc
}

.eye-care-services-card .default-btn:hover {
    background-color: #06a3da
}

.eye-care-services-card .number {
    font-size: 80px;
    color: #002345;
    font-weight: 700;
    font-family: heebo, sans-serif;
    opacity: 10%;
    position: absolute;
    right: 20px;
    top: 5px
}

.eye-care-services-slides.owl-theme .owl-nav {
    margin-top: 0;
    -webkit-transition: 1s;
    transition: 1s;
    opacity: 0;
    visibility: hidden;
    line-height: .01
}

.eye-care-services-slides.owl-theme .owl-nav [class*=owl-] {
    color: #222;
    margin: 0;
    position: absolute;
    left: -70px;
    top: 45%;
    -webkit-transform: translateY(-45%);
    transform: translateY(-45%);
    padding: 0;
    background: #fff;
    border-radius: 50px;
    -webkit-transition: .6s;
    transition: .6s;
    width: 55px;
    height: 55px;
    line-height: 60px;
    text-align: center;
    font-size: 28px
}

.eye-care-services-slides.owl-theme .owl-nav [class*=owl-].owl-next {
    left: auto;
    right: -70px
}

.eye-care-services-slides.owl-theme .owl-nav [class*=owl-]:hover {
    color: #fff;
    background-color: #06a3da
}

.eye-care-services-slides.owl-theme:hover .owl-nav {
    opacity: 1;
    visibility: visible
}

.eye-care-all-services-link {
    text-align: center
}

.eye-care-all-services-link a {
    color: #fff;
    border-bottom: 1px solid #fff
}

.eye-care-solutions-area .section-title span {
    color: #1dbfcc
}

.eye-care-solutions-content h3 {
    font-size: 24px;
    color: #002345;
    font-family: heebo, sans-serif;
    font-weight: 500;
    margin-bottom: 15px
}

.eye-care-solutions-content p {
    color: #486683;
    margin-bottom: 0
}

.eye-care-solutions-content .solutions-inner-content {
    margin-top: 25px
}

.eye-care-solutions-content .solutions-inner-content h4 {
    font-size: 20px;
    color: #002345;
    font-family: heebo, sans-serif;
    font-weight: 500;
    margin-bottom: 15px
}

.eye-care-solutions-content .solutions-inner-content p {
    color: #486683;
    margin-bottom: 0
}

.eye-care-solutions-content .solutions-inner-content.bg-F7F7FD {
    background-color: #f7f7fd;
    padding: 25px;
    border-left: 2px solid #1dbfcc
}

.eye-care-solutions-image {
    padding-left: 25px
}

.eye-care-team-area {
    background-color: #f7f7fd
}

.eye-care-team-area .section-title-warp .sub-title {
    background-color: #1dbfcc;
    color: #fff
}

.eye-care-team-area .section-warp-btn .default-btn {
    background-color: #1dbfcc
}

.eye-care-team-area .section-warp-btn .default-btn:hover {
    background-color: #06a3da
}

.eye-care-team-card .team-image {
    position: relative;
    text-align: center
}

.eye-care-team-card .team-image a img {
    display: inline-block
}

.eye-care-team-card .team-image .share-link {
    padding: 0;
    bottom: 0;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #fff;
    border-radius: 10px;
    padding: 10px 25px;
    max-width: 200px;
    margin: auto;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: .6s;
    transition: .6s
}

.eye-care-team-card .team-image .share-link li {
    list-style-type: none;
    display: inline-block;
    margin-right: 8px
}

.eye-care-team-card .team-image .share-link li:last-child {
    margin-right: 0
}

.eye-care-team-card .team-image .share-link li a i {
    color: #002345;
    font-size: 15px;
    position: relative;
    top: 1px;
    -webkit-transition: .6s;
    transition: .6s;
    display: inline-block;
    height: 25px;
    width: 25px;
    line-height: 22px;
    border: 2px solid #002345;
    text-align: center;
    border-radius: 5px
}

.eye-care-team-card .team-image .share-link li a i:hover {
    color: #1dbfcc;
    border: 2px solid #1dbfcc;
    -webkit-transform: translateY(-2px);
    transform: translateY(-2px)
}

.eye-care-team-card .team-content {
    margin-top: 25px;
    text-align: center
}

.eye-care-team-card .team-content h3 {
    font-size: 24px;
    font-weight: 500;
    font-family: heebo, sans-serif
}

.eye-care-team-card .team-content h3 a {
    color: #002345
}

.eye-care-team-card .team-content h3 a:hover {
    color: #1dbfcc
}

.eye-care-team-card .team-content span {
    font-size: 15px;
    color: #486683
}

.eye-care-team-card:hover .team-image .share-link {
    bottom: 35px;
    opacity: 1;
    visibility: visible
}

.eye-care-team-slides.owl-theme .owl-dots .owl-dot span {
    width: 10px;
    height: 10px;
    background-color: #1dbfcc;
    -webkit-transition: .6s;
    transition: .6s;
    border-radius: 50%;
    position: relative;
    margin-top: 0;
    margin-bottom: 0;
    margin: 0 10px
}

.eye-care-team-slides.owl-theme .owl-dots .owl-dot:hover span,
.eye-care-team-slides.owl-theme .owl-dots .owl-dot.active span {
    background: #1dbfcc;
    -webkit-transform: scale(1.5);
    transform: scale(1.5)
}

.eye-care-team-slides.owl-theme .owl-nav.disabled+.owl-dots {
    margin-top: 30px
}

.eye-care-testimonials-area {
    overflow: hidden
}

.eye-care-testimonials-area .container-fluid {
    padding-left: 0;
    padding-right: 0
}

.eye-care-testimonials-area .row {
    background-color: #1dbfcc
}

.eye-care-testimonials-image {
    background-image: url(../images/eye-care/testimonials/testimonials.jpg);
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    height: 100%;
    width: 100%
}

.eye-care-testimonials-content-box {
    padding-top: 100px;
    padding-bottom: 100px
}

.eye-care-testimonials-content-box .content {
    margin-left: 15px
}

.eye-care-testimonials-content-box .content span {
    color: #fff;
    font-family: heebo, sans-serif;
    display: inline-block;
    margin-bottom: 15px
}

.eye-care-testimonials-content-box .content h3 {
    font-size: 40px;
    margin-bottom: 0;
    font-weight: 500;
    font-family: heebo, sans-serif;
    color: #fff
}

.eye-care-review-card {
    background-color: #fff;
    padding: 50px 65px
}

.eye-care-review-card .review-info {
    position: relative;
    padding-left: 85px;
    margin-bottom: 20px
}

.eye-care-review-card .review-info img {
    position: absolute;
    left: 0;
    top: 0;
    width: auto;
    display: inline-block;
    max-width: 65px
}

.eye-care-review-card .review-info h3 {
    font-size: 24px;
    font-weight: 500;
    font-family: heebo, sans-serif;
    margin-bottom: 0;
    color: #002345
}

.eye-care-review-card .review-info span {
    font-size: 15px;
    color: #1dbfcc;
    display: inline-block;
    margin-top: 12px
}

.eye-care-review-card p {
    color: #486683;
    margin-bottom: 0
}

.eye-care-review-card .rating {
    padding: 0;
    margin-top: 20px;
    margin-bottom: 0
}

.eye-care-review-card .rating li {
    list-style-type: none;
    margin-right: 2px;
    display: inline-block
}

.eye-care-review-card .rating li:last-child {
    margin-right: 0
}

.eye-care-review-card .rating li i {
    color: #ffc806
}

.eye-care-review-card .icon-quote {
    position: absolute;
    right: 50px;
    top: 50px
}

.eye-care-review-card .icon-quote i {
    font-size: 50px;
    color: #1dbfcc
}

.eye-care-review-slides {
    position: relative;
    margin-top: 30px;
    margin-left: -100px
}

.eye-care-review-slides.owl-theme .owl-dots .owl-dot span {
    width: 10px;
    height: 10px;
    background-color: #1dbfcc;
    -webkit-transition: .6s;
    transition: .6s;
    border-radius: 50%;
    position: relative;
    margin-top: 0;
    margin-bottom: 0;
    margin: 0 10px
}

.eye-care-review-slides.owl-theme .owl-dots .owl-dot:hover span,
.eye-care-review-slides.owl-theme .owl-dots .owl-dot.active span {
    background: #1dbfcc;
    -webkit-transform: scale(1.5);
    transform: scale(1.5)
}

.eye-care-review-slides.owl-theme .owl-nav.disabled+.owl-dots {
    margin-top: 0;
    position: absolute;
    right: 45px;
    bottom: 45px
}

.eye-care-treatment-content {
    padding-left: 25px
}

.eye-care-treatment-content span {
    color: #1dbfcc;
    display: inline-block;
    margin-bottom: 15px
}

.eye-care-treatment-content h3 {
    font-size: 40px;
    margin-bottom: 15px;
    font-family: heebo, sans-serif;
    line-height: 1.4
}

.eye-care-treatment-content p {
    color: #486683;
    margin-bottom: 0
}

.eye-care-treatment-content .treatment-inner-content {
    background-color: #f7f7fd;
    padding: 25px 25px 25px 82px;
    position: relative;
    margin-top: 25px
}

.eye-care-treatment-content .treatment-inner-content .number {
    display: inline-block;
    height: 45px;
    width: 45px;
    line-height: 45px;
    background-color: #1dbfcc;
    color: #fff;
    font-size: 20px;
    text-align: center;
    font-weight: 700;
    font-family: heebo, sans-serif;
    border-radius: 50px;
    position: absolute;
    left: 25px;
    top: 30px
}

.eye-care-treatment-content .treatment-inner-content p {
    color: #486683;
    font-size: 15px
}

.eye-care-blog-area .section-title-warp .sub-title {
    background-color: #1dbfcc;
    color: #fff
}

.eye-care-blog-area .section-warp-btn .default-btn {
    background-color: #1dbfcc
}

.eye-care-blog-area .section-warp-btn .default-btn:hover {
    background-color: #06a3da
}

.eye-care-blog-card {
    margin-bottom: 25px;
    border: 1px solid #ddd;
    padding: 25px;
    -webkit-transition: .6s;
    transition: .6s
}

.eye-care-blog-card .blog-content .tag {
    margin-bottom: 20px
}

.eye-care-blog-card .blog-content .tag a {
    display: inline-block;
    background-color: #1dbfcc;
    color: #fff;
    padding: 10px 15px;
    border-radius: 30px
}

.eye-care-blog-card .blog-content .entry-meta {
    padding: 0;
    margin-bottom: 15px
}

.eye-care-blog-card .blog-content .entry-meta li {
    display: inline-block;
    list-style-type: none;
    font-size: 14px;
    color: #486683;
    margin-right: 10px;
    position: relative;
    padding-left: 22px
}

.eye-care-blog-card .blog-content .entry-meta li:last-child {
    margin-right: 0
}

.eye-care-blog-card .blog-content .entry-meta li a {
    color: #486683
}

.eye-care-blog-card .blog-content .entry-meta li a:hover {
    color: #1dbfcc
}

.eye-care-blog-card .blog-content .entry-meta li i {
    color: #1dbfcc;
    position: absolute;
    left: 0;
    top: 2.8px
}

.eye-care-blog-card .blog-content h3 {
    font-size: 22px;
    font-weight: 500;
    font-family: heebo, sans-serif;
    line-height: 1.5
}

.eye-care-blog-card .blog-content h3 a {
    color: #002345
}

.eye-care-blog-card .blog-content h3 a:hover {
    color: #1dbfcc
}

.eye-care-blog-card .blog-content p {
    color: #486683
}

.eye-care-blog-card:hover {
    background-color: #f7f7fd;
    border: 1px solid #f7f7fd
}

.newsletter-inner-box {
    background-color: #1dbfcc;
    padding: 50px;
    margin-bottom: -90px;
    position: relative
}

.newsletter-inner-box .newsletter-content {
    max-width: 450px
}

.newsletter-inner-box .newsletter-content h3 {
    font-size: 24px;
    color: #fff;
    font-weight: 500;
    font-family: heebo, sans-serif;
    margin-bottom: 15px
}

.newsletter-inner-box .newsletter-content p {
    color: #fff
}

.newsletter-inner-box .newsletter-form {
    position: relative
}

.newsletter-inner-box .newsletter-form .input-newsletter {
    display: block;
    width: 100%;
    background-color: #fff;
    border: 1px solid #fff;
    height: 60px;
    padding: 20px;
    border-radius: 0;
    outline: 0;
    color: #486683;
    font-size: 15px;
    font-weight: 400
}

.newsletter-inner-box .newsletter-form .input-newsletter::-webkit-input-placeholder {
    color: #486683;
    -webkit-transition: .6s;
    transition: .6s
}

.newsletter-inner-box .newsletter-form .input-newsletter:-ms-input-placeholder {
    color: #486683;
    -webkit-transition: .6s;
    transition: .6s
}

.newsletter-inner-box .newsletter-form .input-newsletter::-ms-input-placeholder {
    color: #486683;
    -webkit-transition: .6s;
    transition: .6s
}

.newsletter-inner-box .newsletter-form .input-newsletter::placeholder {
    color: #486683;
    -webkit-transition: .6s;
    transition: .6s
}

.newsletter-inner-box .newsletter-form .input-newsletter:focus::-webkit-input-placeholder {
    color: transparent
}

.newsletter-inner-box .newsletter-form .input-newsletter:focus:-ms-input-placeholder {
    color: transparent
}

.newsletter-inner-box .newsletter-form .input-newsletter:focus::-ms-input-placeholder {
    color: transparent
}

.newsletter-inner-box .newsletter-form .input-newsletter:focus::placeholder {
    color: transparent
}

.newsletter-inner-box .newsletter-form button {
    position: absolute;
    right: 4px;
    top: 4px;
    background-color: #1dbfcc;
    color: #fff;
    border: none;
    height: 52px;
    width: 52px;
    line-height: 52px;
    border-radius: 0;
    -webkit-transition: .6s;
    transition: .6s;
    text-transform: capitalize;
    cursor: pointer;
    font-size: 22px;
    font-weight: 500
}

.newsletter-inner-box .newsletter-form button:hover {
    background-color: #06a3da;
    color: #fff
}

.newsletter-inner-box .newsletter-form #validator-newsletter {
    color: red;
    position: relative;
    top: 8px;
    font-size: 14px;
    font-weight: 500
}

.eye-care-footer-area {
    background: -webkit-gradient(linear, left top, left bottom, from(#EFEFFB), to(#FAFAFE));
    background: linear-gradient(180deg, #EFEFFB 0%, #FAFAFE 100%);
    padding-top: 180px
}

.eye-care-footer-widget {
    margin-bottom: 25px
}

.eye-care-footer-widget h2 {
    font-size: 35px;
    margin-bottom: 25px
}

.eye-care-footer-widget h2 a {
    color: #1dbfcc
}

.eye-care-footer-widget h3 {
    font-size: 24px;
    font-weight: 500;
    font-family: heebo, sans-serif;
    margin-bottom: 25px;
    color: #002345
}

.eye-care-footer-widget .info-list {
    padding: 0;
    margin-bottom: 0
}

.eye-care-footer-widget .info-list li {
    list-style-type: none;
    margin-bottom: 18px;
    color: #486683;
    font-family: nunito sans, sans-serif
}

.eye-care-footer-widget .info-list li:last-child {
    margin-bottom: 0
}

.eye-care-footer-widget .info-list li span {
    color: #1dbfcc
}

.eye-care-footer-widget .info-list li a {
    color: #486683
}

.eye-care-footer-widget .info-list li a:hover {
    letter-spacing: 1px
}

.eye-care-footer-widget .share-link {
    padding: 0;
    margin-top: 20px;
    margin-bottom: 0
}

.eye-care-footer-widget .share-link li {
    display: inline-block;
    margin-right: 10px
}

.eye-care-footer-widget .share-link li:last-child {
    margin-right: 0
}

.eye-care-footer-widget .share-link li span {
    font-size: 20px;
    color: #486683;
    font-weight: 500;
    font-family: heebo, sans-serif
}

.eye-care-footer-widget .share-link li a i {
    color: #486683;
    font-size: 15px;
    position: relative;
    top: 1px;
    -webkit-transition: .6s;
    transition: .6s;
    display: inline-block;
    height: 25px;
    width: 25px;
    line-height: 22px;
    border: 2px solid #486683;
    text-align: center;
    border-radius: 5px
}

.eye-care-footer-widget .share-link li a i:hover {
    color: #1dbfcc;
    border: 2px solid #1dbfcc;
    -webkit-transform: translateY(-2px);
    transform: translateY(-2px)
}

.eye-care-footer-widget .quick-links {
    padding: 0;
    margin-bottom: 0
}

.eye-care-footer-widget .quick-links li {
    list-style-type: none;
    margin-bottom: 15px;
    position: relative;
    font-family: nunito sans, sans-serif;
    padding-left: 22px
}

.eye-care-footer-widget .quick-links li:last-child {
    margin-bottom: 0
}

.eye-care-footer-widget .quick-links li a {
    color: #486683
}

.eye-care-footer-widget .quick-links li a:hover {
    letter-spacing: 1px
}

.eye-care-footer-widget .quick-links li i {
    color: #1dbfcc;
    position: absolute;
    left: 0;
    top: 4.5px
}

.eye-care-footer-widget .hours-list {
    padding: 0;
    margin-bottom: 0
}

.eye-care-footer-widget .hours-list li {
    list-style-type: none;
    margin-bottom: 15px
}

.eye-care-footer-widget .hours-list li:last-child {
    margin-bottom: 0
}

.eye-care-footer-widget .hours-list li span {
    color: #486683
}

.eye-care-copyright-area {
    margin-top: 75px
}

.eye-care-copyright-area .copyright-area-content {
    text-align: center;
    border-top: 1px solid #cedbe3;
    padding-top: 30px;
    padding-bottom: 30px
}

.eye-care-copyright-area .copyright-area-content p {
    color: #486683;
    font-size: 15px;
    font-family: nunito sans, sans-serif
}

.eye-care-copyright-area .copyright-area-content p a {
    display: inline-block;
    font-weight: 600;
    color: #1dbfcc
}

.eye-care-copyright-area .copyright-area-content p a:hover {
    color: #1dbfcc
}

.single-review-item {
    max-height: 390px
}

::-webkit-scrollbar {
    width: 9px
}

::-webkit-scrollbar-track {
    box-shadow: inset 0 0 5px grey;
    border-radius: 10px
}

::-webkit-scrollbar-thumb {
    background: #00c6b2;
    border-radius: 10px
}

::-webkit-scrollbar-thumb:hover {
    background: #b30000
}
.footer-area {
    background-color: #fcffff
  }
  .footer-optional a i{
    color:#00c6b2;
    justify-content: center;
    font-size: 19px;
    padding-top: 20px;
    padding-left: 20px;
    padding-top: 30px;
  }
  .footer-optional a i:hover{
    
    color:black;
    -webkit-transform: translateY(-5px);
    transform: translateY(-5px)
  }
  
  .single-footer-widget {
    margin-bottom: 30px
  }
  
  .single-footer-widget h2 {
    font-size: 45px;
    margin-bottom: 20px;
    font-weight: 600
  }
  
  .single-footer-widget h2 a {
    color: #091e3e
  }
  
  .single-footer-widget p {
    color: #091e3e;
    margin-bottom: 0
  }
  
  .single-footer-widget .signature {
    margin-top: 25px
  }
  
  .single-footer-widget .footer-info {
    position: relative;
    margin-top: 35px;
    padding-left: 75px
  }
  
  .single-footer-widget .footer-info img {
    display: inline-block;
    height: 52px;
    width: 51px;
    border-radius: 15px;
    position: absolute;
    left: 0;
    top: 0
  }
  
  .single-footer-widget .footer-info h4 {
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 10px;
    color: #091e3e
  }
  
  .single-footer-widget .footer-info span {
    font-size: 16px;
    color: #091e3e
  }
  
  .single-footer-widget h3 {
    font-size: 25px;
    color: #091e3e;
    margin-bottom: 30px;
    font-weight: 500
  }
  
  .single-footer-widget .quick-links {
    padding-left: 16px;
    margin-bottom: 0;
    list-style-type: none
  }
  
  .single-footer-widget .quick-links li {
    margin-bottom: 12px;
    font-size: 18px;
    font-weight: 900
  }
  
  .single-footer-widget .quick-links li a {
    display: inline-block;
    color: #091e3e;
    font-weight: 400;
    position: relative
  }
  
  .single-footer-widget .quick-links li a:hover {
    color: #00c6b2
  }
  
  .single-footer-widget .quick-links li a:hover::before {
    width: 100%
  }
  
  .single-footer-widget .quick-links li a::before {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 0;
    height: 1px;
    -webkit-transition: .6s;
    transition: .6s;
    background-color: #091e3e
  }
  
  .single-footer-widget .footer-info {
      position: relative;
      margin-top: 35px;
      padding-left: 75px;
  }
  .single-footer-widget .quick-links li:last-child {
    margin-bottom: 0
  }
  
  .footer-optional{
    color:#00c6b2;
  }
  .single-widget .footer-widget-blog {
    position: relative;
    overflow: hidden
  }
  
  .single-footer-widget .footer-widget-blog .item {
    overflow: hidden;
    margin-bottom: 25px
  }
  
  .single-footer-widget .footer-widget-blog .item:last-child {
    margin-bottom: 0
  }
  
  .single-footer-widget .footer-widget-blog .item .thumb {
    float: left;
    height: 80px;
    overflow: hidden;
    display: block;
    position: relative;
    width: 80px;
    margin-right: 15px;
    z-index: 1
  }
  
  .single-footer-widget .footer-widget-blog .item .thumb .fullimage {
    width: 80px;
    height: 80px;
    display: inline-block;
    border-radius: 5px;
    background-size: cover!important;
    background-repeat: no-repeat;
    background-position: center center
  }
  
  .single-footer-widget .footer-widget-blog .item .thumb .fullimage.bg1 {
    background-image: url(../images/footer/footer-2.jpg)
  }
  
  .single-footer-widget .footer-widget-blog .item .thumb .fullimage.bg2 {
    background-image: url(../images/footer/footer-3.jpg)
  }
  
  .single-footer-widget .footer-widget-blog .item .thumb .fullimage.bg3 {
    background-image: url(../images/footer/footer-4.jpg)
  }
  
  .single-footer-widget .footer-widget-blog .item .info {
    overflow: hidden;
    margin-top: 5px
  }
  
  .single-footer-widget .footer-widget-blog .item .info span {
    display: block;
    color: #fff;
    margin-top: -5px;
    margin-bottom: 8px;
    font-size: 14px
  }
  
  .single-footer-widget .footer-widget-blog .item .info span a {
    color: #06a3da
  }
  
  .single-footer-widget .footer-widget-blog .item .info h4 {
    margin-bottom: 0;
    line-height: 1.4;
    font-size: 18px;
    font-weight: 500
  }
  
  .single-footer-widget .footer-widget-blog .item .info h4 a {
    display: inline-block;
    -webkit-transition: .6s;
    transition: .6s;
    color: #091e3e
  }
  
  .single-footer-widget .footer-widget-blog .item .info h4 a:hover {
    color: #06a3da
  }
  
  .single-footer-widget .footer-information {
    padding-left: 0;
    list-style-type: none;
    margin-bottom: 0
  }
  
  .single-footer-widget .footer-information li {
    display: inline-block;
    position: relative;
    text-align: left;
    padding-left: 55px;
    font-size: 18px;
    font-weight: 600;
    color: #091e3e;
    margin-bottom: 20px
  }
  
  .single-footer-widget .footer-information li:last-child {
    margin-bottom: 0
  }
  
  .single-footer-widget .footer-information li i {
    position: absolute;
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    color: #06a3da;
    font-size: 38px
  }
  
  .single-footer-widget .footer-information li span {
    display: block;
    font-size: 16px;
    font-weight: 400;
    color: #091e3e;
    margin-top: 8px
  }
  
  .single-footer-widget .footer-information li span a {
    color: #091e3e
  }
  
  .single-footer-widget .footer-information li span a:hover {
    color: #06a3da
  }
  
  
  .ftbottom{
    background: #000;
    text-align: center;
    padding: 20px;
    
  }
  .ftbottom p{
    color: #ffffff;
    font-size: 13px;
    
    text-align: center;
   
  }
  .ftbottom a{
    color:white;
    display: inline-block;
  
  }
  .ftbottom a:hover{
    color:#00C6B2;
    
  }

  .sticky-button {
  position: fixed;
  bottom: 80px; /* Distance from the bottom */
  right: 20px; /* Distance from the right */
  background-color: #00c6b2; /* Button color */
  color: white; /* Text color */
  padding: 15px 20px;
  font-size: 16px;
  border-radius: 40px;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  text-decoration: none;
  z-index: 9999; /* Ensures the button is on top */
  animation: floating 2s ease-in-out infinite, bounce 1s ease-in-out infinite; /* Floating + Bouncing */
}

.sticky-button:hover {
  background-color: #45a049; /* Hover effect */
}

/* Floating Animation */
@keyframes floating {
  0% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-10px);
  }
  100% {
    transform: translateY(0);
  }
}

/* Bouncing Animation */
@keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    transform: translateY(0);
  }
  40% {
    transform: translateY(-10px);
  }
  60% {
    transform: translateY(-5px);
  }
}

 .whatsapp-float {
    position: fixed;
    width: 60px;
    height: 60px;
    bottom: 20px;
    right: 20px;
    background-color: #25D366;
    color: white;
    border-radius: 50%;
    text-align: center;
    font-size: 32px;
    z-index: 1000;
    box-shadow: 2px 2px 5px rgba(0,0,0,0.3);
  }

  .whatsapp-float i {
    margin-top: 14px;
  }