.service-item .title {
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 23px;
    padding: 0;
    margin: 0;
    text-align: center;
}

.call-bottom {
    background-image: url(/public/userfiles/parallax/parallax-1.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;

}

.call-bottom h3 {
    color: #ffffff;
    font-size: 35px;
}

.call-bottom p {
    color: #ffffff;
}

#footer {
    border-top: unset;
    margin-top: unset;
}

#footer p {
    color: #fff;
    font-size: 15px;
}

#footer p a {
    color: #fff !important;
}

.highlighted-word {
    font-family: "Roboto Condensed", cursive;
    font-weight: 500;
}

#header .header-nav-features.header-nav-features-light .header-nav-top-icon,
#header .header-nav-features.header-nav-features-light .header-nav-top-icon-img {
    color: #212529;
}

@media (min-width: 992px) {
    #header .header-nav-main nav>ul>li.dropdown-mega .dropdown-mega-sub-title a.subcat {
        color: #333333;
        display: block;
        font-size: 1em;
        font-weight: 600;
        margin-top: 0;
        padding-bottom: 10px;
        text-transform: uppercase;
        letter-spacing: -0.5px;
        padding: 0;
    }
}

.page-header.page-header-modern.page-header-background.page-header-background-sm {
    padding: 25px 0;
}

.page-header.page-header-modern h1 {
    font-size: 20px;
}

.breadcrumb a {
    color: #fff;
}

.title_page {
    font-size: 25px;
    font-weight: 600;
    margin-bottom: 30px;
    text-transform: uppercase;
}



.why-choose-us-area {
    overflow: hidden;
}

.why-choose-us-area .container-fluid {
    padding-left: 0;
    padding-right: 0;
}

.why-choose-us-area .container-fluid .row {
    margin-left: 0;
    margin-right: 0;
}

.why-choose-us-area .container-fluid .row .col-lg-6 {
    padding-left: 0;
    padding-right: 0;
}

.why-choose-us-content {
    background-color: #3d6def;
    background-image: url(/public/userfiles/bg-black.jpg);
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    padding-top: 35px;
    padding-bottom: 35px;
    padding-left: 30px;
    padding-right: 30px;
}

.why-choose-us-content .content {
    max-width: 630px;
    margin-left: auto;
    padding-right: 20px;
}

.why-choose-us-content .sub-title {
    display: block;
    text-transform: uppercase;
    color: #ffffff;
    margin-bottom: 10px;
    position: relative;
    z-index: 1;
    font-weight: 700;
    font-size: 14px;
}

.why-choose-us-content h2 {
    margin-bottom: 9px;
    color: #ffffff;
    line-height: 1.3;
    font-size: 27px;
    font-weight: 700;
    text-align: center;
}

.why-choose-us-content p {
    color: #ffffff;
}

.why-choose-us-content .features-list {
    padding-left: 0;
    list-style-type: none;
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-top: -5px;
    margin-bottom: 0;
    margin-right: -15px;
    margin-left: -15px;
}

.why-choose-us-content .features-list li {
    -ms-flex: 0 0 50%;
    -webkit-box-flex: 0;
    flex: 0 0 50%;
    max-width: 50%;
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 30px;
}

.why-choose-us-content .features-list li div {
    color: #ffffff;
    position: relative;
}

.why-choose-us-content .features-list li div i {
    display: inline-block;
    width: 50px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    background-color: #ffffff;
    border-radius: 50%;
    color: #fe235b;
    font-size: 25px;
    -webkit-transition: 0.5s;
    transition: 0.5s;
}

.why-choose-us-content .features-list li div span {
    text-transform: uppercase;
    display: block;
    margin-top: 16px;
    margin-bottom: 7px;
    font-size: 17px;
    font-weight: 800;
}

.why-choose-us-content .features-list li div:hover i {
    background-color: #fe235b;
    color: #ffffff;
}

.why-choose-us-image {
    width: 100%;
    height: 100%;
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
}

.why-choose-us-image.bg1 {
    background-image: url(https://templates.envytheme.com/klev/default/assets/img/why-choose-img1.jpg);
}

.why-choose-us-image.bg2 {
    background-image: url(https://templates.envytheme.com/klev/default/assets/img/why-choose-img2.jpg);
}

.why-choose-us-image.bg3 {
    background-image: url(https://templates.envytheme.com/klev/default/assets/img/why-choose-img3.jpg);
}

.why-choose-us-image img {
    width: auto !important;
    display: none !important;
}

.why-choose-us-slides {
    height: 100% !important
}

.why-choose-us-slides .owl-stage-outer {
    width: 100%;
    height: 100%;
}

.why-choose-us-slides .owl-stage-outer .owl-stage {
    height: 100%;
}

.why-choose-us-slides .owl-stage-outer .owl-stage .owl-item {
    height: 100%;
}

.why-choose-us-slides.owl-theme .owl-nav {
    opacity: 0;
    visibility: hidden;
    margin-top: 0;
    -webkit-transition: 0.5s;
    transition: 0.5s;
}

.why-choose-us-slides.owl-theme .owl-nav [class*=owl-] {
    position: absolute;
    left: 25px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    margin: 0;
    padding: 0;
    background-color: transparent;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    color: #ffffff;
    font-size: 35px;
}

.why-choose-us-slides.owl-theme .owl-nav [class*=owl-].owl-next {
    left: auto;
    right: 25px;
}

.why-choose-us-slides.owl-theme .owl-nav [class*=owl-]:hover {
    color: #fe235b;
    background-color: transparent;
}

.why-choose-us-slides.owl-theme .owl-dots {
    line-height: .01;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 25px;
    margin-top: 0;
}

.why-choose-us-slides.owl-theme .owl-dots .owl-dot span {
    width: 15px;
    height: 2px;
    margin: 0 3px;
    background-color: #130947;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    border-radius: 0;
}

.why-choose-us-slides.owl-theme .owl-dots .owl-dot:hover span {
    background-color: #fe235b;
}

.why-choose-us-slides.owl-theme .owl-dots .owl-dot.active span {
    background-color: #fe235b;
    width: 25px;
}

.why-choose-us-slides.owl-theme:hover .owl-nav {
    opacity: 1;
    visibility: visible;
}

.why-choose-us-area .divider {
    margin: 0;
    position: absolute;
    z-index: 1;
    top: 0;
    height: 100%;
    width: 5vw;
    max-width: 72px;
    left: -1px;
    pointer-events: none;
    -webkit-mask-image: url("data:image/svg+xml;utf8,%3csvg viewBox='0 0 100 100' width='100%' height='100%' xmlns='http://www.w3.org/2000/svg' preserveAspectRatio='none'%3e%3cpath d='M0,0 C16.6666667,66 33.3333333,99 50,99 C66.6666667,99 83.3333333,66 100,0 L100,100 L0,100 L0,0 Z' fill='%23fff' fill-rule='evenodd' transform='translate(50.000000, 50.000000) rotate(-90.000000) translate(-50.000000, -50.000000)' /%3e%3c/svg%3e");
    mask-image: url("data:image/svg+xml;utf8,%3csvg viewBox='0 0 100 100' width='100%' height='100%' xmlns='http://www.w3.org/2000/svg' preserveAspectRatio='none'%3e%3cpath d='M0,0 C16.6666667,66 33.3333333,99 50,99 C66.6666667,99 83.3333333,66 100,0 L100,100 L0,100 L0,0 Z' fill='%23fff' fill-rule='evenodd' transform='translate(50.000000, 50.000000) rotate(-90.000000) translate(-50.000000, -50.000000)' /%3e%3c/svg%3e");
    -webkit-mask-size: 100% 101%;
    mask-size: 100% 101%;
    background-color: #043d72;
    -webkit-transform: scaleX(-1);
    transform: scaleX(-1);
    z-index: 2;
}

/*! CSS Used from: https://templates.envytheme.com/klev/default/assets/css/responsive.css */
@media only screen and (max-width: 767px) {
    p {
        font-size: 14px;
    }

    .why-choose-us-content {
        padding-top: 60px;
        padding-bottom: 60px;
        padding-left: 15px;
        padding-right: 15px;
    }

    .why-choose-us-content .content {
        max-width: 100%;
        margin-left: 0;
        padding-right: 0;
        text-align: center;
    }

    .why-choose-us-content h2 {
        margin-bottom: 12px;
        line-height: 1.4;
        font-size: 25px;
    }

    .why-choose-us-content .features-list {
        margin-left: -5px;
        margin-right: -5px;
    }

    .why-choose-us-content .features-list li {
        padding-left: 5px;
        padding-right: 5px;
    }

    .why-choose-us-content .features-list li div i {
        width: 45px;
        height: 45px;
        line-height: 45px;
        font-size: 20px;
    }

    .why-choose-us-content .features-list li div span {
        text-transform: capitalize;
        font-size: 16px;
        margin-top: 15px;
        margin-bottom: 6px;
    }

    .why-choose-us-image {
        height: auto;
        background-image: unset !important;
    }

    .why-choose-us-image img {
        display: inline-block !important;
    }

    .why-choose-us-slides {
        height: auto;
    }

    .why-choose-us-slides .owl-stage-outer {
        height: auto;
    }

    .why-choose-us-slides .owl-stage-outer .owl-stage {
        height: auto;
    }

    .why-choose-us-slides .owl-stage-outer .owl-stage .owl-item {
        height: auto;
    }

    .why-choose-us-area .divider {
        display: none;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .why-choose-us-content .content {
        max-width: 540px;
        margin-left: auto;
        margin-right: auto;
    }

    .why-choose-us-content .features-list {
        margin-left: -15px;
        margin-right: 15px;
    }

    .why-choose-us-content .features-list li {
        padding-left: 15px;
        padding-right: 15px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    p {
        font-size: 15px;
    }

    .why-choose-us-content {
        padding-top: 80px;
        padding-bottom: 80px;
        padding-left: 30px;
        padding-right: 30px;
    }

    .why-choose-us-content .content {
        text-align: center;
        max-width: 570px;
        padding-right: 0;
        margin-left: auto;
        margin-right: auto;
    }

    .why-choose-us-content h2 {
        font-size: 32px;
    }

    .why-choose-us-content .features-list li div i {
        margin-left: auto;
        margin-right: auto;
    }

    .why-choose-us-content .features-list li div span {
        font-size: 16px;
    }

    .why-choose-us-image {
        height: auto;
        background-image: unset !important;
    }

    .why-choose-us-image img {
        display: inline-block !important;
        width: 100% !important;
    }

    .why-choose-us-slides {
        height: auto;
    }

    .why-choose-us-slides .owl-stage-outer {
        height: auto;
    }

    .why-choose-us-slides .owl-stage-outer .owl-stage {
        height: auto;
    }

    .why-choose-us-slides .owl-stage-outer .owl-stage .owl-item {
        height: auto;
    }

    .why-choose-us-area .divider {
        display: none;
    }
}

.why-item .why-icon img {
    width: 50px;
}

.why-item {
    text-align: center;
    border: 1px solid #fff;
    padding: 15px;
    width: 222px;
    margin: auto;
    min-height: 150px;
}

.why-item .why-title {
    font-size: 14px;
    text-transform: uppercase;
    margin-top: 15px;

}

.why-item:hover {
    background-color: #ffffff52;
}

.features-list a:hover {
    text-decoration: none;
}

.services-style1-area {
    position: relative;
    display: block;
    background: #f5f5f5;
    padding-bottom: 88px;
    z-index: 1;
}

.services-style1-area:before {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 150px;
    background: #ffffff;
    content: "";
    z-index: -1;
}

.services-style1-area .sec-title.max-width {
    padding-bottom: 93px;
}

.single-solution-style1 {
    position: relative;
    display: block;
    margin-bottom: 48px;
}

.single-solution-style1 .img-holder {
    position: relative;
    display: block;
    overflow: hidden;
    z-index: 1;
}

.single-solution-style1 .img-holder::after {
    position: absolute;
    top: 0;
    bottom: 0;
    right: -100%;
    width: 100%;
    background: rgba(65, 112, 239, 0.19);
    opacity: 1;
    content: "";
    transition: all 700ms ease;
    transition-delay: 0.2s;
    z-index: 2;

}

.single-solution-style1:hover .img-holder::after {
    right: 0%;
}

.single-solution-style1 .img-holder img {
    width: 100%;
    transition: .5s ease;
}

.single-solution-style1:hover .img-holder img {
    transform: translateX(0%) translateY(0px) scale(1.1);
}

.single-solution-style1 .icon-holder {
    position: absolute;
    top: 0;
    left: 0;
    width: 80px;
    height: 100%;
    transition: all 700ms ease;
    transition-delay: 0.5s;
    z-index: 3;
    background: rgb(66, 113, 239);
    background: -moz-linear-gradient(top, rgba(136, 196, 66, 1) 0%, rgba(51, 182, 160, 1) 100%);
    background: -webkit-linear-gradient(top, rgb(61, 109, 239) 0%, rgb(238, 247, 254) 100%);
    background: linear-gradient(to bottom, rgb(61, 109, 239) 0%, rgb(130, 163, 244) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#88c442', endColorstr='#33b6a0', GradientType=0);
}

.icon-holder .box img {
    width: 60%;
    margin: auto;
}

.single-solution-style1 .icon-holder .inner-content {
    display: table;
    width: 100%;
    height: 100%;
}

.single-solution-style1 .icon-holder .inner-content .box {
    display: table-cell;
    vertical-align: middle;
    text-align: center;
}

.single-solution-style1 .icon-holder span:before {
    font-size: 55px;
    line-height: 55px;
    color: #ffffff;
}

.single-solution-style1:hover .icon-holder {
    left: -100%;
}

.single-solution-style1 .text-holder {
    position: relative;
    display: block;
    text-align: center;
    border: 1px solid #eeeeee;
    background: #ffffff;
    padding: 10px;
}

.single-solution-style1 .text-holder h3 {
    margin: 0;
    font-size: 14px;
    font-weight: 700;
    color: #3d6def;
}

.single-solution-style1 .text-holder p {
    margin: 0 0 27px;
}

.single-solution-style1 .text-holder .readmore {
    position: absolute;
    left: 0;
    right: 0;
    bottom: -31px;
    width: 60px;
    height: 60px;
    background: #fff;
    margin: 0 auto;
    border-radius: 50%;
    border: 1px solid #eeeeee;
}

.single-solution-style1 .text-holder .readmore a span:before {
    display: block;
    line-height: 58px;
    font-size: 22px;
    color: #323232;
    border-radius: 50%;
}

.single-solution-style1 .text-holder .readmore .overlay-button a {
    position: absolute;
    top: 10px;
    left: -100%;
    right: -100%;
    width: 170px;
    height: 60px;
    margin: 0 auto;
    border-radius: 30px;
    border: 1px solid #eeeeee;
    color: #303030;
    font-size: 13px;
    line-height: 60px;
    font-weight: 500;
    background: #ffffff;
    text-transform: uppercase;
    transition: all 700ms ease;
    transition-delay: 0.1s;
    opacity: 0;
}

.single-solution-style1:hover .text-holder .readmore .overlay-button a {
    top: -1px;
    opacity: 1;
}

.single-solution-style1 .text-holder .readmore .overlay-button a:hover {
    background: #32b6a1;
    border-color: #32b6a1;
    color: #ffffff;
}

.services-style1-area .services-carousel {
    position: relative;
    display: block;
}

.services-style1-area .services-carousel:before {
    position: absolute;
    top: -50px;
    left: -50px;
    right: -50px;
    bottom: -88px;
    background: #ffffff;
    content: "";
    z-index: -1;
    border-radius: 0 0px 50px 50px;
    -webkit-box-shadow: 0px 3px 10px 0px rgba(246, 246, 246, 1);
    -moz-box-shadow: 0px 3px 10px 0px rgba(246, 246, 246, 1);
    box-shadow: 0px 3px 10px 0px rgba(246, 246, 246, 1);
}

.services-style1-area .owl-carousel .owl-stage-outer {
    position: relative;
    overflow: hidden;
    padding-bottom: 30px;
    z-index: 1;
}

.services-style1-area .owl-dots {
    position: relative;
    display: block !important;
    margin-top: 25px !important;
}

.services-style1-area .owl-dots .owl-dot {
    background-image: none;
    width: 8px;
    height: 8px;
    margin: 5px 8px;
    border: 2px solid #cecece;
    padding: 0px;
    background: #cecece;
    border-radius: 50%;
    transition: all 500ms ease;
    display: inline-block;
}

.services-style1-area .owl-dots .owl-dot span {
    display: none;
}

.services-style1-area .owl-dots .owl-dot.active {
    height: 20px;
    background: #32b6a1;
    border-color: #32b6a1;
    border-radius: 15px;
}

.services-style1-area .owl-dots .owl-dot:hover {
    height: 20px;
    background: #32b6a1;
    border-color: #32b6a1;
    border-radius: 15px;
}

section.services {
    background-color: #ffffff;
    background-image: url(/public/userfiles/services/bg-services.jpg);
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    padding: 30px 0;
}
.services-home a:hover{
    text-decoration: none;
}

.services-home h2 {
    text-transform: uppercase;
    text-align: center;
    font-weight: 700;
    font-size: 27px;
    margin: 0;
    color: #3d6def;
}

.services-home .sub {
    text-align: center;
    margin-bottom: 40px;
    margin-top: 10px;
}

.doctor-home {
    background-color: #ffffff;
    padding: 30px 0;
}

.doctor-home h2 {
    text-transform: uppercase;
    text-align: center;
    font-weight: 700;
    font-size: 27px;
    margin: 0;
    color: #3d6def;
}

.doctor-home .sub {
    text-align: center;
    margin-bottom: 40px;
    margin-top: 10px;
}

.single-doctor-box {
    margin-bottom: 30px;
    text-align: center;
    margin-right: 17px;
    background-color: #ffffff;
    -webkit-box-shadow: 0 0 40px rgba(82, 85, 90, 0.1);
    box-shadow: 9px 15px 8px rgba(82, 85, 90, 0.1);
}

.single-doctor-box .image {
    /*border-radius: 0 0 0 50px;*/
	height: 300px;
    overflow: hidden;
}

.single-doctor-box .image img {
    /*border-radius: 0 0 0 50px;*/
}

.single-doctor-box .content {
    padding: 15px;
}

.single-doctor-box .content h3 {
    margin-bottom: 0;
    font-size: 17px;
    font-weight: 600;
    text-transform: none;
    height: 45px;
	
}

.single-doctor-box .content span {
    display: block;
    color: #3d6def;
    height: 45px;
    overflow: hidden;
}

.single-doctor-box .content .social {
    padding-left: 0;
    list-style-type: none;
    margin-bottom: 0;
    margin-top: 15px;
}

.single-doctor-box .content .social li {
    display: inline-block;
    margin-left: 5px;
    margin-right: 5px;
}

.single-doctor-box .content .social li a {
    color: #bebaba;
    font-size: 17px;
    display: inline-block;
}

.single-doctor-box .content .social li a:hover {
    color: #fe235b;
}

/*! CSS Used from: https://templates.envytheme.com/klev/default/assets/css/responsive.css */
@media only screen and (max-width: 767px) {
    .single-doctor-box .content h3 {
        font-size: 18px;
    }

    .single-doctor-box .content .social {
        margin-top: 10px;
    }

    .single-doctor-box .content .social li a {
        font-size: 16px;
    }
}


/*! @import http://fvdthemes.com/html/dentalclinic/css/theme.css */

.help {
    color: #00acdb;
    border: 2px solid #00acdb;
    border-radius: 50%;
    width: 37px;
    height: 37px;
    text-align: center;
    font-size: 20px;
    line-height: 32px;
    cursor: pointer;
    display: inline-block;
}

.help:hover {
    background: #00acdb;
    color: #fff;
}

.help-red {
    background: #f9755f;
    color: #fff;
    border-color: #f9755f;
}

.help-red:hover {
    background: #d03f30;
    border-color: #d03f30;
}

.help-sm {
    width: 24px;
    height: 24px;
    font-size: 16px;
    line-height: 22px;
    border-width: 1px;
}

.help .t-tooltip-text {
    color: #4c7284;
    line-height: 14px;
    text-align: left;
}

.btn {
    font-size: 16px;
    font-weight: 600;
    padding: 9px 40px;
}

.btn-primary {
    background: #00acdb;
    color: #ffffff;
    border: none;
    border-radius: 20px;
    transition: all 300ms;
}

.btn-primary:hover,
.btn-primary:focus {
    background: #00dba5;
    color: #ffffff;
}

.btn-primary-1 {
    background: transparent;
    color: #00acdb;
    border: 1px solid #00acdb;
    border-radius: 20px;
    transition: all 300ms;
    font-size: 15px;
    font-weight: 400;
    padding: 7px 40px;
}

.btn-primary-1:hover,
.btn-primary-1:focus {
    background: #00acdb;
    color: #fff;
}

.btn-sm {
    padding: 5px 40px;
}

.booking {
    padding: 70px 0;
    background: url('../img/book_bg.jpg') center center no-repeat;
    background-size: cover;
}

.booking-form-item {
    margin-bottom: 15px;
}

.booking-form-item input,
.booking-form-item textarea {
    width: 100%;
}

.booking-form-item textarea {
    height: 120px;
}

.booking-form-item .help.help-red {
    position: absolute;
    right: 30px;
    top: 13px;
    display: none;
}

.booking-form-item:before {
    position: absolute;
    font-family: 'Font Awesome 5 Free';
    content: '';
    z-index: 1;
    font-size: 17px;
    left: 30px;
    top: 3px;
    color: #3d6def;
    font-weight: 900;
}

.booking-form-item.name:before {
    content: "\f007";
}

.booking-form-item.name input {
    padding-left: 40px;
}

.booking-form-item.phone:before {
    content: "\f095";
}

.booking-form-item.phone input {
    padding-left: 40px;
}

.booking-form-item.email:before {
    content: "\f0e0";
}

.booking-form-item.email input {
    padding-left: 40px;
}

.booking-form-item.date:before {
    content: "\f133";
}

.booking-form-item.date input {
    padding-left: 40px;
}

.booking-form-item.time-f:before {
    content: "\f017";
}

.booking-form-item.time-f input {
    padding-left: 40px;
}

.booking .help {
    float: right;
}

.booking .latest-row {
    margin-top: 10px;
    text-align: center;
}

.tt-row-item-active-hover {
    border: 2px solid #00acdb;
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    opacity: 0;
    transition: opacity 300ms;
}

.t-tooltip {
    position: relative;
}

.t-tooltip-text {
    position: absolute;
    z-index: 1;
    bottom: 100%;
    width: 272px;
    left: 50%;
    margin-left: -136px;
    opacity: 0;
    visibility: hidden;
    transition: opacity 300ms;
}

.t-tooltip-text-body {
    position: relative;
    background: #fff;
    text-align: left;
    padding: 20px;
    border: 2px solid #00acdb;
    border-radius: 3px;
    font-size: 11px;
}

.t-tooltip-text-body:after,
.t-tooltip-text-body:before {
    top: 100%;
    left: 50%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
}

.t-tooltip-text-body:after {
    border-color: rgba(255, 255, 255, 0);
    border-top-color: #fff;
    border-width: 8px;
    margin-left: -8px;
}

.t-tooltip-text-body:before {
    border-color: rgba(0, 172, 219, 0);
    border-top-color: #00acdb;
    border-width: 11px;
    margin-left: -11px;
}

.t-tooltip-text-hover {
    position: relative;
    width: 100%;
    background: transparent;
    height: 12px;
    left: 0;
}

.t-tooltip-text .btn-sm {
    padding: 4px 24px;
    font-size: 16px;
    margin-top: 15px;
}

.t-left .t-tooltip-text {
    left: auto;
    right: 50%;
    margin-right: -21px;
}

.t-left .t-tooltip-text-body:after,
.t-left .t-tooltip-text-body:before {
    left: 93%;
}

.booking .section-title {
    font-size: 27px;
    font-weight: bold;
    color: #3d6def;
    text-transform: uppercase;
}

@media (max-width: 992px) {
    .booking h2 {
        font-size: 30px;
    }
}

@media (min-width: 769px) {
    .t-tooltip:hover .t-tooltip-text {
        visibility: visible !important;
        opacity: 1 !important;
    }
}

@media (max-width: 768px) {
    .booking h2 {
        font-size: 26px;
    }

    .booking .section-title {
        padding: 0 15px;
        text-align: center !important;
    }

    .t-tooltip-text {
        width: 232px;
    }

    .t-left .t-tooltip-text {
        margin-right: -18px;
    }

    .t-tooltip-text .btn-sm {
        padding: 4px 15px;
        font-size: 14px;
    }

    .booking-form-item textarea {
        height: 120px !important;
    }
}

/*! end @import */
/*! CSS Used from: http://fvdthemes.com/html/dentalclinic/css/responsive.css */
@media (max-width: 992px) {
    .booking h2 {
        font-size: 30px;
    }
}

@media (min-width: 769px) {
    .t-tooltip:hover .t-tooltip-text {
        visibility: visible !important;
        opacity: 1 !important;
    }
}
.text-light{
    color: #ffffff !important;
}

/*** 
=============================================
    Testimonial Area Style      
=============================================
***/
.testimonial-area{
    position: relative;
    display: block;
    background: #f5f5f5;
    padding: 85px 0 93px;
    z-index: 1;
}
.testimonial-area .inner-content{
    position: relative;
    display: block;
    padding-left: 200px;
    z-index: 1;
}
.testimonial-area .inner-content:before{
    position: absolute;
    top: 0px;
    left: 0px;
    background: url(../img/quote-2.png);
    width: 250px;
    height: 251px;
    content: "";
    z-index: -1;    
}
.testimonial-area .sec-title{}
.testimonial-area .button {
    position: relative;
    display: block;
    margin-top: 7px;
}
.testimonial-area .button a{
    color: #303030;
    background: #f5f5f5;
    padding: 19px 50px 19px;
    border: 2px solid #e2e2e2;
}
.testimonial-area .button a:hover{
    background: #3D6DEF;
    border-color: #3D6DEF;
}

.testimonial-area .owl-carousel .owl-stage-outer {
    position: relative;
    overflow: hidden;
}
.single-testimonial-item{
    position: relative;
    display: block;
    width: 100%;
}
.single-testimonial-item .text-holder {
    position: relative;
    display: block;
    background: #ffffff;
    padding: 32px 25px 32px;
    min-height: 255px;
    z-index: 1;
}
.single-testimonial-item .text-holder:before {
    position: absolute;
    left: 115px;
    bottom: -2px;
    right: 115px;
    height: 2px;
    background: #3D6DEF;
    content: "";
    transition: all 500ms ease;
}
.single-testimonial-item:hover .text-holder:before{
    left: 0;
    right: 0;
}
.single-testimonial-item .text-holder:after {
    position: absolute;
    top: 40px;
    left: 40px;
    background: url(../img/quote.png);
    width: 59px;
    height: 40px;
    content: "";
    z-index: -1;
}
.single-testimonial-item .text-holder p{
    color: #848484;
    font-size: 18px;
    line-height: 28px;
    margin: 0;
}
.single-testimonial-item .img-holder{
    position: absolute;
    left: 0;
    bottom: -40px;
    right: 0;
    width: 80px;
    height: 80px;
    margin: 0 auto;
}
.single-testimonial-item .img-holder img{
    width: 100%;
    border-radius: 50%;
}
.single-testimonial-item .name{
    position: relative;
    display: block;
    padding-top: 56px;
}
.single-testimonial-item .name h3{
    font-size: 18px;
    font-weight: 500;
    margin: 0 0 3px;
}
.single-testimonial-item .name span{
    color: #3D6DEF;
}

.testimonial-area .owl-theme .owl-nav.disabled + .owl-dots {
    position: absolute;
    top: 0;
    left: -104px;
    margin: 29px 0;
}
.testimonial-area .owl-dots .owl-dot{
    position: relative;
	background-image:none;
	width: 20px;
	height: 20px;
	margin: 20.5px 4px;
    border: 2px solid #d9d9d9;
	padding: 0px;
    border-radius: 50%;
	background: #f5f5f5;
	transition: all 500ms ease;
	display: block;
}
.testimonial-area .owl-dots .owl-dot:before {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    width: 8px;
    height: 8px;
    border: 2px solid #d9d9d9;
    content: "";
    border-radius: 50%;
    margin: 4px;
    transition: all 500ms ease;
}
.testimonial-area .owl-dots .owl-dot span{
	display:none;	
}
.testimonial-area .owl-dots .owl-dot.active{
    background: #3D6DEF;
    border-color: #3D6DEF;
}
.testimonial-area .owl-dots .owl-dot:hover{
    background: #3D6DEF;
    border-color: #3D6DEF;
}
.testimonial-area .owl-dots .owl-dot.active:before,
.testimonial-area .owl-dots .owl-dot:hover:before{
    background: #ffffff;
    border-color: #ffffff;
}
.sec-title h3 {
    position: relative;
    display: block;
    font-size: 18px;
    line-height: 1;
    font-weight: 700;
    margin-bottom: 10px;
    text-transform: capitalize;
}
.sec-title h2{
    color: #3D6DEF;
    font-size: 28px;
    line-height: 26px;
    font-weight: 700;
    text-transform: uppercase;
}
.view-more{
    float: right;
    background-color: #3d6def;
    color: #ffffff;
    padding: 0px 10px;
}
.tieude{
    background: #3d6def;
    padding: 5px 15px;
    margin: 15px 0px;
    color: #ffffff;
    display: table;
    border-bottom-right-radius: 20px;
    border-top-left-radius: 20px;
}
@media only screen and (max-width: 767px) {
    .hidden-xs{
        display: none !important;
    }
    .home-intro p .highlighted-word {
        font-size: 22px !important;
    }
    .home-intro p {
        margin-bottom: 1rem !important;
    }
    .home-intro {
        padding: 1rem 0 !important;
    }
    .get-started{
        text-align: center !important;
    }
    .home-intro .get-started .btn{
        padding: 10px !important;
    }
    .why-item {
        padding: 10px !important;
        width: 90% !important;
    }
    .testimonial-area .inner-content {
        padding-left: 15px !important
    }
    .testimonial-area {
        padding: 25px 0 0 !important;
    }
    .page-header.page-header-modern h1{
        font-size: 20px !important;
    }
    .page-header .sub-title {
        font-size: 13px !important;
    }
    .mb-10{
        margin-bottom: 10px;
    }
    .col-xs-6{
        width: 50% !important;
    }
    .item-dichvu h3 {
        font-size: 14px !important;
        font-weight: 700 !important;
    }

    .item-dichvu h2.title {
        margin-top: 10px !important;
    }
}
.img-box-dich-vu{
    height: 150px;
}
.icon-title{
	text-align: center;
}
.icon-title img{
	width: 60px;
}