.sourcesans3 {
    font-family: "Source Sans 3", sans-serif;
}

.crimsontext {
    font-family: "Crimson Text", serif;
}

.notosans {
    font-family: "Noto Sans", sans-serif;
}

.logo img {
    width: 173px;
}

/* Button */
.theme-btn-sm {
    padding: 16px 31px;
    font-size: 13px;
    font-weight: 600;
    border: none;
}

.theme-btn-sm:hover {
    padding: 16px 31px;
    font-weight: 600;
    border: none;
}

.mobile-menu .meanmenu-reveal {
    background-color: #d9b64b;
}

/* Slider */
.main-slider {
    position: relative;
    /* padding-top: 200px; */
}

.main-slider .slick-next {
    right: 18px;
}

.main-slider .slick-prev {
    left: 18px;
}

.slick-arrow {
    cursor: pointer;
    z-index: 9;
}

.appointment-slider-area {
    bottom: 10px;
    position: absolute;
    right: 0;
    left: 0;
}

/* Slider form */

.headerform {
    background: #ffffffd6;
    padding: 22px;
    border-radius: 10px;
}

.headerform h2 {
    font-size: 1.3em;
    margin-bottom: 15px;
}

.headerform input,
.headerform select {
    height: 45px;
    padding-left: 17px;
    font-size: 14px;
    width: 100%;
    border-radius: 0;
    padding-right: 17px;
    margin-bottom: 10px;
}

.headerform textarea {
    padding-left: 17px;
    font-size: 14px;
    border-radius: 0;
    padding-right: 17px;
}

.headerform .btn {
    padding: 12px 25px;
    border-radius: 2px;
    border: 0;
}


.headerform {
    position: absolute;
    top: 15%;
    right: 3%;
}

.headerform label {
    font-size: 13px;
    font-weight: 500;
}

/* Form */

.error {
    color: #ffffff;
    font-weight: 600;
    font-size: 14px;
    background: #f44336;
    margin-top: 10px;
    border-radius: 10px;
    display: block;
}

.success {
    color: #ffffff;
    font-weight: 600;
    font-size: 15px;
    background: #4caf50;
    margin-top: 10px;
    border-radius: 10px;
    display: block;
}

.form-message {
    text-align: center;
}


@media (max-width: 1399.98px) {
    .headerform {
        top: 10%;
    }
}

@media (max-width: 1199.98px) {
    .headerform {
        top: 5%;
    }
}

@media (max-width: 991.98px) {
    .headerform {
        top: .5%;
    }
}

@media (max-width: 767.98px) {
    .headerform {
        z-index: 0;
        position: initial;
        background: #ffffff;
        /* margin: -10px; */
        border-radius: 0;
        border: 1px solid #cccccc;
    }

    .appointment-slider-area {
        bottom: auto;
        top: 44%;
    }
}

/* Testimonials */
.testimonials-container {
    margin-bottom: 4em;
    border: 1px solid #371a12;
    padding: 2.2em 1em;
}

.testimonials-container h2 {
    margin-bottom: 1em;
}

.testimonial-item p {
    font-size: 17px;
    margin-bottom: 2em;
}

.testimonial-item h4 {
    font-weight: 800;
    color: #323232;
}

/*  Header */
.mean-container .mean-nav ul li a.mean-expand:hover {
    background: #00000047;
}

.mean-container a.meanmenu-reveal {
    top: -15px;
}

.mean-container .mean-nav {
    margin-top: 0;
}

.mean-container .mean-nav {
    background-color: #b58612;
}

.new-btn {
    color: #371a12;
    background: #e5c361;
}

.new-btn:hover {
    color: #e8d2b8;
    background: #632a0d;
}

/* About Us page */
.quote-section {
    padding-bottom: 3em;
    padding-top: 3em;
}

.quote-section p {
    font-size: 23px;
    text-align: center;
    font-weight: 100;
    font-family: "Domine", serif;
    color: #555555;
}

/* Services */
.services-page .feature-item h3 {
    font-size: 19px;
}

.services-page .feature-item {
    border: 1px solid #ecb532;
    padding-bottom: 20px;
}

/* Home */
.home-about-area p {
    text-align: center;
    color: #333333;
    font-size: 38px;
    line-height: 1.2;
}

.home-about-area p a {
    color: #080808;
    text-decoration: underline;
    /* pointer-events: none; */
}

.learn-more {
    margin-top: 2em;
    margin-bottom: 2em;
    text-align: center;
}

.learn-more a {
    color: black;
    font-style: italic;
    font-size: 23px;
    font-weight: 700;
    text-decoration: underline;
}

.learn-more i {
    margin-left: 13px;
    position: relative;
    top: 3px;
}

/* Treatment */
.features-area h2,
.features-area h1,
.features2-content h1,
.popular-container h1,
.testimonials-container h1 {
    font-size: 3em;
    font-weight: 300;
}

.treatment-image-container {
    position: relative;
    width: 100%;
    /* max-width: 600px;  */
    overflow: hidden;
    text-align: center;
}

.treatment-image-container a {
    display: block;
    text-decoration: none;
    color: inherit;
    position: relative;
}

.treatment-image-container img {
    width: 100%;
    height: auto;
    display: block;
}

.treatment-image-container h4 {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    margin: 0;
    color: white;
    z-index: 2;
    transition: transform 0.3s ease, opacity 0.3s ease;
    font-weight: 400;
    text-shadow: 0px 0px 7px #000000;
}

.treatment-image-container .overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    opacity: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: opacity 0.3s ease;
    padding: 10px;
}

.treatment-image-container:hover .overlay {
    opacity: 1;
}

.treatment-image-container .overlay p {
    margin: 0;
    color: white;
    text-align: center;
    z-index: 3;
    transform: translateY(-30px);
    opacity: 0;
    visibility: hidden;
    transition: transform 0.3s ease, opacity 0.3s ease, visibility 0.3s;
}

.treatment-image-container:hover h4 {
    opacity: 0;
    transform: translate(-50%, -100%);
    /* Move up */
}

.treatment-image-container:hover .overlay p {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
    /* Slide down */
}

/*  Popular Procedures */
.popular-container {
    padding-top: 3em;
    padding-bottom: 3em;
}

.popular-container h2 {
    font-weight: 400;
}

.popular-container h4 {
    font-weight: 500;
    text-decoration: underline;
}

.popular-container .popular .item {
    margin-right: 10px;
    margin-left: 10px;
}

/* Why choose us */
.why-choose-us ul {
    padding-left: 10px;
}

.why-choose-us ul li {
    list-style: square;
    font-size: 16px;
    margin-bottom: 10px;
    font-weight: 400;
    color: #3a3a3a;
}

.footer-widget h4 {
    font-weight: 300;
    color: #080808;
}

/* Appointment Modal */
.appointment-modal .modal-content h4 {
    font-weight: 400;
}

.appointment-modal .modal-content {
    border-radius: 0;
    border: none;
}

.appointment-form-container input,
.appointment-form-container textarea {
    border-radius: 0;
    padding: 9px;
}

.appointment-form-container label {
    font-size: 13px;
    color: #aeaeae;
}

.appointment-form-container .form-group {
    margin-bottom: 4px;
}

.appointment-modal .btn-close {
    position: absolute;
    right: 4px;
    top: 3px;
}

/* Contact */
.form-clt label {
    margin-bottom: 0px;
    font-weight: 600;
}

.form-clt .form-control {
    border-radius: 0;
    border: none;
    border-bottom: 1px solid #1d1d1d;
    margin-bottom: 26px;
    padding-left: 0;
    font-size: 15px;
}

.form-clt .form-control:focus {
    box-shadow: none;
}

/* Procedure Detail page */

.services-list-card h4 {
    border: 1px solid #c56e12;
    font-family: "Source Sans 3", sans-serif;
    font-weight: 800;
    font-size: 26px;
    color: #371a12;
    text-align: center;
    line-height: normal;
    padding: 9px;
    border-radius: 13px;
    margin-top: .8em;
}

.services-list-card .services-list-card-inner {
    padding: 11px 9px;
    background: #fffbe1;
    margin-bottom: 10px;
    border-radius: 6px;
    border: 1px solid #e7c7a5;
}

.services-list-card-inner h5 {
    font-family: "Source Sans 3", sans-serif;
    font-size: 18px;
    color: #000000;
    font-weight: 600;
}

.services-list-card-inner img {
    border: 1px solid #ddd;
    border-radius: 10px;
}

.services-list-card-inner p {
    font-size: 14px;
    line-height: 22px;
    color: #464646;
    margin-bottom: 11px;
}

.services-list-card-inner a {
    font-size: 15px;
    color: #371a12;
    font-weight: 500;
    border-bottom: 1px solid #c56e12;
    font-style: italic;
}

p.small-desc {
    color: #371a12;
    font-size: 15px;
    font-weight: 600;
}

.testimonial-container {
    overflow-y: scroll;
    padding: 0px 10px;
}

.testimonial-container .testimonial-item {
    background: #f4f4f4;
    padding: 7px 13px;
    border-radius: 5px;
    margin-bottom: 8px;
}

.testimonial-container .testimonial-item p {
    color: #292929;
    font-size: 13px;
    line-height: 1.6;
    font-weight: 400;
    margin-bottom: 6px;
}

.testimonial-container .testimonial-item h6 {
    font-family: "Source Sans 3", sans-serif;
    font-weight: 500;
    font-size: 13px;
    color: #000000;
}

.testimonial-container .testimonial-stars i {
    color: gold;
    font-size: 10px;
}

.testimonial-container::-webkit-scrollbar {
    width: 8px;
}

.testimonial-container::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px #cc9e1454;
    border-radius: 10px;
}

.testimonial-container::-webkit-scrollbar-thumb {
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 6px #e5c461a4;
    background-color: #e5c46146;
}

.testimonial-request h6 {
    background: #f8eed4;
    padding: 10px;
    border-radius: 5px;
    font-family: "Source Sans 3", sans-serif;
    font-weight: 400;
    font-size: 15px;
    color: #371a12;
}

@media (max-width: 1399.98px) {}

@media (max-width: 1199.98px) {}

@media (max-width: 991.98px) {
    .home-about-area p {
        font-size: 28px;
    }

    .features-area h2,
    .features-area h1 {
        font-size: 2.7em;
    }

    .features2-content h2,
    .features2-content h1 {
        font-size: 2.7em;
    }

    .popular-container h2,
    .popular-container h1 {
        font-size: 2.7em;
    }

    .testimonials-container h2,
    .testimonials-container h1 {
        font-size: 2.7em;
    }
}

@media (max-width: 767.98px) {
    .home-about-area p {
        font-size: 22px;
    }

    .features-area h2,
    .features-area h1 {
        font-size: 2.2em;
    }

    .features2-content h2,
    .features2-content h1 {
        font-size: 2.2em;
    }

    .popular-container h2,
    .popular-container h1 {
        font-size: 2.2em;
    }

    .testimonials-container h2,
    .testimonials-container h1 {
        font-size: 2.2em;
    }
}

/* Our Team */

.profile {
    margin-bottom: 40px;
    border-bottom: 1px solid #e0e0e0;
    padding-bottom: 20px;
}

.profile img {
    max-width: 100%;
    border-radius: 10px;
}

.profile h2 {
    color: #000000;
    font-size: 2.5rem;
}

.profile h4 {
    color: #d8ab27;
    font-size: 1rem;
    margin-bottom: 15px;
}

.profile p {
    color: #666;
}

.profile ul {
    padding-left: 20px;
}

.profile ul li {
    margin-bottom: 5px;
}

@media (max-width: 767.98px) {
    .profile h2 {
        margin-top: 10px;
        font-size: 2rem;
    }

    .profile h4 {
        font-size: .95rem;
    }
}