/* ---------------------------------------------
[Master Stylesheet]

Template Name: Dento - Dentist & Medical Template
Template Author: Colorlib
Version: 1.0.0
Last Update: Dec 05, 2018

---------------------------------------------
[Tables of CSS Content]

+ body
  - 1.0 Reboot CSS
  - 2.0 Spacing CSS
  - 3.0 Preloader CSS
  - 4.0 Heading CSS
  - 5.0 Back To Top CSS
  - 6.0 Buttons CSS
  - 7.0 Header CSS
  - 8.0 Hero CSS
  - 9.0 Testimoial CSS
  - 10.0 Dentist CSS
  - 11.0 Appointment CSS
  - 12.0 Pricing CSS
  - 13.0 Service CSS
  - 14.0 About CSS
  - 15.0 Barfiller CSS
  - 16.0 Breadcrumb CSS
  - 17.0 Blog CSS
  - 18.0 Widget CSS
  - 19.0 Footer CSS
  - 20.0 Contact CSS

  ---------------------------------------------
  [Color Codes]

  $heading: #333333; [Heading Color]
  $text: #707070; [Text Color]
  $bg-gray: #f4f4f4; [Gray Background]
  $bg-pink: #f8c5d5 [Pink Background]
  $primary: #00aeef; [Primary Color]
  $white: #ffffff; [White Color]
  $dark: #000; [Dark Color]
  $border: #7450fe; [Border Color]
  $hover: #00aeef; [Hover Color]
  $footer: #191c1d; [Footer Color]
  $secondary: #222222; [Secondary Color]

  ---------------------------------------------
  [Font Family]

  'Montserrat', sans-serif;
--------------------------------------------- */
/* Import Fonts & All CSS */
@import url("https://fonts.googleapis.com/css?family=Montserrat:300,400,500,600,700");
@import url("../lib/bootstrap/css/bootstrap.min.css");
@import url("../lib/animate/css/animate.css");
@import url("../lib/default-assets/css/classy-nav.css");
@import url("../lib/owl/css/owl.carousel.min.css");
@import url("../lib/owl/css/owl.theme.default.min.css");
@import url("../lib/magnific-popup/css/magnific-popup.css");
@import url("../lib/font-awesome/css/all.min.css");
@import url("../css/style.css");

* {
    margin: 0;
    padding: 0;
}

body {
    font-family: "Open Sans", sans-serif;
    font-weight: 400;
    font-size: 14px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: "Open Sans", sans-serif;
    color: #333333;
    line-height: 1.4;
    font-weight: 600;
}

a,
a:active,
a:focus,
a:hover {
    color: #333333;
    text-decoration: none;
    -webkit-transition-duration: 500ms;
    transition-duration: 500ms;
    outline: none;
}

li {
    list-style: none;
}

p {
    line-height: 1.9;
    color: #707070;
    font-size: 14px;
    font-weight: 400;
}

img {
    max-width: 100%;
    height: auto;
}

ul {
    margin: 0;
    padding: 0;
}

    ul li {
        margin: 0;
        padding: 0;
        list-style: inherit;
        list-style-position: inside;
    }

.bg-overlay {
    position: relative;
    z-index: 1;
}

    .bg-overlay::after {
        position: absolute;
        content: "";
        height: 100%;
        width: 100%;
        top: 0;
        left: 0;
        z-index: -1;
        background-color: rgba(0, 0, 0, 0.5);
    }

.bg-gradient-overlay {
    position: relative;
    z-index: 1;
}

    .bg-gradient-overlay::after {
        position: absolute;
        content: "";
        height: 100%;
        width: 100%;
        top: 0;
        left: 0;
        z-index: -1;
        background: #2c455d;
        background: -webkit-gradient(linear, left top, right top, from(#2c455d), to(#00012c));
        background: linear-gradient(to right, #2c455d, #00012c);
        opacity: 0;
    }

.bg-img {
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
}

.color-primary {
    color: #f8c5d5;
}

.color-secondary {
    color: #70c8cb;
}

.jarallax {
    position: relative;
    z-index: 0;
}

    .jarallax > .jarallax-img {
        position: absolute;
        -o-object-fit: cover;
        object-fit: cover;
        font-family: 'object-fit: cover;';
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        z-index: -1;
    }

#success_fail_info {
    margin-bottom: 30px;
    color: #ffffff;
    text-align: center;
}

.mfp-iframe-holder .mfp-close {
    top: 0;
    width: 30px;
    height: 30px;
    background-color: #ff91af;
    text-align: center;
    right: 0;
    padding-right: 0;
    line-height: 32px;
}

.mt-15 {
    margin-top: 15px;
}

.mt-30 {
    margin-top: 30px;
}

.mt-40 {
    margin-top: 40px;
}

.mt-50 {
    margin-top: 50px;
}

.mt-70 {
    margin-top: 70px;
}

.mt-100 {
    margin-top: 100px;
}

.mt-150 {
    margin-top: 150px;
}

.mr-15 {
    margin-right: 15px;
}

.mr-30 {
    margin-right: 30px;
}

.mr-50 {
    margin-right: 50px;
}

.mr-100 {
    margin-right: 100px;
}

.mb-15 {
    margin-bottom: 15px;
}

.mb-30 {
    margin-bottom: 30px;
}

.mb-40 {
    margin-bottom: 40px;
}

.mb-50 {
    margin-bottom: 50px;
}

.mb-70 {
    margin-bottom: 70px;
}

.mb-100 {
    margin-bottom: 100px;
}

.ml-15 {
    margin-left: 15px;
}

.ml-30 {
    margin-left: 30px;
}

.ml-50 {
    margin-left: 50px;
}

.ml-100 {
    margin-left: 100px;
}

.section-padding-100 {
    padding-top: 100px;
    padding-bottom: 100px;
}

.section-padding-0-100 {
    padding-top: 0;
    padding-bottom: 100px;
}

.section-padding-100-0 {
    padding-top: 100px;
    padding-bottom: 0;
}

.section-padding-100-50 {
    padding-top: 100px;
    padding-bottom: 50px;
}

.section-padding-100-100 {
    padding-top: 100px;
    padding-bottom: 100px;
}

.section-padding-0-50 {
    padding-top: 0;
    padding-bottom: 50px;
}

.section-padding-50-0 {
    padding-top: 50px;
    padding-bottom: 0;
}

.section-padding-50-50 {
    padding-top: 50px;
    padding-bottom: 50px;
}

.height-400 {
    height: 400px;
}

.height-600 {
    height: 600px;
}

.height-700 {
    height: 700px;
}

.height-800 {
    height: 800px;
}

.height-900 {
    height: 900px;
}

.height-1000 {
    height: 1000px;
}

.border-bottom-dotted {
    border-bottom: 1px dotted #6c757d !important;
}

#preloader {
    position: fixed;
    width: 100%;
    height: 100%;
    z-index: 99999;
    top: 0;
    left: 0;
    background-color: #ffffff;
}

    #preloader .preload-content {
        position: absolute;
        top: 50%;
        left: 50%;
        margin-top: -35px;
        margin-left: -35px;
        z-index: 100;
    }

    #preloader #dento-load {
        width: 70px;
        height: 70px;
        border-radius: 50%;
        border: 3px;
        border-style: solid;
        border-color: transparent;
        border-top-color: #ff91af;
        -webkit-animation: dentorotate 2400ms linear infinite;
        animation: dentorotate 2400ms linear infinite;
        z-index: 999;
    }

        #preloader #dento-load:before {
            content: "";
            position: absolute;
            top: 7.5px;
            left: 7.5px;
            right: 7.5px;
            bottom: 7.5px;
            border-radius: 50%;
            border: 3px;
            border-style: solid;
            border-color: transparent;
            border-top-color: #ff91af;
            -webkit-animation: dentorotate 2700ms linear infinite;
            animation: dentorotate 2700ms linear infinite;
        }

        #preloader #dento-load:after {
            content: "";
            position: absolute;
            top: 20px;
            left: 20px;
            right: 20px;
            bottom: 20px;
            border-radius: 50%;
            border: 3px;
            border-style: solid;
            border-color: transparent;
            border-top-color: #ff91af;
            -webkit-animation: dentorotate 1800ms linear infinite;
            animation: dentorotate 1800ms linear infinite;
        }

@-webkit-keyframes dentorotate {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@keyframes dentorotate {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

.section-heading {
    position: relative;
    z-index: 1;
    margin-bottom: 50px;
}

    .section-heading h2 {
        font-size: 36px;
        text-transform: capitalize;
        margin-bottom: 20px;
        color: #f78fa7;
    }

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .section-heading h2 {
        font-size: 30px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .section-heading h2 {
        font-size: 30px;
        margin-bottom: 15px;
    }
}

@media only screen and (max-width: 767px) {
    .section-heading h2 {
        font-size: 24px;
        margin-bottom: 15px;
    }
}

.section-heading .line {
    width: 70px;
    height: 4px;
    background-color: #ff91af;
}

.section-heading.text-center .line {
    margin: 0 auto;
}

.section-heading.white h2 {
    color: #ffffff;
}

#scrollUp {
    bottom: 10px;
    font-size: 22px;
    line-height: 42px;
    right: 20px;
    width: 40px;
    background-color: #70c8cb;
    color: #ffffff;
    text-align: center;
    height: 40px;
    -webkit-transition-duration: 300ms;
    transition-duration: 300ms;
    border-radius: 100%;
}

    #scrollUp:focus, #scrollUp:hover {
        background-color: #ff91af;
    }

.dento-btn {
    position: relative;
    z-index: 1;
    min-width: 170px;
    height: 46px;
    line-height: 42px;
    font-size: 14px;
    font-weight: 600;
    display: inline-block;
    padding: 0 20px;
    text-align: center;
    text-transform: uppercase;
    color: #ffffff !important;
    border-radius: 2px;
    background-color: #70c8cb;
    -webkit-transition: all 500ms;
    transition: all 500ms;
    border: 2px solid #70c8cb;
    border-radius: 10px;
}

@media only screen and (max-width: 767px) {
    .dento-btn {
        min-width: 120px;
        padding: 0 10px;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .dento-btn {
        min-width: 170px;
        padding: 0 20px;
    }
}

.dento-btn.active, .dento-btn:focus, .dento-btn:hover {
    -webkit-box-shadow: none;
    box-shadow: none;
    background-color: #ff91af;
    color: #ffffff !important;
    border: 2px solid #ff91af;
}

.dento-btn.btn-2:focus, .dento-btn.btn-2:hover {
    background-color: #ffffff;
    color: #ff91af;
}

.dento-btn.booking-btn {
    color: #ffffff !important;
    font-weight: 600;
    min-width: 140px;
    height: 40px;
    line-height: 36px;
    font-size: 12px;
}

    .dento-btn.booking-btn:focus, .dento-btn.booking-btn:hover {
        font-size: 12px;
        font-weight: 600;
        background-color: #ffffff;
        color: #ff91af !important;
    }

.blog-btn {
    position: relative;
    z-index: 1;
    line-height: 30px;
    font-size: 12px;
    font-weight: 600;
    display: inline-block;
    padding: 0 20px;
    text-align: center;
    text-transform: uppercase;
    color: #ffffff !important;
    border-radius: 2px;
    background-color: #70c8cb;
    -webkit-transition: all 500ms;
    transition: all 500ms;
    border: 2px solid #70c8cb;
    box-shadow: 0 10px 20px -11px rgba(0, 0, 0,.7);
}

    .blog-btn:after {
        content: '>';
        position: absolute;
        opacity: 0;
        top: 0px;
        right: -20px;
        transition: 0.5s;
    }

@media only screen and (max-width: 767px) {
    .blog-btn {
        min-width: 120px;
        padding: 0 10px;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .blog-btn {
        min-width: 170px;
        padding: 0 20px;
    }
}

.blog-btn.active, .blog-btn:focus, .blog-btn:hover {
    -webkit-box-shadow: none;
    box-shadow: none;
    background-color: #ff91af;
    color: #ffffff !important;
    border: 2px solid #ff91af;
}

.blog-btn.active, .blog-btn:hover:after {
    -webkit-box-shadow: none;
    box-shadow: none;
    color: #ffffff !important;
    opacity: 1;
  right: 6px;
}

.blog-btn.btn-2:focus, .blog-btn.btn-2:hover {
    background-color: #ffffff;
    color: #ff91af;
}

.dento-btn.booking-btn {
    color: #ffffff !important;
    font-weight: 600;
    min-width: 140px;
    height: 40px;
    line-height: 36px;
    font-size: 12px;
}

.blog-btn.booking-btn:focus, .blog-btn.booking-btn:hover {
    font-size: 12px;
    font-weight: 600;
    background-color: #ffffff;
    color: #ff91af !important;
}

/* Source mixin */
/* Usage */
.custom-container {
    width: 100%;
    padding-right: 80px;
    padding-left: 80px;
    margin-right: auto;
    margin-left: auto;
}

.header-area {
    position: relative;
    z-index: 599;
    width: 100%;
    -webkit-transition-duration: 500ms;
    transition-duration: 500ms;
}

    .header-area .main-header-area.sticky {
        top: 0;
        width: 100%;
        position: fixed;
        background-color: #ffffff;
        -webkit-box-shadow: 0 3px 50px rgba(0, 0, 0, 0.2);
        box-shadow: 0 3px 50px rgba(0, 0, 0, 0.2);
        border-bottom: none;
        left: 0;
        z-index: 600;
    }

.top-header-area {
    z-index: 1000;
    height: 40px;
    background-color: #FDDEE5;
}

    .top-header-area .top-header-content a {
        display: inline-block;
        font-size: 12px;
        color: #000000;
    }

        .top-header-area .top-header-content a i {
            color: #000000;
            margin-right: 5px;
        }

        .top-header-area .top-header-content a:last-child {
            margin-left: 30px;
        }

@media only screen and (max-width: 991px) {
    .top-header-area .top-header-content a:last-child {
        margin-left: 0px;
    }
}

@media only screen and (max-width: 767px) {
    .top-header-area .top-header-content a:last-child {
        margin-left: 15px;
    }
}

@media only screen and (max-width: 767px) {
    .top-header-area .top-header-content a span {
        display: none;
    }
}

.top-header-area .top-header-content svg {
    color: #ff91af;
}

.top-header-area .top-header-social-info {
    padding: 0 15px;
}

    .top-header-area .top-header-social-info a {
        color: #000000;
        display: inline-block;
        font-size: 12px;
        margin-left: 10px;
    }

        .top-header-area .top-header-social-info a:focus, .top-header-area .top-header-social-info a:hover {
            color: #ff91af;
        }

.classy-nav-container {
    background-color: transparent;
}

    .classy-nav-container .classy-navbar {
        height: 90px;
        padding: 0;
    }

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .classy-nav-container .classy-navbar {
        height: 80px;
    }
}

@media only screen and (max-width: 767px) {
    .classy-nav-container .classy-navbar {
        height: 70px;
    }
}

@media only screen and (max-width: 767px) {
    .classy-nav-container .classy-navbar .nav-brand {
        max-width: 80px;
    }
}

.classy-nav-container .classy-navbar .classynav ul li a {
    padding: 0 10px;
    font-weight: 600;
    font-size: 12px;
    text-transform: uppercase;
    display:inline-block;
}

.classy-nav-container .classy-navbar .classynav ul li div.wrap-nav {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    margin: auto;
}

@media (max-width: 768px) {
    .classy-nav-container .classy-navbar .classynav ul li div.wrap-nav {
        display: flex;
        flex-direction: initial;
        justify-content: center;
        align-items: center;
        text-align: center;
        margin: auto;
    }
}

.classy-nav-container .classy-navbar .classynav ul li a:focus, .classy-nav-container .classy-navbar .classynav ul li a:hover {
    color: #ff91af;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .classy-nav-container .classy-navbar .classynav ul li a {
        padding: 0 10px;
        font-size: 11px;
    }
}

.classy-nav-container .classy-navbar .classynav ul li.cn-dropdown-item ul li a {
    font-size: 12px;
    text-transform: capitalize;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .classy-nav-container .classy-navbar-toggler {
        -webkit-box-ordinal-group: 200;
        -ms-flex-order: 199;
        order: 199;
    }
}

@media only screen and (max-width: 767px) {
    .classy-nav-container .classy-navbar-toggler {
        -webkit-box-ordinal-group: 200;
        -ms-flex-order: 199;
        order: 199;
        margin-left: 15px;
    }
}

.classynav #nav {
    text-align: right;
}

@media only screen and (max-width: 991px) {
    .classynav #nav {
        text-align: left;
    }
}

.welcome-welcome-slide {
    position: relative;
    z-index: 2;
    width: 100%;
    height: 800px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .welcome-welcome-slide {
        height: 600px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .welcome-welcome-slide {
        height: 600px;
    }
}

@media only screen and (max-width: 767px) {
    .welcome-welcome-slide {
        height: 600px;
    }
}

.welcome-text {
    position: relative;
    z-index: 1;
}

    .welcome-text h2 {
        font-size: 55px;
        color: #ffffff;
        margin-bottom: 30px;
        display: block;
        text-transform: capitalize;
    }

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .welcome-text h2 {
        font-size: 42px;
        margin-bottom: 20px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .welcome-text h2 {
        font-size: 36px;
        margin-bottom: 20px;
    }
}

@media only screen and (max-width: 767px) {
    .welcome-text h2 {
        font-size: 24px;
    }
}

.welcome-text p {
    font-size: 20px;
    color: #ffffff;
    margin-bottom: 40px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .welcome-text p {
        font-size: 18px;
        margin-bottom: 30px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .welcome-text p {
        font-size: 16px;
        margin-bottom: 30px;
    }
}

@media only screen and (max-width: 767px) {
    .welcome-text p {
        font-size: 16px;
    }
}

.hero-slider {
    position: relative;
}

    .hero-slider .owl-theme .custom-nav {
        position: absolute;
        top: 40%;
        left: 0;
        right: 0;
    }

        .hero-slider .owl-theme .custom-nav .owl-prev {
            position: absolute;
            color: inherit;
            background: none;
            border: none;
            z-index: 100;
        }

        .hero-slider .owl-theme .custom-nav svg {
            font-size: 2.5rem;
            color: #cecece;
        }

        .hero-slider .owl-theme .custom-nav .owl-next {
            position: absolute;
            color: inherit;
            background: none;
            border: none;
            z-index: 100;
        }

@media only screen and (max-width: 425px) {
    .hero-slider .owl-theme .custom-nav {
        position: absolute;
        top: 30%;
        left: 0;
        right: 0;
    }

        .hero-slider .owl-theme .custom-nav svg {
            font-size: 1.5rem;
            color: #cecece;
        }
}

.hero-slider .owl-theme .custom-nav .owl-prev {
    left: 30px;
}


.hero-slider .owl-theme .custom-nav .owl-next {
    right: 30px;
}

.hero-slider .owl-theme .owl-nav [class*=owl-]:hover {
    background: none;
    color: transparent;
    text-decoration: none;
}

.testimonials-area {
    position: relative;
    z-index: 1;
    overflow: hidden;
}

    .testimonials-area .owl-next,
    .testimonials-area .owl-prev {
        -webkit-transition-duration: 500ms;
        transition-duration: 500ms;
        position: absolute;
        width: 40px;
        height: 40px;
        text-align: center;
        background-color: transparent;
        top: 50%;
        left: -100px;
        margin-top: -20px;
        color: #b7b7b7;
        font-size: 50px;
        line-height: 40px;
        opacity: 0;
        visibility: hidden;
    }

        .testimonials-area .owl-next:focus, .testimonials-area .owl-next:hover,
        .testimonials-area .owl-prev:focus,
        .testimonials-area .owl-prev:hover {
            color: #ffffff;
        }

    .testimonials-area .owl-next {
        left: auto;
        right: -100px;
    }

    .testimonials-area:focus .owl-prev, .testimonials-area:hover .owl-prev {
        left: 0;
        opacity: 1;
        visibility: visible;
    }

    .testimonials-area:focus .owl-next, .testimonials-area:hover .owl-next {
        left: auto;
        right: 0;
        opacity: 1;
        visibility: visible;
    }

.single-testimonial-slide {
    position: relative;
    z-index: 1;
}

@media only screen and (max-width: 767px) {
    .single-testimonial-slide {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
}

.single-testimonial-slide .testimonial-thumb {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 180px;
    flex: 0 0 180px;
    max-width: 180px;
    width: 180px;
    margin-right: 30px;
    border-radius: 50%;
}

    .single-testimonial-slide .testimonial-thumb img {
        border-radius: 50%;
    }

@media only screen and (max-width: 767px) {
    .single-testimonial-slide .testimonial-thumb {
        margin-bottom: 50px;
    }
}

.single-testimonial-slide .testimonial-content {
    position: relative;
    z-index: 1;
}

    .single-testimonial-slide .testimonial-content h5 {
        font-size: 18px;
        font-weight: 400;
        line-height: 1.8;
        font-style: italic;
        margin-bottom: 15px;
        color: #ffffff;
    }

    .single-testimonial-slide .testimonial-content h6 {
        font-weight: 500;
        color: #ffffff;
    }

    .single-testimonial-slide .testimonial-content p {
        margin-bottom: 0;
        color: #ffffff;
    }

.single-dentist-area {
    position: relative;
    z-index: 1;
    background-color: #f5f5f5;
    -webkit-transition-duration: 500ms;
    transition-duration: 500ms;
}

    .single-dentist-area .dentist-content {
        position: absolute;
        width: 100%;
        bottom: 0;
    }

        .single-dentist-area .dentist-content .dentist-social-info {
            text-align: center;
            margin-bottom: 30px;
            opacity: 0;
            visibility: hidden;
            -webkit-transition-duration: 500ms;
            transition-duration: 500ms;
        }

            .single-dentist-area .dentist-content .dentist-social-info a {
                display: inline-block;
                width: 40px;
                height: 40px;
                border-radius: 50%;
                background-color: #ffffff;
                -webkit-box-shadow: 0 3px 30px 0 rgba(0, 0, 0, 0.15);
                box-shadow: 0 3px 30px 0 rgba(0, 0, 0, 0.15);
                font-size: 14px;
                text-align: center;
                line-height: 40px;
                color: #ff91af;
                margin: 0 7px;
            }

                .single-dentist-area .dentist-content .dentist-social-info a:focus, .single-dentist-area .dentist-content .dentist-social-info a:hover {
                    background-color: #ff91af;
                    color: #ffffff;
                }

        .single-dentist-area .dentist-content .dentist-info {
            width: 100%;
            padding: 10px 15px;
            text-align: center;
        }

            .single-dentist-area .dentist-content .dentist-info h5 {
                color: #ffffff;
                font-size: 18px;
                margin-bottom: 0;
            }

            .single-dentist-area .dentist-content .dentist-info p {
                color: #ffffff;
                margin-bottom: 0;
            }

    .single-dentist-area:focus .dentist-content .dentist-social-info, .single-dentist-area:hover .dentist-content .dentist-social-info {
        opacity: 1;
        visibility: visible;
    }

.appointment-form {
    position: relative;
    z-index: 1;
}

    .appointment-form .form-control {
        width: 100%;
        height: 50px;
        background-color: rgba(0, 0, 0, 0.3);
        border-radius: 2px;
        border: none;
        color: #ffffff;
        font-size: 12px;
        padding: 0 30px;
        font-style: italic;
    }

        .appointment-form .form-control:focus {
            -webkit-box-shadow: none;
            box-shadow: none;
        }

    .appointment-form select {
        -webkit-appearance: none;
        appearance: none;
        -moz-appearance: none;
    }

        .appointment-form select option {
            width: 100%;
            height: 40px;
            background-color: #ffffff;
            color: #333333;
        }

    .appointment-form textarea.form-control {
        padding: 30px;
        height: 120px;
    }

.dento-pricing-table-area {
    position: relative;
    z-index: 1;
}

.dento-price-table {
    position: relative;
    z-index: 1;
}

    .dento-price-table table thead tr > td,
    .dento-price-table table thead tr > th {
        background-color: #ff91af;
        color: #ffffff;
    }

    .dento-price-table table tr > td,
    .dento-price-table table tr > th {
        padding: 15px 30px;
        border-radius: 3px;
        border: 4px solid #ffffff;
        background-color: #f5f5f5;
        font-weight: 600;
        color: #707070;
    }

@media only screen and (max-width: 767px) {
    .dento-price-table table tr > td,
    .dento-price-table table tr > th {
        padding: 10px 15px;
        font-size: 12px;
    }
}

.single-service {
    position: relative;
    z-index: 1;
}

    .single-service img {
        display: block;
        margin-bottom: 15px;
        max-height: 35px;
    }

    .single-service h6 {
        color: #ffffff;
        -webkit-transition-duration: 500ms;
        transition-duration: 500ms;
        margin-bottom: 0;
        font-weight: 400;
    }

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .single-service h6 {
        font-size: 13px;
    }
}

.single-service:focus h6, .single-service:hover h6 {
    color: #ff91af;
}

.single-service--area {
    position: relative;
    z-index: 1;
}

    .single-service--area .icon-- {
        position: relative;
        z-index: 1;
        -webkit-transition-duration: 500ms;
        transition-duration: 500ms;
        width: 76px;
        height: 76px;
        border-radius: 50%;
        display: block;
        margin: 0 auto 10px;
    }

        .single-service--area .icon-- img {
            position: absolute;
            max-height: 35px;
            z-index: 2;
            top: 50%;
            left: 50%;
            -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
        }

    .single-service--area h5 {
        margin-bottom: 15px;
        display: block;
    }

    .single-service--area p {
        font-weight: 500;
    }

    .single-service--area:focus .icon--, .single-service--area:hover .icon-- {
        -webkit-box-shadow: 0 2px 50px 0 rgba(0, 0, 0, 0.15);
        box-shadow: 0 2px 50px 0 rgba(0, 0, 0, 0.15);
    }

.dento-video-area {
    position: relative;
    z-index: 1;
}

    .dento-video-area img {
        width: 100%;
    }

    .dento-video-area .video-play-button {
        position: absolute;
        width: 60px;
        height: 60px;
        color: #ffffff;
        background-color: #ff91af;
        border-radius: 50%;
        top: 50%;
        left: 50%;
        margin-top: -30px;
        margin-left: -30px;
        text-align: center;
        line-height: 60px;
        font-size: 20px;
    }

        .dento-video-area .video-play-button:focus, .dento-video-area .video-play-button:hover {
            background-color: #000;
            color: #ffffff;
        }

.single-skills-area {
    position: relative;
    z-index: 1;
}

    .single-skills-area h6 {
        font-size: 18px;
        display: block;
        margin-bottom: 12px;
    }

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .single-skills-area h6 {
        font-size: 14px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .single-skills-area h6 {
        font-size: 14px;
    }
}

@media only screen and (max-width: 767px) {
    .single-skills-area h6 {
        font-size: 14px;
    }
}

.dento-border {
    position: relative;
    z-index: 1;
    width: 100%;
    height: 2px;
    background-color: #f5f5f5;
}

.dento-cta-area {
    position: relative;
    z-index: 1;
}

.single-cta {
    position: relative;
    z-index: 1;
}

    .single-cta i {
        font-size: 50px;
        color: #ff91af;
        margin-bottom: 15px;
        display: block;
    }

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .single-cta i {
        font-size: 40px;
    }
}

.single-cta h2 {
    font-size: 38px;
    display: block;
    margin-bottom: 10px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .single-cta h2 {
        font-size: 30px;
    }
}

@media only screen and (max-width: 767px) {
    .single-cta h2 {
        font-size: 30px;
    }
}

.single-cta h5 {
    margin-bottom: 0;
    font-size: 18px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .single-cta h5 {
        font-size: 16px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .single-cta h5 {
        font-size: 16px;
    }
}

@media only screen and (max-width: 767px) {
    .single-cta h5 {
        font-size: 16px;
    }
}

.barfiller {
    width: 100%;
    height: 10px;
    background-color: #f5f5f5;
    border: none;
    position: relative;
    z-index: 1;
}

    .barfiller .fill {
        display: block;
        position: relative;
        width: 0;
        height: 100%;
        background: #333;
        z-index: 1;
    }

    .barfiller .tipWrap {
        display: none;
    }

    .barfiller .tip {
        margin-top: -35px;
        padding: 0;
        font-size: 16px;
        color: #333333;
        font-weight: 600;
        left: 0;
        position: absolute;
        z-index: 2;
        background: transparent;
        right: 0;
        text-align: right;
    }

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .barfiller .tip {
        font-size: 14px;
        margin-top: -30px;
    }
}

.barfiller .tip::after {
    display: none;
}

.breadcumb-area {
    padding: 30px;
    position: relative;
    z-index: 1;
    background-color: #ff91af;
}

@media only screen and (max-width: 767px) {
    .breadcumb-area {
        padding: 25px;
    }
}

.breadcumb-area .title {
    font-size: 40px;
    margin-bottom: 0;
    color: #ffffff;
    text-transform: uppercase;
    text-align: center;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .breadcumb-area .title {
        font-size: 36px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .breadcumb-area .title {
        font-size: 30px;
    }
}

@media only screen and (max-width: 767px) {
    .breadcumb-area .title {
        font-size: 24px;
    }
}

.breadcumb-area .sub-title {
    margin-top: 15px;
    font-style: italic;
    font-size: 14px;
    margin-bottom: 0;
    color: #ffffff;
    text-align: center;
}

.breadcumb--con .breadcrumb {
    padding: 30px 0;
    margin-bottom: 0;
    list-style: none;
    background-color: transparent;
    border-radius: 0;
}

    .breadcumb--con .breadcrumb .breadcrumb-item,
    .breadcumb--con .breadcrumb .breadcrumb-item > a,
    .breadcumb--con .breadcrumb .breadcrumb-item.active {
        font-size: 14px;
        text-transform: capitalize;
        color: #333333;
        font-weight: 500;
    }

        .breadcumb--con .breadcrumb .breadcrumb-item:focus, .breadcumb--con .breadcrumb .breadcrumb-item:hover,
        .breadcumb--con .breadcrumb .breadcrumb-item > a:focus,
        .breadcumb--con .breadcrumb .breadcrumb-item > a:hover,
        .breadcumb--con .breadcrumb .breadcrumb-item.active:focus,
        .breadcumb--con .breadcrumb .breadcrumb-item.active:hover {
            color: #ff91af;
        }

        .breadcumb--con .breadcrumb .breadcrumb-item.active {
            color: #707070;
        }

            .breadcumb--con .breadcrumb .breadcrumb-item.active:focus, .breadcumb--con .breadcrumb .breadcrumb-item.active:hover {
                color: #707070;
            }

    .breadcumb--con .breadcrumb .page-item:first-child .page-link {
        margin-left: 0;
        border-top-left-radius: 0;
        border-bottom-left-radius: 0;
    }

    .breadcumb--con .breadcrumb .page-item:last-child .page-link {
        border-top-right-radius: 0;
        border-bottom-right-radius: 0;
    }

    .breadcumb--con .breadcrumb .breadcrumb-item + .breadcrumb-item::before {
        content: "\f105";
        font-family: 'FontAwesome';
    }

.small-breadcumb-area {
    position: relative;
    z-index: 1;
    background-color: #ff91af;
    padding: 15px 0;
}

@media only screen and (max-width: 767px) {
    .small-breadcumb-area {
        padding: 15px;
    }
}

.small-breadcumb-area .title {
    font-size: 36px;
    margin-bottom: 0;
    color: #ffffff;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .small-breadcumb-area .title {
        font-size: 30px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .small-breadcumb-area .title {
        font-size: 24px;
    }
}

@media only screen and (max-width: 767px) {
    .small-breadcumb-area .title {
        font-size: 24px;
    }
}

.small-breadcumb--con .breadcrumb {
    margin-bottom: 0;
    list-style: none;
    background-color: transparent;
    border-radius: 0;
    padding: 0px;
}

    .small-breadcumb--con .breadcrumb .breadcrumb-item,
    .small-breadcumb--con .breadcrumb .breadcrumb-item > a,
    .small-breadcumb--con .breadcrumb .breadcrumb-item.active {
        font-size: 14px;
        text-transform: capitalize;
        color: #ff91af;
        font-weight: 500;
    }

        .small-breadcumb--con .breadcrumb .breadcrumb-item:focus, .small-breadcumb--con .breadcrumb .breadcrumb-item:hover,
        .small-breadcumb--con .breadcrumb .breadcrumb-item > a:focus,
        .small-breadcumb--con .breadcrumb .breadcrumb-item > a:hover,
        .small-breadcumb--con .breadcrumb .breadcrumb-item.active:focus,
        .small-breadcumb--con .breadcrumb .breadcrumb-item.active:hover {
            color: #707070;
        }

        .small-breadcumb--con .breadcrumb .breadcrumb-item.active {
            color: #ffffff;
            cursor: pointer;
        }

            .small-breadcumb--con .breadcrumb .breadcrumb-item.active:focus, .small-breadcumb--con .breadcrumb .breadcrumb-item.active:hover {
                color: #707070;
            }

    .small-breadcumb--con .breadcrumb .page-item:first-child .page-link {
        margin-left: 0;
        border-top-left-radius: 0;
        border-bottom-left-radius: 0;
    }

    .small-breadcumb--con .breadcrumb .page-item:last-child .page-link {
        border-top-right-radius: 0;
        border-bottom-right-radius: 0;
    }

    .small-breadcumb--con .breadcrumb .breadcrumb-item + .breadcrumb-item::before {
        content: "\f105";
        font-family: 'FontAwesome';
        color: #ffffff;
    }

.single-blog-item {
    position: relative;
    z-index: 1;
    -webkit-box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.1);
    margin: 30px 15px !important;
}

    .single-blog-item .post-meta a {
        display: inline-block;
        color: #b7b7b7;
        margin-right: 15px;
    }

        .single-blog-item .post-meta a i {
            color: #ff91af;
        }

        .single-blog-item .post-meta a:last-child {
            margin-right: 0;
        }

        .single-blog-item .post-meta a:focus, .single-blog-item .post-meta a:hover {
            color: #ff91af;
        }

    .single-blog-item .blog-tag {
        position: absolute;
        top: 0;
        border-radius: 999px;
        padding: 0.6em 1.2em;
        z-index: 2;
        background: #818a91;
        color: #fff;
        margin: 20px;
        font-size: 12px;
        right: 0px;
    }

    .dento-blog-area .single-blog-item img {
        min-height: 230px;
        object-fit: cover;
    }

    .row.display-flex{
        display:flex;
        flex-wrap: wrap;
    }

    .row.display-flex > [class*='col-']{
        flex-grow: 1
    }

    .single-blog-item .blog-content {
        background-color: #ffffff;
        padding: 30px;
    }

        .single-blog-item .blog-content .post-title {
            font-size: 20px;
            font-weight: 700;
            display: block;
            margin-bottom: 10px;
        }

            .single-blog-item .blog-content .post-title:focus, .single-blog-item .blog-content .post-title:hover {
                color: #ff91af;
            }

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .single-blog-item .blog-content .post-title {
        font-size: 16px;
    }
}

.single-blog-item .blog-content p {
    font-weight: 500;
}

.single-blog-item .blog-content .post-meta a {
    display: inline-block;
    color: #b7b7b7;
    margin-right: 15px;
}

    .single-blog-item .blog-content .post-meta a i {
        color: #ff91af;
    }

    .single-blog-item .blog-content .post-meta a:last-child {
        margin-right: 0;
    }

    .single-blog-item .blog-content .post-meta a:focus, .single-blog-item .blog-content .post-meta a:hover {
        color: #ff91af;
    }

.single-blog-item.style-2 {
    -webkit-box-shadow: none;
    box-shadow: none;
}

    .single-blog-item.style-2 .blog-content,
    .single-blog-item.style-2 .blog-thumbnail {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
        width: 50%;
    }

@media only screen and (max-width: 767px) {
    .single-blog-item.style-2 .blog-content,
    .single-blog-item.style-2 .blog-thumbnail {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
        width: 100%;
    }
}

.dento-pagination {
    position: relative;
    z-index: 1;
}

    .dento-pagination .pagination .page-item .page-link {
        width: 38px;
        height: 40px;
        border-radius: 3px;
        padding: 0;
        line-height: 38px;
        text-align: center;
        background-color: transparent;
        color: #707070;
        font-size: 16px;
        margin-left: 0px;
    }

        .dento-pagination .pagination .page-item .page-link:focus, .dento-pagination .pagination .page-item .page-link:hover {
            background-color: #ff91af;
            border-color: #ff91af;
            color: #ffffff;
        }

    .dento-pagination .pagination .page-item.active .page-link {
        background-color: #ff91af;
        border-color: #ff91af;
        color: #ffffff;
    }

.comment_area {
    border-top: 1px solid #ebebeb;
    border-bottom: 1px solid #ebebeb;
    padding-top: 30px;
}

    .comment_area .title {
        margin-bottom: 50px;
    }

    .comment_area .comment-content {
        position: relative;
        z-index: 1;
        background-color: #f5f5f5;
        margin-bottom: 30px;
        padding: 30px;
    }

@media only screen and (max-width: 767px) {
    .comment_area .comment-content {
        margin-bottom: 20px;
        padding: 20px;
    }
}

.comment_area .comment-content .comment-author {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 70px;
    flex: 0 0 70px;
    width: 70px;
    max-width: 70px;
    margin-right: 20px;
    border-radius: 50%;
}

@media only screen and (max-width: 767px) {
    .comment_area .comment-content .comment-author {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 50px;
        flex: 0 0 50px;
        width: 50px;
        max-width: 50px;
        margin-right: 10px;
    }
}

.comment_area .comment-content .comment-author img {
    border-radius: 50%;
}

.comment_area .comment-content .comment-meta .post-author {
    margin-bottom: 10px;
    display: block;
    color: #333333;
    font-size: 18px;
    font-weight: 500;
}

@media only screen and (max-width: 767px) {
    .comment_area .comment-content .comment-meta .post-author {
        font-size: 14px;
    }
}

.comment_area .comment-content .comment-meta .post-author span {
    font-size: 12px;
    color: #707070;
}

@media only screen and (max-width: 767px) {
    .comment_area .comment-content .comment-meta .post-author span {
        font-size: 10px;
    }
}

.comment_area .comment-content .comment-meta .post-author:focus, .comment_area .comment-content .comment-meta .post-author:hover {
    color: #ff91af;
}

.comment_area .comment-content .comment-meta p {
    margin-bottom: 15px;
    font-size: 14px;
    line-height: 2;
    font-weight: 500;
}

@media only screen and (max-width: 767px) {
    .comment_area .comment-content .comment-meta p {
        font-size: 12px;
    }
}

.comment_area .comment-content .comment-meta .comment-reply {
    font-size: 14px;
    color: #333333;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: 700;
}

@media only screen and (max-width: 767px) {
    .comment_area .comment-content .comment-meta .comment-reply {
        font-size: 12px;
    }
}

.comment_area .comment-content .comment-meta .comment-reply:focus, .comment_area .comment-content .comment-meta .comment-reply:hover {
    color: #ff91af;
}

.comment_area .children {
    margin-left: 50px;
}

    .comment_area .children .single_comment_area:last-of-type {
        margin-bottom: 0;
    }

.single-widget-area {
    position: relative;
    z-index: 1;
    margin-bottom: 50px;
}

    .single-widget-area .widget-title {
        margin-bottom: 30px;
        font-size: 22px;
    }

.search-widget form {
    width: 100%;
    position: relative;
    z-index: 1;
}

    .search-widget form .form-control {
        width: 100%;
        height: 46px;
        font-size: 13px;
        padding: 0 20px;
    }

        .search-widget form .form-control:focus {
            -webkit-box-shadow: none;
            box-shadow: none;
            border-color: #ff91af;
        }

    .search-widget form button {
        position: absolute;
        width: auto;
        height: 46px;
        top: 0;
        border: none;
        background-color: transparent;
        right: 20px;
        line-height: 46px;
        cursor: pointer;
        font-size: 16px;
        color: #707070;
    }

.catagories-list {
    position: relative;
    z-index: 1;
}

    .catagories-list li {
        list-style: none;
        display: block;
        padding: 15px 0;
        font-size: 16px;
        color: #707070;
        font-weight: 500;
        border-bottom: 1px solid #ebebeb;
    }

    .catagories-list li > div:hover {
        cursor: pointer;
    }

@media only screen and (max-width: 767px) {
    .catagories-list li {
        font-size: 14px;
    }
}

.catagories-list li a:focus, .catagories-list li a:hover {
    color: #ff91af;
}

.catagories-list li:last-child {
    border-bottom: none;
}

.single-news-area {
    position: relative;
    z-index: 1;
    margin-bottom: 30px;
}

    .single-news-area:last-child {
        margin-bottom: 0;
    }

    .single-news-area .blog-thumbnail {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 90px;
        flex: 0 0 90px;
        max-width: 90px;
        width: 90px;
    }

    .single-news-area .blog-content {
        margin-left: 20px;
    }

        .single-news-area .blog-content .post-title {
            font-size: 14px;
            color: #333333;
            display: block;
            margin-bottom: 5px;
            font-weight: 600;
        }

            .single-news-area .blog-content .post-title:focus, .single-news-area .blog-content .post-title:hover {
                color: #ff91af;
            }

        .single-news-area .blog-content .post-date {
            color: #b7b7b7;
            display: block;
            margin-bottom: 0;
            font-size: 12px;
        }

.blog-details-area {
    position: relative;
    z-index: 1;
}

    .blog-details-area img {
        margin-bottom: 30px;
    }

    .blog-details-area h2 {
        font-size: 32px;
        display: block;
        margin-bottom: 15px;
    }

@media only screen and (max-width: 767px) {
    .blog-details-area h2 {
        font-size: 20px;
    }
}

.blog-details-area .post-meta {
    position: relative;
    z-index: 1;
    margin-bottom: 30px;
}

    .blog-details-area .post-meta a {
        display: inline-block;
        color: #b7b7b7;
        margin-right: 15px;
    }

        .blog-details-area .post-meta a i {
            color: #ff91af;
        }

        .blog-details-area .post-meta a:last-child {
            margin-right: 0;
        }

        .blog-details-area .post-meta a:focus, .blog-details-area .post-meta a:hover {
            color: #ff91af;
        }

.blog-details-area p {
    margin-bottom: 30px;
    font-weight: 500;
}

.dento-blockquote {
    position: relative;
    z-index: 1;
    margin-bottom: 30px;
}

    .dento-blockquote .icon {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 70px;
        flex: 0 0 70px;
        max-width: 70px;
        width: 70px;
    }

        .dento-blockquote .icon i {
            font-size: 48px;
            color: #b7b7b7;
        }

    .dento-blockquote .text h5 {
        font-size: 18px;
        font-style: italic;
        margin-bottom: 15px;
        color: #707070;
        line-height: 1.7;
        font-weight: 400;
    }

@media only screen and (max-width: 767px) {
    .dento-blockquote .text h5 {
        font-size: 16px;
    }
}

.dento-blockquote .text h6 {
    color: #333333;
    font-size: 18px;
}

    .dento-blockquote .text h6 span {
        font-size: 12px;
        color: #ff91af;
    }

@media only screen and (max-width: 767px) {
    .dento-blockquote .text h6 {
        font-size: 16px;
    }
}

.post-share-area a {
    display: inline-block;
    width: 120px;
    height: 46px;
    border-radius: 3px;
    background-color: #ff91af;
    line-height: 46px;
    color: #ffffff;
    margin-right: 10px;
    text-align: center;
}

    .post-share-area a i {
        margin-right: 5px;
    }

@media only screen and (max-width: 767px) {
    .post-share-area a {
        width: 68px;
        height: 36px;
        line-height: 36px;
        font-size: 11px;
        margin-right: 0;
    }
}

.post-share-area a:last-child {
    margin-right: 0;
}

.post-share-area a.facebook {
    background-color: #4b6cd0;
}

.post-share-area a.whatsapp {
    background-color: #43cc28;
}

.post-share-area a.tweet {
    background-color: #49a7f3;
}

.post-share-area a.google-plus {
    background-color: #d34836;
}

.post-share-area a.pinterest {
    background-color: #bd081c;
}

.post-share-area a.copy {
    background-color: #8e8e8e;
}

.search-widget-area form {
    position: relative;
    z-index: 1;
}

    .search-widget-area form input {
        width: 100%;
        height: 45px;
        border: 2px solid rgba(255, 255, 255, 0.2);
        background-color: transparent;
        padding: 0 15px;
        color: #ffffff;
        font-size: 12px;
        border-radius: 30px;
    }

    .search-widget-area form button {
        width: 60px;
        height: 45px;
        background-color: transparent;
        padding: 0 15px;
        color: #ffffff;
        font-size: 14px;
        border-radius: 30px;
        position: absolute;
        top: 0;
        right: 0;
        z-index: 100;
    }

.widget-title h5 {
    margin-bottom: 30px;
    font-size: 18px;
    text-transform: capitalize;
    border-bottom: 1px solid #ffffff;
    padding: 0 0 5px;
}

.dont-miss-post-content > a {
    font-size: 16px;
    color: #ffffff;
    display: block;
    margin-top: 15px;
}

.dont-miss-post-content > span {
    font-size: 12px;
    color: #ffffff;
    display: block;
    text-transform: uppercase;
}

.subscribe-form input {
    width: 100%;
    height: 45px;
    border-radius: 45px;
    border: none;
    padding: 0 20px;
    font-size: 12px;
    font-style: italic;
    color: #ffffff;
    margin-bottom: 15px;
    background-color: rgba(255, 255, 255, 0.1);
}

.subscribe-form button {
    width: 100%;
    height: 45px;
    border-radius: 45px;
    border: none;
    font-size: 12px;
    padding: 0;
    text-transform: uppercase;
    color: #ffffff;
    margin-bottom: 15px;
    background-color: rgba(255, 255, 255, 0.2);
    cursor: pointer;
}

.footer-area {
    position: relative;
    z-index: 1;
    background-color: #ff91af;
}

    .footer-area p {
        color: #333333
    }

    .footer-area a {
        color: #333333
    }

    .footer-area span {
        color: #333333
    }

    .footer-area div {
        color: #333333
    }

    .footer-area h5{
        color:#fff;
        font-size:18px;
    }

    .footer-area .description p {
        font-weight: bold;
        color: #fff;
        font-size:15px;
    }

    .footer-area .description a {
        font-weight: bold;
        color: #fff;
        font-size: 15px;
    }

    .footer-area .description a:hover {
        font-weight: bold;
        color: #70c8cb;
        font-size: 15px;
    }

    .footer-area .follow-us {
        font-weight: bold;
        color: #fff;
        font-size: 18px;
    }

.copyright-area {
    background-color: #ff91af;
    border-top: 2px solid rgba(255,255,255, .5);
}

    .copyright-area span {
        font-weight: bold;
        color: #fff;
        font-size:14px;
    }

    .copyright-area a{
        font-weight: bold;
        color: #fff;
        font-size: 14px;
    }

    .single-footer-widget {
        position: relative;
        z-index: 1;
        margin-bottom: 100px;
    }

    .single-footer-widget .widget-title {
        color: #000;
        margin-top: 5px;
        margin-bottom: 25px;
        display: block;
    }

    .single-footer-widget p {
        color: #000;
    }

    .single-footer-widget .footer-contact {
        position: relative;
        z-index: 1;
    }

        .single-footer-widget .footer-contact p {
            margin-bottom: 5px;
            font-size: 14px;
        }

            .single-footer-widget .footer-contact p i {
                display: inline-block;
                margin-right: 5px;
                color: #ff91af;
            }

            .single-footer-widget .footer-contact p:last-child {
                margin-bottom: 0;
            }

    .single-footer-widget .opening-hours {
        position: relative;
        z-index: 1;
    }

        .single-footer-widget .opening-hours li {
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-pack: justify;
            -ms-flex-pack: justify;
            justify-content: space-between;
            color: #000;
            margin-bottom: 17px;
            font-size: 14px;
        }

            .single-footer-widget .opening-hours li:last-child {
                margin-bottom: 0;
            }

    .single-footer-widget .quick-links {
        position: relative;
        z-index: 1;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

        .single-footer-widget .quick-links li {
            -webkit-box-flex: 0;
            -ms-flex: 0 0 50%;
            flex: 0 0 50%;
            max-width: 50%;
            width: 50%;
        }

            .single-footer-widget .quick-links li a {
                color: #000;
                margin-bottom: 17px;
                display: block;
            }

                .single-footer-widget .quick-links li a:focus, .single-footer-widget .quick-links li a:hover {
                    color: #ff91af;
                }

            .single-footer-widget .quick-links li:last-child a {
                margin-bottom: 0;
            }

    .single-footer-widget .footer-newsletter-form {
        position: relative;
        z-index: 1;
        margin-bottom: 30px;
        margin-top: 25px;
    }

        .single-footer-widget .footer-newsletter-form input {
            width: 100%;
            height: 40px;
            background-color: #ffffff;
            border-radius: 2px;
            border: none;
            font-size: 12px;
            padding: 0 15px;
        }

        .single-footer-widget .footer-newsletter-form button {
            width: auto;
            padding: 0 15px;
            background-color: #ff91af;
            color: #ffffff;
            border: none;
            border-radius: 0 2px 2px 0;
            line-height: 40px;
            height: 40px;
            cursor: pointer;
            position: absolute;
            top: 0;
            right: 0;
            z-index: 10;
            -webkit-transition-duration: 500ms;
            transition-duration: 500ms;
        }

            .single-footer-widget .footer-newsletter-form button:focus, .single-footer-widget .footer-newsletter-form button:hover {
                background-color: #70c8cb;
                color: #ffffff;
            }

    .single-footer-widget .footer-social-info a {
        display: inline-block;
        color: #000;
        margin-right: 20px;
    }

.copywrite-content {
    position: relative;
    z-index: 1;
    padding: 20px 0;
    text-align: center;
}

    .copywrite-content p {
        font-size: 12px;
        color: #000;
        margin-bottom: 0;
    }

        .copywrite-content p span {
            font-weight: 500;
            color: #000;
        }

        .copywrite-content p a {
            color: #000;
        }

.dento-contact-area {
    position: relative;
    z-index: 1;
}

    .dento-contact-area .google-maps {
        position: relative;
        z-index: 1;
        width: 100%;
        height: 470px;
    }

@media only screen and (max-width: 767px) {
    .dento-contact-area .google-maps {
        height: 280px;
    }
}

.dento-contact-area .google-maps iframe {
    width: 100%;
    height: 100%;
    border: none;
}

.contact-information {
    position: relative;
    z-index: 1;
    padding: 30px 50px;
    background-color: #FDDEE5;
    border-radius: 3px;
}

@media only screen and (max-width: 767px) {
    .contact-information {
        margin-bottom: 50px;
    }
}

.contact-information h5 {
    color: #000;
}

.contact-information p {
    color: #000;
}

.contact-form {
    position: relative;
    z-index: 1;
}

    .contact-form .form-control {
        width: 100%;
        height: 46px;
        padding: 0 15px;
        font-size: 13px;
        font-style: italic;
    }

        .contact-form .form-control:focus {
            -webkit-box-shadow: none;
            box-shadow: none;
            border-color: #ff91af;
        }

    .contact-form textarea.form-control {
        height: 110px;
        padding: 15px;
    }

.why-join-us {
    background-color: #FFFFFF;
}

.pregnancy-101 {
    background-color: #FEF6F8;
}

.pregnancy-tool {
    background-color: #FEF6F8;
}

    .pregnancy-tool h5 {
        color: #707070;
        margin-top: 15px;
    }

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .pregnancy-tool h5 {
        font-size: 20px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .pregnancy-tool h5 {
        font-size: 18px;
        margin-bottom: 15px;
    }
}

@media only screen and (max-width: 767px) {
    .pregnancy-tool h5 {
        font-size: 16px;
        margin-bottom: 15px;
    }
}

.pregnancy-tool h5:hover {
    color: #ff91af;
    cursor: default;
}

.pregnancy-tool img:hover + h5 {
    color: #ff91af;
}

.product-review p {
    font-size: 16px;
}

.product-review .flip-card {
    background-color: transparent;
    height: 300px;
    -webkit-perspective: 1000px;
    perspective: 1000px;
}

.product-review .flip-card-inner {
    position: relative;
    width: 100%;
    height: 100%;
    text-align: center;
    -webkit-transition: -webkit-transform 0.6s;
    transition: -webkit-transform 0.6s;
    transition: transform 0.6s;
    transition: transform 0.6s, -webkit-transform 0.6s;
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
    -webkit-box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
    border-radius: 16px;
}

.product-review .flip-card:hover .flip-card-inner {
    -webkit-transform: rotateX(180deg);
    transform: rotateX(180deg);
}

.product-review .flip-card-front,
.product-review .flip-card-back {
    position: absolute;
    width: 100%;
    height: 100%;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    border-radius: 16px;
}

.product-review .product-review-card:nth-child(odd) .flip-card-front {
    background-color: #ffc0cb;
    color: black;
}

    .product-review .product-review-card:nth-child(odd) .flip-card-front span {
        color: #ffffff;
        text-transform: uppercase;
        font-size: 18px;
        top: 20px;
        position: absolute;
    }

.product-review .product-review-card:nth-child(even) .flip-card-front {
    background-color: #70c8cb;
    color: black;
}

    .product-review .product-review-card:nth-child(even) .flip-card-front span {
        color: #ffffff;
        text-transform: uppercase;
        font-size: 18px;
        top: 20px;
        position: absolute;
    }

.product-review .product-review-card:nth-child(odd) .flip-card-back {
    background-color: #70c8cb;
    color: white;
    -webkit-transform: rotateX(180deg);
    transform: rotateX(180deg);
    padding: 20px;
    border-radius: 1rem;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

    .product-review .product-review-card:nth-child(odd) .flip-card-back p {
        color: #ffffff;
    }

    .product-review .product-review-card:nth-child(odd) .flip-card-back h4 {
        color: #ffffff;
    }

.product-review .product-review-card:nth-child(even) .flip-card-back {
    background-color: #70c8cb;
    color: white;
    -webkit-transform: rotateX(180deg);
    transform: rotateX(180deg);
    padding: 20px;
    border-radius: 1rem;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

    .product-review .product-review-card:nth-child(even) .flip-card-back p {
        color: #ffffff;
    }

    .product-review .product-review-card:nth-child(even) .flip-card-back h4 {
        color: #ffffff;
    }


@media only screen and (max-width: 1199px) {
    .product-review .product-review-card {
        margin-bottom: 30px;
    }
}

.product-review svg {
    font-size: 50px;
    margin: 15px;
}

.parenthood-event {
    background-color: #FDDEE5;
}

.login-form {
    background-position: center center;
    background-repeat: no-repeat;
    /*background-attachment: fixed;*/
    background-size: cover;
    /* Mark input boxes that gets an error on validation: */
    /* Hide all steps by default: */
    /* Make circles that indicate the steps of the form: */
    /* Mark the active step: */
    /* Mark the steps that are finished and valid: */
}

    .login-form .card {
        background-color: #FEF6F8;
    }

        .login-form .card h3 {
            color: #477e80;
            text-transform: uppercase;
            margin: 15px 0px;
        }

        .login-form .card h5 {
            color: #477e80;
        }

        .login-form .card p {
            color: #477e80;
        }

        .login-form .card button {
            background-color: #70c8cb;
            color: #ffffff;
        }

        .login-form .card a {
            color: #477e80;
            cursor: pointer;
        }

        .login-form .card ol > li {
            list-style: auto;
            list-style-position: inside;
            color: #477e80;
        }

        .login-form .card .form-check-label {
            color: #477e80;
            font-weight: normal;
        }

    .login-form input.invalid {
        background-color: #ffdddd;
    }

    .login-form .tab {
        display: none;
    }

    .login-form .step {
        height: 12px;
        width: 12px;
        margin: 0 2px;
        background-color: #70c8cb;
        border: none;
        border-radius: 50%;
        display: inline-block;
        opacity: 0.2;
    }

        .login-form .step.active {
            opacity: 1;
        }

        .login-form .step.finish {
            background-color: #04AA6D;
        }

    .login-form ::-webkit-input-placeholder {
        /* Chrome, Firefox, Opera, Safari 10.1+ */
        color: #d3d3d3;
        opacity: 1;
        /* Firefox */
    }

    .login-form :-ms-input-placeholder {
        /* Chrome, Firefox, Opera, Safari 10.1+ */
        color: #d3d3d3;
        opacity: 1;
        /* Firefox */
    }

    .login-form ::-ms-input-placeholder {
        /* Chrome, Firefox, Opera, Safari 10.1+ */
        color: #d3d3d3;
        opacity: 1;
        /* Firefox */
    }

    .login-form ::placeholder {
        /* Chrome, Firefox, Opera, Safari 10.1+ */
        color: #d3d3d3;
        opacity: 1;
        /* Firefox */
    }

    .login-form :-ms-input-placeholder {
        /* Internet Explorer 10-11 */
        color: #d3d3d3;
    }

    .login-form ::-ms-input-placeholder {
        /* Microsoft Edge */
        color: #d3d3d3;
    }

.dento-event-schedule .event-organizer {
    color: #989898;
}

.dento-event-schedule .event-date {
    top: 10px;
    left: 25px;
    background: #70c8cb;
    border-radius: 6px;
    line-height: 1.8;
    width: 50px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-weight: bold;
    color: white;
}

.dento-event-schedule .event-price {
    color: #989898;
    font-size: 14px;
}

.dento-event-schedule .event-location {
    color: #989898;
    font-size: 14px;
}

.dento-event-schedule .event-card {
    -webkit-box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
    -webkit-transition: 0.3s;
    transition: 0.3s;
    cursor: pointer;
    margin-bottom: 15px;
}

    .dento-event-schedule .event-card:hover h5 a {
        color: #70c8cb;
    }

    .dento-event-schedule .event-card:hover {
        -webkit-box-shadow: 0 8px 16px 0 rgba(112, 200, 203, 0.4);
        box-shadow: 0 8px 16px 0 rgba(112, 200, 203, 0.4);
    }

.dento-event-schedule .card-header button {
    color: #ff91af;
    font-weight: 600;
    font-size: 24px;
    background-color: transparent;
    display: inline-block;
    width: 100%;
    padding: 0.75rem 1.25rem;
}

.dento-event-schedule .schedule-info {
    max-width: 150px;
    text-align: center;
}

.dento-event-schedule button:focus {
    outline: 0 !important;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.dento-event-schedule .card-header {
    padding: 0;
    background-color: transparent;
}

.dento-event-schedule svg {
    font-size: 20px;
}

.dento-event-details .time label {
    font-size: 14px;
    font-weight: 500;
    padding-right: 30px;
    min-width: 110px;
}

.dento-event-details .time span {
    opacity: 0.7;
    word-break: break-word;
}

.dento-event-details .event-content {
    padding: 30px;
}

    .dento-event-details .event-content .event-social ul {
        list-style-type: none;
        display: inline-block;
        padding: 0 0 0 15px;
    }

        .dento-event-details .event-content .event-social ul li {
            display: inline-block;
        }

            .dento-event-details .event-content .event-social ul li a {
                padding: 0px 5px;
                opacity: 0.5;
                color: #000;
            }

                .dento-event-details .event-content .event-social ul li a:hover {
                    color: #ff91af;
                    opacity: 1;
                }

.dento-event-details .event-desc {
    border-bottom: 1px solid #e3e3e3;
    padding-bottom: 30px;
    margin-bottom: 30px;
}

.dento-event-details .event-calendar-sync span {
    display: -ms-grid;
    display: grid;
}

.dento-event-details .event-calendar-sync a {
    margin-bottom: 15px;
    font-size: 14px;
    font-weight: 500;
}

    .dento-event-details .event-calendar-sync a:hover {
        color: #ff91af;
    }

.dento-event-details .owl-prev span, .dento-event-details .owl-next span {
    color: #FFF;
}

    .dento-event-details .owl-prev span:hover,
    .dento-event-details .owl-next span:hover {
        color: #f5f5f5;
    }

.dento-event-details .owl-theme .owl-dots .owl-dot span {
    background: #ff91af;
}

.dento-event-details .owl-theme .owl-dots .owl-dot.active span,
.dento-event-details .owl-theme .owl-dots .owl-dot:hover span {
    background: #70c8cb;
}

.dento-event-details .owl-prev, .dento-event-details .owl-next {
    position: absolute;
    top: 30%;
}

    .dento-event-details .owl-prev:hover, .dento-event-details .owl-next:hover {
        background-color: #000;
    }

.dento-event-details .owl-prev {
    left: 7px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    background: #fff;
}

.dento-event-details .owl-next {
    right: 7px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    background: #fff;
}

    .dento-event-details .owl-prev svg,
    .dento-event-details .owl-next svg {
        margin: auto;
    }

.dento-event-details .owl-theme .owl-nav [class*=owl-] {
    position: absolute;
    top: 30%;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    background-color: rgba(0, 0, 0, 0.5);
}

.dento-event-details .owl-nav div {
    position: absolute;
    top: 30%;
    width: 40px;
    height: 40px;
    border-radius: 50%;
}

.dento-event-details .owl-theme .owl-nav .disabled {
    cursor: pointer;
}

.dento-event-details .owl-theme .owl-nav [class*=owl-]:hover {
    background: #000;
    color: #FFF;
    text-decoration: none;
}

.social-qr{
    width:80%;
}

@media only screen and (max-width: 576px) {
    .social-qr {
        width: 80%;
    }
}
    /*# sourceMappingURL=style.css.map */
