/*!
Theme Name: clinic
Theme URI: http://underscores.me/
Author: Rubiq
Author URI: https://rubiq.in
Description: Clinic
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: clinic
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned.

clinic is based on Underscores https://underscores.me/, (C) 2012-2020 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/

.wp-curtain-rope {
    position: fixed;
    top: 0 !important;
    right: 0 !important;
}




.header.is-sticky .header__container .header__logo img {
    height: 80px;
}

.fixed-book-now {
    background: #353535; 
    color: #fff;
    display: inline-block;
    font-size: 1.2rem;
    height: 50px;
    line-height: 50px;
    position: fixed;
    right: 0;
    bottom: 40%;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    -moz-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    -webkit-transform: rotate(-90deg);
    transform-origin: bottom right;
    width: 180px;
    z-index: 999999;
    border-radius: 0px;
    border: 0;
}
.fixed-book-now a {
    padding: 12px 36px;
}
.fixed-book-now a:hover {
    color: #f2f2f2;
    background: #555; 
}

.fixed-social {
    /*background: #353535; */
    color: #fff;
    padding: 10px 5px;
    border-radius: 0;
    display: inline-block;
    height: 50px;
    position: fixed;
    right: 0;
    bottom: 70%;
    /*width: auto !important;*/
    text-decoration: none;
    text-transform: uppercase;
    -moz-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    -webkit-transform: rotate(-90deg);
    transform-origin: bottom right;
    width: 180px;
    z-index: 999999;
    border-radius: 0;
}

.fixed-social a:hover {
    color: #a7a7a7;
}
.fixed-social hr{
    display: none;
}

@media (max-width: 991px) {
    .fixed-book-now a {
        padding: 10px 15px;
    }
    .fixed-social{
        display: flex !important;
        justify-content: space-around !important;
        /*width: 100% !important;*/
        left: 0% !important;
        bottom: 0% !important;
        padding: 5px 5px !important;
        -webkit-transform: rotate(-360deg) !important;
        border-radius: 0;
        align-items: center;
    }
    .fixed-book-now{
        right: 0 !important;
        bottom: 0% !important;
        width: 40% !important;
        -webkit-transform: rotate(-360deg) !important;
        border-radius: 0;
        display: none;
    }
    .fixed-social hr{
        display: block;
        width: 2px;
        background-color: #000;
        height: 100%;
    }
    
}


label#field_bpvmc2_label, label#field_bpvmc_label {
    display: block;
    color: #767474;
}
.footer__main #CDSWIDTC.widTC2015.cx_brand_refresh1 img {
    max-width: 180px;
    height: 110px;
}


.facidet{display: flex !important;justify-content: center !important;}

/* .privacy-policy ol{
    padding-left: 0;
    margin-left: 15px;
    margin-bottom: 0;
    margin-top: 5px
}

.privacy-policy ol li{
    list-style-type: decimal;
    padding-left: 0;
    margin-left: 0;
}

.privacy-policy ul li{
    list-style-type: disc;
    margin-left: 30px;
}

.privacy-policy ul{
    padding-bottom: 10px;
} */

.privacy-policy h3{
    font-size: 24px;
    margin-top: 30px;
    color: var(--color-primary);
}

.align-items-start{
        align-items: start;
}



.wrap1 {
    width: 100%;
}

.founder-img-1 {
    width: 30%;
    height: auto;
    float: left;
    margin: 0 100px 20px 100px;
    display: block;
}

.wrap1::after {
    content: "";
    display: table;
    clear: both;
}

@media (max-width: 991px) {
.mob-bg{
   background: linear-gradient(90deg, rgba(53, 170, 197, 1) 0%, rgba(161, 209, 126, 1) 100%);
   padding-top: 50px;
   padding-bottom: 50px;
}
.mob-ht{
    height:65vh;
}


}


.t1{
    font-size: 17px;
    line-height:26px;
    font-weight: bold;
}
.t2{
    font-size: 14px;
    line-height:24px;
}


.text1 {
    font-size: var(--text-25);
    font-weight:500;
    font-family: var(--font-secondary);
    line-height: 35px;
    text-transform: capitalize;
    color: var(--color-primary);
}

.text2{
    font-size: var(--text-45);
    font-weight:500;
    font-family: var(--font-secondary);
    line-height: normal;
    text-transform: capitalize;
    color: var(--color-black);
}
.text-white{
    color:white;
}






#Therapies .js-section-slider .swiper-wrapper {
    align-items: stretch;
}

#Therapies .js-section-slider .swiper-slide {
    height: auto;
    display: flex;
}

#Therapies .js-section-slider .services-outer-wrap {
    display: flex;
    flex-direction: column;
} 


#Therapies .js-section-slider .services-inner-wrap {
    flex: 1;
    display: flex;
    flex-direction: column;
}

#Therapies .js-section-slider .services-content-wrap {
    flex: 1;
}