@import url('https://fonts.googleapis.com/css2?family=Raleway&display=swap');

:root {
    --theme-color: #55552b;
   --theme-bg-color: #f1f1f1;
}

.section-heading span {
    font-size: 1.8rem;
    font-weight: 650;

}

.result-head {
    font-size: 1.3rem;
    font-weight: 600;
}

.left-table {
    position: relative;
}

.result-table1 {}

.table-main-box {
    padding: 5px;
}

.result-deco-line {
    border: 1px solid black;
}

.result-slider-img1 {
    position: relative;
}

.btn-before {
    position: absolute;
    top: 5px;
    left: 10px;
}

.btn-after {
    position: absolute;
    top: 5px;
    right: 10px;
  
}

.result-slider-img1 img {
    height: 300px;
    margin-bottom: 25px;
    width: 100%;
    background-size: cover;
    background-position: center;
    object-fit: cover;
}

.result-slider-img1 span {
    padding: 5px 15px;
    background-color: var(--theme-color);
    color: white;
    border-radius: 20px;
    font-size: 15px;
}

.owl-theme .owl-nav.disabled+.owl-dots {
    margin-top: 10px;
    position: absolute;
    right: 10px;
    bottom: 25px;
}

.result-name-line {
    text-align: center;
    margin-top: -4px;
}

.result-name-line hr {
    margin-left: 10px;
    width: 90%;
    border-top: 2px solid black;
}

.result-name span {
    /* border: 2px solid cyan; */
    font-size: 1rem;
    font-weight: 500;
}

/* Result Section Css Ends  */

.hairVideo-heading {
    font-size: 2.2rem;
    font-weight: 500;
}

.hair-video-para p {
    width: 75%;
    text-align: center;
}

.main-video-box img {
    width: 100%;
}

.hairVideo-btn {
    padding: 15px 50px;
    border-radius: 5px;
    font-weight: 600;
    color: white;
    background-color: var(--theme-color);
    ;
    border: none;
    font-size: 1rem;
    transition: .3s;
}

.hairVideo-btn:hover {
    border: 1px solid var(--theme-color);
    background-color: white;
    color: var(--theme-color);
    transform: scale(1.0);
}

/* Hair Video Section Css Ends  */


.treating {
    background: #f7f7f7;
}

.treating-main-para {
    width: 50%;
    text-align: justify;
}

.treating-heading {
    font-size: 2.2rem;
    font-weight: 650;

    line-height: normal;
}

.treating-img-text-box {
    border-bottom: 2px solid var(--theme-color);
}

.treating-sub-box {
    padding: 15px;
}

.treating-img {
    padding: 0px 30px;
    margin: 0px 30px;
}

.treating-img img {
    height: 100%;
    width: 100%;
    margin: 0 auto;
    align-items: baseline;
}

.treating-text {
    /* word-spacing: 4px; */
    letter-spacing: 1px;
    margin: 25px 0px;
    font-size: 1.3rem;
    text-align: center;
    line-height: normal;
}

.treating-text span {
    font-weight: 640;
}

/* Treating or Client Services Css Ends  */

.team-banner-heading {
    font-size: 2.2rem;
    font-weight: 600;
    line-height: normal;
}

.team-banner-para {
    width: 70%;
}

.team-banner-img img {
    width: 100%;
    /* height: 100vh; */
}

/* Team Banner Css Ends  */

.star-ryanC-heading h2, h3{
    font-size: 39px;
    font-weight: 600;
    line-height: normal;
}

.star-ryanC-main-para {
    width: 65%;
}

.star-ryanC-itemBox img {
    /* height: 270px; */
}

.video-icon-name-box {
    margin-top: 15px;
}

.star-ryanC-video-icon {
    border-right: 1px solid var(--theme-color);
    /* width: 30px; */
}

.star-ryanC-video-icon i {
    font-size: 2rem;
    color: var(--theme-color);
    background-color: white;
    /* padding: 30px; */
}

.star-ryanC-video-name {
    position: absolute;
    top: 50%;
    left: 30%;
    transform: translate(-50%, -50%);
    /* text-align: left; */
}

/* Star Ryan Clinic Css Ends  */

.about-page-media {
    background-color: #f1f1f1;
}

.about-page-heading {
    color: rgb(168, 168, 168);
}

.about-page-media-text p {
    text-align: justify;
    line-height: 32px;
    /* font-family: 'Poppins', sans-serif; */
    margin: 15px 0px;
    font-size: 1.1rem;
    color: rgb(143, 143, 143);
    /* font-weight: 150; */
}

.clinic-btn {
    padding: 15px 40px;
    background-color: var(--theme-color);
    color: #fff;
    font-weight: 700;
    border: none;
    transition: .3s;
    border-radius: 5px;
}

.clinic-btn:hover {
    border: 1px solid var(--theme-color);
    background-color: #fff;
    color: var(--theme-color);
    /* transform: scale(1.03); */
}

.about-page-media-images {
    position: relative;
    justify-content: center;
    /* height: 100vh; */
}

.about-page-slider img {
    max-width: 95%;
    border-radius: 0px;
}

/* Clinic Css Ends  */

        /* FAQ Css Starts From Here  */

        .faq-heading span {
            font-size: 2.2rem;
            font-weight: 600;
            margin: 15px 0px;
            line-height: normal;
        }

        .faq-heading p {
            margin: 15px 0px;
            font-size: .9rem;
            font-weight: 600;
            line-height: normal;
        }

        .faq span {
            font-size: 2.5rem;
        }

        .faq-question {
            border-radius: 10px;
            font-size: 1.5rem;
            /* background-color: #1d1a4c; */
            color: rgb(0, 0, 0);
        }

        .faq-question span {
            position: relative;
            float: right;
            font-size: 1.5rem;
        }

        .faq-question span i {
            position: absolute;
            top: 50%;
            left: 50%;
            transform: translate(-50% -50%);
            margin-left: -20px;
            margin-top: -8px;

            font-size: 1.5rem;
        }


        .faq-answer {
            max-height: 0;
            overflow: hidden;
            transition: 1s;
            background: rgb(222, 222, 222);
            margin: 10px;

        }

        .faq-main-box.active .faq-answer {
            max-height: 300px;
            padding: 10px;
        }

        .faq-main-box.active .faq-question i {
            transform: rotate(180deg);
            transition: .2s;
        }

        /* FAQ Css Ends Here  */



        /* ================  Home Page Css Ends Here ================ */

        @media(max-width:950px){
            .about-page-slider img{width: 100% !important;}
        }