/**
 * @file
 * Subtheme specific CSS.
 */

.oc-container {
    width: 100%;
    padding: 0 60px;
}

/* .oc-header {
    background-color: transparent;
    border-bottom: 1px solid #388277;
    text-transform: uppercase;
}

.oc-header-in{
    background-color: #01796f;
}

.oc-header .logo img, .oc-header-in .logo img {
    filter: brightness(0) invert(1);
}

.header-sticky .logo img{
    filter: none;
}

.oc-button-wrapper .btn-default a{
    border: 2px solid #ddd;
    border-radius: 3px;
    padding: 10px 20px;
} */

.footer {
    background-image: url(/assets/images/footer-bg.png);
    background-size: cover;
    background-repeat: no-repeat;
}

.site-footer {
    background: #fff;
    padding: 0;
    font-family: "Mulish", sans-serif !important;
}

.view-content .row {
    height: auto !important;
}

.banner-area {
    margin-top: -94px;
    z-index: -9999;
    width: 100vw;
    height: 100vh;
    background: url('https://shakambarriskinhairclinic.com/assets/img/banner/Header-home_3.png');
    background-size: cover;
    background-position: center;
    background-color: #D3F8E6;
    min-height: 900px;
}

/** banner-section **/

.banner-section {
    position: relative;
    overflow: hidden;
    padding: 65px 0px 70px 0px;
}

.select-box li {
    position: relative;
    display: inline-block;
    float: left;
    margin-right: 24px;
}

.select-box li:last-child {
    margin: 0px !important;
}

.select-box .single-checkbox {
    position: relative;
    display: block;
}

.select-box label {
    position: relative;
    display: block;
    padding-left: 20px;
    margin-right: 0px;
    margin-bottom: 0;
    color: #061a3a;
    font-size: 17px;
    line-height: 30px;
    font-weight: 500;
    cursor: pointer;
}

.select-box input[type="radio"] {
    display: none;
}

.select-box input[type="radio"]+label span {
    position: absolute;
    top: 10px;
    left: 0;
    width: 10px;
    height: 10px;
    vertical-align: middle;
    background-color: transparent;
    border: 2px solid #061a3a;
    border-radius: 50%;
    cursor: pointer;
    transition: all 300ms ease;
}

.select-box label span:before {
    position: absolute;
    content: '';
    width: 10px;
    height: 10px;
    left: -2px;
    top: -2px;
    border-radius: 50%;
    opacity: 0;
    transform: scale(0, 0);
    transition: all 500ms ease;
}

.select-box input[type="radio"]:checked+label span:before {
    opacity: 1;
    transform: scale(1, 1);
}

.select-box input[type="radio"]:checked+label span {}

.banner-section .content-box h1 {
    display: block;
    font-size: 75px;
    line-height: 80px;
    margin-bottom: 31px;
    font-weight: 900;
}

.banner-section .content-box p {
    font-size: 20px;
    line-height: 28px;
    color: #061a3a;
    margin-bottom: 43px;
}

.banner-section .content-box form .form-group {
    position: relative;
    margin-bottom: 21px;
    margin-right: 100px;
}

.banner-section .content-box form .form-group input[type='text'] {
    position: relative;
    width: 100%;
    height: 70px;
    background: #fff;
    border-radius: 40px;
    padding: 10px 90px 10px 30px;
    font-size: 16px;
    color: #848484;
    border: 1px solid #fff;
    box-shadow: 0 10px 30px rgb(57 202 187 / 15%);
    transition: all 500ms ease;
}

.banner-section .content-box form .form-group input:focus {
    border-color: #061a3a;
}

.banner-section .content-box form .form-group button {
    position: absolute;
    top: 5px;
    right: 5px;
    width: 60px;
    height: 60px;
    line-height: 60px;
    text-align: center;
    border-radius: 50%;
    font-size: 18px;
    color: #fff;
    cursor: pointer;
    transition: all 500ms ease;
}

.banner-section .content-box form .form-group input:focus+button,
.banner-section .content-box form .form-group button:hover {
    background: #061a3a;
}

.banner-section .image-box {
    position: relative;
    display: block;
    margin-left: -40px;
}

.banner-section .image-box .image img {
    max-width: none;
    float: left;
}

.banner-section .pattern-layer {
    position: absolute;
    top: 0px;
    right: 0px;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-repeat: no-repeat;
}

.owl-nav-none .owl-nav,
.owl-dots-none .owl-dots {
    display: none !important;
}


.auto-container {
    position: static;
    max-width: 1200px;
    padding: 0px 15px;
    margin: 0 auto;
}

.accordion-button:not(.collapsed) {
    background-color: #fff;
}

/* Edites from OCMONO */

.whatsapp-icon {
    position: fixed;
    bottom: 20px;
    right: 20px;
    z-index: 999999;
}

.whatsapp-icon img {
    height: 60px;
}

.book-appointment-icon {
    position: fixed;
    bottom: 20px;
    left: 20px;
    z-index: 999999;
}

.book-appointment-icon img {
    width: 160px;
}

.services-details-item-body .tpfaq-3-accordion .accordion-button {
    padding: 25px 0 25px 0;
    padding-right: 50px;
    font-size: 20px;
}

.services-details-item-body .tpfaq-3-accordion .accordion-button::after {
    width: 28px;
    height: 28px;
    line-height: 28px;
}

.faq-tagline p {
    font-size: 16px;
    line-height: 3.5;
    color: #808080;
}

span.technologies {
    color: #39cabb;
    font-weight: bolder;
}

.faq-tagline h2 {
    padding-top: 20px;
}

.tpsection-headline {
    font-size: 28px;
    font-weight: bolder;
    line-height: 30px;
}

.services-3 {
    min-height: 265px;
}

.services-3-points {
    font-size: 24px;
}


/*** Section Title ***/
.section-title {
    position: relative;
    display: inline-block;
    text-transform: uppercase;
}

.section-title::before {
    position: absolute;
    content: "";
    width: calc(100% + 80px);
    height: 2px;
    top: 4px;
    left: -40px;
    background: var(--primary);
    z-index: -1;
}

.section-title::after {
    position: absolute;
    content: "";
    width: calc(100% + 120px);
    height: 2px;
    bottom: 4px;
    left: -60px;
    background: var(--primary);
    z-index: -1;
}

.section-title.text-start::before {
    width: calc(100% + 40px);
    left: 0;
}

.section-title.text-start::after {
    width: calc(100% + 60px);
    left: 0;
}



/*** Img Border ***/
.img-border {
    position: relative;
    height: 100%;
    min-height: 400px;
}

.img-border::before {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    right: 3rem;
    bottom: 3rem;
    border: 5px solid var(--primary);
    border-radius: 6px;
}

.img-border img {
    position: absolute;
    top: 3rem;
    left: 3rem;
    width: calc(100% - 3rem);
    height: calc(100% - 3rem);
    object-fit: cover;
    border-radius: 6px;
}


/*** Facts ***/
.fact-item {
    transition: .5s;
}

/* 
.fact-item:hover {
    margin-top: -10px;
    background: #EBF7F6 !important;
    box-shadow: 0 0 45px rgba(0, 0, 0, .07);
} */

/* laser-hair-tagline */

.laser-hair-tagline p {
    padding-bottom: 60px;
}

.faq-tagline img {
    width: 100%;
    max-width: 520px;
    margin-left: auto;
    margin-right: auto;
}

.fact-item {
    margin-bottom: 20px;
    border: 1px solid rgba(72, 30, 11, 0.1);
    padding: 8px;
    display: inline-block;
    flex: 0 0 auto;
    margin-right: 20px;
}


/* about-page  */
.about-info {
    /* background-color: #f2f2f2; */
    padding: 20px 20px;
}

.about-info p {
    font-size: 18px;
    /* background-color: #f2f2f2; */
}

.tpsection-sub-title {
    padding-bottom: 20px;
}

/* services inner page */

.services-3-title-1 {
    padding-top: 70px;
}

.services-3-icon.services-3-icon-1 {
    top: 0;
}

.title-headline h4 {
    color: #000;
}

h1.title {
    color: #fff;
}

.logo img {
    max-height: 80px;
}

.footer-logo img {
    height: 100px;
}


.category-7-content sup {
    top: -1.8em;
    left: -5px;
    font-size: 10px;
}

/*  */


.registration-one {
    position: relative;
    display: block;
    padding: 120px 0px 120px;
    z-index: 1;
}

.registration-one .section-title__tagline {
    color: #ffffff;
}

.registration-one .section-title__title {
    color: #ffffff;
}

.registration-one .section-title__title span {
    color: var(--thm-primary);
}

.registration-one__bg {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 345px;
    right: 0;
    background-position: center center;
    background-attachment: fixed;
    background-size: cover;
    background-repeat: no-repeat;
}

.registration-one__bg::before {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background-color: #0B3551;
    content: "";
    z-index: 1;
}

.registration-one__left {
    position: relative;
    display: block;
    max-width: 625px;
    width: 100%;
    z-index: 2;
}

.registration-one__left-text {
    color: rgba(255, 255, 255, .7);
    margin: 0;
}

.registration-one__left-transform-box {
    position: relative;
    display: flex;
    align-items: center;
    margin-top: 175px;
    padding-bottom: 60px;
    border-bottom: 1px solid #e0e2e9;
}

.registration-one__left-transform-box-icon {
    position: relative;
    display: block;
    width: 105px;
    height: 105px;
    border-radius: 50%;
    background: var(--thm-base);
    color: #ffffff;
    text-align: center;
}

.registration-one__left-transform-box-icon span::before {
    font-size: 50px;
    line-height: 105px;
}

.registration-one__left-transform-box-text {
    position: relative;
    display: block;
    padding-left: 30px;
}

.registration-one__left-transform-box-text h3 {
    font-size: 22px;
    line-height: 32px;
    font-weight: 700;
}

.registration-one__left-transform-box-text h3 a {
    color: var(--thm-black);
    transition: all 200ms linear;
    transition-delay: 0.1s;
}

.registration-one__left-transform-box-text h3 a:hover {
    color: var(--thm-base);
}

.registration-one__left-transform-box-text p {
    margin: 0;
}

.registration-one__right {
    position: relative;
    display: block;
    z-index: 2;
    margin-top: 64px;
}

.registration-one__right-form {
    position: relative;
    background-color: #ffffff;
    padding: 55px 60px 60px;
    max-width: 470px;
    box-shadow: 0px 10px 60px 0px rgba(0, 0, 0, 0.07);
    z-index: 2;
    border-radius: 8px;
}

.registration-one__right-form .title-box {
    position: relative;
    display: block;
}

.registration-one__right-form .title-box h4 {
    position: relative;
    color: var(--thm-black);
    font-size: 24px;
    line-height: 34px;
    font-weight: 700;
}

.registration-one__right-form .form-box {
    position: relative;
    margin-top: 30px;
}

.registration-one__right-form .form-group {
    position: relative;
    margin-bottom: 10px;
}

.registration-one__right-form .form-group input[type="text"],
.registration-one__right-form .form-group input[type="email"],
.registration-one__right-form .form-group input[type="tel"],
.registration-one__right-form .form-group input[type="url"],
.registration-one__right-form .form-group textarea,
.registration-one__right-form .form-group select {
    position: relative;
    display: block;
    font-size: 16px;
    line-height: 25px;
    color: var(--thm-gray);
    font-weight: 400;
    padding: 16px 30px 13px;
    width: 100%;
    height: 60px;
    border-radius: 8px;
    background-color: #f1f2f6;
    outline: none;
    border: none;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}

.registration-one__right-form .form-group textarea {
    height: 130px;
    resize: none;
}

.registration-one__right-form button {
    border: none;
    outline: none;
    padding: 0;
}

/* landing page */
/* 
button.tp-btn.tp-btn-1{
    background-color: #345338 !important;
} */

.call-back-form {
    padding: 20px 20px;
    background-color: #fff;
    margin-left: auto;
    margin-right: auto;
    max-width: 450px;
    border-radius: 10px;
}

.contact-info {
    float: left;
    /* margin-right: 30px; */
    /* font-size: 9px; */
}

.services-3-title-2 {
    font-size: 22px !important;
}

/* 
.story-area .tpsection-sub-title{
    float: right;
} */

.tpsection-title-h4 {
    font-size: 30px;
}

.story-6-time-item span {
    margin-bottom: 10px !important;
}

.story-6-time-item {
    margin-top: 10px !important;
}

.story-6-time-item-1 ul li {
    width: 50% !important;
}


span.tpbanner-title-h2 {
    font-size: 40px !important;
}

.tpbanner-title_1 {
    line-height: 1.1 !important;
}

.tpbanner-7-title_1 {
    font-size: 80px !important;
    margin-top: -30px;
    margin-bottom: 30px !important;
}

.counter-area {
    background-color: var(--tp-theme-primary);
}

span.rates {
    font-weight: 700;
}

.sponsore-2 .tpsection-title {
    color: var(--tp-common-black) !important;
}

.about-3-list-title_1 {
    font-size: 38px !important;
}

.sponsore-2-btn_1 a {
    color: #fff !important;
}

.table>:not(caption)>*>* {
    padding: 20px 20px !important;

}

.table>thead {
    background-color: var(--tp-theme-primary);
}

.table_background {
    background-color: #f8f6f1;
}


.services-4-border_1::before,
.services-4-border::after {
    height: 640px !important;
}

img.ba-img {
    width: 70%;
}

.appoinment-form-area img {
    background-size: cover;
    background-repeat: no-repeat;
}

/*  */
.team-details-thumb_1 {
    border: none !important;
}

.about-3-list-title_2 {
    font-size: 26px !important;
}

.about-3-list-icon_1 {
    width: 80px !important;
    height: 80px !important;
    line-height: 80px !important;
}

.after_1-img {
    margin-top: -34px;
    margin-left: 40px;
}

img.ba-img_1 {
    width: 80%;
}


.appoinment-form-area .story-6-time-item ul li,
.appoinment-form-area .sec-header h2 {
    color: #000;
}

.mh-450 {
    min-height: 550px;
}


.form-box {
    padding: 25px 30px;
    box-shadow: 0px 10px 30px -5px rgb(109 117 143 / 33%);
    border-radius: 10px;
    background-color: #fff;
    max-width: 440px;
    margin-left: auto;
    margin-right: auto;
    line-height: 15px;
    font-size: 13px;
}

.form-box label,
.form-box h3 {
    font-weight: 700;
    color: var(--color-heading);
    margin-bottom: 20px;
}

.form-box h3 span {
    text-transform: uppercase;
    color: #F15A25;
    font-weight: 700;
    font-size: 26px !important;

}

.form-box .form-control {
    border: none;
    background: #edeff1;
    padding: 5px 10px;
}

.form-box .webform-button--submit {
    background-color: #345338 !important;
    color: #fff;
    border-color: #345338 !important;
}


.landing-content h1 {
    font-size: 50px !important;
    line-height: 1.32;
    margin-bottom: 47px;
    font-weight: 500;
}

.landing-content p {
    font-size: 18px;
    line-height: 1.5;
    margin-bottom: 97px;
}

/* landing page */

.tp-round-btn_2 {
    border-radius: 0px !important;
    padding: 15px 15px !important;
    margin-top: 8px !important;
}

.blog-5-btn_2 a {
    font-weight: 400 !important;
    font-size: 18px !important;
}

.tpbanner-title_2 {
    font-size: 40px !important;
    font-weight: 700 !important;
    margin-bottom: 8px !important;
}

.services-3-title_2 {
    font-size: 28px !important;
    font-weight: 500 !important;
}

.story-6-time-item_2 ul li {
    margin-bottom: 0px !important;
}

.tpbanner-content_2 b {
    margin-bottom: 15px !important;
}

.appoinment-form-area_1 {
    background-color: #ecece2;
}

.container-fluid {
    max-width: 1750px !important;
}

.tpsection_2 {
    margin-top: 100px;
}

.tpsection-title_3 {
    font-size: 25px !important;
    margin-left: 50px;
}

span.offer-span {
    margin-left: 50px;
}

.span-off {
    font-weight: 900;
    font-size: 30px;
}

/* .accordion-item_1{
    padding: 20px 20px 0px 20px;
} */

.benefits {
    margin-top: 50px;
}

.tpfaq-3-accordion .accordion-button {
    font-size: 26px !important;
    line-height: 1.3 !important;
}

.tpfaq-3-accordion .accordion-body p {
    font-size: 18px !important;
}

.tpfaq-3-accordion .accordion-button {
    /* padding: 0 0 0 0 !important; */
}

.tpfaq-3-accordion .accordion-body {
    padding: 0 0 0px !important;
}

.tpfaq-3-accordion .accordion-button {
    padding: 20px 20px !important;
    margin-bottom: 20px;
}

.tpfaq-3-accordion .accordion-body p {
    padding: 0px 20px 20px 20px;
}

span.results-span {
    font-size: 20px;
    color: #000;
    font-weight: 500;
    line-height: 40px;
}

.tpsection-title_benifits {
    font-size: 40px !important;
}

.category-7-content_2 {
    text-align: center;
}

.category-7-thumb_1 img {
    width: 80% !important;
}

.category-area_2 {
    background-color: #f8f6f1;
}

.services-4_clinic {
    box-shadow: 0px 25px 65px rgba(0, 0, 0, 0.08);
    background-color: var(--tp-common-white);
    padding: 20px 20px;
    border-radius: 30px;
}

.tpsection_text_white h2 {
    color: #fff !important;
}

.tpsection_text_white ul li {
    color: #fff !important;
}

.story-6-time-item_text_white ul li {
    color: #fff !important;
}

.story-6-time-item_text_white span {
    color: #73b57c !important;
}

.work_img img {
    width: 70%;
}

.before-after-images {
    background-color: #345338;
    padding: 50px 0;
}

.team-details-area_1 {
    background-color: #ecece2;
    padding: 50px 0;
}

.before-left-img {
    padding-left: 100px;
}

.left-padding {
    font-size: 16px !important;
    color: #000 !important;
}


.left-padding_1 {
    color: #fff !important;
    padding-left: 35px;
}

span.left-padding_2 {
    padding-left: 37px;
}

@media only screen and (max-width: 414px) {
    .tpsection_2 {
        margin-top: 0px;
    }

    .counter-item-3 {
        text-align: center;
    }

    .tpfaq-3-accordion .accordion-button::after {
        right: 20px !important;
    }

    .tpfaq-3-accordion .accordion-button {
        margin-bottom: 0px !important;
    }

    .category-7 {
        text-align: center;
        padding-top: 50 !important;
        padding-bottom: 50 !important;
    }

    .choose-laser {
        margin-top: 50px !important;
    }

    .testimonial-content p {
        font-size: 16px !important;
        padding: 0px 0px 0px 0px !important;
    }

    .testimonial-author-name {
        font-size: 20px !important;
    }

    .tpfaq-3-accordion .accordion-button {
        font-size: 23px !important;
    }

    .container.table-responsive {
        padding-left: 0px;
    }

    .table> :not(caption)>*>* {
        padding: 5px 15px !important;
        font-size: 15px;
    }

    .before-left-img {
        padding-left: 0px;
    }

    .beforeAfter img {
        height: 400px;
    }

    .about-area_benefits {
        padding-top: 50px !important;
        padding-bottom: 0px !important;
    }

    .left-padding {
        padding-left: 35px;
    }

    .left-padding_3 {
        padding: 35px;
    }

    .work_img {
        margin-top: 50px;
    }

    .about-wrapper_1 {
        margin-left: 0px !important;
        /* text-align: center; */
        padding-top: 30px;
    }

    .work_img img{
        width: 100%;
    }

    .about-area{
        margin-top: 60px;
    }

    .appoinment-form-area{
        padding-top: 50px !important;
        padding-bottom: 50px !important;
    }

    .team-details-area_1{
        padding-bottom: 0px !important;
    }

    .about-area_benefits{
        padding-top: 50px;
        margin-top: 0px !important;
    }

}

.about-inner_2 ul li {
    width: 100% !important;
}

.about-wrapper_1 {
    margin-left: 80px;
}

.about-area_benefits {
    padding-bottom: 100px;
    background-color: #ecece2;
}

.tpsection-title-text-white {
    color: #fff !important;
}

.form-box_1{
    margin-top: 80px;
}

@media only screen and (max-width: 414px) {
    .footer-link ul li a{
        font-size: 18px;
        padding: 0 10px;
    }
}

/* Quick Links */

.top-treatments-links ul li{
    list-style: none;
    padding: 5px 0 !important;
}

.top-treatments-links ul li a:hover{
    color: #345338;
    font-weight: 600;
}

.quick-links h3{
line-height: 35px;
}

.quick-links .views-field.views-field-title {
    padding-bottom: 10px !important;
}

.quick-links .views-field.views-field-title:hover {
    color: #345338;
    font-weight: 600;
}

.quick-links h3 {
    padding: 15px 0px;
}
/* 
.footer-quick-link{
    background-color: #f8f6f1;
    padding: 20px 20px;
} */


.postbox-title_1{
    padding-top: 20px !important;
}

.gallery{
    text-align: center;
}

.gallery img{
    border: 2px solid #d9ecf3;
}