/*
 Theme Name:   Meclinic
 Theme URI:    https://azurigroup.com.au
 Description:  GeneratePress child theme
 Author:       Meclinic
 Author URI:   https://azurigroup.com.au
 Template:     generatepress
 Version:      0.1
*/

/*=============================================
= MISC
=============================================*/

* {
    outline: none !important;
}

html {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

*,
*:before,
*:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

body {
    min-width: 320px;
    position: relative;
    z-index: 1;
    font-family: 'PreloSlab';
    background-color: #ffffff;
}
/* body.menuopen {
    overflow: hidden;
} */

p:last-child {
    margin-bottom: 0px !important;
}
p:empty{
    display: none !important;
}
a {
    text-decoration: none;
}

img {
    max-width: 100%;
}

body .wrap {
    display: block;
    width: 100%;
    overflow: hidden;
}

.w-100 {
    display: inline-block;
    vertical-align: top;
    width: 100%;
}

/* b,
strong{
    font-family: 'PreloSlab';
    font-weight: 500;
} */

/*=====================================
= Font CSS
=====================================*/

@font-face {
    font-family: 'PreloSlab';
    src: url('./fonts/PreloSlabMedium.eot');
    src: url('./fonts/PreloSlabMedium.eot?#iefix') format('embedded-opentype'),
        url('./fonts/PreloSlabMedium.woff2') format('woff2'),
        url('./fonts/PreloSlabMedium.woff') format('woff'),
        url('./fonts/PreloSlabMedium.ttf') format('truetype'),
        url('./fonts/PreloSlabMedium.svg#PreloSlabMedium') format('svg');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'PreloSlab';
    src: url('./fonts/PreloSlabLight.eot');
    src: url('./fonts/PreloSlabLight.eot?#iefix') format('embedded-opentype'),
        url('./fonts/PreloSlabLight.woff2') format('woff2'),
        url('./fonts/PreloSlabLight.woff') format('woff'),
        url('./fonts/PreloSlabLight.ttf') format('truetype'),
        url('./fonts/PreloSlabLight.svg#PreloSlabLight') format('svg');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'PreloSlab';
    src: url('./fonts/PreloSlabBold.eot');
    src: url('./fonts/PreloSlabBold.eot?#iefix') format('embedded-opentype'),
        url('./fonts/PreloSlabBold.woff2') format('woff2'),
        url('./fonts/PreloSlabBold.woff') format('woff'),
        url('./fonts/PreloSlabBold.ttf') format('truetype'),
        url('./fonts/PreloSlabBold.svg#PreloSlabBold') format('svg');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}


/*=====================================
= Bootstrap CSS
=====================================*/

/* @media (min-width: 576px) {
    .container,
    .grid-container {
        max-width: 540px;
    }
}

@media (min-width: 769px) {
    .container,
    .grid-container {
        max-width: 720px;
    }
}

@media (min-width: 992px) {
    .container,
    .grid-container {
        max-width: 960px;
    }
}

@media (min-width: 1200px) {
    .container,
    .grid-container {
        max-width: 1005px;
    }
} */

.container, .grid-container {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
    max-width: 985px;
    /* max-width: 956px; */
    /* max-width: 1035px; */
}

.container-fluid {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}
.align-items-center {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.justify-content-center {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.order-first {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1;
}
.order-last {
  -webkit-box-ordinal-group: 14;
  -ms-flex-order: 13;
  order: 13;
}
.purple-text, a.purple-text {
    color: #9c8bab;
}

.bt-row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
}

.bt-col-1,
.bt-col-2,
.bt-col-3,
.bt-col-4,
.bt-col-5,
.bt-col-6,
.bt-col-7,
.bt-col-8,
.bt-col-9,
.bt-col-10,
.bt-col-11,
.bt-col-12,
.bt-col,
.bt-col-auto,
.bt-col-sm-1,
.bt-col-sm-2,
.bt-col-sm-3,
.bt-col-sm-4,
.bt-col-sm-5,
.bt-col-sm-6,
.bt-col-sm-7,
.bt-col-sm-8,
.bt-col-sm-9,
.bt-col-sm-10,
.bt-col-sm-11,
.bt-col-sm-12,
.bt-col-sm,
.bt-col-sm-auto,
.bt-col-md-1,
.bt-col-md-2,
.bt-col-md-3,
.bt-col-md-4,
.bt-col-md-5,
.bt-col-md-6,
.bt-col-md-7,
.bt-col-md-8,
.bt-col-md-9,
.bt-col-md-10,
.bt-col-md-11,
.bt-col-md-12,
.bt-col-md,
.bt-col-md-auto,
.bt-col-lg-1,
.bt-col-lg-2,
.bt-col-lg-3,
.bt-col-lg-4,
.bt-col-lg-5,
.bt-col-lg-6,
.bt-col-lg-7,
.bt-col-lg-8,
.bt-col-lg-9,
.bt-col-lg-10,
.bt-col-lg-11,
.bt-col-lg-12,
.bt-col-lg,
.bt-col-lg-auto,
.bt-col-xl-1,
.bt-col-xl-2,
.bt-col-xl-3,
.bt-col-xl-4,
.bt-col-xl-5,
.bt-col-xl-6,
.bt-col-xl-7,
.bt-col-xl-8,
.bt-col-xl-9,
.bt-col-xl-10,
.bt-col-xl-11,
.bt-col-xl-12,
.bt-col-xl,
.bt-col-xl-auto {
    position: relative;
    width: 100%;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
}

.bt-col {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
}

.bt-col-1 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
}

.bt-col-2 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
}

.bt-col-3 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
}

.bt-col-4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
}

.bt-col-5 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
}

.bt-col-6 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
}

.bt-col-7 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
}

.bt-col-8 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
}

.bt-col-9 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
}

.bt-col-10 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
}

.bt-col-11 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
}

.bt-col-12 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
}

.order-first {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1;
}

.order-last {
    -webkit-box-ordinal-group: 14;
    -ms-flex-order: 13;
    order: 13;
}

@media (min-width: 576px) {
    .bt-col-sm-1 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 8.333333%;
        flex: 0 0 8.333333%;
        max-width: 8.333333%;
    }
    .bt-col-sm-2 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 16.666667%;
        flex: 0 0 16.666667%;
        max-width: 16.666667%;
    }
    .bt-col-sm-3 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%;
    }
    .bt-col-sm-4 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 33.333333%;
        flex: 0 0 33.333333%;
        max-width: 33.333333%;
    }
    .bt-col-sm-5 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 41.666667%;
        flex: 0 0 41.666667%;
        max-width: 41.666667%;
    }
    .bt-col-sm-6 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }
    .bt-col-sm-7 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 58.333333%;
        flex: 0 0 58.333333%;
        max-width: 58.333333%;
    }
    .bt-col-sm-8 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 66.666667%;
        flex: 0 0 66.666667%;
        max-width: 66.666667%;
    }
    .bt-col-sm-9 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%;
    }
    .bt-col-sm-10 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 83.333333%;
        flex: 0 0 83.333333%;
        max-width: 83.333333%;
    }
    .bt-col-sm-11 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 91.666667%;
        flex: 0 0 91.666667%;
        max-width: 91.666667%;
    }
    .bt-col-sm-12 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }
}

@media (min-width: 769px) {
    .bt-col-md-1 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 8.333333%;
        flex: 0 0 8.333333%;
        max-width: 8.333333%;
    }
    .bt-col-md-2 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 16.666667%;
        flex: 0 0 16.666667%;
        max-width: 16.666667%;
    }
    .bt-col-md-3 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%;
    }
    .bt-col-md-4 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 33.333333%;
        flex: 0 0 33.333333%;
        max-width: 33.333333%;
    }
    .bt-col-md-5 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 41.666667%;
        flex: 0 0 41.666667%;
        max-width: 41.666667%;
    }
    .bt-col-md-6 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }
    .bt-col-md-7 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 58.333333%;
        flex: 0 0 58.333333%;
        max-width: 58.333333%;
    }
    .bt-col-md-8 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 66.666667%;
        flex: 0 0 66.666667%;
        max-width: 66.666667%;
    }
    .bt-col-md-9 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%;
    }
    .bt-col-md-10 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 83.333333%;
        flex: 0 0 83.333333%;
        max-width: 83.333333%;
    }
    .bt-col-md-11 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 91.666667%;
        flex: 0 0 91.666667%;
        max-width: 91.666667%;
    }
    .bt-col-md-12 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }
}

@media (min-width: 992px) {
    .bt-col-lg-1 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 8.333333%;
        flex: 0 0 8.333333%;
        max-width: 8.333333%;
    }
    .bt-col-lg-2 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 16.666667%;
        flex: 0 0 16.666667%;
        max-width: 16.666667%;
    }
    .bt-col-lg-3 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%;
    }
    .bt-col-lg-4 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 33.333333%;
        flex: 0 0 33.333333%;
        max-width: 33.333333%;
    }
    .bt-col-lg-5 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 41.666667%;
        flex: 0 0 41.666667%;
        max-width: 41.666667%;
    }
    .bt-col-lg-6 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }
    .bt-col-lg-7 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 58.333333%;
        flex: 0 0 58.333333%;
        max-width: 58.333333%;
    }
    .bt-col-lg-8 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 66.666667%;
        flex: 0 0 66.666667%;
        max-width: 66.666667%;
    }
    .bt-col-lg-9 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%;
    }
    .bt-col-lg-10 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 83.333333%;
        flex: 0 0 83.333333%;
        max-width: 83.333333%;
    }
    .bt-col-lg-11 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 91.666667%;
        flex: 0 0 91.666667%;
        max-width: 91.666667%;
    }
    .bt-col-lg-12 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }
}

@media (min-width: 1200px) {
    .bt-col-xl-1 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 8.333333%;
        flex: 0 0 8.333333%;
        max-width: 8.333333%;
    }
    .bt-col-xl-2 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 16.666667%;
        flex: 0 0 16.666667%;
        max-width: 16.666667%;
    }
    .bt-col-xl-3 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%;
    }
    .bt-col-xl-4 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 33.333333%;
        flex: 0 0 33.333333%;
        max-width: 33.333333%;
    }
    .bt-col-xl-5 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 41.666667%;
        flex: 0 0 41.666667%;
        max-width: 41.666667%;
    }
    .bt-col-xl-6 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }
    .bt-col-xl-7 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 58.333333%;
        flex: 0 0 58.333333%;
        max-width: 58.333333%;
    }
    .bt-col-xl-8 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 66.666667%;
        flex: 0 0 66.666667%;
        max-width: 66.666667%;
    }
    .bt-col-xl-9 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%;
    }
    .bt-col-xl-10 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 83.333333%;
        flex: 0 0 83.333333%;
        max-width: 83.333333%;
    }
    .bt-col-xl-11 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 91.666667%;
        flex: 0 0 91.666667%;
        max-width: 91.666667%;
    }
    .bt-col-xl-12 {
        
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }
}

/*=============================================
= Comman CSS
=============================================*/

.text-box,
.img-box {
    display: block;
    width: 100%;
}
.text-box {
    position: relative;
}
.text-title {
    display: inline-block;
    vertical-align: top;
    width: 100%;
    font-size: 32px;
}
.text-title.small-title {
    font-size: 18px !important;
    font-weight: 600;
    font-family: Lato, sans-serif;
    margin-bottom: 10px !important;
}
.text-title-box {
    display: block;
    width: 100%;
    margin-bottom: 25px;
}
.text-box p,
.img-box p {
    display: inline-block;
    vertical-align: top;
    width: 100%;
}
.text-box img,
.img-box img {
    display: inline-block;
    vertical-align: top;
}

.text-box h1 {
    color: white;
    font-weight: 300;
    font-size: 47px;
    line-height: 1;
    margin-bottom: 24px;
    margin-top: 24px;
}
.section-title {
    color: #9a8aab;
    font-size: 32px;
    font-weight: 300;
    line-height: 1.18;
    margin-bottom: 24px;
}
.section-title b {
    font-weight: 500;
}
.text-box h3{
    font-size: 24px;
    line-height: 1.3em;
    margin-bottom: 18px;
    font-weight: 500;
    color: white;
}
.text-box h4 {
    font-size: 20px;
    line-height: 1.3em;
    margin-bottom: 18px;
    font-weight: 500;
    color: #9589aa;
}
.text-box h5 {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.4em;
    margin-bottom: 14px;
    color: #6e8b9c;
}
.text-box p {
    font-size: 16px;
    line-height: 1.18;
    margin-bottom: 24px;
    color: #9589aa;
    font-weight: 300;
}
.text-box-dark p {
    color: #50565c;
}
.text-box.text-box-dark h1,
.text-box.text-box-dark h2,
.text-box.text-box-dark h3,
.text-box.text-box-dark h4,
.text-box.text-box-dark h5,
.text-box.text-box-dark h6{
    color: #54636a;
}
/*.text-box p a{
    color: #50565c;
}*/
.text-btn {
    background: #9589aa;
    display: inline-block;
    vertical-align: top;
    font-size: 16px;
    text-align: center;
    padding: 12px;
    border-radius: 6px;
    color: #ffffff;
    font-weight: 500;
    line-height: 1;
}
.text-btn:hover,
.text-btn:focus{
    color: #ffffff;
}
.text-btn i {
    vertical-align: middle;
    margin-right: 5px;/* margin-right: 10px; */
    font-size: 16px;
}

.text-btn-green {
    background-color: #0bbf3c;
}
@media only screen and (max-width: 360px){
    .text-box h1 {
        font-size: 30px;
        margin-bottom: 18px;
    }
}

/*=============================================
= Top Bar Header CSS
=============================================*/

.top-bar {
    position: relative;
    padding-bottom: 2px;
}
.top-bar:before {
    content: "";
    position: absolute;
    display: block;
    bottom: 2px;
    left: 0;
    right: 0;
    top: auto;
    height: 2px;
    width: 100%;
    background: #ffffff;
}
.top-bar p b{
    font-weight: 600;
}
.top-header-btn {
    background-color: #0bbf3c;
    color: #fff;
    text-decoration: none;
    display: inline-block;
    padding: 4px 14px;
    border: 1px solid #0bbf3c;
    border-radius: 10px;
    margin-left: 10px;
    vertical-align: middle;
    margin-top: 0;
    font-weight: 500;
}
.top-header-btn:hover {
    color: #fff !important;
}

/*=============================================
= Main Header CSS
=============================================*/

#site-logo-wrap {
    text-align: left;
    /*width: 100%;*/
    max-width: 120px;
    position: relative;
    z-index: 9;
}
#site-logo-wrap .site-logo a {
    display: inline-block;
    vertical-align: top;
}
#site-logo-wrap .header-sub-logo {
    display: block;
    margin-top: 10px;
}
.header-social-search {
    text-align: right;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center !important;
    align-items: center !important;
    -ms-flex-pack: end !important;
    justify-content: flex-end !important;
    position: relative;
    width: 100%;
}
.header-social-inner {
    display: inline-block;
    vertical-align: top;
}
.header-social-inner a {
    margin: 0 10px 0 0;
}
.site-header .header-social-inner a:last-child {
    margin-right: 24px;
}
.header-social-inner a {
    color: #889caa;
    font-size: 28px;
}
.header-social-inner a .fa-facebook-square:hover{
    color: #1a639d;
}
.header-social-inner a .fa-instagram:hover{
    color: #c3b9b1;
}
.header-social-inner a .fa-pinterest-square:hover{
    color: #de1507;
}
.header-social-inner a .fa-twitter-square:hover{
    color: #00adee;
}
.header-social-inner a .fa-youtube-play:hover{
    color: #c22e29;
}

.header-search form.search-form {
    -ms-flex-align: center !important;
    align-items: center !important;
}
.header-search form .search-field {
    border: 1px solid #d3d8dc;
    padding: 6px 10px;
    font-size: 13px;
    background: #ffffff;
}
.header-search form.search-form label {
    position: absolute;
    top: -6px;
    right: 26px;
    width: 0;
    background-color: #fff;
    overflow: hidden;
    transition: width 1s;
    z-index: 9;
}
.header-search.open form.search-form label {
    width: 200px;
}
.header-search form button {
    margin-top: -1px;
    display: inline-block;
    border: 2px solid #889caa;
    color: #889caa;
    height: 24px;
    width: 24px;
    text-align: center;
    line-height: 19px;
    border-radius: 4px;
    background: transparent;
    padding: 0;
    margin-left: 2px;
    font-size: 12px !important;
    font-weight: 600;
}
.header-search.open form button {
    background-color: #889caa;
    color: #fff;
}
.header-search form button span {
    position: relative;
    display: inline-block;
    vertical-align: top;
    height: 100%;
    width: 100%;
}
.header-search form button span:after {
    content: "\f002";
    position: absolute;
    display: block;
    top: 50%;
    left: 50%;
    right: 0;
    bottom: 0;
    font-family: 'FontAwesome';
    font-size: 12px;
    transform: translate(-50%, -50%);
    width: 11px;
    height: 18px;
}
.header-search form button svg {
    display: none;
}

.header-phone-no {
    margin-top: 19px;
    text-align: right;
    margin-bottom: 13px;
    width: 100%;
}
.header-phone-no .header-main-phone {
    font-size: 36px;
    line-height: 1;
    color: #889baa;
    letter-spacing: 1px;
    width: 100%;
    display: block;
}
.header-phone-no .header-main-phone img {
    vertical-align: middle;
    height: 36px;
    margin-right: 5px;
    width: 36px;
}
.header-phone-no .header-main-subphone {
    font-size: 24px;
    line-height: 1;
    display: inline-block;
    margin-top: 2px;
    color: #889baa;
}


.header-menu-icon {
    width: 100%;
}
.header-menu-trigger {
    text-align: right;
}
.header-menu-trigger a {
    display: inline-block;
    vertical-align: top;
}
.header-menu-trigger a span {
  padding-right: 13px;
  font-size: 24px;
  display: inline-block;
  vertical-align: middle;
  color: #9589aa;
  line-height: 1;
  text-transform: lowercase;
  margin-bottom: 6px;
}
.header-menu-trigger a i {
    line-height: 1;
    font-size: 40px;
    vertical-align: middle;
    color: #9589aa;
}
.inside-header.open .header-menu-trigger a i:before{
    content: "\f00d";
}

.mobile-menu {
    display: none;
    position: absolute;
    width: 100%;
    z-index: 9999999;
    
    overflow: auto;
    
}
.mobile-menu .main-nav {
    padding-bottom: 10px;
    background-color: #9589aa;
    box-shadow: 0 8px 8px;
}
.mobile-menu .main-nav ul {
    list-style: none;
    margin: 0;
}
.mobile-menu .main-nav > ul {
    list-style: none;
    margin: 0;
}
.mobile-menu .main-nav > ul > li > a {
    color: #fff;
    font-size: 22px;
    padding: 16px 24px;
    position: relative;
    border-bottom: 1px solid #fff;
    max-width: 1005px;
    width: 100%;
    margin: 0 auto;
    font-weight: 300;
    display: table;
}
.mobile-menu .main-nav > ul > li.bold-menuitem > a {
    font-weight: 500;
}
.mobile-menu .main-nav > ul > li.menuitem-bg > a {
    background-color: #889baa;
}
.mobile-menu .main-nav > ul > li:last-child > a {
    border: none;
}
.mobile-menu .main-nav > ul > li.menu-item-has-children > a .dropdown-menu-toggle {
    display: none;
}
.mobile-menu .main-nav > ul > li.menu-item-has-children > a:after {
    content: "\f107";
    position: absolute;
    right: 30px;
    top: 50%;
    font-family: 'FontAwesome';
    transform: translate(0, -50%);
    font-size: 30px;
}
.mobile-menu .main-nav > ul > li .sub-menu-wrapper {
    margin: 0;
    list-style: none;
    background-color: #889baa;
    box-shadow: 0 0 16px -8px #333 inset;
    overflow: hidden;
    transition: max-height .5s ease-out;
    max-height: 0;
}
.mobile-menu .main-nav > ul > li.open .sub-menu-wrapper {
    max-height: 100vw;
}
.mobile-menu .main-nav > ul > li .sub-menu-wrapper .sub-menu {
    max-width: 1005px;
    padding: 20px 25px;
    margin: 0 auto 8px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}


.mobile-menu .main-nav > ul > li .sub-menu-wrapper .sub-menu .subheader-wi-45 {
    width: 45%;
}
.mobile-menu .main-nav > ul > li .sub-menu-wrapper .sub-menu .subheader-wi-30 {
    width: 30%;
}
.mobile-menu .main-nav > ul > li .sub-menu-wrapper .sub-menu .subheader-wi-35 {
    width: 35%;
}
.mobile-menu .main-nav > ul > li .sub-menu-wrapper .sub-menu .subheader-wi-50 {
    width: 50%;
}
.mobile-menu .main-nav > ul > li .sub-menu-wrapper .sub-menu .subheader-wi-33{
    width: 33.33%;
}
.mobile-menu .main-nav > ul > li .sub-menu-wrapper .sub-menu .subheader-right-list{
    padding-left: 24px;
}
.mobile-menu .main-nav > ul > li .sub-menu-wrapper .sub-menu .subheader-menu{
    display: -ms-flexbox;
    display: flex;
}
.mobile-menu .main-nav > ul > li .sub-menu-wrapper .sub-menu .subheader-menu h4, .mobile-menu .main-nav > ul > li .sub-menu-wrapper .sub-menu .subheader-menu span {
    margin-top: 7px;
    font-size: 20px;
    font-weight: 400;
    color: #fff;
}
.mobile-menu .main-nav > ul > li .sub-menu-wrapper .sub-menu .subheader-menu > div {
    max-width: inherit;
    margin-top: 0;
    margin-left: 24px;
    width: 250px;
    display: block;
}
.mobile-menu .main-nav > ul > li .sub-menu-wrapper .sub-menu .subheader-menu-wi181 > div {
    width: auto;
}
.mobile-menu .main-nav > ul > li .sub-menu-wrapper .sub-menu .subheader-menu > div ul li {
    margin-bottom: 8px;
}
.all_before_after.mobile_menu.show_only_mobile {
  display: none;
}
.mobile-menu .main-nav > ul > li .sub-menu li a {
    font-size: 14px;
    color: #fff;
    border: 1px solid #fff;
    border-radius: 4px;
    padding: 8px 12px;
    display: block;
    font-weight: 300;
}
.mobile-menu .main-nav > ul > li .sub-menu > li > div {
    max-width: 800px;
}
.mobile-menu .main-nav > ul > li .sub-menu li.bold a {
  font-weight: 600;
  font-size: 15.6px;
}
.mobile-menu .main-nav > ul > li .sub-menu > .single-menu-col > div ul {
    width: 100%;
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: (1fr 2%)[12];
    grid-template-columns: repeat(2,1fr);
    grid-template-rows: repeat(auto-fill,auto);
    grid-column-gap: 32px;
    grid-row-gap: 8px;
}
.subheader-menu-wi400 > div #menu-why-me-clinic {
  grid-template-columns: repeat(2,400px);
  grid-column-gap: 36px;
}
/**************** Header Responsive Start ******************************/

@media only screen and (max-width: 984px){
    .site-header .header-social-inner a:last-child {
        margin-right: 15px;
    }
	.mobile-menu .main-nav > ul > li .sub-menu-wrapper .sub-menu .subheader-menu.subheader-menu-tabletbreak span {
		max-width: 38%;
	}
}
@media only screen and (max-width: 768px){
    .inside-header {
        flex-direction: inherit;
        position: relative;
    }
    .inside-header .header-widget {
        margin: 0 0 0 auto;
        width: 100%;
        display: inline-block;
        vertical-align: top;
    }
}
@media only screen and (max-width: 767px){
    .site-header .header-image {
        width: 120px;
    }
    .header-phone-no {
        margin-top: 19px;
        text-align: center;
        margin-bottom: 13px;
    }
    .header-phone-no .header-main-subphone {
        display: none;
    }
    .mobile-menu .main-nav {
      height: 100%;
      overflow-y: auto;
    }
    .clone-sticky-header.header-fixed .mobile-menu .main-nav {
      box-shadow: none;
    }
    .clone-sticky-header.header-fixed .mobile-menu {
      background: #9589aa;
    }
}
@media only screen and (max-width: 648px){
    .mobile-menu{
        overflow-x: hidden;
    }
    .mobile-menu .main-nav {
        padding-top: 10px;
    }
    .mobile-menu .main-nav > ul > li.menu-item-has-children > a:after {
        content: "\f105";
        line-height: 16px;
        right: 20px;
    }
    .mobile-menu .main-nav > ul > li.menu-item-has-children.open > a:after {
        content: "\f104";
    }
    .mobile-menu .main-nav > ul > li > a {
        margin-left: 0;
        transition: margin-left .5s,background-color .5s;
    }
    .mobile-menu .main-nav > ul > li.open > a {
        width: 100%;
        margin: 0;
        border-bottom: 1px solid #fff;
        border-top: 1px solid #fff;
        margin-left: calc(-100vw + 50px);
        background-color: #889baa;
        margin-top: 2px;
    }
    .mobile-menu .main-nav > ul > li.notopen > a {
        border: 0;
        background-color: #9589aa!important;
        margin-left: calc(-100% + 50px);
        width: 100%;
        opacity: 0;
        pointer-events: none;
    }
    .mobile-menu .main-nav > ul > li .sub-menu-wrapper {
        box-shadow: none;
        width: 100%;
        right: 0;
        position: absolute;
        top: 0;
        bottom: 0;
        overflow-x: hidden;
        overflow-y: auto;
        margin-right: -100%;
        transition: margin-right .5s;
        display: block;
        z-index: 10;
        max-height: none;
    }
    .mobile-menu .main-nav > ul > li.open .sub-menu-wrapper {
        margin-right: -50px;
        max-height: none;
        padding-right: 40px;
        opacity: 1;
    }
    .mobile-menu .main-nav > ul > li.open .sub-menu-wrapper .sub-menu {
        min-height: 100%;
        display: block;
    }
    .mobile-menu .main-nav > ul > li.open .sub-menu-wrapper .sub-menu > li {
        width: 100%;
        display: block;
    }
    .mobile-menu .main-nav > ul > li .sub-menu-wrapper .sub-menu .subheader-menu {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
	.mobile-menu .main-nav > ul > li .sub-menu-wrapper .sub-menu .subheader-menu.subheader-menu-tabletbreak span {
		max-width: 100%;
	}
    .mobile-menu .main-nav > ul > li .sub-menu-wrapper .sub-menu .subheader-menu > div {
        margin-left: 0;
    }
    .mobile-menu .main-nav > ul > li .sub-menu-wrapper .sub-menu .subheader-wi-45,
    .mobile-menu .main-nav > ul > li .sub-menu-wrapper .sub-menu .subheader-wi-30,
    .mobile-menu .main-nav > ul > li .sub-menu-wrapper .sub-menu .subheader-wi-35,
    .mobile-menu .main-nav > ul > li .sub-menu-wrapper .sub-menu .subheader-wi-50,
    .mobile-menu .main-nav > ul > li .sub-menu-wrapper .sub-menu .subheader-wi-33 {
        width: 100%;
    }
    .mobile-menu .main-nav > ul > li .sub-menu-wrapper .sub-menu .subheader-menu h4 {
      width: 100%;
      line-height: 15.6px;
      margin-top: 9px;
    }
    .mobile-menu .main-nav > ul > li .sub-menu-wrapper .sub-menu .subheader-menu-wi181 > div {
        width: 100%;
        margin-left: 0;
    }
    .mobile-menu .main-nav > ul > li .sub-menu-wrapper .sub-menu .subheader-right-list {
        padding-left: 0;
    }
    .mobile-menu .main-nav > ul > li .sub-menu-wrapper .sub-menu .subheader-right-list {
        padding-top: 20px;
    }
    .mobile-menu .main-nav > ul > li .sub-menu > .single-menu-col > div ul {
        grid-template-columns: repeat(1,1fr);
    }
    .subheader-menu-wi400 > div #menu-why-me-clinic {
      grid-template-columns: 1fr;
      grid-column-gap: 0;
    }

    .all_before_after.mobile_menu.show_only_mobile {
      display: block;
      margin-bottom: 18px !important;
    }
    .show_only_desktop {
      display: none;
    }
    .all_before_after.mobile_menu.show_only_mobile a {
      font-weight: 600 !important;
    }
}
@media only screen and (max-width: 580px){
    .header-phone-no .header-main-phone {
        font-size: 28px;
    }
    .header-phone-no .header-main-phone img {
        height: 24px;
        width: 24px;
    }
    .site-header .header-widget .textwidget {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
    .header-phone-no {
        text-align: right;
        -ms-flex-order: 1;
        order: 1;
        margin-top: 0;
        margin-bottom: 15px;
    }
    .header-social-search {
        -ms-flex-order: 2;
        order: 2;
        margin-bottom: 15px;
    }
    .header-menu-icon {
        -ms-flex-order: 3;
        order: 3;
    }
}
@media only screen and (max-width: 533px){
    .top-bar {
        display: none;
		height: 0px;
    	overflow: hidden;
    }
    .mobile-menu {
        top: 149px;
		overflow: hidden;
    }
	.mobile-menu .main-nav {
		height: 100%;
    	overflow-y: auto;
    	overflow-x: hidden;
	}
    .header-menu-trigger a span {
        font-size: 22px;
    }
    .header-menu-trigger a i {
        font-size: 38px;
    }
    .site-header-warrper {
        top: 0 !important;
    }
}
/*
@media only screen and (max-width: 480px){
    .site-header .header-widget .textwidget {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        position: absolute;
        width: 100%;
        right: 15px;
        top: 50%;
        transform: translate(0, -50%);
    }
}
*/

/************ Sticky Header CSS Start *************** */

/* .site-header-warrper {
    position: absolute;
    width: 100%;
    top: 0px;
    left: 0;
    right: 0;
    z-index: 9999;
} */
.clone-sticky-header {
    display: none;
}
.clone-sticky-header.header-fixed {
    position: fixed;
    top: 0 !important;
    display: block;
    margin: 0;
    width: 100%;
    z-index: 999999;
}
.remove-menu .mobile-menu {
    display: none !important;
}


.header-fixed .site-header {
    border-bottom: 4px solid #9589aa;
}
.header-fixed .inside-header {
    padding-top: 10px;
    padding-bottom: 10px;
}
.header-fixed #site-logo-wrap {
    max-width: 65px;
}
.header-fixed .header-image {
    width: 65px;
}
.header-fixed #site-logo-wrap .header-sub-logo, 
.header-fixed .header-social-search {
    display: none;
}
.header-fixed .header-widget {
    width: 100%;
}
.header-fixed .textwidget {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center !important;
    align-items: center !important;
}
.header-fixed .header-phone-no {
    text-align: center;
    margin: 0;
}
.header-fixed .header-phone-no .header-main-phone {
    font-size: 32px;
}
.header-fixed .header-phone-no .header-main-phone img {
    height: 32px;
	width: 32px;
}
.header-fixed .header-menu-icon {
    width: 15%;
}

.header-mail-id {
    display: none;
}
.header-fixed .header-mail-id a {
    font-size: 38px;
    color: #97a7b7;
}

@media only screen and (max-width: 980px){
    .header-fixed .header-menu-icon {
        width: 20%;
    }
    .header-menu-trigger a i {
        font-size: 36px;
    }
}
@media only screen and (max-width: 767px){  
    
    .header-fixed .header-mail-id {
        display: block;
    }
    .header-fixed .header-phone-no {
        width: auto;
        margin-right: 35px;
    }
    .header-fixed .header-phone-no .header-main-phone span {
        display: none;
    }
    .header-fixed .header-mail-id {
        margin-right: 35px;
        margin-left: auto;
    }
    .header-fixed .header-menu-icon {
        width: auto;
    }
    .header-fixed .header-menu-icon a span {
        display: none;
    }
    .header-menu-trigger a i {
        font-size: 28px;
    }
    .header-fixed .header-image {
        width: 40px;
    }
}
@media only screen and (max-width: 533px){
    .header-fixed .mobile-menu {
        top: 85px;
    }
}

/************ Sticky Header CSS End *************** */


/**************** Header Responsive End ******************************/

/*=============================================
= Footer Location Section CSS
=============================================*/

.footer-location-section {
    padding-top: 48px;
    padding-bottom: 5px;
}
.footer-location-section .container {
  padding: 0;
}
.footer-location-section .bt-row {
    background: #9589aa;
    margin: 0;
    padding: 6px 6px 24px 6px;
}
.footer-location-section .bt-row .bt-col {
  padding: 0 6px;
  width: 240px;
  max-width: 240px;
}
.location-info-box {
    padding: 6px 0;
    position: relative;
    display: inline-block;
    vertical-align: top;
    width: 100%;
    min-height: 90px;
}
.location-info-box .location-link {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    z-index: 9;
}
.location-info-box .text-img {
    width: 70px;
    height: 70px;
    margin-right: 6px;
    float: left;
}
.location-info-box .text-box {
    overflow: hidden;
    width: auto;
}
.location-info-box .text-box h3 {
    font-size: 18px;
    display: block;
    margin-bottom: 6px;
    line-height: 1.16;
    color: #ffffff;
}
.location-info-box .text-box p {
    font-size: 11px;
    line-height: 1.18;
    color: #fff;
    font-weight: 500;
}
.location-info-box .text-box p a {
    color: #ffffff;
}
body .locations-mapbox .locations-mapbox-hours .map-link {
  margin-top: 24px;
}
@media only screen and (max-width: 575px){
    .footer-location-section .bt-row .bt-col {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }
    .footer-location-section .bt-row {
        padding: 2px 6px 24px 6px;
    }
    .location-info-box {
        padding: 10px 0;
    }
}
@media only screen and (max-width: 480px){
    .footer-location-section .bt-row .bt-col {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }
    .location-info-box {
      padding: 10px 0;
      max-width: 280px;
      min-height: 100px;
    }
}


/*=============================================
= Form Css
=============================================*/
body .gform_wrapper form {
    display: inline-block;
    vertical-align: top;
    width: 100%;
    position: relative;
}
body .gform_wrapper.gravity-theme .gform_fields {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
}
body .gform_wrapper.gravity-theme .gfield_label {
    font-size: 14px;
    font-weight: 300;
    color: #ffffff;
    position: relative;
    z-index: 1;
    vertical-align: top;
    padding: 0px 5px 0px 0;
    margin: 0;
}
body .gform_wrapper.gravity-theme .gfield_required {
    color: #707070;
    padding-left: 1px;
}
body .gform_wrapper.gravity-theme .gfield.active .gfield_required {
    color: #8B1B3F;
}
body .gform_wrapper.gravity-theme .gfield.active .gfield_label {
    color: #8B1B3F;
}
body .gform_wrapper.gravity-theme .gfield input[type="text"], 
body .gform_wrapper.gravity-theme .gfield input[type="email"], 
body .gform_wrapper.gravity-theme .gfield input[type="url"], 
body .gform_wrapper.gravity-theme .gfield input[type="password"], 
body .gform_wrapper.gravity-theme .gfield input[type="search"], 
body .gform_wrapper.gravity-theme .gfield input[type="tel"], 
body .gform_wrapper.gravity-theme .gfield input[type="number"], 
body .gform_wrapper.gravity-theme .gfield textarea,
body .gform_wrapper.gravity-theme .gfield select {
    margin: 0 !important;
    height: 30px !important;
    width: 100% !important;
    min-height: inherit !important;
    font-size: 12px !important;
    color: #FFFFFF !important;
    background-color: transparent !important;
    border: 1px solid #d3d8dc !important;
    border-radius: 0px !important;
    text-align: left !important;
    letter-spacing: 0px !important;
    padding: 6px 12px !important;
    box-shadow: none !important;
    outline: none !important;
    -webkit-appearance: none !important;
    -moz-appearance: none !important;
    appearance: none !important;
}
body .gform_wrapper.gravity-theme .gfield textarea {
    height: 150px !important;
    vertical-align: top !important;
    padding-top: 10px !important;
    padding-bottom: 10px !important;
}
body .gform_wrapper.gravity-theme .gfield select {
    padding-right: 30px !important;
    background-repeat: no-repeat;
    background-size: 8px 5px;
    line-height: 1;
    background-position: center right 15px;
    background-image: url('/wp-content/uploads/2022/02/select-img.svg');
}
.gform_drop_area {
    border-color: #707070 !important;
    background: #FFFFFF !important;
}
button.gform_button_select_files {
    width: 100% !important;
    max-width: 150px !important;
    border-radius: 32px;
    padding: 8px 15px !important;
    line-height: 16px !important;
}
body .gform_wrapper.gravity-theme .gfield .gfield_time_hour input[type="text"], 
body .gform_wrapper.gravity-theme .gfield .gfield_time_minute input[type="text"] {
    padding-left: 10px !important;
    padding-right: 10px !important;
    text-align: center !important;
}
body .gform_wrapper.gravity-theme .gfield .gfield_time_ampm select {
    padding-left: 10px !important;
    padding-right: 20px !important;
    background-position: center right 8px !important;
}
body .gform_wrapper.gravity-theme .gfield.active input[type="text"], 
body .gform_wrapper.gravity-theme .gfield.active input[type="email"], 
body .gform_wrapper.gravity-theme .gfield.active input[type="url"], 
body .gform_wrapper.gravity-theme .gfield.active input[type="password"], 
body .gform_wrapper.gravity-theme .gfield.active input[type="search"], 
body .gform_wrapper.gravity-theme .gfield.active input[type="tel"], 
body .gform_wrapper.gravity-theme .gfield.active input[type="number"], 
body .gform_wrapper.gravity-theme .gfield.active textarea,
body .gform_wrapper.gravity-theme .gfield.active select{
    border-color: #8B1B3F !important;
}
body .gform_wrapper.gravity-theme .gfield input[type="text"]:-webkit-input-placeholder,
body .gform_wrapper.gravity-theme .gfield input[type="email"]:-webkit-input-placeholder,
body .gform_wrapper.gravity-theme .gfield input[type="url"]:-webkit-input-placeholder,
body .gform_wrapper.gravity-theme .gfield input[type="password"]:-webkit-input-placeholder,
body .gform_wrapper.gravity-theme .gfield input[type="search"]:-webkit-input-placeholder,
body .gform_wrapper.gravity-theme .gfield input[type="tel"]:-webkit-input-placeholder,
body .gform_wrapper.gravity-theme .gfield input[type="number"]:-webkit-input-placeholder,
body .gform_wrapper.gravity-theme .gfield textarea:-webkit-input-placeholder,
body .gform_wrapper.gravity-theme .gfield select:-webkit-input-placeholder {
  color: #707070 !important;
  opacity: 0.3 !important;
}
body .gform_wrapper.gravity-theme .gfield input[type="text"]::-moz-placeholder,
body .gform_wrapper.gravity-theme .gfield input[type="email"]::-moz-placeholder,
body .gform_wrapper.gravity-theme .gfield input[type="url"]::-moz-placeholder,
body .gform_wrapper.gravity-theme .gfield input[type="password"]::-moz-placeholder,
body .gform_wrapper.gravity-theme .gfield input[type="search"]::-moz-placeholder,
body .gform_wrapper.gravity-theme .gfield input[type="tel"]::-moz-placeholder,
body .gform_wrapper.gravity-theme .gfield input[type="number"]::-moz-placeholder,
body .gform_wrapper.gravity-theme .gfield textarea::-moz-placeholder,
body .gform_wrapper.gravity-theme .gfield select::-moz-placeholder {
  color: #707070 !important;
  opacity: 0.3 !important;
}
body .gform_wrapper.gravity-theme .gfield input[type="text"]:-ms-input-placeholder,
body .gform_wrapper.gravity-theme .gfield input[type="email"]:-ms-input-placeholder,
body .gform_wrapper.gravity-theme .gfield input[type="url"]:-ms-input-placeholder,
body .gform_wrapper.gravity-theme .gfield input[type="password"]:-ms-input-placeholder,
body .gform_wrapper.gravity-theme .gfield input[type="search"]:-ms-input-placeholder,
body .gform_wrapper.gravity-theme .gfield input[type="tel"]:-ms-input-placeholder,
body .gform_wrapper.gravity-theme .gfield input[type="number"]:-ms-input-placeholder,
body .gform_wrapper.gravity-theme .gfield textarea:-ms-input-placeholder,
body .gform_wrapper.gravity-theme .gfield select:-ms-input-placeholder {
  color: #707070 !important;
  opacity: 0.3 !important;
}
body .gform_wrapper.gravity-theme .gfield input[type="text"]:-moz-placeholder,
body .gform_wrapper.gravity-theme .gfield input[type="email"]:-moz-placeholder,
body .gform_wrapper.gravity-theme .gfield input[type="url"]:-moz-placeholder,
body .gform_wrapper.gravity-theme .gfield input[type="password"]:-moz-placeholder,
body .gform_wrapper.gravity-theme .gfield input[type="search"]:-moz-placeholder,
body .gform_wrapper.gravity-theme .gfield input[type="tel"]:-moz-placeholder,
body .gform_wrapper.gravity-theme .gfield input[type="number"]:-moz-placeholder,
body .gform_wrapper.gravity-theme .gfield textarea:-moz-placeholder,
body .gform_wrapper.gravity-theme .gfield select:-moz-placeholder {
  color: #707070 !important;
  opacity: 0.3 !important;
}
body .gform_wrapper.gravity-theme .gform_footer {
    margin: 20px 0px 0px;
    padding: 0px;
}
body .gform_wrapper.gravity-theme .gform_footer input[type=submit], 
body .gform_wrapper.gravity-theme .gform_footer input[type=button], 
body .gform_wrapper.gravity-theme .gform_footer input[type=reset], 
body .gform_wrapper.gravity-theme .gform_footer button[type=submit] {
    background-color: #64696e !important;
    display: block !important;
    margin: 0 auto !important;
    padding: 8px 18px !important;
    border: none !important;
    text-align: center !important;
    color: #FFFFFF !important;
    letter-spacing: 0.5px !important;
    font-size: 14px !important;
    font-weight: 400 !important;
    line-height: 14px !important;
    min-height: inherit !important;
    height: auto !important;
    border-radius: 6px !important;
    box-shadow: none !important;
    font-family: arial;
}
body .gform_wrapper.gravity-theme .gform_footer input[type=submit]:hover, 
body .gform_wrapper.gravity-theme .gform_footer input[type=button]:hover, 
body .gform_wrapper.gravity-theme .gform_footer input[type=reset]:hover,
body .gform_wrapper.gravity-theme .gform_footer button[type=submit]:hover,
body .gform_wrapper.gravity-theme .gform_footer input[type=submit]:focus, 
body .gform_wrapper.gravity-theme .gform_footer input[type=button]:focus, 
body .gform_wrapper.gravity-theme .gform_footer input[type=reset]:focus,
body .gform_wrapper.gravity-theme .gform_footer button[type=submit]:focus{
    background-color: #64696e !important;
    color: #FFFFFF !important;
}
body .gform_wrapper .gform_validation_errors {
    margin-top: 0 !important;
}
body .gform_wrapper.gravity-theme .gfield_validation_message, 
body .gform_wrapper.gravity-theme .validation_message {
    background: transparent !important;
    border: none !important;
    font-size: 10px !important;
    margin-top: 5px !important;
    padding: 2px 10px !important;
    text-align: left !important;
    border-radius: 4px !important;
}
.gform_wrapper.gravity-theme .gfield-choice-input {
    position: relative;
    top: 9px;
    margin-right: 4px;
    vertical-align: top;
}
@media only screen and (max-width: 640px){
    body .sidebar-form .gform_wrapper.gravity-theme .gfield.gfield--width-half {
        -ms-grid-column-span: 6;
        grid-column: span 6;
    }
}

/*=============================================
= Breadcrumb CSS
=============================================*/

body .fbc-page {
    border-top: 1px solid #9589aa;
    padding: 15px 0;
}
body .fbc-page .fbc-wrap {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
    max-width: 1005px;
}
body .fbc-page .fbc-wrap .fbc-items li .fbc-separator {
    position: relative;
    font-size: 0;
    width: auto;
    height: 13px;
    padding: 0 10px !important;
    display: inline-block;
    vertical-align: middle;
}
body .fbc-page .fbc-wrap .fbc-items li .fbc-separator:after {
    content: "\f105";
    position: absolute;
    font-family: 'FontAwesome';
    top: -3px;
    left: 0;
    width: 4px;
    height: 13px;
    font-size: 16px;
    right: 0;
    margin: 0 auto;
    color: #9589aa;
}
body .fbc-page .fbc-wrap .fbc-items {
    border-radius: 0;
    padding: 0 20px;
}
.fbc-page .fbc-wrap .fbc-items li {
    font-size: 16px;
    padding: 0px 0 !important;
}
body .fbc-page .fbc-wrap .fbc-items li:first-child {
    margin: 0 !important;
}
body .fbc-page .fbc-wrap .fbc-items li:last-child {
    padding-right: 0px;
}
body .fbc-page .fbc-wrap .fbc-items li a i {
    display: none;
}
body .fbc-page .fbc-wrap .fbc-items li a, 
body .fbc-page .fbc-wrap .fbc-items li.active span {
    font-family: 'PreloSlab';
    font-weight: 500;
}

/*=============================================
= Footer Newslatter Section CSS
=============================================*/

.footer-newslatter {
    box-shadow: -2px 12px 12px #d2d2d2;
    background: #9589aa;
    z-index: 9;
    position: relative;
    padding: 20px 0;
}
.footer-newslatter .text-box h4 {
    color: #ffffff;
    margin: 0;
}
/* .newslatter-box {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center !important;
    align-items: center !important;
} */
body .newslatter-form .gform_wrapper form {
    display: -ms-flexbox;
    display: flex;
}
.newslatter-box .text-box {
    width: auto;
    margin-right: 24px;
}
body .newslatter-form .gform_wrapper .gform_fields {
    display: -ms-flexbox;
    display: flex;
}
.newslatter-box .newslatter-form .gform_body {
    margin-right: 14px;
    display: inline-block;
    vertical-align: middle;
    width: 100%;
}
body .newslatter-box .newslatter-form .gform_footer {
    padding: 0;
    margin: 0;
    display: inline-block;
    vertical-align: middle;
    padding-top: 1.5em;
}
.newslatter-box .newslatter-form .gform_body .gfield {
    /* width: 100%; */
    /* display: inline-block; */
    /* vertical-align: top; */
}
.newslatter-box .newslatter-form .gform_body .gfield .gfield_label {
    vertical-align: middle;
}
.newslatter-box .newslatter-form .gform_body .gfield .ginput_container {
    display: inline-block;
    vertical-align: middle;
}
body .newslatter-form .gform_wrapper.gravity-theme .gfield input[type="text"], 
body .newslatter-form .gform_wrapper.gravity-theme .gfield input[type="email"], 
body .newslatter-form .gform_wrapper.gravity-theme .gfield input[type="url"], 
body .newslatter-form .gform_wrapper.gravity-theme .gfield input[type="password"], 
body .newslatter-form .gform_wrapper.gravity-theme .gfield input[type="search"], 
body .newslatter-form .gform_wrapper.gravity-theme .gfield input[type="tel"], 
body .newslatter-form .gform_wrapper.gravity-theme .gfield input[type="number"], 
body .newslatter-form .gform_wrapper.gravity-theme .gfield textarea,
body .newslatter-form .gform_wrapper.gravity-theme .gfield select{
    background-color: #ffffff !important;
    border-radius: 3px !important;
    border-color: #ffffff !important;
    color: #50565c !important;
}
body .newslatter-form .gform_wrapper.gravity-theme .gform_footer input[type=submit], 
body .newslatter-form .gform_wrapper.gravity-theme .gform_footer input[type=button], 
body .newslatter-form .gform_wrapper.gravity-theme .gform_footer input[type=reset], 
body .newslatter-form .gform_wrapper.gravity-theme .gform_footer button[type=submit]{
    background-color: #ffffff !important;
    color: #9c8bab !important;
    border-radius: 3px !important;
}
.newslatter-box .newslatter-form .gform_body .gform_fields .gfield.gform_hidden {
  display: none !important;
}
@media only screen and (max-width: 984px){
    .newslatter-box {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
    .newslatter-box .text-box {
        margin-bottom: 25px;
        width: 100%;
    }
    .newslatter-box .newslatter-form .gform_body .gfield input[type="text"],
    .newslatter-box .newslatter-form .gform_body .gfield input[type="email"]{
        max-width: 134px;
    }
    .newslatter-box .newslatter-form .gform_body .gform_fields {
        display: -ms-flexbox;
        display: flex;
    }
}
@media only screen and (max-width: 580px){
    body .newslatter-form .gform_wrapper form {
        display: inline-block;
        width: 100%;
        vertical-align: top;
    }
    .newslatter-form {
        width: 100%;
    }
    .newslatter-box .newslatter-form .gform_body {
        margin-right: 0;
        width: 100%;
    }
    .newslatter-box .newslatter-form .gform_body .gform_fields{
        display: inline-block;
    }
    .newslatter-box .newslatter-form .gform_body .gform_fields {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
    .newslatter-box .newslatter-form .gform_body .gfield .gfield_label,
    .newslatter-box .newslatter-form .gform_body .gfield .ginput_container {
        width: 100%;
    }
    .newslatter-box .newslatter-form .gform_body .gform_fields .gfield {
        width: 100%;
        display: inline-block;
        vertical-align: top;
        margin-bottom: 12px;
    }
    .newslatter-box .newslatter-form .gform_body .gfield input[type="text"], 
    .newslatter-box .newslatter-form .gform_body .gfield input[type="email"] {
        max-width: inherit;
    }
    body .newslatter-box .newslatter-form .gform_footer {
        width: 100%;
    }
    body .newslatter-form .gform_wrapper.gravity-theme .gform_footer input[type=submit], 
    body .newslatter-form .gform_wrapper.gravity-theme .gform_footer input[type=button], 
    body .newslatter-form .gform_wrapper.gravity-theme .gform_footer input[type=reset], 
    body .newslatter-form .gform_wrapper.gravity-theme .gform_footer button[type=submit]{
        margin-left: 0 !important;
    }
}

/*=============================================
= Footer CSS
=============================================*/

.site-footer .site-info {
    background: #f6f6f6;
}
.site-footer .widget .widget-title {
    display: block;
    text-align: left;
    margin-bottom: 12px;
    color: #63696f;
}
.site-footer .inside-site-info {
    display: inline-block;
    vertical-align: top;
    text-align: left;
}
.site-footer .gallery {
    margin: 0;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-align: center !important;
    align-items: center !important;
	gap: 10px;
    margin-bottom: 36px;
}
.site-footer .gallery .gallery-item {
    width: auto;
    max-width: 200px;
}
.site-footer .gallery .gallery-item a {
    display: inline-block;
    vertical-align: top;
    pointer-events: none;
}
.site-footer .gallery .gallery-item:first-child .gallery-icon {
    padding-left: 0;
}
.home .site-footer .footer-bar #nav_menu-2 {
    display: block;
}
.site-footer .footer-bar #nav_menu-2 {
    display: none;
}
.home .site-footer .footer-bar #nav_menu-3 {
    display: none;
}
.site-footer .footer-bar #nav_menu-3 ul {
    -ms-flex-pack: center !important;
    justify-content: center !important;
}
.site-footer .inside-site-info .footer-bar {
    position: relative;
}
.home .site-footer #custom_html-5 {
    display: none;
}
.site-footer #custom_html-5 {
    position: absolute;
    top: calc(100% + 20px);
    right: 0;
    left: auto;
    bottom: auto;
    width: auto;
}
.site-footer .menu li {
    margin: 0;
    padding: 0 6px;
}
.site-footer .menu li:last-child {
    padding-right: 0;
}
.site-footer .menu li:first-child {
    padding-left: 0;
}
.site-footer .menu li a {
    color: #50565c;
}
.site-footer .copyright-bar {
    margin-top: 20px;
}


/*=============================================
= Home banner Section CSS
=============================================*/

.section-h1-wrap {
    background: #f7f7f7;
    /* box-shadow: -2px 6px 6px #d2d2d2; */
}
.section-h1-wrap .container {
    max-width: 1100px;
    padding-left: 0;
    padding-right: 0;
}
.section-h1-wrap .bt-row {
    position: relative;
    -ms-flex-align: end !important;
    align-items: flex-end !important;
    display: block;
    height: 380px;
    margin: 0;
}
.section-h1-wrap .text-box {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important;
    position: relative;
    bottom: 60px;
    height: 100%;
}
.section-h1-wrap .text-box h2 {
    margin-bottom: 12px;
    font-weight: 500;
    color: #9a8aab;
    font-size: 32px;
    line-height: 1.18;
}
.section-h1-wrap .text-box p{
    font-size: 20px;
    margin-bottom: 0;
    color: white;
}
.section-h1-wrap .img-box {
    text-align: center;
}
.section-h1-wrap .text-btn {
    margin-top: 48px;
}
.section-h1-wrap .text-btn {
    padding: 9px 32px;
    font-size: 18px;
    font-weight: 300;
    border-radius: 10px;
    margin-bottom: 24px;
}


.second-banner-style .text-box {
    z-index: 99;
    bottom: 0;
    left: 0;
    display: block;
}
.second-banner-style .text-box .section-h1-wrap-text-inner {
    padding: 0px 0px 24px 2rem;
}
.second-banner-style .img-box {
    position: relative;
    height: 608px;
    /* overflow: hidden; */
    /* opacity: .4; */
    background-color: #9a8aab1c;
}
.second-banner-style .img-box img {
    max-width: inherit;
    object-fit: contain;
    height: auto;
    width: 100%;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 9;
    opacity: 1;
}
.section-home-banner-image {padding: 0;max-width: 100%;flex: 1;display: block;height: 380px;overflow: hidden;position: absolute;top: 0;}
.section-home-banner-text {
    position: absolute;
    bottom: 0;
    padding: 0;
    top: 0;
    display: block;
    max-width: 100%;
}
@media only screen and (max-width: 980px){
    .text-box h1 {
        font-size: 40px;
    }
	.section-h1-wrap {
		overflow: hidden;
	}
}
@media only screen and (max-width: 768px){
    .text-box h1 {
        font-size: 2rem;
        margin-bottom: 12px;
    }
    .section-h1-wrap .text-box h2 {
        font-size: 18px;
    }
    .section-h1-wrap .text-box p {
        font-size: 14px;
    }
    .section-h1-wrap .text-btn {
        padding: 9px 18px;
        font-size: 16px;
    }
    .text-btn i {
        margin-right: 5px;
        font-size: 15px;
    }


    .section-h1-wrap .text-box {
    }
    .section-h1-wrap .img-box img{
        object-fit: contain;
        /* height: 400px; */
        margin: 0;
    }
    .second-banner-style .img-box {
        height: 360px;
    }
    .section-h1-wrap .img-box {
        /* height: 400px; */
    }
    .second-banner-style .img-box img {
        object-fit: contain;
        /* height: 400px; */
        /* object-position: bottom; */
    }
    .section-h1-wrap .second-banner-style .text-btn {
        margin-top: 0;
    }
}
@media only screen and (max-width: 640px){
    .text-box h1 {
        font-size: 2rem;
    }
}
@media only screen and (max-width: 580px){
    .section-h1-wrap .bt-col {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
        padding: 0 0 12px 1rem;
    }
    .section-h1-wrap .img-box img {
        object-fit: contain;
        /* object-position: top; */
        height: 100%;
    }
	.section-h1-wrap .section-home-banner-image { padding: 0; }
    .text-box h1 {
        font-size: 2rem;
    }
    .section-h1-wrap .text-box h2 {
        font-size: 22px;
    }
    .section-h1-wrap .text-box p {
        font-size: 18px;
    }
    .section-h1-wrap .text-btn {
        padding: 9px 18px;
        font-size: 14px;
    }
    .section-h1-wrap .img-box {
        /* padding-bottom: 80px; */
    }
	.section-h1-wrap .second-banner-style .img-box {
        /* height: 600px; */
 }
    .second-banner-style .img-box img {
        /* object-position: top; */
    }

    .section-h1-wrap .text-box {
        bottom: 0;
    }
    .second-banner-style .text-box .section-h1-wrap-text-inner {
        background-color: transparent;
        border-radius: 0;
        padding: 0 0 24px;
    }
}
@media only screen and (max-width: 533px){
    .section-h1-wrap .text-box p:last-child {
        /* display: none; */
    }
    .section-h1-wrap .img-box {
        /* margin-bottom: 170px; */
        /* height: 440px; */
        padding: 0;
        margin-right: 0;
    }
    .section-h1-wrap .img-box img {
        object-fit: cover;
        /* height: 100%; */
        margin: 0;
    }
    .second-banner-style .bt-col:last-child {
        padding: 0;
    }
}

@media only screen and (max-width: 440px){
	.section-h1-wrap .second-banner-style .img-box {
		/* height: 460px; */
	}
}
@media only screen and (max-width: 425px){
    .section-h1-wrap .filter-imges {
        max-width: inherit;
        width: 100%;
        margin-left: 0;
    }
}
@media only screen and (max-width: 380px){
	.section-h1-wrap .second-banner-style .img-box {
		height: 440px;
	}
}
@media only screen and (max-width: 360px){
    .text-box h1 {
        font-size: 30px;
        margin-bottom: 18px;
    }
    .section-h1-wrap .text-box h2 {
        font-size: 18px;
    }
    .section-h1-wrap .text-box p {
        font-size: 14px;
    }
}

/*=============================================
= Home Promotion Banner Section CSS
=============================================*/
section.promotion_banner-section {
  position: relative;
  border-bottom: 0;
  display:  none;
  box-shadow: -2px 6px 6px #d2d2d2;
  background-color: #9589aa;
  padding: 15px 0 15px;
  color: #fff;
  overflow: hidden;
}
.show_promotion_banner-content {
  font-size: 19.2px;
  text-align: center;
  line-height: 1.27;
  font-weight: 300;
}
.show_promotion_banner-content a {
  background-color: #0bbf3c;
  color: #fff;
  text-decoration: none;
  display: inline-block;
  box-sizing: border-box;
  padding: 4px 14px;
  border: 1px solid #0bbf3c;
  border-radius: 10px;
  margin-left: 10px;
  height: auto;
  font-weight: 400;
  vertical-align: middle;
  margin-top: 5px;
}
.show_promotion_banner-content p {
  line-height: inherit;
  font-size: inherit;
}
@media only screen and (max-width: 533px){
    section.promotion_banner-section {
        display:  block;
    }
}
@media only screen and (max-width: 479px){
    .show_promotion_banner-content {
        padding: 0 10%;
    }
    .show_promotion_banner-content p br {
      display: none;
    }
}
/*=============================================
= Home After Before Section CSS
=============================================*/

.section-h2-wrap {
    padding: 24px 0 48px;
}
.afterbefore-box {
    max-width: 227px;
    margin: 0 auto;
    text-align: left;
    position: relative;
    height: 100%;
    padding-bottom: 42px;
}
.textbox-ful-link {
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 100%;
    z-index: 9;
}
.afterbefore-box .text-box {
    margin-bottom: 24px;
}
.afterbefore-box .text-box p {
    color: #50565c;
    font-size: 14px;
}
.afterbefore-box .text-box p b {
    font-weight: 500;
}
.afterbefore-box .text-box h3 {
    font-size: 22px;
    text-transform: lowercase;
    margin-top: 24px;
    color: #9c8bab;
}
.afterbefore-box .text-btn {
    width: 100%;
    position: absolute;
    left: 0;
    top: auto;
    bottom: 0;
    right: 0;
}
.afterbefore-box .text-box p {
    margin-bottom: 18px;
}

@media only screen and (max-width: 980px){
    .afterbefore-box {
        max-width: initial;
    }
}
@media only screen and (max-width: 580px){
    .bt-col-580 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }
    .afterbefore-box {
      padding: 0 0px 20px 12px;
    }
    .afterbefore-box .img-box {
        width: 100px;
        float: left;
        margin-right: 12px;
        margin-bottom: 10px;
    }
    .afterbefore-box .text-box {
        width: auto;
        overflow: hidden;
        margin-bottom: 10px;
    }
    .afterbefore-box .text-box p {
      font-size: 14px;
      line-height: 1.114;
    }
    .afterbefore-box .text-box h3 {
      margin-top: 20px;
      margin-bottom: 10px;
      line-height: 0.70;
    }
    .afterbefore-box .text-btn {
      position: relative;
      width: auto;
      overflow: hidden;
      margin: 0 0 12px;
      display: inline-block;
      vertical-align: top;
      font-size: 16px;
      padding: 6px 20px;
      line-height: 1.5;
      text-transform: lowercase;
    }
    .afterbefore-box .text-btn .fa-share {
      font-size: inherit;
      margin: 0;
    }
    .HomeAfterBefore-section {
      padding-bottom: 90px;
    }
}

/*=============================================
= Home Patient Stories Section CSS
=============================================*/

.section-h3-wrap {
    box-shadow: -2px 6px 6px #d2d2d2;
    margin-bottom: 20px;
    background: #f7f7f7;
    padding-top: 48px;
}
.patient-stroies-content {
    min-height: 494px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important;
}
.text-box p strong {
    font-weight: 500;
}
.patient-stories-slider-icon {
    text-align: right;
}
.patient-stories-slider-icon button {
    background: none repeat scroll 0 0 #000;
    border-radius: 6px;
    color: #fff;
    font-size: 40px;
    height: 40px;
    opacity: .5;
    text-align: center;
    top: 0;
    width: 40px;
    padding: 0;
    border: none;
    line-height: 38px;
}
.patient-stories-slider-icon button i {
    font-size: 40px;
}
.patient-stories-slider-icon button:first-child {
    margin-right: 7px;
}
.patient-stroies-btn .text-btn {
    font-size: 20px;
}
.patient-stroies-btn .text-btn i {
    font-size: 20px;
}
.patient-stroies-responsive-img {
    display: none;
}
.patient-stroies-content .mobile {
  display: none;
}
.patient-stroies-slider .bt-row {
  margin: 0;
  flex-wrap: nowrap;
  min-height: 590px;
}
.patient-stroies-slider .bt-row > div {
  padding: 0;
}
.patient-stroies-slider .bt-col.bt-col-xl-8 {
  padding: 0;
  position: absolute;
  left: 32%;
  width: auto;
  max-width: max-content;
  flex: 1 1 auto;
  bottom: 0;
}
.patient-stroies-slider .bt-row > .bt-col-xl-4 {
  position: relative;
  z-index: 2;
}
.patient-stroies-content p {
  margin-bottom: 18px;
}
.patient-stroies-img.img-box img {
  max-width: fit-content;
}

@media only screen and (max-width: 980px){
    .patient-stroies-slider .bt-row {
      min-height: 500px;
    }
    .patient-stroies-common {
        margin: 0 -15px;
    }
    .patient-stroies-slider {
        margin: 0 -15px 0 0;
    }
    .patient-stroies-responsive-img img {
        width: auto;
        float: right;
        object-fit: cover;
        object-position: center;
        height: 100%;
        position: absolute;
        right: 0;
        top: 0;
        z-index: -9;
    }
    .patient-stroies-content {
      min-height: 0;
    }
    .patient-stroies-content .text-box {
        margin-bottom: 42px;
    }
    .patient-stroies-content h4 {
      margin-top: 24px;
    }
    .patient-stroies-slider .bt-col.bt-col-xl-8 {
      left: auto;
      right: -284px;
      height: 100%;
    }
    .patient-stroies-img.img-box {
      height: 100%;
    }
    .patient-stroies-img.img-box img {
      height: 100%;
    }
    .patient_story_header_row .section-title {
      margin: 0;
      line-height: 1;
    }
    .patient-icon-col {
      position: absolute;
      right: 0;
      text-align: right;
      z-index: 1;
    }
}
@media only screen and (max-width: 640px){
    .patient-stroies-slider .bt-col.bt-col-xl-8 {
      right: -306px;
    }
    .patient-stroies-content {
      min-height: 0;
    }
}
@media only screen and (max-width: 480px){
    .patient-stroies-slider {
        margin: 0 -15px;
    }
    .bt-col-480 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }
    .patient-stroies-responsive-img img {
        position: relative;
        width: auto;
    }
    .patient-stroies-common .bt-row .bt-col:first-child {
        position: absolute;
        bottom: 0;
        left: 0;
        right: 0;
        top: auto;
        max-height: none;
        margin: 0 12px;
        min-height: 0;
        padding: 24px 24px 12px;
        width: auto;
        background: rgba(255, 255, 255, 0.9);
        border-top-left-radius: 24px;
        border-top-right-radius: 24px;
        z-index: 99;
    }
    .patient-stroies-btn {
        width: 100%;
        display: inline-block;
        vertical-align: top;
        text-align: right;
    }
    .patient-stroies-btn .text-btn,
    .patient-stroies-btn .text-btn i {
        font-size: 14px;
    }
    .patient-icon-col {
        padding-left: 0;
    }
    .patient-stroies-common .text-box p {
        font-size: 14px;
        font-weight: 500;
    }
    .mobile:not(:empty) ~ p {
      display: none;
    }
    .mobile {
      font-size: 14px;
      font-weight: 500;
      line-height: 1.2;
      margin-bottom: 0;
      color: #9589aa;
    }
    .patient-stroies-content .text-box {
      margin-bottom: 18px;
    }
    .patient-stroies-content .mobile {
      display: block;
    }
    .patient-stroies-slider .slick-slide > div > div {
      vertical-align: top;
    }
    .patient-stroies-responsive-img{
        display: none;
    }
    .patient-stroies-btn .text-btn {
      margin-right: -12px;
    }
    .bt-row.patient_story_header_row {
      margin: 0;
      position: relative;
      z-index: 1;
    }
    .patient_story_slider-section {
      overflow: hidden;
    }
    .bt-row.patient_story_header_row .bt-col {
      padding: 0 10px;
    }
    .patient_story_header_row .bt-col-9 {
      flex: 0 0 auto;
      max-width: fit-content;
    }
    .patient-stroies-content h4 {
      margin-top: 0;
    }
    .patient_story_header_row .patient-icon-col {
      flex: 0 0 auto;
      max-width: fit-content;
      margin-left: auto;
    }
}
@media only screen and (max-width:  360px) {
    .bt-row.patient_story_header_row .bt-col {
      padding: 0 12px;
    }
    .bt-row.patient_story_header_row {
      position: relative;
      margin: 0 -12px;
      z-index: 1;
    }
    .patient-stroies-btn .text-btn, .patient-stroies-btn .text-btn i {
      font-size: 12px;
      line-height: 1.3;
    }
    .patient-stroies-slider .bt-row {
      min-height: 614px;
    }
    .patient-stroies-img.img-box img {
      height: 100%;
      width: auto;
    }
    .patient-stroies-slider .bt-col.bt-col-xl-8 {
      right: -360px;
    }
    .patient-stories-slider-icon button {
      font-size: 30px;
      height: 30px;
      width: 30px;
      line-height: 28px;
    }
    .patient-stories-slider-icon button i {
      font-size: 30px;
    }
    .patient-stories-slider-icon button:first-child {
      margin-right: 3px;
    }
}

/*=============================================
= Home Patient Stories Section CSS
=============================================*/

.section-h4-wrap {
    background: #f6f6f6;
    padding-top: 24px;
}
.section-h4-wrap .text-box h2 {
    margin-bottom: 48px;
}
.about-text-wrap {
    position: relative;
    background-color: #fff;
    display: inline-block;
    vertical-align: top;
    width: 100%;
}
.about-box-listing {
    list-style: none;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: -10px -10px;
}
.about-box-listing li {
    width: 50%;
    padding: 10px 10px;
}
.about-text-box .about-text-text {
    position: absolute;
    bottom: 0;
    top: auto;
    left: 0;
    right: 0;
    width: 100%;
    text-align: center;
    padding: 21px 18px;
    z-index: 2;
    background-color: rgba(136,155,170,1);
}
.about-text-pink .about-text-box .about-text-text {
    background-color: rgba(153,138,171,1);
}
.about-text-box .about-text-text h3 {
    margin: 0;
    color: #fff;
    margin-bottom: 12px;
    font-weight: 600;
}
@media only screen and (max-width: 980px){
    .about-box-listing li {
        padding: 5px;
    }
    .about-box-listing {
      margin: -5px ;
    }

}

@media only screen and (max-width: 640px){
    .about-box-listing li{
        width: 580px;
        padding: 0px;
        margin: 0 auto;
    }
    .about-box-listing {
      margin: 0 0 48px;
    }
}
@media only screen and (max-width: 580px){
    .about-box-listing li {
        max-width: 480px;
        margin: 0 auto;
    }
}
@media only screen and (max-width: 480px){
    .about-box-listing li {
        max-width: 380px;
        margin: 0 auto;
    }
}
@media only screen and (max-width: 360px){
    .about-box-listing li {
        max-width: 320px;
        margin: 0 auto;
    }
}
/*=============================================
= Home Latest Update Section CSS
=============================================*/

.section-h5-wrap {
    padding: 48px 0px 38px;
    background: #f6f6f6;
}
.latest-update {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: (1fr 2%)[12];
    grid-template-columns: repeat(12,1fr);
    grid-template-rows: repeat(auto-fill,auto);
    grid-column-gap: 30px;
    grid-row-gap: 12px;
    width: 100%;
}
.latest-update .latest-update-item {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    grid-column: span 5;
    grid-row: span 1;
    padding: 10px 12px;
}
.latest-update .latest-update-item.latest-update-item-first {
    grid-column: span 7;
    grid-row: span 5;
    padding: 0;
    margin-bottom: 12px;
}
.latest-update .latest-update-item.latest-update-item-first .text-box{
    background: #9a8aab;
    border-radius: 0;
    padding: 10px 12px 16px;
}
.latest-update .latest-update-item .img-box img{
    width: 100%;
}
.latest-update .latest-update-item-first .text-box .latest-update-title .latest-update-time,
.latest-update .latest-update-item-first .text-box p{
    color: #fff;
}
.latest-update .latest-update-item-first .text-box .latest-update-title{
    color: #fff;
}
.latest-update .latest-update-item.latest-update-item-first .text-box p{
    max-width: 440px;
    width: 100%;
    display: block;
}
.latest-update .text-box .latest-update-title {
    display: inline-block;
    vertical-align: top;
    width: 100%;
    margin-bottom: 6px;
    font-size: 18px;
    line-height: 1.2em;
    position: relative;
    z-index: 1;
    padding-right: 100px;
    color: #9a8aab;
}

.latest-update .text-box .latest-update-title .latest-update-time {
    font-size: 14px;
    font-weight: 300;
    color: #50565c;
    position: absolute;
    left: auto;
    right: 0;
    top: 0;
    bottom: auto;
    z-index: 1;
}
.latest-update .text-box p{
    font-size: 14px;
    font-weight: 300;
    color: #50565c;
}
.latest-update .latest-update-item{
    border-radius: 6px;
}
.latest-update .latest-update-item:not(:nth-child(2n + 1)):not(:nth-child(1)){
    background: #e6e7e8;
} 
.latest-update .latest-update-item-inner{
    display: inline-block;
    vertical-align: top;
    width: 100%;
    position: relative;
    z-index: 1;
}
.latest-update-footer .text-box p{
    text-align: right;
}
.latest-update-footer .text-box p a{
    padding: 6px 12px 8px;
}
.latest-update-item .latest-update-link {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    display: block;
    z-index: 2;
}
@media only screen and (max-width: 980px){
    .latest-update-footer .bt-col:nth-child(1),.latest-update-header .bt-col:nth-child(2){
        display: none;
    }
    .latest-update{
        grid-column-gap: 0px;
    }
    .latest-update .latest-update-item.latest-update-item-first{
        grid-column: span 12;
        margin-bottom: 3px;
    }
    .latest-update .latest-update-item.latest-update-item-first .text-box{
        border-radius: 0px 0px 6px 6px;
    }
    .latest-update .latest-update-item{
        grid-column: span 12;
    }
}
@media only screen and (max-width: 375px){
    .latest-update .text-box .latest-update-title{
        padding-right: 0px;
    }
    .latest-update .text-box .latest-update-title .latest-update-time{
        position: static;
        margin-top: 6px;
        text-align: right;
        display: block;
    }
}

/*================================================
= Home Explore treatments & procedures Section CSS
================================================*/
section.explore_treatments_section {
  /* display: none; */
  padding-top: 48px;
  padding-bottom: 48px;
  padding-left: 15px;
  padding-right: 15px;
}
.explore_treatments_section ul {
  margin: 0;
  padding: 0;
  list-style: none;
  text-align: center;
}
.explore_treatments_lists a span {
  display: block;
}
.explore_treatments_lists a {
  display: flex;
  color: #fff;
  width: 100%;
  text-align: center;
  background: #9589aa;
  position: relative;
  border-radius: 12px;
  align-items: center;
  justify-content: center;
  aspect-ratio: 1/1;
  font-size: 3rem;
  max-width: 46%;
}
.explore_treatments_lists {
  text-align: center;
  font-size: 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 2rem;
    flex-wrap: wrap;
}
.explore_treatments_section .section-title {
  letter-spacing: 0;
  word-spacing: -1px;
  line-height: 1;
}
@media only screen and (max-width: 640px){
    section.explore_treatments_section {
        display: block;
    }
}
@media only screen and (max-width: 480px){
    .explore_treatments_lists a{
      width: 45%;
      max-width: 163px;
      padding: 22px;
      font-size: 36px;
      height: 163px;
    }
}
@media only screen and (max-width: 360px){
    .explore_treatments_lists a{
        width: 42%;
        height: 135px;
    }
}
/*================================================
= Home Home Body Selector-section Section CSS
================================================*/
.HomeBodySelector-section {
  padding-top: 48px;
}

/*================================================
= Home Explore treatments & procedures Section CSS
================================================*/


section.HomeContactForm {
  background: #889baa;
  padding: 20px 15px 30px;
  display: none;
}
@media only screen and (max-width: 640px){
    section.HomeContactForm {
        display: block;
        margin-top: 48px;
    }
}
.HomeContactForm .section-title {
  font-size: 24px;
  margin-bottom: 20px;
  color: #fff;
  line-height: 0.65;
  font-weight: 400;
}

#gform_19.home_responsive_contact_form .gfield input,
#gform_19.home_responsive_contact_form .gfield select,
#gform_19.home_responsive_contact_form .gfield textarea {
  background-color: #fff !important;
  border-width: 0!important;
  outline: none !important;
  box-shadow: none !important;
  border: 0 !important;
  line-height: 1;
  font-size: 13px !important;
}
#gform_19.home_responsive_contact_form .gfield input{
  font-size: 13px !important;
  padding: 5px 10px !important;
}
#gform_19.home_responsive_contact_form .gfield input,
#gform_19.home_responsive_contact_form .gfield select {
  height: 29px !important;
  padding: 0px 10px !important;
  color: #50565c !important;
  line-height: 1;
}
#gform_19.home_responsive_contact_form .gfield.gfield--width-half {
  -ms-grid-column-span: 6;
  grid-column: span 6;
}
#gform_19.home_responsive_contact_form .gform_fields {
  grid-column-gap: 4px;
  grid-row-gap: 6px;
}
#gform_19.home_responsive_contact_form .gfield input[type="checkbox"] + label {
  color: #fff;
  font-size: 12px;
}
#gform_19.home_responsive_contact_form .gfield textarea {
  height: 72px !important;
  resize: none;
  margin-bottom: 4px !important;
  color: #50565c !important;
}
#gform_19.home_responsive_contact_form .gfield select {
  font-size: 12px !important;
}
#gform_19.home_responsive_contact_form {
  position: relative;
}
#gform_19.home_responsive_contact_form .gform_footer {
  position: absolute;
  right: 0;
  margin-top: 0;
  bottom: -10px;
}
#gform_19.home_responsive_contact_form .gform_footer input[type="submit"] {
  font-size: 13.33px !important;
  height: 27px !important;
  padding: 0 18px !important;
}
#gform_19.home_responsive_contact_form .gfield.home_checkbox {
  margin-top: 7px;
}
#gform_19.home_responsive_contact_form .gfield.home_checkbox input {
  height: auto !important;
}
#gform_19.home_responsive_contact_form .gform_footer img {
  position: absolute;
  right: 0;
  top: 0;
  background: #64696e;
  left: 0;
  width: 100%;
  height: 27px;
  border-radius: 5px;
  padding: 5px;
}
/*=============================================
= Blog Page CSS
=============================================*/

body .site .site-main {
    margin: 0;
}
.post .inside-article {
    padding: 0;
}
.inside-article {
    position: relative;
}
.fraxel-laser-img {
    position: absolute;
    top: 0;
    right: 0;
    max-width: 32%;
}
@media only screen and (max-width: 575px){
    .fraxel-laser-img{
        all: unset;
    }
}
.post .inside-article > .entry-title {
    display: none;
}
.post .inside-article .post-image a {
    display: inline-block;
    vertical-align: top;
    width: 100%;
}
.post .inside-article .post-image a img {
    width: 100%;
    vertical-align: top;
}

.right-sidebar .site-content .content-area {
    width: 63%;
    padding-right: 22px;
}
.right-sidebar .is-right-sidebar {
    width: 37%;
    padding-left: 22px;
}
.post {
    margin-bottom: 24px;
    display: inline-block;
    vertical-align: top;
    width: 100%;
}
.post .inside-article {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    position: relative;
    padding-left: 30% !important;
}
.post .inside-article .featured-image {
    width: 100%;
    margin: 0;
}
.post .post-image {
    float: left;
    width: 30%;
    padding-top: 20px;
    padding-right: 10px;
    position: absolute;
    left: 0;
    top: 0;
}
.post .post-details {
    width: 100%;
    background-color: #f6f6f6;
    border-radius: 11px;
    padding: 10px 20px;
}
.post .post-details h2 a {
    font-size: 22px;
    color: #9a8aab;
    font-weight: 500;
    line-height: 1.18;
}
.post .post-details .entry-meta {
    margin-top: 5px;
}
.post .post-details .entry-meta span {
    font-size: 14px;
    color: #50565c;
}
.post .post-details .entry-summary {
    margin-top: 6px;
}
.post .post-details .entry-summary p {
    font-size: 14px;
    color: #50565c;
    line-height: 1.285;
    margin-bottom: 6px;
    font-weight: 300;
}
.post .post-details .entry-summary .read-more-container a {
    padding: 0;
    background: transparent;
    color: #50565c;
    font-weight: 500;
}
.archive .page-header{
    display: none;
}
.post.first-post .inside-article {
    padding: 0 !important;
}
.post.first-post .inside-article .post-image {
    position: relative;
}
.post.first-post .inside-article > .entry-title {
    display: block;
}
.post.first-post .inside-article > .entry-title a {
    padding: 0 0 10px;
    font-size: 22px;
    color: #9a8aab;
    display: inline-block;
    vertical-align: top;
}
.post.first-post .post-image {
    width: 100%;
    margin: 0 !important;
    padding: 0;
}
.post.first-post .post-details {
    width: 100%;
    overflow: inherit;
    display: inline-block;
    vertical-align: top;
    border-radius: 0 0 11px 11px;
    background-color: rgba(154, 138, 171, 1);
}
.post.first-post .post-details h2 a,
.post.first-post .post-details .entry-meta span,
.post.first-post .post-details p,
.post.first-post .post-details .read-more-container a {
    color: #ffffff;
}
.post.first-post .post-details h2 {
    display: none;
}
.post.first-post .post-details p {
    font-size: 16px;
    font-weight: 300;
}
.post.first-post .post-details .read-more-container a {
    padding: 0;
    background: transparent !important;
    font-weight: 500;
}
/* .paging-navigation {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
} */
.paging-navigation {
    display: inline-block;
    vertical-align: top;
    width: 100%;
}
.post ~ .paging-navigation .nav-previous {
    display: inline-block;
    text-align: right;
    float: right;
    vertical-align: top;
}
.post ~ .paging-navigation .nav-next {
    display: inline-block;
    float: left;
    vertical-align: top;
}
.post ~ .paging-navigation .nav-links {
    display: none;
}
.post ~ .paging-navigation .nav-previous span a, 
.post ~ .paging-navigation .nav-next span a {
    background: #eee;
    position: relative;
    padding: 6px 12px;
    padding-right: 30px;
}
.post ~ .paging-navigation .nav-next span a {
    padding-right: 12px;
    padding-left: 30px;
}
.post ~ .paging-navigation .nav-previous span:before,
.post ~ .paging-navigation .nav-next span:before{
    display: none;
}
.post ~ .paging-navigation .nav-previous span a, 
.post ~ .paging-navigation .nav-next span a {
    font-size: 14px;
    color: #6e8b9c;
}
.post ~ .paging-navigation .nav-previous span a:before,
.post ~ .paging-navigation .nav-next span a:before {
    background: url(/wp-content/uploads/2022/02/sprite.png) no-repeat scroll left -123px transparent;
    height: 13px;
    width: 13px;
    position: absolute;
    right: 6px;
    content: "";
    top: 50%;
    transform: translate(0, -50%);
    opacity: 1;
    margin: 0;
}
.post ~ .paging-navigation .nav-next span a:before {
    background: url(/wp-content/uploads/2022/02/sprite.png) no-repeat scroll left -123px transparent;
    right: auto;
    left: 6px;
    transform: translate(0, -50%) rotate(180deg);
}
/* Download Booklet */
.post .inside-article .download-booklet-grid {
    display: block;
    width: 100%;
}
.post .download-booklet-grid, .page .download-booklet-grid{
	overflow:hidden;
}
.post .download-booklet-grid .download-booklet-items,
.page .download-booklet-grid .download-booklet-items{
	float:left;
}

.site-header-warrper + * {
    margin-top: 48px;
}
.home .site-header-warrper + *{
    margin-top: 0;
}

.featured-image img{
    width: 100%;
}
.entry-content ul,
.entry-content ol,
.page-template-common-template .site-main ul,
.page-template-common-template .site-main ol ,
.page-template-treatments-pages-temaplate .site-main ul,
.page-template-treatments-pages-temaplate .site-main ol {
    margin-left: 16px;
    margin-bottom: 1em;
}
.entry-content ul li,
.entry-content ol li,
.page-template-common-template .site-main ul li,
.page-template-common-template .site-main ol li,
.page-template-treatments-pages-temaplate .site-main ul li,
.page-template-treatments-pages-temaplate .site-main ol li {
    margin-bottom: 6px;
}
.entry-content ul li p:not(:last-child),
.entry-content ol li p:not(:last-child),
.page-template-common-template .site-main ul li p:not(:last-child),
.page-template-common-template .site-main ol li p:not(:last-child),
.page-template-treatments-pages-temaplate .site-main ul li p:not(:last-child),
.page-template-treatments-pages-temaplate .site-main ol li p:not(:last-child) {
    margin-bottom: 0.5em;
}
.entry-content ul li p:last-child,
.entry-content ol li p:last-child,
.page-template-common-template .site-main ul li p:last-child,
.page-template-common-template .site-main ol li p:last-child,
.page-template-treatments-pages-temaplate .site-main ul li p:last-child,
.page-template-treatments-pages-temaplate .site-main ol li p:last-child {
    margin-bottom: 1em !important;
}
.entry-content h1,
.entry-content h2,
.entry-content h3,
.entry-content h4,
.entry-content h5,
.entry-content h6,
.page-template-common-template .site-main h1,
.page-template-common-template .site-main h2,
.page-template-common-template .site-main h3,
.page-template-common-template .site-main h4,
.page-template-common-template .site-main h5,
.page-template-common-template .site-main h6,
.page-template-treatments-pages-temaplate .site-main h1,
.page-template-treatments-pages-temaplate .site-main h2,
.page-template-treatments-pages-temaplate .site-main h3,
.page-template-treatments-pages-temaplate .site-main h4,
.page-template-treatments-pages-temaplate .site-main h5,
.page-template-treatments-pages-temaplate .site-main h6 {
    margin: 24px 0 12px;
}
.page-template-common-template .site-main header.entry-header > .entry-title,
.page-template-treatments-pages-temaplate .site-main header.entry-header > .entry-title {
    margin-top: 0px !important;
}
.page-template-common-template .site-main p,
.page-template-treatments-pages-temaplate .site-main p{
    line-height: 1.4em;
    margin-bottom: 1em;
}
.page-template-common-template .site-main p a,
.page-template-common-template .site-main li a,
.page-template-treatments-pages-temaplate .site-main p a {
  color: var(--accent);
}
.Posted.In{
	padding: 12px;
	background-color: #eee;
}
.ba-textimgbox h3 {
    width: 100%;
    margin-bottom: 0 !important;
}

@media only screen and (max-width: 972px){
    .right-sidebar .site-content .content-area {
        width: 100%;
        padding-right: 0;
    }
}
/*=============================================
= Sidebar CSS
=============================================*/

body.separate-containers .inside-right-sidebar {
	
    margin: 0;
	position: -webkit-sticky;
 	position: sticky;
  	top: 100px;
}
.right-sidebar .sidebar-form {
    border-radius: 12px;
}
.right-sidebar .sidebar-form .form-header {
    background-color: #0bbf3c;
    border-radius: 12px 12px 0 0;
    padding: 24px 12px;
    text-align: center;
}
.right-sidebar .sidebar-form .form-header h3, .right-sidebar .sidebar-form .form-header p {
    line-height: 1.2em;
    color: #fff;
    text-align: center;
    padding-bottom: 10px;
    font-weight: 500;
    font-size: 24px;
    margin: 0;
}
.right-sidebar .sidebar-form .form-header .text-btn {
    width: 100%;
    background: transparent;
    color: #fff;
    border-radius: 0;
    border: 1px solid #fff;
    padding: 5px 12px;
    font-size: 20px;
}
.right-sidebar .sidebar-form .form-footer {
    padding: 20px 15px;
    background: #889baa;
    text-align: center;
    border-radius: 0 0 12px 12px;
}
.right-sidebar .sidebar-form .form-footer h3,  .right-sidebar .sidebar-form .form-footer p{
    padding-bottom: 18px;
    /* text-transform: lowercase; */
    margin: 0;
    font-size: 24px;
    color: #ffffff;
    line-height: 0.62;
}
body .sidebar-form .gform_wrapper.gravity-theme .gform_fields {
    grid-column-gap: 6px;
    grid-row-gap: 6px;
}
body .sidebar-form .gform_wrapper.gravity-theme .gfield {
    text-align: left;
}
body .sidebar-form .gform_wrapper.gravity-theme .gfield input[type="text"], 
body .sidebar-form .gform_wrapper.gravity-theme .gfield input[type="email"], 
body .sidebar-form .gform_wrapper.gravity-theme .gfield input[type="url"], 
body .sidebar-form .gform_wrapper.gravity-theme .gfield input[type="password"], 
body .sidebar-form .gform_wrapper.gravity-theme .gfield input[type="search"], 
body .sidebar-form .gform_wrapper.gravity-theme .gfield input[type="tel"], 
body .sidebar-form .gform_wrapper.gravity-theme .gfield input[type="number"], 
body .sidebar-form .gform_wrapper.gravity-theme .gfield textarea,
body .sidebar-form .gform_wrapper.gravity-theme .gfield select{
    background-color: #ffffff !important;
    border-color: #ffffff !important;
    padding: 6px 10px !important;
    font-size: 13px !important;
    color: #50565c !important;
}
body .sidebar-form .gform_wrapper.gravity-theme .gfield select{
    font-size: 12px !important;
}
body .sidebar-form .gform_wrapper.gravity-theme .gfield textarea {
    height: 72px !important;
}
body .sidebar-form .gform_wrapper.gravity-theme .gfield input[type="checkbox"] + label {
    color: #fff;
    font-size: 12px;
}
body .sidebar-form .gform_wrapper.gravity-theme .gform_footer {
    margin: -22px 0 0;
    text-align: right;
}
body .sidebar-form .gform_wrapper.gravity-theme .gform_fields .sidebar-last-field {
    padding-right: 80px;padding-top: 12px;
}
body .sidebar-form .gform_wrapper.gravity-theme .gform_footer input[type=submit], 
body .sidebar-form .gform_wrapper.gravity-theme .gform_footer input[type=button], 
body .sidebar-form .gform_wrapper.gravity-theme .gform_footer input[type=reset], 
body .sidebar-form .gform_wrapper.gravity-theme .gform_footer button[type=submit]{
    margin-right: 0 !important;
    padding: 6px 18px !important;
    font-size: 13px !important;
}

body.separate-containers .inside-right-sidebar > div,
body.separate-containers .inside-right-sidebar .all-sidebar-study > div {
    margin-bottom: 24px;
}
body.separate-containers .inside-right-sidebar .all-sidebar-study > div:last-child{
    margin-bottom: 0;
}
.sidebar-membership-gallery .membership-gallery-list img {
    margin: 0 12px 12px;
    max-height: 40px;
    width: auto;
}
.inside-right-sidebar aside .gallery .gallery-item {
    max-width: inherit;
    width: auto;
    vertical-align: middle;
}
.inside-right-sidebar aside h2.widget-title,
.inside-right-sidebar h2 {
    font-size: 16px;
    color: #6e8b9c;
    font-weight: 400;
    line-height: 1.1em;
    margin-bottom: 12px;
}
.inside-right-sidebar aside ul li {
    margin-bottom: 6px;
}
.inside-right-sidebar aside ul li a {
    font-size: 14px;
    color: #005cae;
}
.sidebar-channel-list img {
  margin-right: 24px;
  margin-bottom: 12px;
  vertical-align: middle;
}
.single-post .meet-the-team-sidebar-header-btn,
.tag .meet-the-team-sidebar-header-btn,
.single-in-the-media .meet-the-team-sidebar-header-btn{
    margin-bottom: 24px;
}
.tag .meet-the-team-sidebar-header-btn a,
.single-post .meet-the-team-sidebar-header-btn a,
.single-in-the-media .meet-the-team-sidebar-header-btn a{
    background: #eee;
    color: #005cae;
}

/*** Video Popupbox css start ****/

.video-popup-box ul {
    margin: 0 -5px;
    list-style: none;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.video-popup-box ul li {
    padding: 0 5px;
    width: 50%;
}
.video-popup-box ul li .text-title {
    font-size: 14px;
    color: #50565c;
    margin: 6px 0 0;
}
.video-popup-box .video-img-popup {
    position: relative;
    display: inline-block;
    vertical-align: top;
}
.video-popup-box .video-img-popup img {
    display: inline-block;
    vertical-align: top;
    width: 100%;
}
.video-popup-box .video-img-popup .video-popup-play-icon {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}
.video-popup-box .video-img-popup .video-popup-play-icon i {
    font-size: 40px;
    color: #9589aa;
    transition: all 0.5s ease 0s;
}
.video-popup-box .video-img-popup:hover .video-popup-play-icon i {
    transform: scale(1.3);
}

.vpop {
    cursor: pointer;
}
#video-popup-overlay {
    display: none;
    position: fixed;
    top: 0px;
    bottom: 0px;
    right: 0px;
    left: 0px;
    z-index: 99999;
    background-color: #ffffff;
    opacity: 0.95;
}
#video-popup-container {
    display: none;
    position: fixed;
    top: 50%;
    bottom: 0px;
    left: 15px;
    right: 15px;
    z-index: 999999;
    margin: auto;
    width: calc(100% - 30px);
    max-width: 768px;
    transform: translateY(-50%);
}
#video-popup-close {
    cursor: pointer;
    position: absolute;
    right: -25px;
    top: -25px;
    z-index: 998;
    width: 26px;
    height: 26px;
    border-radius: 50%;
    text-align: center;
    font-size: 14px;
    background-color: transparent;
    line-height: 22px;
    color: #ffffff;
    border: 2px solid #d1d1d1;
    background: url(/wp-content/uploads/2022/02/sprite.png) no-repeat -71px -176px;
}
#video-popup-iframe-container {
    display: block;
    width: 100%;
    position: relative;
    z-index: 10;
    padding-bottom: 56.25%;
    border: 2px solid #000000;
    border-radius: 2px;
    background-color: #000000;
}
#video-popup-iframe {
    display: block;
    position: absolute;
    z-index: 10;
    width: 100%;
    height: 100%;
    left: 0px;
    top: 0px;
    right: 0px;
    bottom: 0px;
    background-color: #000000;
}


/*** Video Popupbox css End ****/

@media only screen and (max-width: 972px){
    .site-content {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
    .right-sidebar .is-right-sidebar {
        width: 100%;
        padding-left: 0;
        margin-top: 24px;
		z-index: 10;
    }
    body.separate-containers .inside-right-sidebar .right-sidebar {
        width: 100%;
        max-width: 335px;
        float: left;
        margin-right: 12px;
    }
    .right-sidebar .site-content .content-area {
        width: 100%;
        max-width: 580px;
    }
}
@media only screen and (max-width: 720px){
    body.separate-containers .inside-right-sidebar .right-sidebar {
        max-width: inherit;
        float: inherit;
        margin-right: 0;
    }
}
@media only screen and (max-width: 479px){
    .post .inside-article {
        padding-left: 0% !important;
    }
    article.post .inside-article .post-image {
        width: 100%;
        padding-top: 20px;
        padding-right: 0;
        margin: 0;
        position: relative;
    }
    .post .post-details {
        border-radius: 0 0 11px 11px;
    }
}

/*=============================================
= Common Page Template CSS
=============================================*/

.site .site-content .inside-article {
    padding: 0;
	background-color: transparent;
}
.type-post .entry-header .entry-title {
    color: #005cae;
}
.entry-header .entry-title {
    color: #6e8b9c;
}
.procedureslist-inner ul {
    margin-left: 0px !important;
}
.half-box {
    display: -ms-flexbox;
    display: flex;
    margin: 0 -6px 24px;
}
.half-box .text-box {
    width: 50%;
    padding: 0 6px;
}
.text-box ul {
    margin: 0;
    padding: 0;
    list-style: none;
}
.text-box ul li {
    margin-bottom: 6px;
    line-height: 1.4em;
}
.disc {
    margin-left: 14px;
    list-style: disc;
    margin-bottom: 24px;
}
.disc li {
    margin-bottom: 6px;
    line-height: 1.4em;
    font-size: 14px;
}

@media only screen and (max-width: 620px){
    .half-box {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
    .half-box .text-box {
        width: 100%;
    }
}

.patient_story_slider-section {
	margin-bottom: 0;
	position: relative;
}

.all-about-you-section {
	padding-top: 60px;
}

.all-about-you-section .about-text-img img { opacity: .1; }

/*=============================================
= Patient Story Page CSS
=============================================*/

.patient-stories-section {
    box-shadow: -2px 6px 6px #d2d2d2;
    margin-bottom: 20px;
    background: #f7f7f7;
    padding-top: 48px;
    margin-top: 48px;
}
.patient-stories-section .patient-stroies-common > div {
    margin-bottom: 72px;
    border-bottom: 15px solid #fff;
    width: 100%;
    /* padding-right: 15px;
    padding-left: 15px; */
    margin-right: auto;
    margin-left: auto;
    max-width: 1005px;
    position: relative;
}
.patient-stories-section .patient-stroies-responsive-img {
    position: relative;
    right: -15px;
}
.patient-stories-section .patient-stroies-btn .text-btn {
    font-size: 19px;
}
@media only screen and (max-width: 980px){
    .patient-stories-section .patient-stroies-common > div {
        padding: 0 15px;
    }
    .patient-stories-section .patient-stroies-responsive-img img {
        z-index: 9;
    }
}

/*=============================================
= Patient Story Single Page CSS
=============================================*/

.patient-stories-main-img {
    position: relative;
    margin: 0 -25px;
}
.patient-stories-main-img .patient-stories-main-img-title {
    max-width: 585px;
    margin: 0 0 0 auto;
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    padding: 64px 0;
}
@media only screen and (min-width: 985px){
.postid-659 .patient-stories-main-img .patient-stories-main-img-title,
.postid-662 .patient-stories-main-img .patient-stories-main-img-title,
.postid-658 .patient-stories-main-img .patient-stories-main-img-title {
    max-width: 500px;
}
}
@media only screen and (max-width: 984px){
    .patient-stories-main-img .patient-stories-main-img-title h2 br:not(.br-d-block){
        display: none;
    }
}

.patient-stories-main-img .patient-stories-main-img-title h2 {
    font-size: 52px;
    color: #9c8bab;
    font-weight: 500;
    /* max-width: 338px; */
    max-width: 400px;
    line-height: 1.19;
    margin: 0;
}
.patient-stories-main-img .patient-stories-main-img-title h2:last-child {
    margin-top: 60px;
}
.postid-661 .patient-stories-main-img .patient-stories-main-img-title h2:last-child {
    margin-top: 10px;
}
.patient-stories-content-row {
    margin-right: -25px;
}
.patient-stories-content-row .patient-stories-content {
    width: 100%;
    max-width: 698px;
    float: left;
}
.patient-stories-content-row .patient-stories-form {
    width: auto;
    overflow: hidden;
    padding-left: 12px;
}
.patient-stories-form-inner {
    padding: 24px;
    border-radius: 24px;
    background: #9589aa;
}
.patient-stories-form-inner p, .patient-stories-form-inner h4 {
    color: #ffffff;
}
.patient-stories-form-inner p {
    margin-bottom: 6px;
}
.patient-stories-form-inner h4 {
    margin-top: 0;
}

.white-field-form .gform_wrapper.gravity-theme .gform_fields {
    grid-column-gap: 6px;
    grid-row-gap: 6px;
}
.white-field-form .gform_wrapper.gravity-theme .gfield input[type="text"], 
.white-field-form .gform_wrapper.gravity-theme .gfield input[type="email"], 
.white-field-form .gform_wrapper.gravity-theme .gfield input[type="url"], 
.white-field-form .gform_wrapper.gravity-theme .gfield input[type="password"], 
.white-field-form .gform_wrapper.gravity-theme .gfield input[type="search"], 
.white-field-form .gform_wrapper.gravity-theme .gfield input[type="tel"], 
.white-field-form .gform_wrapper.gravity-theme .gfield input[type="number"], 
.white-field-form .gform_wrapper.gravity-theme .gfield textarea, 
.white-field-form .gform_wrapper.gravity-theme .gfield select{
    background-color: #ffffff !important;
    border-color: #ffffff !important;
    color: #50565c !important;
}
.patient-stories-form .gform_wrapper.gravity-theme .gform_footer {
    margin-top: 10px;
}
.patient-stories-form .gform_wrapper.gravity-theme .gform_footer input[type=submit], 
.patient-stories-form .gform_wrapper.gravity-theme .gform_footer input[type=button], 
.patient-stories-form .gform_wrapper.gravity-theme .gform_footer input[type=reset], 
.patient-stories-form .gform_wrapper.gravity-theme .gform_footer button[type=submit]{
    margin-right: 0 !important;
}
}
.white-field-form .gform_wrapper.gravity-theme .gfield input[type="text"]::placeholder, 
.white-field-form .gform_wrapper.gravity-theme .gfield input[type="email"]::placeholder, 
.white-field-form .gform_wrapper.gravity-theme .gfield input[type="url"]::placeholder, 
.white-field-form .gform_wrapper.gravity-theme .gfield input[type="password"]::placeholder, 
.white-field-form .gform_wrapper.gravity-theme .gfield input[type="search"]::placeholder, 
.white-field-form .gform_wrapper.gravity-theme .gfield input[type="tel"]::placeholder, 
.white-field-form .gform_wrapper.gravity-theme .gfield input[type="number"]::placeholder, 
.white-field-form .gform_wrapper.gravity-theme .gfield textarea::placeholder, 
.white-field-form .gform_wrapper.gravity-theme .gfield select::placeholder{
    color: #50565c !important;
}

.single-patient-stories .entry-header {
    display: none;
}
.patient-single-title h1 {
    color: #9c8bab;
    font-size: 52px;
    line-height: 1.2em;
    margin-bottom: 64px;
}
.patient-stories-content p {
    font-size: 16px;
    line-height: 1.3em;
    font-weight: 300;
    margin-bottom: 25px;
    color: #50565c;
}
.patient-stories-content-box .check-listing {
    margin-top: 50px;
    max-width: 800px;
    width: 100%;
    display: inline-block;
    vertical-align: top;
}
.check-listing ul {
    margin: 0;
    list-style: none;
}
.two-part-listing ul {
    -webkit-column-count: 2;
    -moz-column-count: 2;
    column-count: 2;
}
.check-listing ul li {
    font-size: 18px;
    margin-bottom: 12px;
    padding-left: 24px;
    font-weight: 300;
    position: relative;
}
.check-listing ul li:after {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    top: 1px;
    background-image: url(/wp-content/uploads/2022/02/tick.png);
    width: 20px;
    height: 20px;
}

.noticebar-box {
    background: #9589aa;
    border-radius: 6px;
    padding: 24px;
    text-align: center;
    margin: 45px -25px 0;
    width: auto;
}
.noticebar-box h3 {
    margin: 0;
    color: #ffffff;
}


.patient-after-img-list {
    margin-bottom: 24px;
}
.patient-after-img-list-img .patient-after-img-list-inner {
    width: 50%;
    float: left;
}


.patient-after-before-main {
    margin-bottom: 48px;
}
.patient-after-before-box {
    position: relative;
    background: #eee;
    padding: 24px;
    margin: 0 -25px;
}
.patient-after-before-row {
    display: -ms-flexbox;
    display: flex;
    margin: 0 -15px;
    padding-bottom: 24px;
}
.patient-after-before-row:last-child{
    padding-bottom: 0;
}
.patient-after-before-row .patient-after-before-content {
    width: 45%;
    padding: 0 15px;
}
.patient-after-before-row .patient-after-before-photo {
    width: 55%;
    padding: 0 15px;
}
.patient-after-before-box .text-box h5 {
    color: #636b77;
    font-size: 18px;
    font-weight: 400;
    margin-top: 0;
    margin-bottom: 12px;
}
.patient-after-before-box .text-box p {
    color: #50565c;
}
.patient-after-before-row .patient-after-before-img {
    display: -ms-flexbox;
    display: flex;
    margin: 0 -5px;
}
.patient-after-before-row .patient-after-before-img > div {
    padding: 0 5px;
    position: relative;
    width: 50%;
}
.patient-after-before-row .patient-after-before-img > div img {
    border: 11px solid #fff;
    box-shadow: 0 4px 4px 0 #aeaeae;
}
.single-patient-stories .patient-after-before-row .patient-after-before-img > div h6{
    left: 5px;
}
.patient-after-before-row .patient-after-before-img > div h6 {
    font-size: 14px;
    padding: 6px 12px;
    color: #fff;
    border-radius: 6px;
    background: #889baa;
    width: auto;
    position: absolute;
    left: 0px;
    top: 0;
    margin: 0;
}
.patient-after-before-bottom-text h3 {
    color: #54636a;
    font-weight: 600;
    margin-bottom: 48px;
}
.patient-after-before-box-inner:not(:last-child) .patient-after-box p {
    display: none;
}
.patient-after-before-row .patient-after-before-img .patient-after-box p {
    font-weight: 300;
    margin-top: 40px;
}
.after-before-bottom-text h4 {
    color: #50565c;
    margin-bottom: 0;
}
.after-before-bottom-text h4 a {
    color: #50565c;
    text-decoration: underline;
}


.patient-stories-booklet {
    margin-top: 30px;
}
.booklet-box {
    text-align: center;
}

.patient-stories-experience {
    padding-bottom: 48px;
}


.patient-stories-dr-bottom {
    margin: 0 -25px;
}
.patient-stories-dr-row {
    display: -ms-flexbox;
    display: flex;
    margin: 0;
    padding: 24px 12px;
    background: #9589aa;
    border-radius: 24px;
}
.patient-stories-dr-row .patient-stories-dr-form {
    max-width: 364px;
    min-width: 364px;
    padding: 0 12px;
    width: 100%;
}
.patient-stories-dr-form p, 
.patient-stories-dr-form h4 {
    color: #ffffff;
}
.patient-stories-dr-form p {
    margin-bottom: 6px;
}
.patient-stories-dr-form h4 {
    margin-top: 0;
}
body .patient-stories-dr-form .gform_wrapper.gravity-theme .gform_footer {
    width: auto;
    display: inline-block;
    vertical-align: top;
    margin: -30px 0 0;
    float: right;
    position: relative;
    z-index: 99;
}
.white-field-form .gform_wrapper.gravity-theme .patient-stories-last-field {
    padding-right: 100px;
}
.patient-stories-dr-row .patient-stories-dr-content {
    width: 100%;
    padding: 0 12px;
    display: -ms-flexbox;
    display: flex;
}
.patient-stories-dr-content .patient-stories-dr-img {
    height: 190px;
    min-width: 190px;
    max-width: 190px;
    margin-right: 12px;
}
.patient-stories-dr-content .patient-stories-dr-img-text * {
    color: #ffffff;
}
.patient-stories-dr-content .patient-stories-dr-img-text h6 {
    margin-top: 0;
    font-size: 18px;
    font-weight: 500;
    margin-bottom: 0;
}
.patient-stories-dr-content .patient-stories-dr-img-text span {
    font-size: 10px;
    font-weight: 300;
}
.patient-stories-dr-content .patient-stories-dr-img-text h5 {
    margin: 0 0 12px;
    font-weight: 300;
}
.patient-stories-dr-content .patient-stories-dr-img-text p {
    line-height: 1.3;
}

.single-patient-stories .case-study-after-before .tretment_ab_inner {
    max-width: 50%;
    padding: 0px 6px;
}
@media only screen and (max-width: 1024px){
    .patient-stories-main-img {
        margin: 0 -15px;
    }
    .noticebar-box {
        margin: 45px 0 0;
    }
    .patient-stories-dr-bottom {
        margin: 0;
    }
    .patient-after-before-box {
        margin: 0;
    }
    .patient-stories-content-row {
        margin-right: 0;
    }
    .patient-stories-main-img .patient-stories-main-img-title {
        padding: 20px 15px 0;
    }
}
@media only screen and (max-width: 984px){
    .patient-stories-main-img img {
        height: 650px;
        object-fit: cover;
        object-position: -70px;
    }
    .patient-stories-main-img .patient-stories-main-img-title {
        max-width: inherit;
        margin: 0 0 0 auto;
        position: relative;
    }
    .patient-stories-main-img .patient-stories-main-img-title h2 {
        font-size: 36px;
        max-width: inherit;
    }
    .patient-stories-main-img .patient-stories-main-img-title h2:last-child {
        margin-top: 0;
    }
    .patient-stories-content-row .patient-stories-content {
        max-width: inherit;
    }
    .patient-stories-content-row .patient-stories-form {
        width: 100%;
        overflow: hidden;
        padding-left: 0;
        margin-top: 20px;
        display: inline-block;
        vertical-align: top;
    }
    .patient-after-before-row,
    .patient-stories-dr-row .patient-stories-dr-content {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
    .patient-after-before-row .patient-after-before-content {
        width: 100%;
        margin-bottom: 20px;
    }
    .patient-after-before-row .patient-after-before-photo {
        width: 100%;
    }
}
@media only screen and (max-width: 800px){
    .patient-stories-dr-row{
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
    .patient-stories-dr-row .patient-stories-dr-form {
        max-width: inherit;
        min-width: inherit;
        padding: 0 12px 40px;
    }
    .patient-stories-dr-row .patient-stories-dr-content {
        -ms-flex-wrap: initial;
        flex-wrap: initial;
    }
}
@media only screen and (max-width: 580px){
    .patient-single-title h1 {
        font-size: 30px;
        margin-bottom: 34px;
    }
    .patient-stories-main-img .patient-stories-main-img-title h2 {
        font-size: 30px;
    }
    .two-part-listing ul {
        -webkit-column-count: 1;
        -moz-column-count: 1;
        column-count: 1;
    }
    .patient-after-img-list-img .patient-after-img-list-inner {
        width: 100%;
    }
    .patient-stories-dr-row .patient-stories-dr-content {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
}
@media only screen and (max-width: 450px){
    .single-patient-stories .case-study-after-before .tretment_ab_inner {
        max-width: 100%;
        padding: 0px 6px;
    }
}
@media only screen and (max-width: 380px){
    .patient-after-before-row .patient-after-before-img {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
    .patient-after-before-row .patient-after-before-img > div {
        width: 100%;
    }
    .patient-after-before-row .patient-after-before-img > div:first-child {
        margin-bottom: 20px;
    }
}

/*=============================================
= Contact Page CSS
=============================================*/

.p-12 {
    padding: 12px !important;
}
.pb-0 {
    padding-bottom: 0 !important;
}
.pt-0{
    padding-top: 0 !important;
}
.pl-0{
    padding-left: 0 !important;
}
.pr-0{
    padding-right: 0 !important;
}
.contact-form-main_wrapper {
    background: #eee;
    padding: 0;
}
.two-part-select {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center !important;
    align-items: center !important;
}
body .gform_wrapper.contact-form-main_wrapper .gfield_label {
    color: #4f565c;
    font-weight: 500;
}
body .gform_wrapper.contact-form-main_wrapper .gfield_label span {
    font-size: 10px;
}
.two-part-select label {
    margin-right: 24px !important;
}
body .gform_wrapper.contact-form-main_wrapper .gfield input[type="text"], 
body .gform_wrapper.contact-form-main_wrapper .gfield input[type="email"], 
body .gform_wrapper.contact-form-main_wrapper .gfield input[type="url"], 
body .gform_wrapper.contact-form-main_wrapper .gfield input[type="password"], 
body .gform_wrapper.contact-form-main_wrapper .gfield input[type="search"], 
body .gform_wrapper.contact-form-main_wrapper .gfield input[type="tel"], 
body .gform_wrapper.contact-form-main_wrapper .gfield input[type="number"], 
body .gform_wrapper.contact-form-main_wrapper .gfield textarea,
body .gform_wrapper.contact-form-main_wrapper .gfield select {
    color: #50565c !important;
    background-color: #fff !important;
    border: 1px solid #ccd5db !important;
}
body .gform_wrapper.contact-form-main_wrapper .gfield select {
    padding: 6px 10px !important;
    line-height: 1;
}
body .gform_wrapper.contact-form-main_wrapper .gfield select option {
    font-size: 14px;
}
body .gform_wrapper.contact-form-main_wrapper .gfield input[type="text"]:-webkit-input-placeholder,
body .gform_wrapper.contact-form-main_wrapper .gfield input[type="email"]:-webkit-input-placeholder,
body .gform_wrapper.contact-form-main_wrapper .gfield input[type="url"]:-webkit-input-placeholder,
body .gform_wrapper.contact-form-main_wrapper .gfield input[type="password"]:-webkit-input-placeholder,
body .gform_wrapper.contact-form-main_wrapper .gfield input[type="search"]:-webkit-input-placeholder,
body .gform_wrapper.contact-form-main_wrapper .gfield input[type="tel"]:-webkit-input-placeholder,
body .gform_wrapper.contact-form-main_wrapper .gfield input[type="number"]:-webkit-input-placeholder,
body .gform_wrapper.contact-form-main_wrapper .gfield textarea:-webkit-input-placeholder,
body .gform_wrapper.contact-form-main_wrapper .gfield select:-webkit-input-placeholder {
  color: #707070 !important;
  opacity: 0.3 !important;
}
body .gform_wrapper.contact-form-main_wrapper .gfield input[type="text"]::-moz-placeholder,
body .gform_wrapper.contact-form-main_wrapper .gfield input[type="email"]::-moz-placeholder,
body .gform_wrapper.contact-form-main_wrapper .gfield input[type="url"]::-moz-placeholder,
body .gform_wrapper.contact-form-main_wrapper .gfield input[type="password"]::-moz-placeholder,
body .gform_wrapper.contact-form-main_wrapper .gfield input[type="search"]::-moz-placeholder,
body .gform_wrapper.contact-form-main_wrapper .gfield input[type="tel"]::-moz-placeholder,
body .gform_wrapper.contact-form-main_wrapper .gfield input[type="number"]::-moz-placeholder,
body .gform_wrapper.contact-form-main_wrapper .gfield textarea::-moz-placeholder,
body .gform_wrapper.contact-form-main_wrapper .gfield select::-moz-placeholder {
  color: #707070 !important;
  opacity: 0.3 !important;
}
body .gform_wrapper.contact-form-main_wrapper .gfield input[type="text"]:-ms-input-placeholder,
body .gform_wrapper.contact-form-main_wrapper .gfield input[type="email"]:-ms-input-placeholder,
body .gform_wrapper.contact-form-main_wrapper .gfield input[type="url"]:-ms-input-placeholder,
body .gform_wrapper.contact-form-main_wrapper .gfield input[type="password"]:-ms-input-placeholder,
body .gform_wrapper.contact-form-main_wrapper .gfield input[type="search"]:-ms-input-placeholder,
body .gform_wrapper.contact-form-main_wrapper .gfield input[type="tel"]:-ms-input-placeholder,
body .gform_wrapper.contact-form-main_wrapper .gfield input[type="number"]:-ms-input-placeholder,
body .gform_wrapper.contact-form-main_wrapper .gfield textarea:-ms-input-placeholder,
body .gform_wrapper.contact-form-main_wrapper .gfield select:-ms-input-placeholder {
  color: #707070 !important;
  opacity: 0.3 !important;
}
body .gform_wrapper.contact-form-main_wrapper .gfield input[type="text"]:-moz-placeholder,
body .gform_wrapper.contact-form-main_wrapper .gfield input[type="email"]:-moz-placeholder,
body .gform_wrapper.contact-form-main_wrapper .gfield input[type="url"]:-moz-placeholder,
body .gform_wrapper.contact-form-main_wrapper .gfield input[type="password"]:-moz-placeholder,
body .gform_wrapper.contact-form-main_wrapper .gfield input[type="search"]:-moz-placeholder,
body .gform_wrapper.contact-form-main_wrapper .gfield input[type="tel"]:-moz-placeholder,
body .gform_wrapper.contact-form-main_wrapper .gfield input[type="number"]:-moz-placeholder,
body .gform_wrapper.contact-form-main_wrapper .gfield textarea:-moz-placeholder,
body .gform_wrapper.contact-form-main_wrapper .gfield select:-moz-placeholder {
  color: #707070 !important;
  opacity: 0.3 !important;
}
body .gform_wrapper.contact-form-main_wrapper .gform_fields {
    grid-row-gap: 0;
}
body .gform_wrapper.contact-form-main_wrapper .gform_fields .gfield hr {
    margin: 0;
}
body .gform_wrapper.contact-form-main_wrapper .gfield h5 {
    margin: 6px 0px;
}
body .gform_wrapper.contact-form-main_wrapper .gform_fields .big-label .gfield_label {
    font-size: 16px;
    color: var(--blog-single-title-color);
    margin: 6px 0px;
}
body .gform_wrapper.contact-form-main_wrapper .contact-referred-field {
  padding: 0 12px 24px;
  margin-top: -6px;
}
body .gform_wrapper.contact-form-main_wrapper .gfield .gfield_checkbox {
    margin-bottom: 6px;
    display: inline-block;
    vertical-align: top;
    width: 100%;
}
body .gform_wrapper.contact-form-main_wrapper .gfield .gfield_checkbox .gchoice {
    margin-bottom: 6px;
}
body .gform_wrapper.contact-form-main_wrapper .gfield .gfield_checkbox label {
    font-size: 12px;
}
.contact-form-other-field .gfield_radio .gchoice {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center !important;
    align-items: center !important;
}
.contact-form-other-field .gfield_radio .gchoice:first-child {
    display: none;
}
.contact-form-other-field .gfield_radio .gchoice label {
    font-size: 12px !important;
    margin-right: 15px;
}
body .gform_wrapper.contact-form-main_wrapper .gform_footer {
    margin: 0;
    background: #ffffff;
    padding: 12px;
}
body .gform_wrapper.contact-form-main_wrapper .gform_footer input[type=submit], 
body .gform_wrapper.contact-form-main_wrapper .gform_footer input[type=button], 
body .gform_wrapper.contact-form-main_wrapper .gform_footer input[type=reset], 
body .gform_wrapper.contact-form-main_wrapper .gform_footer button[type=submit] {
    margin-right: 0 !important;
}
html .gform_wrapper.contact-form-main_wrapper .gfield.left_specify_contact_field {
  grid-column: span 2;
  padding-right: 0 !important;
}
html .gform_wrapper.contact-form-main_wrapper .gfield.right_specify_contact_field {
  grid-column: span 10;
  padding-left: 0 !important;
  margin-left: -25px;
}
html .gform_wrapper.contact-form-main_wrapper .gfield.left_specify_contact_field .gchoice {
  margin: 4px 0 0;
}
div#gform_confirmation_message_9{
  color: green;
}
/*****responsive form css*/

#gform_wrapper_10{
    display: none;
}

@media only screen and (max-width: 640px){
    body .gform_wrapper.contact-form-main_wrapper .gfield:not(.gfield--width-full) {
        -ms-grid-column-span: 6;
        grid-column: span 6;
    }
}

@media only screen and (max-width: 600px){
    #gform_wrapper_9{
        display: none !important;
    }
    #gform_wrapper_10{
        display: block;
        margin:  0 -15px;
    }
    .contact-responsive-form_wrapper{
        margin-bottom: 0;
        padding: 32px 24px;
        background: none repeat scroll 0 0 #9c8bab;
    }
    body .gform_wrapper.contact-responsive-form_wrapper .gform-body input[type=text],
    body .gform_wrapper.contact-responsive-form_wrapper .gform-body input[type=email],
    body .gform_wrapper.contact-responsive-form_wrapper .gform-body input[type=tel],
    body .gform_wrapper.contact-responsive-form_wrapper .gform-body select{
        padding: 6px 6px 6px 12px !important;
        margin-bottom: 6px !important;
        background-color: #fff !important;
        font-size: 12px !important;
        color: #50565c !important;
        line-height: 1.3 !important;
        height: auto !important;
        border-radius: 6px !important;
    }
    body .gform_wrapper.contact-responsive-form_wrapper .gform-body .contact-responsive-form-comments input[type=text]{
        height: 43px !important;
    }
    body .gform_wrapper.contact-responsive-form_wrapper .gform-body .gfield_checkbox{
        padding-top: 6px !important;
    }
    body .gform_wrapper.contact-responsive-form_wrapper .gform-body .gfield_checkbox label{
        color: #fff !important;
        font-size: 12px !important;
        line-height: 1.2 !important;
    }
    body .gform_wrapper.contact-responsive-form_wrapper .gform_footer{
        margin: -20px 0 0 !important;
        float: right !important;
        position: relative;
        z-index: 1;
    }
    body .gform_wrapper.contact-responsive-form_wrapper .gform_footer input[type=submit]{
        padding: 6px 18px !important;
        margin: 0 !important;
        background-color: #64696e !important;
    }
    body .gform_wrapper.contact-responsive-form_wrapper .gform_fields{
        grid-row-gap: 0;
    }
    .page-id-1053 .widget-area.sidebar.is-right-sidebar{
        display: none;
    }
    .page-id-1053 .site-main p{
        display: none;
    }
}

/*****In The Media Sidebar css*****/
.single-in-the-media .featured-image.page-header-image-single{
    display: none;
}
.media-sidebar-topbar{
    margin-bottom: 24px;
    border-radius: 6px;
    text-align: center;
    background: #eee;
    display: flex;
    flex-wrap: wrap;
}
.media-sidebar-topbar-titel{
    border-bottom: 1px solid #bfcbd2;
    padding: 6px 0;
    width: 100%;
}
.media-sidebar-topbar-box{
    width: 50%;
    display: flex;
    align-items: center;
}
.media-sidebar-topbar-box .media-sidebar-topbar-btn{
    display: block;
    width: 66px;
    padding: 12px 6px;
    font-size: 16px;
    line-height: 1.2em;
    background: #64696e;
    color: #fff;
    margin: 12px 24px 0 0;
    border-top-right-radius: 6px;
    border-bottom-right-radius: 6px;
}
.media-sidebar-topbar-male .media-sidebar-topbar-btn{
        margin: 12px 0 0 24px;
        border-radius: 6px 0 0 6px;
}
.media-sidebar-topbar-box.media-sidebar-topbar-male{
    justify-content: flex-end;
}
.media-sidebar-topbar-box.media-sidebar-topbar-female{
    border-right: 1px solid #bfcbd2;
}
@media only screen and (max-width: 375px){
    .media-sidebar-topbar-male .media-sidebar-topbar-btn{
        margin: 12px 0 0 10px !important;
    }
    .media-sidebar-topbar-box .media-sidebar-topbar-btn{
        margin: 12px 10px 0 0;
    }
}

/*****case study sidebar css*****/
.surgeon-details p.read-more-container{
    display: none;
}
.case-study-sidebar,.team-case-study{
    position: relative;
    border-bottom: 1px solid #bfcbd2;
    width: 100%;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.team-case-study{
    border-bottom: none;
}
/*.case-study-sidebar-inner,.team-case-study-inner{
    display: inline-block;
    vertical-align: top;
    width: 50%;
    padding: 0 5px 20px;
}*/
.case-study-sidebar-inner .case-study-btn,
.meet-team-case-study .case-study-btn,
.team-case-study-inner .team-case-study-btn{
    min-width: 100px;
    min-height: 38px;
    font-size: 14px;
    line-height: 1em;
    margin-top: 32px;
    padding: 4px 9px;
    background: #889baa;
    color: #fff;
    display: inline-block;
    vertical-align: top;
    border-radius: 6px;
}
.case-study-sidebar-inner img,
.meet-team-case-study img,
.team-case-study-inner img{
    margin-left: -40px;
}
.case-study-sidebar-inner .case-study-click,
.meet-team-case-study .case-study-click,
.team-case-study-inner .team-case-study-click{
    position: absolute;
    height: 100%;
    width: 100%;
    display: inline-block;
    vertical-align: top;
    top: 0;
    left: 0;
}
.team-case-study-inner span{
    display: block;
}
@media only screen and (max-width: 972px){
    .case-study-sidebar-inner span{
        display: block;
    }
}
@media only screen and (max-width: 375px){
    .case-study-sidebar-inner .case-study-btn,
    .meet-team-case-study .case-study-btn,
    .team-case-study-inner .team-case-study-btn{
        min-width: 80px;
    }
}
a.sidebar-back-button {
  background: #9589aa;
  padding: 12px;
  margin-bottom: 12px;
  display: inline-block;
  padding-right: 32px;
  width: auto;
  border-radius: 12px;
  position: relative;
  font-size: 14px;
  color:  #FFF;
  line-height: 1.1;
}
a.sidebar-back-button:after {
  content: "";
  position: absolute;
  border-width: 6px 0px 6px 13px;
  border-style: solid;
  border-color: transparent #FFF;
  right: 12px;
  top: 13px;
}
a.meet-team-case-study-click {
  position: absolute;
  height: 100%;
  width: 100%;
  display: inline-block;
  vertical-align: top;
  top: 0;
  left: 0;
}
.meet-team-case-study {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  max-width: 328px;
}
.meet-team-case-study-inner {
  display: inline-block;
  vertical-align: top;
  width: calc(50% - 20px);
  padding: 0 0 40px;
  position: relative;
}
.meet-team-case-study-inner {
  width: 138px;
  display: block;
}
.meet-team-case-study .meet-team-casestudy-imagewrap img {
    position: absolute;
    right: 0;
    max-width: 87px;
    top: 0;
    transform: rotate(-9deg);
}
@media only screen and (max-width: 480px){
    .meet-team-case-study-inner {
      width: 138px;
      display: block;
      margin: 10px;
      padding-bottom: 30px;
    }
}
.showvideo {
  position: relative;
  display: inline-block;
  vertical-align: top;
}
.video-iframe {
    position: relative;
    padding-top: 56.22%;
}
.video-iframe iframe {
    display: block; 
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    max-width: 100%;
    max-height: 100%;
    height: 100%;
    width: 100%;
}
.casestudy-section img,
.showvideo img {
  vertical-align: top;
}
.casestudy-section {
  margin-top: 45px;
  margin-bottom: 1em;
}
a.showvideo:before {
  content: "\f01d";
  display: block;
  font-family: FontAwesome;
  font-size: 80px;
  color: #9589aa;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  z-index: 0;
  width: 68px;
  height: 68px;
  line-height: 68px;
  transition: all .3s;
}
a.showvideo:hover:before{
    transform: scale(1.3);
}

.casestudy-sidebar-imagewrap img {
    position: absolute;
    right: 0;
    max-width: 87px;
    top: 0;
    transform: rotate(-9deg);
}
.case-study-sidebar-inner span ,
.meet-team-case-study span ,
.team-case-study-inner span {
  display: block;
  font-size: 14px;
  margin-top: 6px;
  line-height: 1.3em;
}
.case-study-sidebar-inner,.team-case-study-inner { 
    display: inline-block;
    vertical-align: top;
    width: calc(50% - 12px);
    padding: 0 0 20px;
    position: relative;
}
.case-study-sidebar, .team-case-study{
    justify-content: space-between;
}
.case-study-sidebar-inner .case-study-btn,
.meet-team-case-study .case-study-btn,
.team-case-study-inner .team-case-study-btn {
  margin-bottom: 8px;
}
.patient-widget .patient-sidebar-inner {
  width: calc(50% - 12px);
  padding: 0;
}
.inside-right-sidebar .patient-widget {
  justify-content: space-between;
  margin: 0;
}
/* .inside-right-sidebar .membership-gallery-title {
  display: none;
} */
.sidebar-membership-gallery:not(:last-child) {
  border-bottom: 1px solid #bfcbd2;
}
.inside-right-sidebar .patient-widget:not(:last-child),
.sidebar-channel:not(:last-child) {
  border-bottom: 1px solid #bfcbd2;
  margin-bottom: 24px;
  padding-bottom: 20px;
}
.sidebar-links h3 {
  font-size: 14px;
  color: #63696f;
  font-weight: 400;
  line-height: 1.1;
  margin-bottom: 6px;
}
ul.sidebar-links-list {
  padding: 0;
  margin: 0;
  list-style: none;
}
ul.sidebar-links-list li {
  margin-bottom: 6px;
  font-size: 16px;
  line-height: 1;
}
ul.sidebar-links-list li a {
  color: #005cae;
}
.page-child:not(.parent-pageid-3278) .sidebar .inside-right-sidebar .form-footer {
  background: #9589aa;
}
.page-child:not(.parent-pageid-3278) .sidebar .inside-right-sidebar .form-footer h3 + h3.open {
    margin-bottom: 20px;
	font-size: 24px;
	border: 0;
	cursor: default;
    pointer-events: none;
}
.slide-contact-form {
  z-index: 999;
}
@media only screen and (max-width:  720px){
    .parent-pageid-3278 .sidebar-links:before {
      color: #6e8b9c;
      content: "in this section";
      font-size: 18px;
      margin-bottom: 24px;
      display: block;
    }
}
@media only screen and (min-width:  973px){
    .page-child:not(.parent-pageid-3278) .sidebar .inside-right-sidebar .form-footer .sidebar-form {
      display: none;
    }
    .page-child:not(.parent-pageid-3278) .sidebar .inside-right-sidebar .form-footer h3 + h3, .page-child:not(.parent-pageid-3278) .sidebar .inside-right-sidebar .form-footer p + p {
        position: relative;
        display: block;
        border-radius: 5px;
        border: 1px solid #fff;
        padding: 7px 10px 9px;
        text-align: center;
        color: #fff;
        font-size: 20px;
        margin-bottom: 0;
        line-height: 1;
        cursor: pointer;
    }
    .page-child:not(.parent-pageid-3278) .sidebar .inside-right-sidebar .form-footer h3 + h3:after, .page-child:not(.parent-pageid-3278) .sidebar .inside-right-sidebar .form-footer p + p:after {
        content: "\f078";
        font-family: 'FontAwesome';
        position: absolute;
        right: 10px;
        top: 8px;
    }
	.page-child:not(.parent-pageid-3278) .sidebar .inside-right-sidebar .form-footer h3:first-of-kind, .page-child:not(.parent-pageid-3278) .sidebar .inside-right-sidebar .form-footer p3:first-of-kind {
		display: none;
	}
    .page-child:not(.parent-pageid-3278) .sidebar .inside-right-sidebar .form-footer .open {
        margin-bottom: 20px;
    }
    .page-child:not(.parent-pageid-3278) .sidebar .inside-right-sidebar .form-footer .open:after{
        opacity: 0;
    }
}
@media only screen and (max-width:  972px){
    .case-study-sidebar {
        display: none;
    }
    .inside-right-sidebar .patient-widget {
      display: none;
    }
    .sidebar-membership-gallery {
      max-width: 352px;
      float: right;
      width: 100%;
    }
    .sidebar-links h3 {
      padding-bottom: 10px;
      margin-bottom: 10px;
    }

}
@media only screen and (min-width:  768px) and (max-width:  972px){
    .sidebar-links h3 {
      border-top: 1px solid #bfcbd2;
      padding-top: 20px;
    }
    .sidebar-links {
      clear: both;
      padding-top: 15px;
    }
}
@media only screen and (max-width:  767px){
    .sidebar-membership-gallery{
        float: none;
        max-width: 100%;
    }
    body.separate-containers .inside-right-sidebar .right-sidebar {
      float: none;
      margin-bottom: 40px;
    }
    .membership-gallery-list {
      text-align: center;
      max-width: 701px;
    }
    ul.sidebar-links-list li {
      font-size: 15px;
    }
    ul.sidebar-links-list li a {
      padding: 5px;
      display: inline-block;
      vertical-align: top;
    }
}
/*------------offerpage-------------*/
.offerpage .page{
    margin: 0 auto;
    text-align: left;
    padding: 0 20px;
}
.offerpage .sect-banner {
    position: relative;
    z-index: 1;
}
@media (min-width: 768px){
    .offerpage .page {
      width: 750px;
    }
}
@media (min-width: 992px){
    .offerpage .page {
      width: 850px;
    }
}

@media only screen and (max-width: 984px){
    .slide-contact-form .slide-contact-form-tab{
        display: none;
    }
}




.offerpage .sect-banner .pagewrapper {
    background-repeat: no-repeat;
    background-position: center bottom;
    background-color: #b8f8f8;
    height: 600px;
}
.sect-banner h1 {
  font-size: 54px;
  padding: 20px;
  background-color: rgba(255,255,255,.6);
  border-radius: 20px;
  line-height: 1.2;
  color: #9c8bab;
  font-family: 'PreloSlab';
  font-weight: 400;
  margin: 0;
  max-width: 405px;
}
.offerpage .sect-banner .page {
    padding: 0 20px;
}
.sect-banner .inner {
    padding-top: 20%;
}
.section-form .form-wrap {
  background-color: #9c8bab;
  color: white;
  padding: 20px;
  flex: 0 0 280px;
  margin-right: 20px;
}
.form-logo-wrap {
  display: flex;
  align-items: flex-start;
}
.logo-wrap {
  flex: 1 1 auto;
}
.section-form .referform-form h2 {
  font-size: 28px;
  margin: 0 0 20px;
  color: #fff;
  line-height: 0.835;
  font-weight: 500;
}
.section-form .referform-form p {
  font-size: 16px;
  line-height: 1.2;
  font-family: 'PreloSlab';
  font-weight: 300;
  margin-bottom: 20px;
}
.offerpage .section-form .gform_body .gform_fields .gfield {
  margin-bottom: 6px;
}
.offerpage .section-form .gform_wrapper .gform_footer {
  margin: 0;
}
.section-form .form-field input {
  border: 0;
  padding: 6px 10px;
  font-size: 13px;
  font-weight: 300;
  line-height: 1.25;
  display: block;
  width: 100%;
}
.form-button input[type="submit"] {
  background-color: white;
  color: #9c8bab;
  padding: 5px 17px;
  margin-left: auto;
  border-radius: 6px; 
  display: block;
  border: 0;
  line-height: 1.5;
  font-weight: 500;
}
.referform-wrap .form-button input[type="submit"] {
  border: 0;
  padding: 8px 20px;
  background-color: black;
  color: white;
  border-radius: 0;
  line-height: 1.3;
}
body .referform-form .gform_wrapper .gform_body .gfield input {
  padding: 6px 10px !important;
  line-height: 1.25;
  font-size: 13px !important;
  width: 100% !important;
  font-weight: 300;
  font-family: 'PreloSlab';
  border: 0 !important;
  color: #50565c !important;
  background: #fff !important;
  height: auto !important;
}
body .referform-form .gform_wrapper .gform_footer input[type=submit] {
  background: #fff !important;
  border-radius: 6px !important;
  border: 0 !important;
  padding: 5px 17px !important;
  color: #9c8bab !important;
  line-height: 1.5 !important;
  font-family: 'PreloSlab' !important;
  margin: 0 0 0 auto!important;
  letter-spacing: 0 !important;
  font-size: 14px !important;
}
.offerpage .gform_wrapper .gform_body .gfield_validation_message,
.offerpage .gform_wrapper .gform_body .validation_message {
  line-height: 1;
  padding: 0  !important;
  margin: 3px 0 2px!important;
}
.section-form .form-wrap {
  background-color: #9c8bab;
  color: white;
  padding: 20px;
  flex: 0 0 280px;
  margin-right: 20px;
  border-radius: 20px;
  margin-top: -96px;
  z-index: 1;
}
.form-note {
  font-size: 10px;
  margin-top: 10px;
  margin-bottom: 0;
  display: block;
  line-height: 1.2;
}
.section-body h2 {
  font-family: 'PreloSlab';
  font-weight: 700;
  font-size: 23.4px;
  margin: 0 0 10px;
  color: #50565c;
  line-height: 1.3;
}
.section-body p {
  line-height: 1.3;
  font-family: 'PreloSlab';
  font-weight: 400;
  font-size: 18px;
}

.section-body p {
  line-height: 1.3;
  font-family: 'PreloSlab';
  font-weight: 300;
  font-size: 18px;
  margin: 0 0 23.19px;
}
section.section-body {
  margin-top: 36px;
  padding-top: 60px;
}
.section-body h3 {
  color: #50565c;
  font-size: 19.8px;
  line-height: 1.3;
  margin: 0;
  font-weight: 700;
}
.section-body ul {
  list-style: none;
  margin: 24px -5px 0;
  padding: 0;
}
.section-body ul li {
  background: url(/wp-content/uploads/2022/03/tick.png) no-repeat scroll 0 0px transparent;
  width: 45%;
  display: block;
  margin: 10px 5px 0;
  font-size: 18px;
  font-weight: 300;
  color: #9c8bab;
  padding-left: 30px;
  display: inline-block;
  vertical-align: top;
  line-height: 1.3;
}
section.section-refer {
  padding-top: 36px;
}

.referform-wrap h3 {
  margin-bottom: 10px;
  line-height: 1.3;
  font-size: 18px;
  color: #000;
}
.referform-wrap {
  background: #acacac;
  padding: 10px 20px;
}
.section-refer .gform_body .gfield {
  border: 0;
  width: 32%;
  margin-right: 1.33%;
  display: inline-block;
  margin-bottom: 0px;
  vertical-align: middle;
}
.offerpage .gfield_visibility_visible .gfield_label {
  display: none;
}
.section-refer .gform_wrapper form{
  display: flex;
}
.section-refer .gform_body {
  flex: 0 0 75%;
}
.offerpage  .section-refer .gform_body .gform_fields,
.offerpage .section-form .gform_body .gform_fields {
  display: block;
}
body .section-refer .gform_wrapper  .gform_footer {
  flex: 0 0 25%;
  margin: 0;
}
body .section-refer .gform_wrapper .gform_body .gfield input {
  padding: 8px 10px !important;
  line-height: 1 !important;
  font-size: 12px !important;
  width: 100% !important;
  font-weight: 300;
  font-family: 'PreloSlab';
  border: 0 !important;
  background: #fff !important;
  height: auto !important;
  color: #50565c !important;
}
body .section-refer .gform_wrapper .gform_footer input[type=submit] {
  background: #000 !important;
  border-radius: 0 !important;
  border: 0 !important;
  padding: 8px 20px !important;
  color: white !important;
  line-height: 1.3 !important;
  font-family: 'PreloSlab' !important;
  margin: 0 !important;
  letter-spacing: 0 !important;
  font-size: 14px !important;
}
.addresss-wrap {
  padding: 20px 20px 30px;
  background: #000;
  display: grid;
  grid-template-columns: 1fr 1fr;
}
.addresss-wrap h3 {
  font-size: 17.6px;
  margin-bottom: 10px;
  color: #fff;
  line-height: 1.32;
}
.addresss-wrap p {
  font-size: 16px;
  color: #fff;
  font-weight: 300;
  line-height: 1.3;
  margin: 0;
  padding: 0;
}
.hours {
  display: flex;
}
.addresss-wrap .hours h3 {
  width: 39%;
  margin: 0;
}
.map-wrap iframe {
  width: 100%;
  height: 480px;
  display: block;
}
section.footer-section {
  padding: 24px 0;
}
.footer-section p {
  font-size: 14px;
  line-height: 1.3;
  color: #50565c;
  font-weight: 300;
  margin-bottom:  10px !important;
}
.footer-section p a {
  color: #9c8bab;
  font-weight: 600;
}
.section-refer .page {
  padding: 0;
}
.memberlogos-wrap ul.memberlogos {
  list-style: none;
  padding: 5px 0;
  margin: 0;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
ul.memberlogos li {
  display: inline-block;
  margin: 6px 13px 13px;
  padding-top: 0 !important;
}
ul.memberlogos li img {
  vertical-align: middle;
  max-height: 40px;
  width: auto;
}
ul.featuredon {
  margin: 0;
  padding: 0;
  list-style: none;
}
.featuredon li {
  margin: 0 24px 0 0;
  display: inline-block;
}
.featuredon-wrap h2 {
  color: #6e8b9c;
  font-weight: 400;
  font-size: 19.8px;
  line-height: 1.1;
  margin: 0 0 10px;
}
.featuredon img {
  max-height: 30px;
  width: auto;
  vertical-align: middle;
}
body.offerpage,
.offerpage input,
.offerpage button,
.offerpage  select,
.offerpage  textarea {
  font-family: PreloSlab;
  font-weight: 500;
  font-size: 14px;
  color: #50565c;
}
.offerpage .logo img {
  max-width: 64px;
  display: block;
}
.offerpage header {
  padding: 10px 0;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  background-color: rgba(255,255,255,.7);
  z-index: 310;
}
body.offerpage{
  font-size: 18px;
  line-height: 1.3em;
} 
.parent-pageid-3278 .sidebar-links-list a {
  font-size: 14px;
}


/* Before After Text Images */
.page .ba-textimgbox,
.single-post .ba-textimgbox {
    background-color: #EEEEEE;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 100%;
    padding: 0px 18px;
}
.single-post .ba-textimgbox .ba-items {
    display: block;
    width: 50%;
    padding: 24px 6px;
}
.single-post .ba-textimgbox .ba-items > p, 
.single-post .ba-textimgbox .ba-items p > img {
    display: inline-block;
    vertical-align: top;
}
.single-post .ba-textimgbox .ba-items > p > span {
    background-color: #889baa;
    padding: 6px 12px;
    border-radius: 6px;
    font-size: 14px;
    line-height: 1.3em;
    color: #FFFFFF;
    text-align: center;
    display: inline;
    width: 60px;
    margin-bottom: -15px;
    position: relative;
    z-index: 0;
}
.single-post .ba-textimgbox .ba-accreditation,
.page .ba-textimgbox .ba-accreditation {
	padding: 10px 0 10px;
    border-top: 2px solid #9589aa;
    border-bottom: 2px solid #9589aa;
	margin-bottom: 20px;
}
@media only screen and (max-width: 580px){
    .single-post .ba-textimgbox {
        padding: 10px 15px;
    }
    .single-post .ba-textimgbox .ba-items {
        width: 100%;
        padding-top: 15px;
        padding-bottom: 15px;
    }
}

@media only screen and (max-width:  990px){
    .sect-banner h1 {
      font-size: 48px;
      max-width: 50%;
    }
    .offerpage .sect-banner .pagewrapper {
      background-position: bottom right;
    }
    .section-form .form-wrap {
      margin-top: -120px;
    }
    .featuredon-wrap h2 {
      font-size: 17.6px;
    }
    body.offerpage {
      font-size: 16px;
    }
    .section-body h2 {
      font-size: 20.8px;
    }
    .section-body p {
      font-size: 16px;
    }
    .section-body ul li {
      font-size: 16px;
    }
    .referform-wrap h3 {
      font-size: 16px;
    }
}
@media only screen and (max-width:  972px){
    .single-success-stories .is-right-sidebar .widget_text.widget.surgeons-widget {
      float: right;
      width: 300px;
    }
}
@media only screen and (max-width:  767px){
    .sect-banner .inner {
      padding: 100px 0px 450px;
    }
    .offerpage .sect-banner .pagewrapper {
      height: auto;
      background-repeat: no-repeat;
      background-position: bottom right;
      background-size: auto 400px;
    }
    .sect-banner h1 {
      background: transparent;
      font-size: 42px;
      max-width: 100%;
      padding: 0;
    }
    .form-logo-wrap {
      display: block;
    }
    .section-form .form-wrap {
      margin-top: 0;
      margin: 0 auto;
    }   
    section.section-body {
      margin-top: 28px;
      padding-top: 0;
    }
    .section-body h2 {
      font-size: 18.2px;
    }
    .featuredon-wrap h2 {
      font-size: 15.4px;
    }
    .form-logo-wrap {
      display: block;
    }
    .logo-wrap {
      padding: 10px 0;
    }
    .section-body p {
      font-size: 14px;
    }
    .section-body h3 {
      font-size: 15.4px;
    }
    .section-body ul li {
      font-size: 14px;
    }
    .section-refer .gform_wrapper form {
      display: block;
    }
    .section-refer .gform_body .gfield {
      width: 100%;
      margin: 0 0 10px;
    }
    body .section-refer .gform_wrapper .gform_footer input[type=submit] {
      width: 100%;
    }
    .addresss-wrap {
      display: block;
    }
    .hours {
      display: block;
      margin-top: 10px;
    }
    .referform-wrap {
      padding: 20px;
    }
    body.single-success-stories .inside-right-sidebar .right-sidebar {
      float: left;
    }
    .single-success-stories .is-right-sidebar .widget_text.widget.surgeons-widget {
      float: left;
      width: 300px;
      margin-left: 24px;
      padding-left: 12px;
    }
}
@media only screen and (max-width: 730px){
    .single-success-stories .is-right-sidebar .widget_text.widget.surgeons-widget {
      float: left;
      width: 300px;
      margin-left: 0;
      padding-left: 0;
    }
}
@media only screen and (max-width: 480px){
    .offerpage {
      font-size: 14px;
    }
    .section-body ul {
      margin: 24px 0 0;
    }
    .section-body ul li {
      width: 100%;
      margin: 5px 0 0;
    }
    .section-form .form-wrap {
      margin-top: 0;
      margin: 0 -20px;
      border-radius: 0;
    }
    .sect-banner h1 {
      font-size: 28px;
    }
    .sect-banner .inner {
      padding: 100px 0px 420px;
    }
    .offerpage .footer-section .page {
      padding: 0 10px;
    }
}
@media only screen and (max-width: 972px){
    .inside-right-sidebar > .right-sidebar{
        float: left;
    }
    .all-sidebar-study {
        max-width: 350px;
        float: right;
    }
    .all-sidebar-study .sidebar-channel, .all-sidebar-study .sidebar-membership-gallery {
        max-width: 100%;
        float: none;
        text-align: center;
    }
    .all-sidebar-study .sidebar-channel{
        border-bottom: none;
    }
    body.separate-containers .inside-right-sidebar .sidebar-links{
        width: 100%;
    }
}
@media only screen and (max-width: 767px){
    .all-sidebar-study{
        max-width: 100%;
        float: none;
    }
    .inside-right-sidebar > .right-sidebar{
        float: left;
    }
}




.page-child:not(.parent-pageid-3278) .lp-new-pages .sidebar .inside-right-sidebar .form-footer .sidebar-form {
    display: block!important;
}
.page-child:not(.parent-pageid-3278) .lp-new-pages .sidebar .inside-right-sidebar .form-footer {
    background: #889baa!important;
}
.page-child:not(.parent-pageid-3278) .lp-new-pages .sidebar .inside-right-sidebar .form-footer h3 + h3.open,
.page-child:not(.parent-pageid-3278) .lp-new-pages .sidebar .inside-right-sidebar .form-footer h3 + h3{
    position: unset;
    padding: 0;
    padding-bottom: 18px;
    margin-bottom: 0;
    border: none;
    cursor: text;
    font-size: 24px;
}
.page-child:not(.parent-pageid-3278) .lp-new-pages .sidebar .inside-right-sidebar .form-footer h3 + h3:after{
    display: none;
}
.page-child:not(.parent-pageid-3278) .lp-new-pages .right-sidebar .sidebar-form .form-header .text-btn{
    text-transform: none;
}
/*yoast breadcrum*/
.breadcrum-flexy {
    border-top: 1px solid #9589aa;
    margin: 20px 0 10px;
}
.inner-breadcrum-flexy {
    padding: 0 10px 6px;
    margin-top: 12px;
}
.breadcrum-flexy .breadcrumb_last,
.breadcrum-flexy a{
    color: #9589aa;
    font-size: 13px;
    font-family: 'PreloSlab';
    font-weight: 500;
    text-transform: lowercase;
}
.inner-breadcrum-flexy i {
    color: #9589aa;
    font-weight: normal;
    padding: 0 5px;
}



.gform_confirmation_message{
    font-size: 16px;
}
.chatwidget-form .gform_confirmation_message{
    font-size: 16px;
    color: #9589aa;
}
.contact-responsive-form{
    background-color: #9589aa;
    padding: 15px;
}

/*FAQ Section CSS*/
.faq-container h3.header-sideline {
  text-align: center;
  padding-bottom: 20px;
}

.faq-item .collapse {
    padding: 15px;
    margin: 0;
    background-color: #f9f9f9;
    line-height: 1.6em;
    display: none;
}

.faq-item {
  margin-right: 5px;
  border: 1px solid #ccc;
  border-radius: 8px;
  margin-bottom: 10px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  overflow: hidden;
}

.faq-item.faq-item-closed p.mefaqQ {
    border-radius: 8px;
}

.faq-item.active_faq p.mefaqQ {
    background-color: #9589aa;
    color: white;
    border-radius: 8px 8px 0 0;
}

.faq-item p.mefaqQ {
    background-color: #9589aa;
    color: white;
    padding: 12px 20px;
    font-size: 16px;
    line-height: 1.5em;
    font-weight: 500;
    cursor: pointer;
    position: relative;
    list-style: none;
    border-radius: 8px 8px 0 0;
    transition: background-color 0.3s;
    margin-bottom: 0;
    padding-right: 40px;
}
.faq-item p.mefaqQ:hover {
    background-color: #83789a;
}
.faq-item p.mefaqQ:after {
    content: "+";
    font-weight: bold;
    color: #FFFFFF;
    font-size: 25px;
    position: absolute;
    top: 50%;
    right: 20px;
      transform: translateY(-50%);
}

.faq-item.active_faq p.mefaqQ:after {
    content: "-";
        color: #FFFFFF;
}

.faq-item div p {padding: 0 0 0 5px;}


@media only screen and (max-width: 972px){
	.page-template-treatments-pages-temaplate .site-footer .site-info { padding-bottom: 100px; }
	.site-footer .site-info { font-size: 14px; }
	.footer-bar .widget_nav_menu>div>ul { gap: 8px; }
	.footer-bar .widget_nav_menu li { font-size: 14px; }
	.location-info-box .text-box p { font-size: 14px; }
	.inner-breadcrum-flexy i { margin: 0 10px; }
	.doctors-list > .doctors-list-items > .doctors-text-box > .doctors-text-dp { font-size: 14px !important; }
	.doctors-list > .doctors-list-items > .doctors-text-box > .doctors-text-dp > .doctors-btn { width: 70px !important; }
	.page-template-treatments-pages-temaplate .treatmentgrid-list .treatmentgrid-items .treatmentgrid-btn { width: auto; font-size: 14px; }
}

@media only screen and (max-width: 620px){
    .page-template-treatments-pages-temaplate .site-main header.entry-header > .entry-title{
       font-size: 30px;
    }
    .page-template-treatments-pages-temaplate .site-main p{
        font-size: 16px;
    }
	.entry-content h1, .page-template-common-template .site-main h1, .page-template-treatments-pages-temaplate .site-main h1 { font-size: 24px; }
	
	.entry-content h2, .page-template-common-template .site-main h2, .page-template-treatments-pages-temaplate .site-main h2 { font-size: 22px; }
	
	.entry-content h3, .page-template-common-template .site-main h3, .page-template-treatments-pages-temaplate .site-main h3{ font-size: 20px; }
	
	.entry-content h4, .entry-content h5, .entry-content h6, .page-template-common-template .site-main h4, .page-template-common-template .site-main h5, .page-template-common-template .site-main h6, .page-template-treatments-pages-temaplate .site-main h4, .page-template-treatments-pages-temaplate .site-main h5, .page-template-treatments-pages-temaplate .site-main h6 { font-size: 18px; }
	
	.location-info-box .text-box p { font-size: 14px; font-weight: 300; }
	.header-social-inner a { margin-right: 8px; }
	.ba-textimgbox .ba-items > p > span { font-size: 14px; width: 70px; }
}


        .locations-fullimg {
            display: block;
            width: 100%;
            padding: 12px;
            background-color: #EEEEEE;
            text-align: center;
            border-radius: 6px;
            margin-bottom: 24px;
        }
        .locations-mapbox{
            display: block;
            width: 100%;
            padding: 12px;
            background-color: #EEEEEE;
            border-radius: 6px;
        }
        .locations-mapbox{
            display: flex;
            -webkit-display: flex;
            -ms-display: flex;
            flex-wrap: wrap;
            -ms-flex-wrap: wrap;
            -webkit-flex-wrap: wrap;
        }
        .locations-mapbox-title {
            display: block;
            width: 100%;
        }
        .locations-mapbox-title h5{
            margin-bottom: 12px;
        }
        .locations-mapbox-address,
        .locations-mapbox-hours{
            width: 50%;
            display: block;
        }
        .locations-mapbox-address {
            padding-right: 15px;
        }
        .locations-mapbox-address > p {
            margin-bottom: 10px;
            line-height: 1.3em;
        }
        .locations-mapbox-hours {
            padding-left: 15px;
        }
        .locations-mapbox-hours h6 {
            margin-bottom: 0;
        }
        .locations-mapbox-hours > p {
            margin-bottom: 2px;
            line-height: 1.3em;
        }
        .locations-mapbox-hours > p > span {
            float: right;
        }
        html .locations-mapbox .locations-mapbox-hours .map-link{
            margin-top: 24px;
        }
        .locations-mapbox-map {
            width: 100%;
            margin-top: 12px;
            border: 4px solid #FFFFFF;
        }
        @media only screen and (max-width: 623px){
            .locations-mapbox-address,
            .locations-mapbox-hours{
                width: 100%;
            }
            .locations-mapbox-address {
                padding-right: 0px;
            }
            .locations-mapbox-hours {
                padding-left: 0px;
                margin-top: 12px;
            }
            .locations-mapbox-day{
                max-width: 270px;
                width: 100%;
            }
        }

        /*****treatment grid css*/
        .treatmentgrid-list {
            display: block;
            width: 100%;
            margin-top: 24px;
        }
        .treatmentgrid-list .treatmentgrid-items:not(:last-child) {
            margin-bottom: 25px;
        }
        .treatmentgrid-list .treatmentgrid-items .treatmentgrid-title {
            margin-top: 0px;
        }
        .treatmentgrid-list .treatmentgrid-items .treatmentgrid-btn {
            display: inline-block;
            vertical-align: top;
            width: auto;
            font-size: 14px;
            padding: 12px 12px 12px 12px;
            border-radius: 6px;
            line-height: 1.3em;
            background-color: #9589aa;
            color: #FFFFFF;
            position: relative;
            z-index: 1;
        }
        @media only screen and (min-width: 721px){
			
			.treatmentgrid-list .treatmentgrid-items {
				padding: 12px;
				border-radius: 6px;
				background-color: #e5e5e3;
			}
            .treatmentgrid-list .treatmentgrid-items:not(:last-child) {
                margin-bottom: 15px;
            }
            .treatmentgrid-list .treatmentgrid-items .treatmentgrid-title {
                font-size: 18px;
            }
            .treatmentgrid-list .treatmentgrid-items .treatmentgrid-title > a {
                color: #6e8b9c;
            }
			
            .treatmentgrid-list.treatmentgrid-list1 .treatmentgrid-items .treatmentgrid-btn {
                width: auto;
            }
			.treatmentgrid-list .treatmentgrid-items .treatmentgrid-btn-wrapper {
				text-align: right;
			}
        }
        @media only screen and (max-width: 720px){
            .treatmentgrid-list{
                padding: 0;
                margin: 0;
                background-color: transparent;
            }
            .treatmentgrid-list .treatmentgrid-items:not(:last-child){
                margin-bottom: 12px;
            }
            .treatmentgrid-list .treatmentgrid-items .treatmentgrid-title{
                background-color: #e5e5e3;
                padding: 12px;
                border-radius: 6px;
                font-size: 16px;
				display: block;
            }
			.page-template-treatments-pages-temaplate .doctors-list > .doctors-list-items > .doctors-text-box > .doctors-text-dp > .doctors-btn {
				width: auto !important;
			}
            .treatmentgrid-list .treatmentgrid-items .treatmentgrid-title > a{
                color: #9589aa;
            }
            .treatmentgrid-items p, .treatmentgrid-items .treatmentgrid-btn{
                display: none;
            }
        }

        /* Before After Text Images */
        .ba-textimgbox {
            background-color: #EEEEEE;
            display: -ms-flexbox;
            display: flex;
            -ms-flex-wrap: wrap;
            flex-wrap: wrap;
            width: 100%;
            padding: 0px 18px;
        }
        .ba-textimgbox .ba-items {
            display: block;
            width: 50%;
            padding: 24px 6px;
        }
        .ba-textimgbox .ba-items > p, 
        .ba-textimgbox .ba-items p > img {
            display: inline-block;
            vertical-align: top;
            width: auto;
            max-width: 100%;
        }
        .ba-textimgbox .ba-items > p > span {
            background-color: #889baa;
            padding: 6px 12px;
            border-radius: 6px;
            font-size: 14px;
            line-height: 1.3em;
            color: #FFFFFF;
            text-align: center;
            display: inline;
            width: 60px;
            margin-bottom: -15px;
            position: relative;
            z-index: 1;
        }
        @media only screen and (max-width: 580px){
            .ba-textimgbox {
                padding: 10px 15px;
            }
            .ba-textimgbox .ba-items {
                width: 100%;
                padding-top: 15px;
                padding-bottom: 15px;
            }
        }

        /* Doctors List */
        .doctors-list {
            background-color: #EAEAEA;
            margin-top: 24px;
            display: -ms-flexbox;
            display: flex;
            -ms-flex-wrap: wrap;
            flex-wrap: wrap;
            width: 100%;
            padding: 12px 0px;
            border-radius: 12px;
			flex-direction: column;
        }
        .doctors-list > .doctors-list-items {
            width: 100%;
            padding: 10px 0;
            position: relative;
            z-index: 1;
            background-color: #9589aa;
            border-radius: 12px;
            margin-bottom: 24px;
            border: 1px solid #9589aa;
            padding: 6px;
        }
        .doctors-list.doctors-list-items2col > .doctors-list-items {
        }
        .doctors-list > .doctors-list-items > .doctors-link {
            position: absolute;
            z-index: 1;
            display: block;
            left: 10px;
            right: 10px;
            top: 10px;
            bottom: 10px;
        }
        .doctors-list > .doctors-list-items > .doctors-img-box {
            float: left;
            display: block;
            height: 120px;
            width: 120px;
            padding: 4px;
            overflow: hidden;
            /* border: 1px solid #eee; */
            /* box-shadow: 0 3px 3px 0 #bbbbbb; */
            border-radius: 12px;
            margin-right: 20px;
        }
        .doctors-list > .doctors-list-items > .doctors-text-box {
            display: block;
            overflow: hidden;
            width: calc(100% - 140px);
            color: white;
            height: 120px;
            position: relative;
        }
        .doctors-list > .doctors-list-items > .doctors-img-box > p,
        .doctors-list > .doctors-list-items > .doctors-img-box > p > img {
            border-radius: 12px;
            display: inline-block;
            vertical-align: top;
            width: 100%;
        }
        .doctors-list > .doctors-list-items > .doctors-text-box > .doctors-text-title {
            margin-top: 3px;
            margin-bottom: 9px;
            font-size: 1.5rem;
            /* color: #6e8b9c; */
            font-weight: 400;
            line-height: 1.1em;
        }
        .doctors-list > .doctors-list-items > .doctors-text-box a.doctors-expand-dp {
            position: absolute;
            bottom: 6px;
            right: 6px;
            font-size: 30px;
            color: white;
            line-height: 0;
        }
        .doctors-list > .doctors-list-items > .doctors-text-dp {
            color: #6e8b9c;
            font-size: 14px;
            line-height: 1.3em;
            font-weight: 500;
            background-color: white;
            padding: 12px;
            border-bottom-right-radius: 12px;
            border-bottom-left-radius: 12px;
            margin-left: -5px;
            margin-right: -5px;
            margin-bottom: -5px;
            margin-top: 6px;
            z-index: 1;
            transition: 2s height;
        }
        .doctors-list > .doctors-list-items > .doctors-text-dp.hidden {
            padding: 0;
            height: 0;
            overflow: hidden;
        }
        .doctors-list > .doctors-list-items > .doctors-text-dp .doctors-btn { display: inline-block; margin-top: 6px; }
        .doctors-list > .doctors-list-items > .doctors-text-box > .doctors-text-roll { font-weight: 300; }
        .doctors-list > .doctors-list-items > .doctors-text-box > .doctors-text-roll b {
            font-size: 14px;
            line-height: 1.3em;
            font-weight: 300;
        }
        .doctors-list > .doctors-list-items > .doctors-text-box > .doctors-text-dp > .doctors-btn {
            display: block;
            color: #6e8b9c;
            margin-top: 6px;
        }
        @media only screen and (max-width: 580px){
            .doctors-list.doctors-list-items2col > .doctors-list-items {
                width: 100%
            }
        }
        @media only screen and (max-width: 480px){
            .doctors-list > .doctors-list-items > .doctors-img-box {
                height: 80px;
                width: 80px;
            }
            .doctors-list > .doctors-list-items > .doctors-text-box {
                width: calc(100% - 100px);
            }
        }

        /* Surgical Warning */
        .surgical-warning {
            font-size: 14px;
            font-weight: 500;
            color: #50565c;
            border: 1px solid #d3d8dc;
            padding: 12px;
            margin-top: 35px !important;
        }


        /* Consulatation Privacy */
		.consultation-row {
			display: -ms-flexbox;
			display: flex;
			-ms-flex-wrap: wrap;
			flex-wrap: wrap;
			margin: 0px -15px;
		}
		.consultation-row > .consultation-col1 {
			width: 60%;
			padding: 0px 15px;
		}
		.consultation-row > .consultation-col2 {
			width: 40%;
			padding: 0px 15px;
		}
        .consulatation-privacy {
            display: inline-block;
            vertical-align: top;
            width: 100%;
            border-radius: 12px;
            background-color: #dedede;
            padding: 8px;
        }
        .consulatation-privacy > .consulatation-privacy-inner {
            display: inline-block;
            vertical-align: top;
            width: 100%;
            border-radius: 8px;
            border: 3px solid #FFFFFF;
            padding: 6px;
        }
        .consulatation-privacy > .consulatation-privacy-inner > .consulatation-privacy-img {
            float: left;
            width: 100px;
            padding: 3px;
            margin-right: 10px;
        }
        .consulatation-privacy > .consulatation-privacy-inner > .consulatation-privacy-img > p {
            display: inline-block;
            vertical-align: top;
            width: 100%;
        }
        .consulatation-privacy > .consulatation-privacy-inner > .consulatation-privacy-img > p > img {
            border-radius: 4px;
            border: 2px solid #6f8b9c;
            display: inline-block;
            vertical-align: top;
            width: 100%;
            max-width: 95px;
        }
        .consulatation-privacy > .consulatation-privacy-inner > .consulatation-privacy-text {
            overflow: hidden;
            display: block;
            width: calc(100% - 110px);
        }
        .consulatation-privacy > .consulatation-privacy-inner > .consulatation-privacy-text > .consulatation-privacy-title {
            font-size: 14px;
            color: #008000;
            margin-top: 4px;
            margin-bottom: 4px;
        }
        .consulatation-privacy > .consulatation-privacy-inner > .consulatation-privacy-text > p {
            margin-bottom: 5px;
        }
        .consulatation-privacy > .consulatation-privacy-inner > .consulatation-privacy-text > .consulatation-privacy-dp {
            font-size: 14px;
        }

        .consulatation-form {
            display: inline-block;
            vertical-align: top;
            width: 100%;
            background-color: #EEEEEE;
            padding: 30px 12px;
            margin-bottom: 0px !important;
        }
        .consulatation-form .consulatation-form-title {
            margin-top: 0px !important;
            font-size: 22px;
        }
		body .consulatation-form .gform_wrapper.gravity-theme .gform_fields {
			grid-column-gap: 10px;
			grid-row-gap: 10px;
		}
		body .consulatation-form .gform_wrapper.gravity-theme .gfield label.gfield_label {
			color: #50565c !important;
			margin-bottom: 5px !important;
		}
        body .consulatation-form  .gform_wrapper.gravity-theme .gfield input[type="text"],
        body .consulatation-form  .gform_wrapper.gravity-theme .gfield input[type="email"],
        body .consulatation-form  .gform_wrapper.gravity-theme .gfield input[type="tel"],
        body .consulatation-form  .gform_wrapper.gravity-theme .gfield select{
            padding-left: 15px !important;
			padding-right: 15px !important;
			border-color: #9589aa !important;
			border-radius: 6px !important;
			font-size: 16px !important;
			color: #50565c !important;
			background-color: #FFFFFF !important;
			height: 42px !important;
        }
        body .consulatation-form .gform_wrapper.gravity-theme .gform_footer input[type=submit] {
			border: 2px solid #088d2d !important;
			background-color: #0bbf3c !important;
			opacity: 0.5 !important;
			padding: 10px 15px !important;
			font-size: 16px !important;
			float: right !important;
		}
        @media only screen and (max-width: 580px){
            .consulatation-privacy > .consulatation-privacy-inner > .consulatation-privacy-img {
                width: 100%;
                margin-right: 0;
            }
            .consulatation-privacy > .consulatation-privacy-inner > .consulatation-privacy-text {
                padding: 3px;
            }
			.consultation-row > div:not(:last-child) {
				margin-bottom: 15px;
			}
			.consultation-row > .consultation-col1,
			.consultation-row > .consultation-col2 {
				width: 100%;
			}
        }

/* Css for home page CTA section */
.cus-cta-section {
	padding-top: 100px;
	padding-bottom: 20px;
}
.assistance-support-area {
    background: #0bbf3c;
    padding: 28px 35px 40px 35px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    display: -webkit-flex;
    display: -moz-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-align-items: center;
    -moz-align-items: center;
    align-items: center;
}
.assistance-support-left {
    width: 70%;
    padding-right: 20px;
}
.assistance-support-right {
    width: 30%;
	text-align: right;
}
.assistance-support-area h2 {
    color: #fff;
	font-size: 32px;
	margin-bottom: 8px;
    line-height: 1.1;
}
.assistance-support-area p {
    color: #fff;
	font-size: 16px;
    line-height: 1.2;
	font-weight: 300;
}
.assistance-support-area a {
    background: #fff;
    color: #0bbf3c;
    text-align: center;
    line-height: 1;
    font-weight: 700;
    letter-spacing: 1px;
    display: inline-block;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    margin-top: 12px;
    padding: 18px 28px;
}
.assistance-support-area a:hover {
    background: #f7f7f7;
}

@media screen and (max-width: 767px) {
    .assistance-support-area {
        padding: 25px 20px 30px 20px;
    }
    .assistance-support-left,
    .assistance-support-right {
        width: 100%;
        padding-right: 0;
		text-align: left;
    }
    .assistance-support-area h2 {
        font-size: 28px;
    }
    .assistance-support-area a {
        font-size: 15px;
        padding: 10px 20px;
        margin-top: 20px;
    }
}

/* Header Tags Work */
p.mecl2{
	font-size: 24px;
	margin: 0px 0px 24px 0px;
	color: #6e8b9c;
	font-weight: 400;
}
p.mecl3{
	font-size: 24px;
	margin: 24px 0 12px;
	color: #6e8b9c;
	font-weight: 400;
}
p.mecl3wid{
	font-size: 18px!important;
    display: block;
    margin-bottom: 6px;
    line-height: 1.16!important;
	vertical-align: top;
    width: 100%;
}
p.mecl3title{
	font-size: 20px;
    line-height: 1.4em;
	color: #6e8b9c;
	font-weight: 400;
}
p.mecl4{
	font-size: 18px;
	margin: 24px 0 12px;
	color: #6e8b9c;
	font-weight: 500;
	line-height: 1.4em;
}
p.mecl4footer{
	font-size: 20px;
	margin: 0;
	color: #ffffff;
	font-weight: 500;
	line-height: 1.3em;
}
p.treatmentgrid-title{
	font-size: 20px;
    line-height: 1.4em;
	margin: 24px 0 12px;
	color: #6e8b9c;
	font-weight: 400;
}
p.meclwt{
	font-size: 16px;
    color: #6e8b9c;
    font-weight: 400;
    line-height: 1.1em;
    margin-bottom: 12px!important;
}
p.text-title{
	line-height: 1.4em;
	font-weight: 400;
}

.page-template-locations-template .locations-page-text h3 a { color: var(--blog-single-title-color); }
.page-template-locations-template .locations-page-link { margin-top: 12px; }
.page-template-locations-template .location-page-righticon { display: flex;
    padding: 6px 12px;
    border: 1px solid #889baa;
    border-radius: 6px;
    color: #889baa;
    max-width: 140px;
    gap: 16px; }


.offerpage.black-friday {
	
}

.offerpage.black-friday header {
	background-color: transparent;
}
.offerpage.black-friday .sect-banner {
	background-color: black !important;
}
.offerpage.black-friday .sect-banner .pagewrapper {
    background-color: black;
	margin: 0 auto;
}
.offerpage.black-friday .sect-banner .pagewrapper .page {
	padding: 0;
	width: auto;
}
.offerpage.black-friday .sect-banner h1 {
	color: white;
	background-color: transparent;
	font-size: 40px;
    border-radius: 0;
}
.offerpage.black-friday .sect-banner h1 span.title {
	font-weight: 600;
    font-size: 58px;
    display: block;
}
.offerpage.black-friday section.section-body .page {
	text-align: center;
	font-size: 30px;
}

.offerpage.black-friday section.section-body .page p {
	font-size: 24px;
}

.section-h1-wrap.black-friday {
    background-color: black;
	padding-top: 20px;
}
.section-h1-wrap.black-friday .second-banner-style .text-box .section-h1-wrap-text-inner {
	background-color: transparent;
    border-radius: 0;
}
.section-h1-wrap.black-friday .text-box h1 {
	color: white;
	font-size: 74px;
	font-weight: 600;
}
.section-h1-wrap.black-friday .text-box h2 {
	color: white;
	font-size: 48px;
	font-weight: 600;
}
.section-h1-wrap.black-friday .text-box p {
	color: white;
	font-size: 24px;
}

.pink-round-btn {
	display: inline-block;
	border-radius: 10px;
	color: black;
	text-decoration: none !important;
	font-size: 24px;
	background-color: #FFA0FF;
	padding: 6px 24px 8px;
    font-weight: 560;
	white-space: nowrap;
}
@media only screen and (max-width:  992px){
	.offerpage.black-friday .sect-banner h1 {
		font-size: 38px;
	}
}
@media only screen and (max-width:  767px){
	.offerpage.black-friday .sect-banner .pagewrapper {
    	background-position: center bottom;
	}
}
@media only screen and (max-width:  768px){
	
	.offerpage.black-friday .sect-banner h1 {
		padding: 0 20px;
	}
	.section-h1-wrap.black-friday .text-box h1 {
		color: white;
		font-size: 52px;
		font-weight: 600;
	}
	.section-h1-wrap.black-friday .text-box h2 {
		color: white;
		font-size: 32px;
		font-weight: 600;
	}
	.section-h1-wrap.black-friday .text-box p {
		color: white;
		font-size: 18px;
	}
	.pink-round-btn {
		font-size: 18px;
	}
}

@media only screen and (max-width:  580px){
	.section-h1-wrap.black-friday .section-h1-text-wrap {
		background-color: black;
	}
}
@media only screen and (max-width:  582px){
	.section-h1-wrap.black-friday .second-banner-style .text-box .section-h1-wrap-text-inner {
		padding-right: 0;
	}
	.section-h1-wrap.black-friday .text-box h1 {
		color: white;
		font-size: 54px;
		font-weight: 600;
	}
	.section-h1-wrap.black-friday .text-box h2 {
		color: white;
		font-size: 32px;
		font-weight: 600;
	}
	.section-h1-wrap.black-friday .text-box p {
		color: white;
		font-size: 18px;
	}
	.pink-round-btn {
		font-size: 18px;
	}
}
@media (min-width: 769px){
	.section-h1-wrap.black-friday .bt-row {
		align-items: center !important;
	}
	.section-h1-wrap.black-friday .text-box h1 {
		color: white;
		font-size: 58px;
		font-weight: 600;
	}
	.section-h1-wrap.black-friday .text-box h2 {
		color: white;
		font-size: 32px;
		font-weight: 600;
	}
	.section-h1-wrap.black-friday .text-box p {
		color: white;
		font-size: 18px;
	}
	.pink-round-btn {
		font-size: 18px;
	}
	.section-h1-wrap.black-friday .second-banner-style .img-box img {
		height: auto;
		max-width: 100%;
    	max-height: 600px;
		top: auto;
		bottom: 0;
	}
}
@media (min-width: 767px){
	.offerpage.black-friday .sect-banner .pagewrapper {
     	width: 750px;
		background-size: 50%;
    	background-position: right bottom;
    }
}
@media (min-width: 992px){
	.offerpage.black-friday .sect-banner h1 {
		font-size: 40px;
	}
	.offerpage.black-friday .sect-banner .pagewrapper {
		width: 850px;
	}
	.section-h1-wrap.black-friday .text-box h1 {
		font-size: 74px;
		font-weight: 600;
	}
	.section-h1-wrap.black-friday .text-box h2 {
		font-size: 48px;
		font-weight: 600;
	}
	.section-h1-wrap.black-friday .text-box p {
		font-size: 24px;
	}
	.pink-round-btn {
		font-size: 24px;
	}
}


.offerpage.rejuvenating .sect-banner {
	background-color: #b8f8f8;
}


.offerpage.health-invite .sect-banner {
	background-color: transparent;
}
.offerpage.health-invite .sect-banner .pagewrapper {
	background-color: #9c8bab;
}
.offerpage.health-invite .sect-banner h1 {
	font-size: 92px;
    padding: 0px;
    background-color: transparent;
    border-radius: 20px;
    line-height: 1.2;
    color: white;
    font-weight: 300;
    max-width: none;
    text-align: right;
    text-transform: uppercase;
    letter-spacing: .5rem;
    padding-left: 10%;
}

.offerpage.health-invite .section-form .form-wrap {
	border: 1px solid white;
    box-shadow: 2px 2px 5px white;
}

.offerpage.health-invite section.section-body {
	margin: 0;
}
.offerpage.health-invite section.section-body h1 {
	color: #9c8bab;
	font-weight: 400;
	font-size: 36px;
}

.offerpage.health-invite section.section-body p {
}

@media only screen and (max-width: 767px) {
    .offerpage.health-invite .sect-banner .inner {
        padding: 140px 0px 100px;
    }
	
	.offerpage.health-invite .sect-banner h1 {
		font-size: 64px;
        text-align: right;
        padding-left: 10%;
	}
	.offerpage.health-invite .section-form .form-wrap {
		box-shadow: none;
		border: 0;
		margin-top: 24px;
	}
	.offerpage.health-invite section.section-body h1 {
		font-size: 24px;
	}

	.offerpage.health-invite section.section-body p {
		font-size: 16px;
	}
}
@media only screen and (max-width: 552px) {
	.offerpage.health-invite .sect-banner h1 {
		font-size: 48px;
        text-align: left;
        padding-left: 0;
	}
}

/* humberger css by button */
.header-menu-trigger {
	display: -webkit-flex;
	display: flex;	
	-webkit-justify-content: flex-end;
	justify-content: flex-end;
}
.header-menu-trigger button {
	color: #9589aa;
	background-color: transparent;
	font-size: 24px;
	padding: 0;
	text-transform: lowercase;
	display: -webkit-flex;	
	display: flex;
	-webkit-align-items: center;
	align-items: center;
}
.header-menu-trigger button:hover,
.header-menu-trigger button:focus {
	color: #9589aa;
	background-color: transparent;
}
.header-menu-trigger button span {
	display: inline-block;
	line-height: 1;
	padding: 0 15px 3px 0;
}
.header-menu-trigger button .fa-bars {
	font-size: 40px;
	line-height: 1;
}
.inside-header .header-menu-trigger .fa-bars:before {
	content: "\f0c9";
}
.inside-header.open .header-menu-trigger .fa-bars:before {
	content: "\f00d";
}

@media screen and (max-width: 767px) {
	.header-menu-trigger button .fa-bars {
		font-size: 28px; 
	}
	.header-menu-trigger button { font-size: 20px; }
	.header-menu-trigger button span {
		padding: 0 13px 4px 0;
	}
}

.common_text_content { padding: 1em; border-radius: 12px; }
.common_text_content.common_text_content_bg_grey { background-color: #e5e5e3; }
.common_text_content.common_text_content_bg_white { background-color: white; border: 1px solid #e5e5e3; }
.common_text_content.common_text_content_bg_purple { background-color: #d8d3e1; }

@media screen and (min-width: 768px) {
	section.explore_treatments_section {
		display: block;
		margin: 0 auto;
		max-width: 1100px;
        padding-right: 15px;
        padding-left: 15px;
	}
    .explore_treatments_lists {
        flex-direction: row;
        flex-wrap: nowrap;
    }
    .explore_treatments_lists a {
        width: 100%;
        max-width: 100%;
        font-size: 2rem;
    }
}

@media screen and (min-width: 1024px) {
	.home .container, .home .grid-container {
		max-width: 1100px;
	}
    body.home .newslatter-box .newslatter-form .gform_footer { padding-top: 1.5em; }
    .home .footer-location-section .container { 
        padding-right: 15px;
        padding-left: 15px;
    }
    .home .footer-location-section .bt-row { border-radius: 6px; }
    .explore_treatments_lists a {
        font-size: 3rem;
    }
    .section-h1-wrap {
        background: #f7f7f7;
    }
    .section-h1-wrap .container {
        max-width: 1100px;
    }
    .section-h1-wrap .bt-row {
        display: block;
        height: 608px;
    }
    .section-h1-wrap .text-box {
        display: flex;
        flex-wrap: wrap;
        align-content: flex-end !important;
        position: relative;
        height: 100%;
    }
    .section-h1-wrap .text-box h2 {
        color: #9a8aab;
    }
    .section-h1-wrap .text-box p{
        margin-bottom: 0;
        color: white;
    }
    .section-h1-wrap .img-box {
        text-align: center;
    }
    .section-h1-wrap .text-btn {
        margin-top: 48px;
    }
    .section-h1-wrap .text-btn {
        padding: 9px 32px;
        font-size: 18px;
        font-weight: 300;
        border-radius: 10px;
        margin-bottom: 24px;
    }
    
    
    .second-banner-style .text-box {
        z-index: 99;
        bottom: 0;
        left: 0;
        display: block;
    }
    .second-banner-style .text-box .section-h1-wrap-text-inner {
        padding: 0px 0px 24px 48px;
    }
    .second-banner-style .img-box {
        position: relative;
        height: 608px;
        background-color: #9a8aab1c;
    }
    .second-banner-style .img-box img {
        max-width: inherit;
        object-fit: contain;
        height: auto;
        width: 100%;
        position: absolute;
        right: 0;
        top: 0;
        z-index: 9;
        opacity: 1;
    }
    .section-home-banner-image {padding: 0 15px;max-width: 100%;flex: 1;display: block;height: 608px;overflow: hidden;position: absolute;top: 0;/* left: 15px; *//* right: 15px; *//* background-color: #9a8aab; */}
    .section-home-banner-text {
        position: absolute;
        bottom: 0;
        padding: 0 15px;
        max-width: 100%;
        top: 0;
        display: block;
    }
}
.home .assistance-support-area {border-radius: 6px;background-color: #9589aa;}
.home .assistance-support-area a { color: #9589aa; }

.home .all-about-you-section { display: none; }
.home .before_and_after_gallery .text-btn { }
.home .before_and_after_gallery .text-btn::after {
    content: "\f054";
    font-family: 'FontAwesome';
    margin-left: .5em;
}

.home .before_and_after_gallery_lists {
    display: flex;
    gap: 2rem;
    align-items: center;
    justify-content: start;
    margin-bottom: 3rem;
	flex-direction: column;
}
.home .before_and_after_gallery_lists .ba-container {
    padding: 12px 18px;
    border: 3px solid #9a8aab;
    border-radius: 12px;
    flex: 1 1 50%;
    align-self: stretch;
}
.home .before_and_after_gallery_lists .ba-container .ba-title {
    color: #9a8aab;
    text-align: center;
    padding: 12px 0 24px;
    font-size: 1.4em;
    font-weight: 600;
    text-transform: lowercase;
}
.home .before_and_after_gallery_lists .ba-container .ba-textimgbox {
    padding: 0;
    align-items: start;
    justify-content: center;
    gap: 1rem;
}
.home .before_and_after_gallery_lists .ba-container .ba-textimgbox .ba-items {
    /* flex: 1 1 50%; */
    /* flex-basis: min-content; */
    padding: 0;
    width: auto;
}
.home .before_and_after_gallery_lists .ba-container .ba-textimgbox .ba-items p {
    text-align: center;
}
.home .before_and_after_gallery_lists .ba-container .ba-textimgbox .ba-items span {
    background-color: transparent;
    display: block;
    color: #9a8aab;
    text-align: center;
    width: auto;
    font-size: 1.4em;
    margin: 12px 0;
    font-weight: 600;
    text-transform: lowercase;
}
.home .before_and_after_gallery_lists .ba-container .ba-textimgbox .ba-items img {
    border-radius: 12px;
    height: 340px;
    width: auto;
}
.home .before_and_after_gallery_lists .ba-container .ba-accreditation {
    flex: 1 1 100%;
    background-color: #9589aa;
    padding: 10px 10px;
    color: white;
    border-radius: 12px;
    margin-top: -1rem;
}

@media screen and (min-width: 768px) {
	.home .before_and_after_gallery_lists {
		flex-direction: row;
	}
	.home .before_and_after_gallery_lists .ba-container .ba-textimgbox .ba-items img {
		height: 240px;
	}
}

@media screen and (min-width: 880px) {
	.home .before_and_after_gallery_lists {
		flex-direction: row;
	}
    .home .before_and_after_gallery_lists .ba-container .ba-textimgbox .ba-items {
        flex: 1 1 50%;
        flex-basis: min-content;
    }
	.home .before_and_after_gallery_lists .ba-container .ba-textimgbox .ba-items img {
		height: 240px;
	}
}

@media screen and (min-width: 1024px) {
	.home .before_and_after_gallery_lists {
		
	}
    .home .before_and_after_gallery_lists .ba-container .ba-textimgbox .ba-items {
        flex: 1 1 50%;
        flex-basis: min-content;
    }
	.home .before_and_after_gallery_lists .ba-container .ba-textimgbox .ba-items img {
		height: 300px;
	}
}

.home .meet_the_team_list {
    padding-top: 48px;
    padding-bottom: 48px;
}
.home .meet_the_team_list .meet_the_team_list_container {
    display: flex;
    gap: 21px;
    align-items: start;
    /*justify-content: space-between;*/
    flex-wrap: wrap;
    /* font-family: 'PreloSlab'; */
}

.home .meet_the_team_list .meet_the_team_list_container .doctors-list-items {
    flex: 1 1 100%;
    background-color: #9a8aab;
    border-radius: 12px;
    color:  white;
    padding: 6px;
    display: grid;
    position: relative;
    grid-template-columns: 120px 1fr;
}
.home .meet_the_team_list .meet_the_team_list_container .doctors-list-items > a {
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    border-radius: 12px;
}
.home .meet_the_team_list .meet_the_team_list_container .doctors-list-items .doctors-img-box {}
.home .meet_the_team_list .meet_the_team_list_container .doctors-list-items .doctors-img-box img {
    border-radius: 12px;
}
.home .meet_the_team_list .meet_the_team_list_container .doctors-list-items .doctors-text-box {
    padding-left: 18px;
    padding-top: 6px;
    padding-bottom: 6px;
}
.home .meet_the_team_list .meet_the_team_list_container .doctors-list-items .doctors-text-box .doctors-text-title {
    font-size: 1.3rem;
    margin-bottom: 12px;
    font-weight: 400;
}
.home .meet_the_team_list .meet_the_team_list_container .doctors-list-items .doctors-text-box .doctors-text-roll {
    font-weight: 300;
    margin-bottom: 9px;
    font-size: 13px;
    height: 40px;
}
.home .meet_the_team_list .meet_the_team_list_container .doctors-list-items .doctors-text-box .doctors-text-roll b {
    font-weight: 300;
}
.home .meet_the_team_list .meet_the_team_list_container .doctors-list-items .doctors-text-box .doctors-text-dp {
    font-weight: 300;
    font-size: 13px;
    line-height: 16px;
}
.home .meet_the_team_list .meet_the_team_list_container .doctors-list-items .doctors-text-box .doctors-text-dp b {
    font-weight: 300;
}
@media screen and (min-width: 768px) {
    .home .meet_the_team_list .meet_the_team_list_container {
        
    }
    .home .meet_the_team_list .meet_the_team_list_container .doctors-list-items {
        flex: 0 1 48%;
    }

}
@media screen and (min-width: 1024px) {
    .home .meet_the_team_list .meet_the_team_list_container {
        
    }
    .home .meet_the_team_list .meet_the_team_list_container .doctors-list-items {
        flex: 0 0 32%;
    }

}