:root {
    --main-dark-color: #2b6aa0;
    --main-lgre-color: #f2f2f2;  
    --top-mssg: #3e9cd2;
    --main-padding: 15px;  
    --highlightbg: #f3faff;
    --highlightbd: #acd2ec;
    --highlightxt: #33698f;
    --pstrongbg: #fff6f6;
    --pstrong: #005ea1;
    --highlightred: #dd503f;
    --phonegrey:#b1b1b1;
    --bblpink:#ff3ae7;
}

@import url('https://fonts.googleapis.com/css2?family=Josefin+Sans:wght@500&display=swap');

.unslider {
    overflow: auto;
    margin: 0;
    padding: 0
}

.unslider-wrap {
    position: relative
}

.unslider-wrap.unslider-carousel > li {
    float: left
}

.unslider-vertical > ul {
    height: 100%
}

.unslider-vertical li {
    float: none;
    width: 100%
}

.unslider-fade {
    position: relative
}

.unslider-fade .unslider-wrap li {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    z-index: 8
}

.unslider-fade .unslider-wrap li.unslider-active {
    z-index: 10
}

.unslider li, .unslider ol, .unslider ul {
    list-style: none;
    margin: 0;
    padding: 0;
    border: none
}

.unslider-arrow {
    position: absolute;
    left: 20px;
    z-index: 2;
    cursor: pointer
}

.unslider-arrow.next {
    left: auto;
    right: 20px
}

.unslider-nav ol {
    list-style: none;
    text-align: center;
}

.unslider-nav ol li {
    display: inline-block;
    width: 6px;
    height: 6px;
    margin: 0 4px;
    background: transparent;
    border-radius: 5px;
    overflow: hidden;
    text-indent: -999em;
    border: 2px solid #fff;
    cursor: pointer;
}

.unslider-nav ol li.unslider-active {
    background: #fff;
    cursor: default;
}

body {
    border: none;
    padding: 0;
    margin: 0;
    background-color: #FFF;
    font-family: 'europa';
    /*font-family: 'Josefin Sans', sans-serif;*/
    font-weight: 500;
    background-color: #fff;
}

body * {
    box-sizing: content-box;
}

.clearfix {
    clear: both;
}

#anchor {
    position: absolute;
    left: 0;
    top: -92px;
}

a {
    color: var(--main-dark-color);
    text-decoration: none;
}

a:hover {
    color: #3b3c3c;
}

h1 {
    font-size: 3.5em;
    line-height: 46px;
    color: var(--top-mssg);
    padding: 0;
    margin: 0 0 20px 0;
    font-weight: initial;
    text-transform: capitalize;
}

h1.home {
    font-size: 3.5em;
    line-height: 46px;
    color: var(--top-mssg);
    padding: 0;
    margin: 0 0 20px 0;
    font-weight: initial;
    text-transform: capitalize;
    text-align: center;
}

h2 {
    font-size: 3em;
    line-height: 36px;
    color: var(--top-mssg);
    padding: 0;
    margin: 40px 0 40px 0px;
    font-weight: initial;
    text-transform: capitalize;
}

h3 {
    font-size: 24px;
    line-height: initial;
    color: #263643;
    padding: 0;
    margin: 20px 0;
    font-weight: initial;
}

h4 {
    font-size: 18px;
    line-height: 28px;
    color: #263643;
    padding: 0;
    margin: 20px 0;
    font-weight: initial;
}

p, li {
    font-size: 1.0625rem;
    line-height: 2.22;
    color: rgb(103, 103, 103);
    padding: 0;
    font-weight: initial;
}

li {
    margin: 7px 0;
}

p strong, li strong {
    text-transform: none;
}

ul, ol {
    width: 90%;
    display: block;
    margin: 6px auto 20px auto;
    padding: 0;
}

em {
    font-style: italic;
}

small {
    font-size: 75%;
}

form {
    width: 80%;
    display: block;
    margin: 50px auto 10px auto;
    padding: 5%;
    max-width: 450px;
    background: #fff;
    border: 1px solid #ddd;
    -webkit-box-shadow: 0px 0px 3px 0px rgba(50, 50, 50, 0.3);
    -moz-box-shadow: 0px 0px 3px 0px rgba(50, 50, 50, 0.3);
    box-shadow: 0px 0px 3px 0px rgba(50, 50, 50, 0.3);
    border-radius: 7px;
}

form input, form textarea, form select {
    display: block;
    width: 100%;
    padding: 5px;
    box-sizing: border-box;
    font-weight: 200;
    line-height: 24px;
    height: 34px;
    border: #8A8A8A solid 1px;
    border-radius: 5px;
    font-size: 18px;
    margin: 0 0 15px 0;
}

form textarea {
    height: 180px;
}

form p {
    margin: 0;
    padding: 0;
}

form input.fname, form input.lname {
    padding-left: 30px;
    background-image: url(images/form/icon-user.png);
    background-position: 8px 8px;
    background-repeat: no-repeat;
}

form input.email {
    padding-left: 30px;
    background-image: url(images/form/icon-email.png);
    background-position: 8px 8px;
    background-repeat: no-repeat;
}

form input.phone {
    padding-left: 30px;
    background-image: url(images/form/icon-phone.png);
    background-position: 8px 8px;
    background-repeat: no-repeat;
}

form select.state {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-image: url(images/form/icon-state.png);
    background-position: 8px 8px;
    background-repeat: no-repeat;
    padding-left: 30px; 

}

form input.check {
    width: 30px !important;
    display: inline-block !important;
}

form input.submit {
    display: block;
    width: 70%;
    margin: 10px auto 0 auto;
    border-radius: 7px;
    line-height: 28px;
    font-size: 22px;
    text-align: center;
    padding: 5px;
    height: 38px;
    background-color: #243541;
    color: #fff;
    border: 1px solid #243541;
    border-color: #243541 !important;
    -webkit-box-shadow: 0px 0px 3px 0px rgba(50, 50, 50, 0.3);
    -moz-box-shadow: 0px 0px 3px 0px rgba(50, 50, 50, 0.3);
    box-shadow: 0px 0px 3px 0px rgba(50, 50, 50, 0.3);
    transition: all ease 0.3s;
    font-style: normal;
    cursor: pointer;
}

form input.submit:hover {
    color: #5699e7;
    background-color: #fff;
}

table {
    font-weight: 200;
    color: #666;
    font-size: 16px;
    line-height: 22px;
    text-shadow: 1px 1px 0px #fff;
    background: #eaebec;
    margin: 20px auto;
    border: #ccc 1px solid;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    border-radius: 6px;
    -moz-box-shadow: 0 1px 2px #d1d1d1;
    -webkit-box-shadow: 0 1px 2px #d1d1d1;
    box-shadow: 0 1px 2px #d1d1d1;
}

table p {
    font-size: 16px;
    line-height: 22px;
    padding: 0;
    margin: 5px 0;
}

table th {
    padding: 21px 25px 22px 25px;
    border-top: 1px solid #fafafa;
    border-bottom: 1px solid #e0e0e0;
    background: #ededed;
    background: -webkit-gradient(linear, left top, left bottom, from(#ededed), to(#ebebeb));
    background: -moz-linear-gradient(top, #ededed, #ebebeb);
}

table th:first-child {
    text-align: left;
    padding-left: 20px;
}

table tbody tr:first-child th:first-child {
    -moz-border-radius: 3px 0 0 0;
    -webkit-border-radius: 3px 0 0 0;
    border-radius: 3px 0 0 0;
}

table tbody tr:first-child th:last-child {
    -moz-border-radius: 0 3px 0 0;
    -webkit-border-radius: 0 3px 0 0;
    border-radius: 0 3px 0 0;
}

table tr {
    text-align: center;
    padding-left: 20px;
    vertical-align: central;
}

table td.t-col {
    text-align: left;
    padding-left: 20px;
    border-left: 0;
}

table td {
    padding: 18px;
    border-top: 1px solid #ffffff;
    border-bottom: 1px solid #e0e0e0;
    border-left: 1px solid #e0e0e0;
    vertical-align: central;
    background: #fff;
    background: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#fbfbfb));
    background: -moz-linear-gradient(top, #fff, #fbfbfb);
}

table tr:nth-child(even) td {
    background: #f5f5f5;
    background: -webkit-gradient(linear, left top, left bottom, from(#f8f8f8), to(#f6f6f6));
    background: -moz-linear-gradient(top, #f8f8f8, #f6f6f6);
}

table tr.t-row td {
    background: #3c3c3c;
    border-top: 1px solid #898989;
    border-bottom: 1px solid #000;
    text-shadow: #000 0 0 1px;
    color: #f5f5f5;
}

table tr.t-row td strong {
    color: #f5f5f5;
}

table tr.t-row td:first-child {
    border-radius: 4px 0 0 0;
}

table tr.t-row td:last-child {
    border-radius: 0 4px 0 0;
}

table tr.t-row:hover td {
    background: #000;
}

table tr:last-child td {
    border-bottom: 0;
}

table tr:last-child td:first-child {
    -moz-border-radius-bottomleft: 3px;
    -webkit-border-bottom-left-radius: 3px;
    border-bottom-left-radius: 3px;
}

table tr:last-child td:last-child {
    -moz-border-radius-bottomright: 3px;
    -webkit-border-bottom-right-radius: 3px;
    border-bottom-right-radius: 3px;
}

table tr:hover td {
    background: var(--main-lgre-color);
    background: -webkit-gradient(linear, left top, left bottom, from(var(--main-lgre-color)), to(#f0f0f0));
    background: -moz-linear-gradient(top, var(--main-lgre-color), #f0f0f0);
}

table strong, table p strong {
    text-transform: uppercase;
    color: #333;
    font-size: 18px;
}

#doctor_h2 {
    font-size: 26px;
    line-height: 56px;
    color: #5699e7;
    padding: 0;
    margin: 40px 0 20px 0;
    font-weight: 200;
    text-transform: uppercase;
}

#doctor_h3 {
    font-size: 22px;
    line-height: 32px;
    color: #ffffff;
    padding: 0;
    margin: 20px 0;
    font-weight: 200;
    text-transform: uppercase;
    text-align: right;
}

#article p a {
    text-decoration: underline;
    text-decoration-color: #b5b5b5;
}

#super-container {
    max-width: 100%;
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background-color: #3c3c3c;
    -webkit-overflow-scrolling: touch;
}

.v-container{
    margin:40px 0 0 0;
}


#wrapper {
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    opacity: 1;
    box-shadow: #070707 0 0 30px;
    background-color: #fff;
    z-index: 200;
    overflow: hidden;
    -webkit-overflow-scrolling: touch;
}

#main-menu {
    position: absolute;
    top: 105px;
    width: 100%;
    height: 100%;
    display: none;
}

.main-menu-overlay {
    z-index: 200000;
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
}

#menu-column {
    width: 100%;
    display: block;
    position: fixed;
    padding: 20px 0 0 0;
    margin: 0;
    right: 0;
    height: 100vh;
    overflow-y: auto;
    overflow-x: hidden;
    z-index: 200001;
    background-color: #fff;
}

#menu-column.mob {
    width: 100%;
    padding-bottom: 18vw;
    box-sizing: border-box;
}

#menu-column.mob #p-nav {
    width: 100%;
}

#menu-column.mob #p-nav ul {
    width: 100%;
}

#menu-column.mob #p-nav ul li {
    width: 100%;
}

#logo-white {
    display: none;
    width: auto;
    height: 80px;
    margin: 0 auto;
    padding: 0px 0 20px 0;
}

#menu-close {
    background-image: url(images/x.png);
    background-position: top left;
    background-size: 40px 35px;
    background-repeat: no-repeat;
    display: block;
    width: 40px;
    height: 35px;
    position: fixed;
    top: 50px;
    right: 30px;
    background-color: transparent;
    cursor: pointer;
}

#menu-close:hover {
    opacity: 0.6;
}

#wrapper-over {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 5000;
    background-color: #fff;
    opacity: 0.6;
    display: none;
}

.home-content{
    max-width: 1640px;
    padding: 0;
    margin: 0 auto;    
}

.home-content h1{
    text-align:center;
}

.home-content h2{
    text-align:center;
}


#header {
    height: 92px;
    margin: 0;
    display: block;
    padding: 50px 0 40px 0px;
    /*border-bottom: #CCC 1px solid;*/
    z-index: 4999;
    width: 100%;
    background-color: #FFFFFF;
}

#logo img {
    height: 80px;
    width: auto;
    margin: 0 auto;
    display: flex;
}

#logo {
    display: block;
    margin: 0 auto;
}

#inner-nav {
    width: 95%;
    max-width: 1024px;
    text-align: center;
    height: 44px;
    display: block;
    margin: 0 auto;
    position: relative;
}

#showmenu {
    display: none;
    padding: 0px 30px 0px 0px;
    font-size: 24px;
    text-transform: uppercase;
    color: #3c3c3c;
    transition: all ease 0.3s;
    top: 0;
    right: 0;
    font-weight: normal;
}

#showmenu:hover {
    color: #5699e7;
}
#lang-option{
    float: right;
    font-size: 1.0625rem;
    line-height: 24pt;
    margin: 0 15px 0 0;
    color: #888888;
    text-transform: uppercase;
    font-weight: bold;
}

#showmenu #menu-icon {
    width: 40px;
    height: 40px;
    border-radius: 35px;
    float:right;
    transition: all ease 0.3s;
    color: black;
}

#showmenu #menu-icon span {
    display: block;
    background-color: #a6a6a6;
    width: 100%;
    height: 4px;
    border-radius: 2px;
    margin-top: 5px;
    transition: all ease 0.3s;
}

#showmenu:hover #menu-icon {
    background-color: #ccc;
}

#menu-social {
    text-align: right;
    position: absolute;
    right: 0;
    top: 5px;
}

#d-social {
    left: 0;
    text-align: left;
    margin-left: 30px;
   /* margin-top: 30px; */
}

#d-social a#antipin {
    cursor: pointer !important;
    color: #444 !important;
    display: inline-block !important;
    font: 0;
    height: inherit !important;
    margin: 0 !important;
    padding: 0 !important;
    position: relative !important;
    text-decoration: none !important;
    text-indent: 19px !important;
    vertical-align: baseline !important;
}

#discount {
    display: none;
    width: 100%;
    background-color: rgb(86, 153, 231);
    right: 0;
    top: 93px;
    height: 42px;
    padding: 5px 10px;
    border-bottom: #CCC 1px solid;
    box-sizing: border-box;
    position: absolute;
    text-align: center;
}

#discount a {
    color: #ffff;
    text-decoration: none;
    font-size: 26px;
}

#open:hover {
    color: black;
}

#popup {
    left: 50%;
    position: fixed;
    top: 50%;
    z-index: 1001;
    transform: translate(-50%, -50%);

}

.content-popup {
    margin: 20px;
    position: relative;
    padding: 10px;
    border-radius: 4px;
    background-color: #FFFFFF;
    box-shadow: 0 2px 5px #666666;
    border: #5699e7 4px solid;
}

.content-popup h2 {
    color: #48484B;
    border-bottom: 1px solid #48484B;
    margin-top: 0;
    padding-bottom: 4px;
}

.content-popup form {
    margin: 10px auto 10px auto !important;;
}

.content-popup form p {
    text-align: center;
    margin-bottom: 10px;
}

.popup-overlay {
    left: 0;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 999;
    display: none;
    background-color: #777777;
    cursor: pointer;
    opacity: 0.7;
}

.close {
    position: absolute;
    right: 15px;
}

.close-msg {
    float: right;
    font-weight: bold;
}


#phone {
    display: block;
    text-align: right;
    font-size: 2em;
    font-weight: 300;
    color: var(--phonegrey);
    text-decoration: none;
    float: left;
    margin: 10px 10px;
}

#phone span {
    display: block;
    color: #3c3c3c;
}

.social-icon {
    min-width: 24px;
    height: 24px;
    overflow: hidden;
    display: inline-block;
    margin: 0 0 0 3px;
    position: relative;
    vertical-align: top;
    opacity: 0.5;
}

.social-icon-yt{
    min-width: 35px;
    height: 24px;
    overflow: hidden;
    display: inline-block;
    margin: 0 0 0 3px;
    position: relative;
    vertical-align: top;
    opacity: 0.5;
}

.social-icon span {
    line-height: 24px;
    width: 0;
    padding: 0;
    color: #393939;
    transition: all 0.3s ease;
    display: block;
    overflow: hidden;
    text-align: left;
    font-size: 13px;
    opacity: 0;
}

.social-icon:hover span {
    padding: 0 4px 0 36px;
    width: 85px;
    opacity: 1;

}

.social-icon-1, .social-icon-2 {
    width: 24px;
    height: auto;
    top: 0;
    left: 0;
    position: absolute;
    z-index: 5;
    transition: all 0.3s ease;
}

.social-icon-2 {
    z-index: 10;
    opacity: 0;
}

.social-icon-ytw{
    width: 34px;
}

.social-icon:hover .social-icon-1 {
    opacity: 0;
}

.social-icon:hover .social-icon-2 {
    opacity: 1;
}

#language {
    width: 100%;
    height: auto;
    margin: 20px auto;
    transition: all ease 0.3s;
    display: block;
    color: #FFFFFF;
    text-align: center;
}

#language img {
    width: 72px;
    height: auto;
    margin: 0 auto 10px auto;
    display: block;
}

#language:hover {
    opacity: 0.6;
}

#a-nav {
    height: 44px;
    width: 100%;
    background-color: #3c3c3c;
    position: relative;
    z-index: 1000;
}

#p-nav {
    width: 100%;
    position: relative;
}

#p-nav ul {
    width: 100%;
    text-align: center;
    display: block;
    margin: 20px 0 30px 0;
    padding: 0;
}

#p-nav ul li {
    display: inline-table;
    width: calc(33% - 10px);
    padding: 0 0 20px 0;
    border-bottom: #5b5b5b 1px solid;
    list-style: none;
    margin: 0px -5px 10px 0;
    text-indent: 0;
    text-align: center;
}

#p-nav ul li.home_btn {
    background-image: url(images/home_icon.png);
    background-repeat: no-repeat;
    background-position: right 10px top 7px;
    background-size: 22px 22px;
}

#p-nav ul li:hover {
}

#p-nav ul li.menu-item-has-children {
    background-position: right 10px top 10px;
    background-repeat: no-repeat;
    background-size: 20px 20px;
}

#p-nav ul li.menu-item-has-children a:hover{
}

#p-nav ul li a {
    display: block;
    padding: 10px 20px 6px 20px;
    margin: 0;
    line-height: inherit;
    font-size: 1.4em;
    text-transform: uppercase;
    color: #555;
    transition: all ease 0.3s;
    position: relative;
    text-align: left;
}

#p-nav ul li a:hover {
    color:#000;
    letter-spacing:2px;
}

#p-nav ul li ul {
    width: 100%;
    display: block;
    position: relative;
    padding: 0;
    margin: 0 auto -4px auto;
    max-width: none;
    height: auto;
    border: none;
    overflow: hidden;
}

#p-nav ul li ul:hover{
    display: block;
}
.sub-menu:hover{
    background:var(--main-lgre-color);
}

#p-nav ul li ul li {
    width: 100%;
    display: block;
    float: none;
    margin: 4px 0;
    padding: 0 0 0 0;
    border-right: none;
    border: none;
}

#p-nav ul li ul li:first-child {
    border-left: none;
    width: 100%;
}

#p-nav ul li ul li a {
    line-height: inherit;
    font-size: 1em;
    color: #000;
    padding: 7px 20px 7px 20px;    
}

#p-nav ul li ul li a:hover {
    color: #000;
    background-color: transparent;
    letter-spacing: 2px;
}

#p-nav ul li.menu_map {
    height: 60px;
    background-image: url(images/btn_map.jpg);
    background-size: 100% auto;
    background-repeat: no-repeat;
    background-position: top left;
    box-shadow: rgba(0, 0, 0, 0.4) 0 3px 8px inset;
}

#p-nav ul li.menu_map a {
    color: #3c3c3c;
    text-shadow: #FFFFFF 0 1px 1px, #FFFFFF 0 0 5px;
    font-size: 20px;
    padding: 10px 20px 26px 20px;
}

#p-nav ul li.menu_map a:hover {
    color: #3c3c3c;
}

#s-nav {
    background-color: #5699e7;
    width: 100%;
    height: 32px;
    position: relative;
    z-index: 900;
}

#infinislider {
    width: 100%;
    height: 740px;
    min-height: 740px;
    position: relative;
    overflow: auto;
    margin: 0 auto;
    z-index:-2;
    background : url(../images/new-home/bartop_03.png);
    background-size: cover;
}

#slider-container {
    width: 100%;
    margin: 0 auto;
    max-width: 1100px;
    position: relative;
    height:320px;
    display:block;
}




#infinislider .dots {
    display: block !important;
}

#infinislider ul {
    height: 400px;
    min-height: 400px;
    padding: 0;
    margin: 0;
    top:-350px;
}

#infinislider li {
    list-style: none;
    position: relative;
    height: 400px;
    margin: 25px 0;
}

#infinislider ul li img{
    height: 392px;
    width: auto;
    filter: contrast(72%) brightness(116%)
}

.rank-badge{
    width: 140px !important;
    height: auto !important;
    left: 0;
    top: 90px !important;
}

.slider-story{
    height: 392px;
    width: auto;
    position: absolute;
    top: 0px;
    right: 5%;
    z-index: 500; 
    width: 85%;
    min-width: 1100px;   
}


.slider-story .hspan{
    line-height: initial;
    position: absolute;
    text-align: center;
    top: 25%;
    left: 0px;
    width:auto;
    min-width: 200px;
    opacity:1;
}

.slider-story .hspan-b{
    top: 15%;
}

span.kvisits{
    font-weight: bold;
    font-size: 130px;
    color: var(--main-dark-color);
}

span.story-url-2{
    font-size: 50px;
    display: block;
    text-transform: none;
    color: #fa37ac;
}

span.story-result-2{
    font-size: 40px;
}

.story-title{
    font-size: 2.6em;    
    color: rgb(66, 140, 183);
}

.story-title-2{
    font-size: 2.6em;    
}

.bbl-graph{
    width: 40% !important;
    height: auto !important;
    top: 16% !important;
}

.story-url{
    font-size: 2em;    
  color: rgb(0, 80, 131);
  margin: 20px auto;
  display:block;
}

.story-result{
    font-size: 4em;    
  color: rgb(0, 0, 0);
}

#infinislider ul li .patient-name {
    background-color: #2B7992;
    width: 300px;
    top: 300px;
    right: 19%;
    position: absolute;
    font-size: 21px;
    line-height: 21px;
    padding: 10px 20px;
    border-radius: 20px 0 0 20px;
    color: #fff;
    z-index: 100;
    text-align: left;
}

#infinislider ul li {
    float: left;
}

#infinislider li img {
    width: 50%;
    height: auto;
    position: absolute;
    top: 0;
    right: 0;
}

#infinislider ol.dots, #infinitestimonials ol.dots {
    position: absolute;
    bottom: 0;
    display: block;
    text-align: center;
    width: 100%;
}

#infinislider ol.dots li.dot, #infinitestimonials ol.dots li.dot {
    background-color: #fff;
    width: 15px;
    height: 15px;
    display: inline-block;
    border: #888888 solid 1px;
    border-radius: 8px;
    overflow: hidden;
    text-indent: 20px;
    margin: 0 5px;
    opacity: 0.6;
    cursor: pointer;
    background-image: none;
}

#infinislider ol.dots li.dot:hover, #infinitestimonials ol.dots li.dot:hover {
    opacity: 1;
}

#infinislider ol.dots li.active, #infinitestimonials ol.dots li.active {
    background-color: #888;
}

#slidetext {
    padding-left:20px;
    left: 0;
    color: #666666;
    z-index: 100;
    margin: 0;
    position: absolute;
    top: 50%;
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}




.slide-line-a {
    font-style: normal;
    font-size: 40px;
    color: var(--top-mssg);
}

.slide-line-b {
    font-style: normal;
    font-size: 40px;    
    color: var(--main-dark-color);
    display:block;
}


#infinitestimonials {
    width: 90%;
    position: relative;
    overflow: auto;
    margin: 0 auto;
    padding-bottom: 50px;
    padding-top: 20px;
    background-image: url(images/shadow.png);
    background-repeat: no-repeat;
    background-position: top left;
    background-size: 100% auto;
}
.backstretch.animated {
  -webkit-animation: filter-animation 5s infinite;
}

@-webkit-keyframes filter-animation {
  0% {
    -webkit-filter: sepia(0) saturate(2);
  }
  
  50% {
    -webkit-filter: sepia(1) saturate(8);
  }
  
  100% {
    -webkit-filter: sepia(0) saturate(2);
  }
}

#infinitestimonials .testimonial_content {
    background-image: url(images/quotes_1.png), url(images/quotes_2.png);
    background-repeat: no-repeat, no-repeat;
    background-position: top left, bottom right;
    background-size: 40px 40px, 40px 40px;
    box-sizing: border-box;
    padding: 0 40px;
}

#infinitestimonials ul {
    padding: 0;
    margin: 0;
    width: 100%;
}

#infinitestimonials ul li {
    padding: 0;
    margin: 0;
    width: 100%;
    list-style: none;
    float: left;
    padding-bottom: 50px;
}

#infinitestimonials h3 {
    font-size: 20px;
    line-height: 30px;
    text-align: center;
    margin: 0 0 10px 0;
}

#infinitestimonials p {
    font-size: 16px;
    line-height: 26px;
    text-align: center;
    margin: 0 0 10px 0;
    font-style: italic;
}

#infinitestimonials p.testimonial_source {
    color: #5699e7;
    margin: 0;
}

#testimonial_stars {
    text-align: center;
    margin: 0 0 10px 0;
    padding: 0;
}

.learnmore {
    display:inline-block;
    padding: 15px 30px;
    font-size: 20px;
    text-align: center;
    background: var(--main-dark-color);
    color: #fff;
    -webkit-box-shadow: 0px 0px 3px 0px rgba(50, 50, 50, 0.3);
    -moz-box-shadow: 0px 0px 3px 0px rgba(50, 50, 50, 0.3);
    transition: all ease 0.3s;
    font-style: normal;
    font-weight: bold;
}

.header-btn{
    margin-top:20px;
}

.learnmore.doc-footer {
}

.learnmore:hover {
    background-color: #fff;
    color: #5699e7;
}

#marquee {
    height: 210px;
    width: 100%;
    border-top: #CCC 1px solid;
    border-bottom: #CCC 1px solid;
    background-color: #FFF;
    overflow: hidden;
    margin-left: -100%;
    padding-right: 100%;
    position: relative;
    z-index: 200;
}

#marquee img {
    padding: 5px 5px 5px 0;
    height: 200px;
    width: auto;
}

.js-marquee-wrapper {
}

#contents {
    width: 100%;
    background-color: white;
}

#main-content {

}

.center-doctor{
    background: var(--main-lgre-color);
}

#doctor {
    max-width:1100px;
    display: flex;
    flex-direction: row;
    justify-content: center;
    position: relative;
    z-index: 300;
    background: var(--main-lgre-color);
    margin:auto;
    padding: 40px 20px 0px 40px;
}

.img-doctor {
    width: 40%;
    text-align: center;
}

.txt-doctor {
    position: relative;
    z-index: 1000;
    padding-left: 30px;
}

#doctor img.drport {
    height: auto;
    left: 0;
    bottom: 0;
    pointer-events: none;
        vertical-align: bottom;
}

.main-contents, .main-contents-b{
    padding: 30px 20px 10px 20px;
}


#three-boxes {
    background-image: url(images/waves.jpg);
    background-position: bottom left;
    background-size: 100% auto;
    background-repeat: no-repeat;
    min-height: 200px;
    overflow: hidden;
}

.one-box {
    width: 29.2%;
    border-right: #69cad1 solid 1px;
    float: left;
    padding: 2%;
    position: relative;
    height: 320px;
}

.one-box h2, .one-box p {
    text-align: center;
}

#evelyn {
    width: 100%;
    display: block;
    position: absolute;
    bottom: -20px;
}

.feat-bef-aft {
    width: 80%;
    height: auto;
    display: block;
    margin: 10px auto;
    border: 4px solid #fff;
    -webkit-box-shadow: 0px 0px 5px 0px rgba(50, 50, 50, 0.5);
    -moz-box-shadow: 0px 0px 5px 0px rgba(50, 50, 50, 0.5);
    box-shadow: 0px 0px 5px 0px rgba(50, 50, 50, 0.5);
    border-radius: 5px;
}

.boxed {
    display: flex;
    padding: 70px 0 50px 0;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    background: #fff;
    margin: auto;
}

.aw-box {
    margin: 0 15px 0 15px;
}

.aw-box img {
    /*height: 350px;*/
}

.aw-box span {
    display: inherit;
    text-align: center;
    color: #fff;
    padding: 12px;
    font-size: 20px;
    background-color: var(--main-dark-color);
}


#boxes {
    height: 200px;
    width: 100%;
    border-top: #CCC 1px solid;
    border-bottom: #CCC 1px solid;
    background-color: #FFF;
    overflow: hidden;
    position: relative;
    z-index: 200;
}

.box {
    display: block;
    height: 220px;
    width: 19%;
    margin: 0 0.5%;
    overflow: hidden;
    position: absolute;
    left: 0;
    top: 0;
    background-color: #3c3c3c;
}

#box02 {
    left: 20%;
}

#box03 {
    left: 40%;
}

#box04 {
    left: 60%;
}

#box05 {
    left: 80%;
}

.box span {
    display: block;
    width: 100%;
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 400;
    text-align: center;
    font-size: 1.6vw;
    line-height: 1.6vw;
    color: #5699e7;
    color: #9ecbff;
    background-color: #000000;
    background-color: rgba(0, 0, 0, 0.6);
    padding: 10px 0;
    font-weight: 200;
    transition: all ease 0.3s;
    font-weight: normal;
    text-shadow: #000000 0 0 8px;
}

.box span small {
    display: block;
    font-size: 1.2vw;
    line-height: 1.2vw;
    color: #FFFFFF;
    font-weight: 400;
    transition: all ease 0.3s;
}

.box:hover span {
    opacity: 0.4;
    color: #000;
    text-shadow: #fff 0 0 8px;
}

.box:hover span small {
    color: #000;
}

.box img {
    width: 100%;
    max-width: 200px;
    height: auto;
    position: relative;
    margin: 0 auto;
    z-index: 200;
    display: block;
}

.box img.background {
    z-index: 100;
    position: absolute;
    top: 0;
    left: 0;
    width: auto;
    height: 100%;
    max-width: none;
}

.box img.boxover {
    z-index: 200;
    opacity: 0;
    transition: all 0.3s ease;
}

.box:hover img.boxover {
    opacity: 1;
}

.center-bluebox{
    background-color: var(--main-dark-color);
}

#bluebox {
    max-width: 1100px;
    margin: auto;
    padding: 40px 20px 40px 20px;
}

#bluebox h3 {
    text-align: right;
    color: #FFF;
}

.blue-right {
    float: right;
    padding: 0 0 0 5%;
    width: 44.5%;
}

.blue-left {
    width: 45%;
    border-right: #fff 1px solid;
    float: left;
    padding: 0 5% 0 0;
}

.blue-right a.tel {
    color: #FFF;
    font-size: 38px;
}

.blue-right a.tel small {
    font-size: 20px;
}

.blue-right a {
    color: #c1e0ef;
    display: block;
    font-size: 20px;
}

#thechat {
    position: fixed;
    bottom: -321px;
    right: 20px;
    border: #CCC 1px solid;
    width: 260px;
    padding: 15px;
    height: 320px;
    z-index: 4998;
    background-color: #FFFFFF;
    background-color: rgba(255, 255, 255, 0.97);
    box-shadow: rgba(0, 0, 0, 0.3) 0 0 10px;
}

#thechat input {
    width: 220px;
    border: #CCC 1px solid;
    font-size: 17px;
    height: 30px;
    line-height: 30px;
    padding: 0 30px 0 10px;
    margin: 0;
    font-weight: 200;
    position: relative;
    z-index: 100;
}

#thechat input#send-chat {
    display: block;
    overflow: hidden;
    width: 20px;
    background-image: url(images/send.svg);
    background-position: right 5px top 5px;
    background-repeat: no-repeat;
    background-size: 20px 20px;
    background-repeat: no-repeat;
    position: relative;
    background-color: transparent;
    border: none;
    margin-top: -30px;
    padding: 0;
    cursor: pointer;
    left: 240px;
    opacity: 0.6;
}

#thechat input#send-chat:hover {
    opacity: 1;
}

#thechat-header {
    width: 240px;
    background-color: #3c3c3c;
    display: block;
    padding: 0 10px 0 40px;
    margin: -15px 0 15px -15px;
    line-height: 30px;
    height: 30px;
    font-size: 17px;
    text-transform: uppercase;
    color: #FFF;
    position: relative;
    text-align: left;
    background-image: url(images/chat.svg);
    background-position: 9px 3px;
    background-repeat: no-repeat;
    background-size: 24px 24px;
    background-repeat: no-repeat;
}

#thechat-chat {
    border: #CCC 1px solid;
    width: 240px;
    padding: 10px;
    height: 220px;
    margin: 0 0 15px 0;
}

article {
    margin: 50px auto;
    max-width: 1640px;
    padding: 0 60px 0 40px;
}

.alignleft {
    /*float: left;*/
    display: block;
    margin: 0 20px 10px 0;
}

.alignright {
    float: right;
    display: block;
    margin: 0 0 10px 20px;
}

.aligncenter {
    display: block;
    margin: 10px auto;
    text-align: center;
}

.alignnone {
    margin: 10px;
    display: inline-block;
}

.hidden {
    display: none !important;
}

#footer {
    width: 100%;
    margin: 0;
    padding: 0;
    background-color: var(--main-lgre-color);
}

#footer-contents {
    width: 90%;
    max-width: 800px;
    margin: 0 auto;
    padding: 30px 0;
    text-align:center;
}

#footer-contents p {
    font-size: 20px;
    line-height: 20px;
    text-align: center;
    color: #2f2f2f;
}

#footer-contents span{
    margin: 0px 0.5em 0px 0.5em;
    font-size: 20px;
    line-height: 1.5em;
    text-align: center;
    display:inline-block;
    color: #2f2f2f;
}

#footer-contents p a {
    color: #2f2f2f;
}

#footer-contents p a:hover {
    color: #C0C0C0;
    text-decoration: underline;
}

.footer-section{
    
    
}

ul.qna, ul.pyr {
    margin-top: 30px;
    width:100%;
}

ul.qna li, ul.pyr li {
    list-style: none;
    cursor: pointer;
}

ul.qna li:before, ul.pyr li:before {
    content: 'Q';
    background: var(--top-mssg);
    color: #fff;
    font-weight: bold;
    text-align: center;
    border-radius: 3px;
    padding: 5px;
    margin-right: 10px;
    font-size: 20px;
    line-height: 20px;
    width: 20px;
    display: inline-block;
    text-indent: 0;
}

ul.pyr li:before {
    content: 'P';
}

ul.qna li ul, ul.pyr li ul {
    width: 100%;
    margin: 10px 0 30px 0;
    overflow: hidden;
}

ul.qna li ul li, ul.pyr li ul li {
    width: 90%;
    margin: 10px 0 30px 0;
    font-size: 18px;
    cursor: auto;
}

ul.qna li ul li:before, ul.pyr li ul li:before {
    content: none;
    background: #c2d8e9;
}

ul.pyr li ul li:before {
    content: 'R';
}

.video iframe {
    max-width: 100%;
    display: block;
    margin: 0 auto;
}

.video {
    margin: 20px 0 0px 0;
    background: var(--main-lgre-color);
    padding: 50px 20px 40px 20px;
}
.video h1{
    text-align:center;
}

.video h2{
    text-align:center;
}

#gallery_menu {
    width: 90%;
    display: block;
    position: relative;
    margin: 10px auto;
    text-align: center;
    padding: 10px;
}

#gallery_menu h3 {
    margin: 5px 0 10px 0;
}

#gallery_menu a {
    display: inline-block;
    padding: 10px;
    background-color: #263643;
    color: #fff;
    text-align: center;
    margin: 5px;
    text-decoration: none !important;
}

#gallery_menu a.cur_g {
    background-color: #5699e7;
    pointer-events: none;
}

#the-gallery {
    width: 100%;
    position: relative;
}

#gallery_menu a:hover {
    background-color: var(--top-mssg);
}

.g_title {
    text-align: center;
    display: block;
    width: 75%;
    margin: 40px auto 20px auto;
}

#video_gallery {
    width: 100%;
}

#video_gallery iframe {
    display: block;
    width: 100%;
    margin: 10px auto;
    max-width: 640px;
}

.video-container-bg{
    opacity: 1;
    height: auto;
    width: 100%;
}

#tiny-pop-up {
    border-radius: 10px;
    position: fixed;
    bottom: 5%;
    z-index: 9999;
    right: 80px;
    box-shadow: 0 0 10px rgba(0,0,0,0.05);
    overflow: hidden;
    display: block;
    opacity: 0;
    -webkit-transition: all 0.1s;
    -moz-transition: all 0.1s;
    -ms-transition: all 0.1s;
    -o-transition: all 0.1s;
    transition: all 0.1s;
    padding: 15px 30px;
    cursor: pointer;
    background: #ffffff;
}
#tiny-pop-up span {
    color: #263743;
    font-weight: bold;
    font-size: 1em;
}


#tiny-pop-up.visible-pop {
     opacity: 1;
     bottom: 10%;
 }
#tiny-pop-up span:hover{
    color: white;
}
div#tiny-pop-up:hover {
    background: #263743;
    color: white;

}
#header_form {
    width: 360px;
    background-color: #ffffff;
    border-top: #CCC 1px solid;
    border-right: #CCC 1px solid;
    border-bottom: #CCC 1px solid;
    margin: 0;
    padding: 20px 50px 0 50px;
    display: none;
    position: fixed;
    z-index: 4999;
    bottom: 0px;
    right: 0px;
    box-shadow: rgba(0, 0, 0, 0.2) 0 0 10px;
    overflow: hidden;
}

#open_header_form {
    color: #FFFFFF;
    width: 100%;
    height: 30px;
    display: block;
    position: absolute;
    top: 50%;
    left: -100px;
    line-height: 26px;
    font-size: 18px;
    text-align: center;
    cursor: pointer;
    z-index: 500;
    margin: 0 15px 0 0;
    -webkit-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
    display: none;
}

#close_header_form {
    color: #FFFFFF;
    background-color: #32434f;
    width: 26px;
    height: 26px;
    display: block;
    border-radius: 13px;
    position: absolute;
    top: 18px;
    right: 8px;
    line-height: 26px;
    font-size: 18px;
    text-align: center;
    cursor: pointer;
    z-index: 500;
}

#header_form form {
    height: 450px;
    width: 100%;
    display: block;
    margin: 0;
    padding: 0;
    max-width: none;
    background: none;
    border: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    border-radius: 0;
    overflow: hidden;
}

#header_form form input, #header_form form textarea, #header_form form select {
    display: block;
    width: 100%;
    padding: 2px 5px;
    box-sizing: border-box;
    font-weight: 200;
    line-height: 20px;
    height: 50px;
    border: #8A8A8A solid 1px;
    border-radius: 3px;
    margin: 20px 0 6px 0;
}

.check{
    height: 20px !important;
}

#header_form form textarea {
    height: 56px;
}

#header_form #header_form_left, #header_form #header_form_right {
    width: 49%;
    float: left;
    position: relative;
}

#header_form #header_form_right {
    float: right;
}

#header_form .ajax-loader {
    display: none;
}

span#header_title {
    font-size: 24px;
    line-height: 50px;
    text-align: center;
    color: #fff;
    padding: 0;
    margin: 0 0 5px 0;
    display: block;
    transition: all 0.3s ease;
    width: 230px;
}

#header_form_left .wpcf7-not-valid-tip, #header_form_right .wpcf7-not-valid-tip {
    display: block;
    position: absolute;
    top: 0;
    right: 102%;
    left: auto;
    width: 190px;
    z-index: 100;
    background-color: #666;
    padding: 5px;
    margin: 0;
    font-size: 13px;
    line-height: 17px;
    color: #fff;
    border-radius: 5px;
    opacity: 0.8;
    text-align: right;
}

#header_form_right .wpcf7-not-valid-tip {
    left: 102%;
    right: auto;
}

#header_form .wpcf7-response-output {
    display: none !important;
}

#header_form .wpcf7-not-valid-tip {
    line-height: 18px;
    font-size: 14px;
    text-align: center;
    display: block;
    margin: 2px 0 10px 0;
    padding: 0;
}

#header_form span {
    display: block;
    position: relative;
}

#header_form .wpcf7-submit {
    background-color: #5699e7;
    color: #fff;
    cursor: pointer;
    border-color: #5699e7;
}

#header_form .wpcf7-submit:hover {
    background-color: #fff;
    color: #5699e7;
    border-color: #fff;
}

#footer_form {
    display: none;
    width: 100%;
    background-color: #8b8d8f;
    margin: 0 auto;
    padding: 4%;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}

#footer_form form {
    width: 100%;
    display: block;
    margin: 0;
    padding: 0;
    max-width: none;
    background: none;
    border: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    border-radius: 0;
}

#footer_form form input, #footer_form form textarea, #footer_form form select {
    display: block;
    width: 100%;
    padding: 1%;
    box-sizing: border-box;
    font-weight: 200;
    line-height: 28px;
    height: auto;
    border: #8A8A8A solid 1px;
    border-radius: 0px;
    font-size: 18px;
    margin: 0 0 2% 0;
}

#footer_form form input.check {
    width: 20px !important;
    margin-right: 15px !important;
    display: inline-block !important;
}

#footer_form form p {
    color: #FFFFFF !important;
}

#footer_form form textarea {
    height: 90px;
}

#footer_form #header_form_left, #footer_form #header_form_right {
    width: 100%;
    float: none;
    position: relative;
}

#header_form .ajax-loader {
    display: none;
}

#footer_form_title {
    font-size: 26px;
    line-height: 36px;
    text-align: center;
    color: #FFFFFF;
    padding: 0;
    margin: 0 0 2% 0;
    display: block;
}

#footer_form .wpcf7-not-valid-tip {
    display: block;
    position: relative;
    width: 75%;
    margin: 0 auto 10px auto;
    z-index: 100;
    background-color: #666;
    padding: 5px;
    font-size: 18px;
    line-height: 22px;
    color: #fff;
    border-radius: 5px;
    text-align: center;
    top: auto;
    right: auto;
    left: auto;
}

#footer_form .wpcf7-response-output {
    display: none !important;
}

#footer_form span {
    display: block;
    position: relative;
}

#footer_form .wpcf7-submit {
    background-color: #666;
    color: #fff;
    cursor: pointer;
    border-color: #666;
}

#footer_form .wpcf7-submit:hover {
    background-color: #666;
    color: #fff;
    border-color: #666;
}

.envirabox-title {
    display: none !important;
}

.the-galleries {
    width: 100%;
    display: block;
    position: relative;
    height: 400px;
}

.g-loading {
    width: 100%;
    position: absolute;
    top: 200px;
    text-align: center;
    font-size: 26px;
    line-height: 36px;
    color: #5699e7;
    padding: 0;
    margin: 0;
    font-weight: 200;
}

.a-gallery {
    opacity: 0;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    pointer-events: none;
}

.c-gallery {
    opacity: 1;
    pointer-events: auto;
}

#liporeviewsbadge {
    background-image: url(/wp-content/uploads/2015/09/stars.png);
    background-position: center top;
    background-size: 40% auto;
    background-repeat: no-repeat;
    text-decoration: none;
    padding: 4% 0 0 0;
    text-align: center;
    font-size: 14px;
    line-height: 14px;
    display: block;
    margin: 30px auto 30px auto;
    width: 100%;
    max-width: 250px;
}

#banner-area {
    width: 100%;
    text-align: center;
    vertical-align: top;
    margin: 0 auto;
}

#banner-area a {
    display: inline-block;
    width: 350px;
    height: 180px;
    margin: 10px;
    cursor: pointer;
}

#banner-area a:hover {
    opacity: 0.8;
}

#banner-area a img {
    display: block;
    width: 100%;
    height: auto;
}

#conditions {
    width: 80%;
    margin: 20px auto 0 auto;
    padding: 15px;
}

#conditions h3 {
    text-align: center;
}

.a_coupon {
    background-color: var(--main-lgre-color);
    width: 90%;
    max-width: 550px;
    padding: 10px;
    box-shadow: rgba(0, 0, 0, 0.1) 0 6px 12px;
    box-sizing: border-box;
    display: block;
    margin: 0 auto 40px auto;
    border-radius: 21px;
}

.a_coupon h2 {
    font-size: 22px;
    line-height: 26px;
    margin: 0 0 30px 0;
    text-align: center;
    color: #f5f5f5;
    background-color: #000000;
    border-radius: 7px 7px 0 0;
    box-shadow: #000 0 1px 1px inset, #fff 0 1px 1px;
    text-transform: none;
    padding: 5px;
}

.a_coupon h3 {
    font-size: 60px;
    line-height: 45px;
    font-weight: normal;
    color: #2188AB;
    text-align: center;
    margin: 0 auto 20px auto;
    text-transform: none;
    text-shadow: #fff 0 1px 1px;
}

.a_coupon h3 strong {
    color: #266dc0;
    font-size: 45px;
    line-height: 45px;
}

.a_coupon h3 small {
    display: block;
    font-size: 20px;
    line-height: 20px;
}

.a_coupon p {
    text-align: center;
}

.dotted_box {
    width: 100%;
    border-radius: 14px;
    padding: 10px 10px 0 10px;
    box-sizing: border-box;
    border: dashed 2px #c4c4c4;
}

#reviews_showcase {
    
    max-width: 1110px;
    padding: 40px 0 40px 0;
    text-align: center;
    vertical-align: top;
}


#reviews_showcase.reviews_footer {
    max-width: 450px;
    padding: 0 2% 2% 2%;
}

#reviews_showcase .a_review {
    display: inline-block;
    margin: 0 10px 0 0;
    font-size: 0;
}

#reviews_showcase.reviews_footer .a_review {
    margin: 3%;
}

#reviews_showcase .a_review img {
    display: block;
    width: auto;
    height: 60px;
}

#reviews_showcase .a_review span {
    display: block;
    width: 100%;
    max-width: 100px;
    margin: 5px auto 0 auto;
    padding: 0;
    text-align: center;
}

#reviews_showcase .a_review span img {
    width: 19%;
    height: auto;
    margin: 0;
    padding: 0;
    display: inline-block;
}

#reviews_showcase #reviews_badge {
    display: inline-block;
    margin: 0 auto;
    width: 20%;
}

#reviews_showcase #reviews_badge img {
    width: 93%;
    margin: 0 auto;
    height: auto;
}

.envira-gallery-public {
    height: auto !important;
    width: 100%;
    font-size: 0;
    text-align: center;
}

.envira-gallery-item {
    position: relative !important;
    float: none !important;
    display: inline-block !important;
    vertical-align: top !important;
    left: auto !important;
    top: auto !important;
    margin: 10px 5px !important;
}

.envira-gallery-item a {
    position: relative !important;
    top: auto;
    left: auto;
    opacity: 1;
}

.testimonial_logo {
    width: 23%;
    float: left;
    box-sizing: border-box;
}

.testimonial_text {
    width: 75%;
    float: right;
    box-sizing: border-box;
}

.testimonial_text h3 {
    margin: 0;
}

.testimonial_text p.testimonial_source {
    font-size: 16px;
    line-height: 16px;
    padding: 0;
    margin: 20px 0;
    text-align: right;
    color: #5699e7;
}

.testimonials_stars {
    width: 75%;
    max-width: 100px;
    margin: 10px auto 20px auto;
    font-size: 0;
    text-align: center;
}

.testimonials_stars img {
    width: 20%;
}

.testimonial_logo_img {
    width: 90%;
    max-width: 240px;
    height: auto;
    display: block;
    margin: 0 auto;
}

.a_testimonial {
    display: block;
    margin: 30px 0 20px 0;
    width: 100%;
}

.testimonial_content {
    background-image: url("images/quotes_1.png"), url("images/quotes_2.png");
    background-repeat: no-repeat, no-repeat;
    background-position: top left, bottom right;
    background-size: 30px 30px, 30px 30px;
    box-sizing: border-box;
    padding: 0 30px;
}

#testimonial_filters {
    width: 100%;
    margin: 20px auto;
    text-align: center;
    vertical-align: top;
}

#testimonial_filters a {
    width: 28%;
    margin: 1%;
    background-color: #f5f5f5;
    padding: 1%;
    border-radius: 5px;
    box-shadow: rgba(0, 0, 0, 0.3) 0 3px 6px;
    display: inline-block;
    position: relative;
    font-size: 0;
    max-width: 120px;
    transition: all ease-in-out 0.3s;
}

#testimonial_filters a:hover {
    background-color: #D7D7D7;
}

#testimonial_filters a img {
    width: 100%;
    height: auto;
}

.rg #article {
    background-color: var(--main-lgre-color);
}

.rg {
    background-color: white;
}

#gallery-sections {
    display: block;
    width: 100%;
    margin: 0 auto 20px auto;
    font-size: 0;
    text-align: center;
}

#gallery-sections a {
    display: inline-block;
    width: 40%;
    background-color: #f5f5f5;
    color: #3c3c3c;
    margin: 2%;
    font-size: 20px;
    text-align: center;
    line-height: 30px;
    border: 4px solid #5699e7;
    box-sizing: border-box;
    padding: 5px;
}

#gallery-sections a:hover {
    color: #f5f5f5;
    background-color: #3c3c3c;
}


.before-after-section {
    background: var(--main-lgre-color);
    padding: 50px 0 40px 0;    
    text-align: center;
}

.before-after-center{
     max-width: 1640px;
     margin:auto;
}

.before-after-section ul{
    width:initial;
    margin: 6px auto 60px auto;
}

.before-after-section li{
    background: #ffffff;
    line-height:0px;
    font-size:initial;
    display: inline-block;
    width: calc(50% - 30px);
    margin: 20px 10px 0px 10px;
    border: 2px solid #fff;
    box-shadow: 0 0 3px #ccc;
    text-align: center;
}

.before-after-section li picture{
    display: inline-block;
    width: calc(50% - 15px);
    padding: 5px;
}

.before-after-section li img{
    width: 100%;
    cursor: pointer;
}

.dr-main-home{
    margin: 40px 0 0 0;
    position: relative;
}

.dr-main-center{
    background-position-x: 20px;
    background-repeat: no-repeat;
    background-size: 40%;
    max-width: 1640px;
    margin: auto;
    position: inherit;
    overflow: auto;
}

.no-webp .dr-main-center{
    
    background-image: url(/wp-content/themes/lipo-theme/images/new-home/drpic.jpg);
}

.webp .dr-main-center{
    
    background-image: url(/wp-content/themes/lipo-theme/images/new-home/drpic.webp);
}

.dr-main-pic{
    float: left;
    width: 40%;
}

.dr-main-pic img{
    width: 100%;
    float: right;
    opacity:0;
}

.dr-main-text{
    float: right;
    width: calc(55% - 20px);
    padding: 0px 30px 22px 60px;
}
.dr-main-logos{
    float: right;
    text-align:center;
    width: calc(70% - 120px);
    position: absolute;
    bottom: 0;
    right: 0;
}

.dr-main-logos ul{
    width: auto;
    line-height: initial;
    font-size: initial;
    list-style: none;    
    
}
.dr-main-logos li{
    display: inline-flex;
}

.dr-main-logos li img{
    height: 8vw;
    max-height: 140px;
    width: auto;
}

.dr-main-bar{
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 14vw;
    max-height: 220px;
    z-index: 0;
}

.dr-shuell-home{
    margin: 80px 0 0 0;
    position: relative;
}
.dr-shuell-center{
    
    background-image: url(/wp-content/themes/lipo-theme/images/drshuell-transparent-m.png);
    background-position-x: right;
    background-repeat: no-repeat;
    background-size: contain;
    max-width: 1640px;
    margin: auto;
    position: inherit;
    overflow: auto;    
    
}
.dr-shuell-pic{
    float: right;
    width: 30%;
    opacity:0;    
}

.dr-shuell-pic img{
    width: 100%;
    float: left;
}

.dr-shuell-text{
    float: right;
    width: calc(60% - 70px);
    padding: 0px 60px 22px 40px;
}
.dr-shuell-logos{
    float: left;
    text-align:center;
    width: calc(70% - 70px);
    position: absolute;
    bottom: 0;
    left: 0;
}

.dr-shuell-logos ul{
    width: auto;
    line-height: initial;
    font-size: initial;
    list-style: none;    
    
}
.dr-shuell-logos li{
    display: inline-flex;
}

.dr-shuell-logos li img{
    height: 8vw;
    max-height: 140px;
    width: auto;
}

.dr-shuell-bar{
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 30%;
    background: var(--main-lgre-color);
    z-index: 0;
}




.m-auto{
    margin:auto;
}


/*VIDEO GALLERY STYLES*/
#video-gallery-buttons {
    width: 50%;
    height: calc(27vw);
    max-height: 460px;
    box-sizing: border-box;
    float:left;
    text-align: center;
    overflow:auto;
}

#video-gallery-buttons.small {
    width: 500px;
}

#video-gallery-buttons.small a {
    margin: 1%;
    width: 23%;
    font-size: 2.2vw;
}

#video-gallery-buttons.small a span {
    font-size: 13px;
}

#video-gallery-buttons a {
    display: inline-block;
    margin: 0 10px 10px 10px;
    width: 28%;
    color: #4877c5;
    font-size: 15px;
    padding: 0;
    line-height: 18px;
    border-radius: 10px;
}

#video-gallery-buttons a:hover {
    color: #FFFFFF;
}

#video-gallery-buttons a span {
    padding: 4% 0 0 0;
    height: 18px;
    display: none;
    overflow: hidden;
    color: #539aec;
    transition: all 0.3s ease;
}

#video-gallery-buttons a:hover span {
    color: #fff;
}

#video-gallery-buttons a .img_container {
    box-shadow: rgba(0, 0, 0, 0.2) 0 4px 8px;
    overflow: hidden;
    position: relative;
    display: block;
}

#video-gallery-buttons a .img_container .icon {
    width: 25%;
    height: auto;
    position: absolute;
    bottom: 5%;
    right: 3%;

}

#video-gallery-buttons a .img_container .icon_2 {
    width: 30px;
    height: auto;
    position: absolute;
    top: calc(50% - 15px);
    left: calc(50% - 15px);
    opacity: 0.8;
    transition: all 0.3s ease;
}

#video-gallery-buttons a:hover .img_container .icon_2 {
    opacity: 0.1;
}

#video-gallery-buttons a .img_container img {
    width: 100%;
    height: auto;
    margin: 0;
    padding: 0;
    display: block;
}


#video-gallery-wrapper{
    overflow: auto;
    margin: auto;
    max-width: 1640px;
}

#general-gallery {
    background-image: url(/wp-content/themes/lipo-theme/images/video-plugin/video-section-thumb.jpg);
    background-repeat: no-repeat;
    background-position: top left;
    background-size: contain;
    font-size: 0;
    width: 50%;
    float: left;
    overflow: hidden;
    position: relative;
}

#general-gallery.small {
    width: 500px;
}

#general-gallery #video-container {
    display: none;
    padding: 0;
    background-color: rgba(0, 0, 0, 0.6);
    position: absolute;
    top: 0;
    left: 0;
    z-index: 400;
    margin: 0;
    box-sizing: border-box;
    display: none;
}

#general-gallery #video-container iframe {
    display: block;
    border: none;
    box-shadow: #000 0 0 20px;
    position: absolute;
}

.video_link {
    width: 25%;
    margin: 0;
    padding: 0;
    display: block;
    position: relative;
    box-sizing: border-box;
    height: 360px;
    z-index: 100;
    float: left;
}

.small .video_link {
    height: 280px;
}

img.picture {
    height: 100% !important;
    width: auto;
    position: relative;
    display: inline-block;
    max-width: inherit !important;
    top: 0;
    transition: all ease 0.4s;
}

.video_link#amber {
    z-index: 104;
    left: -10px;
}

.video_link#suzanne {
    z-index: 102;
    left: -30px;
}

.video_link#crystal {
    z-index: 103;
    left: -10px;
}

.video_link#jeannie {
    z-index: 100;
    left: -10px;
}

.video_link#amber img.picture {
    margin-left: 5px;

}

.video_link#crystal img.picture {
    margin-left: 20px;

}

.video_link#suzanne img.picture {
    margin-left: 5px;

}

.video_link#jeannie img.picture {
    margin-left: -30px;
}

.video_link#amber:hover img.picture {
    margin-left: 15px;

}

.video_link#crystal:hover img.picture {
    margin-left: 30px;

}

.video_link#jeannie:hover img.picture {
    margin-left: -20px;
}

.video_link#suzanne:hover img.picture {
    margin-left: 15px;
}

#central-contents .small img.picture {
    height: 100% !important;
    width: auto;
}

img.title {
    position: absolute;
    display: block;
    max-width: inherit !important;
    bottom: 0;
    left: 0;
    z-index: 200;
    pointer-events: none;
}

.small img.title {
    top: 185px;
}

.videoclose {
    position: absolute;
    z-index: 600;
    width: 30px;
    height: 30px;
    border-radius: 15px;
    box-sizing: border-box;
    padding: 0;
    margin: 0;
    top: 5px;
    right: 20px;
    background-color: #000000;
    color: #f5f5f5;
    font-size: 20px;
    border: #FFFFFF 2px solid;
    box-shadow: #000 0 2px 4px;
    line-height: 27px;
    text-align: center;
}

.videoclose:hover {
    color: #539aec;
}

/*END VIDEO GALLERY*/
#body-parts {
    width: 100%;
    max-width: 500px;
    margin: 20px auto;
    border-radius: 10px;
    position: relative;
}

#body-parts h2 {
    padding: 1% 5%;
    margin: 0;
    display: block;
    position: absolute;
    z-index: 2;
    width: 50%;
    top: 2%;
    left: 12%;
    text-align: center;
    background-color: rgba(255, 255, 255, 0.75);
    box-shadow: rgba(0, 0, 0, 0.2) 0 3px 6px;
    border-radius: 7px;
    text-shadow: rgba(255, 255, 255, 0.6) 0 1px 1px;
    box-sizing: border-box;
}

#body-parts a {
    position: absolute;
    top: 0;
    left: 0;
    height: 0;
    width: 100%;
    display: block;
    z-index: 5;
    transition: all ease 0.3s;
    z-index: 10;
}

#body-parts a#body-7 {
    z-index: 9;
}

#body-parts a img {
    opacity: 0.3;
}

#body-parts a span {
    display: block;
    position: absolute;
    top: 0;
    left: 5%;
    font-size: 120%;
    line-height: 100%;
    color: #000;
    opacity: 0.7;
}

#body-parts a#body-1 span {
    margin-top: 17%;
}

#body-parts a#body-2 span {
    margin-top: 25%;
}

#body-parts a#body-3 span {
    margin-top: 33%;
}

#body-parts a#body-4 span {
    margin-top: 41%;
}

#body-parts a#body-5 span {
    margin-top: 49%;
}

#body-parts a#body-6 span {
    margin-top: 57%;
}

#body-parts a#body-7 span {
    margin-top: 65%;
}

#body-parts a#body-8 span {
    margin-top: 73%;
}

#body-parts a:hover img {
    opacity: 0.8;
}

#body-parts a:hover span {
    opacity: 1;
}

#body-parts a.current-body {
    opacity: 0.8;
    pointer-events: none;
}

#body-parts a img {
    position: absolute;
    top: 0;
    left: 0;
    height: auto;
    z-index: 10;
}

#body-parts a img#male-liposuction-01 {
    left: 68.3%;
    width: 15.6%;
    margin-top: 29.5%;
}

#body-parts a img#male-breast-01 {
    left: 68%;
    width: 7.8%;
    margin-top: 22%;
}

#body-parts a img#male-breast-02 {
    left: 77%;
    width: 7.8%;
    margin-top: 22%;
}

#body-parts a img#male-hair-01 {
    left: 69%;
    width: 14.4%;
    margin-top: 19%;
}

#body-parts a img#male-botox-01 {
    left: 72.6%;
    width: 7.4%;
    margin-top: 5.7%;
}

#body-parts a img#male-fillers-01 {
    left: 75%;
    width: 3%;
    margin-top: 12.7%;
}

#body-parts a img#male-fraxel-01 {
    left: 73%;
    width: 6.6%;
    margin-top: 10%;
}

#body-parts a img#male-micro-01 {
    left: 73%;
    width: 6.4%;
    margin-top: 7.5%;
    z-index: 9;
}

#body-parts a img#male-thermage-01 {
    left: 73.7%;
    width: 5.4%;
    margin-top: 13.5%;
}

.back-to-top {
    display: block;
    width: 50%;
    max-width: 240px;
    font-size: 150%;
    margin: 10px auto 30px auto;
    background-color: #539aec;
    color: #FFFFFF;
    text-align: center;
    line-height: 150%;
    box-shadow: rgba(0, 0, 0, 0.2) 0 3px 6px;
    padding: 3px;
    text-decoration: none !important;
}

.header-animated-instagram {
    position: absolute;
    left: 50%;
    top: 325px;
    z-index: 500;
    margin-left: -300px;
}

#mobile-icons {
    display: none;
}


.flower-spacing {
}

#oshot-form {
    float: right;
    padding: 2%;
    max-width: 33%;
    margin-top: 0;
    margin-left: 8%;
}

#oshot-form input {
    margin: 0;
}

#oshot-form textarea {
    height: 130px;
}

#oshot-form button {
    color: white;
    background-color: #2e84c7;
    padding: 5px;
    width: 80px;
    display: block;
    margin: 0 auto;
}

#oshot-form input.ncheck {
    width: 20px !important;
    vertical-align: middle;
    display: inline;
}

.i300off {
    position: absolute;
    right: 0;
    top: 0;
    width: auto;
    height: 11em;
}

.specialoffer {
    font-size: 2em;
    padding: 1em;
    background-image: linear-gradient(rgb(255, 255, 255), rgb(204, 204, 204));
    text-align: center;
}

.specialsubtitle {
    border-bottom: 3px solid #0041ff;
    margin: 0 0 6vh 0;
}

.specialoffer h2 {
    font-size: 53px;
    font-weight: bold;
    line-height: initial;
    color: #0041ff;
    margin: 0 0 0 0;
}

.specialoffer p {
    font-size: 30px;
    line-height: initial;
}

.specialoffer .number {
    color: #0041ff;
    font-weight: bold;
}

#post-2262 .entry-content {
    display: none;
}

#post-2263 #article {
    width: 100%;
    padding: 0;
    min-height: 400px;
}

#post-2263 .entry-header {
    display: none;
}

#post-2263 .entry-title {
    font-size: 60px;
    font-weight: bold;
    text-align: center;
}

.callus {
    background: #0041ff;
    max-width: 300px;
    margin: 0 auto 2vh;
    padding: 10px;
    border-radius: 1em;
}

.callus a {
    color: #fff;
}


a#envirabox-close {
    display: block;
}


* {
  box-sizing: border-box;
}

#header{
    height:auto;
}

#header .column {
  float: left;
  width: 25%;
}

#header .column-center {
  float: left;
  width: 50%;
  text-align: center;
}

/* Clear floats after the columns */
#header:after {
  content: "";
  display: table;
  clear: both;
}

.header-title{
    font-size:3.4em;
    font-weight: 400;
    text-transform: uppercase;  
    color:var(--top-mssg);
}

::-webkit-scrollbar {
  width: 10px;
}

/* Track */
::-webkit-scrollbar-track {
  background: #f1f1f1; 
  border-radius: 10px;
}
 
/* Handle */
::-webkit-scrollbar-thumb {
  background: #aaa; 
   border-radius: 10px;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: #555; 
}


#videoBG {
    width:100%;
    position:absolute;
    z-index: -1;
}

.img_50_box{
    width: calc(50% - 20px);
    height: auto;
    margin: 0 5px 0 5px;
    vertical-align:middle;
}

.topmssg{
    background: var(--highlightred);
    text-align: center;
    color: white;
    padding: 25px;
    font-size:40px;
    background: linear-gradient(90deg, var(--highlightred) 0%, rgba(255,157,0,1) 100%);
    text-shadow: 2px 2px 0px #000;
    
}

blockquote {
    display: block;
    margin-block-start: 1em;
    margin-block-end: 1em;
    margin-inline-start: 0px;
    margin-inline-end: 0px;  
}

.highlight, .wp-block-quote p{
    background: var(--highlightbg);
    padding: 20px;
    color: var(--highlightxt);
    border-radius: 10px;
    border: 1px solid var(--highlightbd);
    /*width: fit-content;*/
    margin: 40px auto;
    text-align: center;   
}

.main-contents p strong, .entry-content p strong {
    text-transform: none;
    /*background: var(--pstrongbg);*/
    /*padding: 10px;*/
    color:var(--top-mssg);
}

.main-contents li strong, .entry-content li strong{
    text-transform: none;
    color:var(--top-mssg);
}

figure.wp-block-image{
    margin-block-start: 2em;
    margin-block-end: 2em;
    margin-inline-start: 0px;
    margin-inline-end: 0px; 
}

figure.wp-block-image{
    text-align:center;
}

figure.wp-block-image img{
    border: 1px solid #b4d5eb;
    box-shadow: 5px 5px 8px #00000026;
    width: 70%;
}

picture {
    display: block;
    width: 100%;
}

#article picture img{
    margin: auto;
    width: 100%;
    /*max-width: 600px;*/
    border: 0px solid #2d5067;
    /*box-shadow: 5px 5px 8px #00000026;*/
}

.framed-pic {
    text-align: center;
    margin: 2em auto;
    width: 70%;    
}

.framed-pic img{
    width:100%;
}


.case-box{
    width: 100%;
    max-width: 880px;
    padding: 25px 0px;
    margin: auto;
    height: min-content;
    background-size: 100% !important;
    background-position-y: 30px !important;
    background-repeat: no-repeat !important;
    border: 1px solid #e3e3e3;
    border-radius: 10px;
    box-shadow: 0px 0px 10px #dddddd;
}

.case-box h2{
    color: var(--highlightred);
}

.case-box-b{
    width: 100%;
    height: 70vw;
    max-height: 1300px;
    background-size: 100% !important;
    background-position-y: 30px !important;
    background-repeat: no-repeat !important;
    border: 1px solid #e3e3e3;
    border-radius: 10px;
    box-shadow: 0px 0px 10px #dddddd;
}

.case-box-b h2{
    color: var(--highlightred);
}


.case-pl {
    background: url(../images/new-home/rank-pl_06.jpg);
}

.case-al {
    background: url(../images/new-home/rank-al_06.jpg);
}

.case-ny {
    background: url(../images/new-home/rank-ny_06.jpg);
}

.case-cl {
    background: url(../images/new-home/rank-cl_06.jpg);
}

.case-ml {
    background: url(../images/new-home/rank-ml_06.jpg);
}

.case-dv {
    background: url(../images/new-home/rank-dv_06.jpg);
}

.case-ol {
    background: url(../images/new-home/rank-ol_06.jpg);
}

.case-hl {
    background: url(../images/new-home/rank-hl_06.jpg);
}

.case-bbl {
    background: url(../images/new-home/bbl-power_06.jpg);
}

.case-lipo {
    background: url(../images/new-home/rank_liposuccion_06.png);
}

.case-smartlipo {
    background: url(../images/new-home/rank_smartlipo_06.jpg);
}

.case-bbl h2{
    font-size: 60px;
    line-height: inherit;
    color: var(--bblpink); 
}


.cta-box{
    background: var(--top-mssg);
    padding: 20px;
    border-radius: 10px;
}

.cta-box h2{
    color: white;
    line-height:initial;
}

.cta-list{
    margin: 50px 0 0px 0px;
    display: block;
    font-size: 24px;
    text-decoration: underline;
}

.city-carousel{
    margin: 20px 0 0 0;
}

@media all and (min-width: 2990px){
    #videoBG {
        width:100%;
        height: auto;
    }
    
    .topmssg{
        font-size:1vw;
        padding: 1vw;
    }
    
    #infinislider ol.dots li.dot, #infinitestimonials ol.dots li.dot {
        width:0.5vw;
        height:0.5vw; 
        border-radius:2vw;
        text-indent: 2vw;
        margin: 0.5vw 0.2vw;
    }
    
    #footer-contents span{
        font-size:1vw;
    }
    
    figcaption{
        font-size: 0.8vw;
        padding: 1vw;
    }
    
    .story-title-2{
        font-size: 4vw;
    }
    span.story-url-2{
            font-size: 4vw;
    }
    span.story-result-2{
        font-size: 2.4vw;
    }    
    span.kvisits{
        font-size: 6vw;
    }
    
}
@media all and (min-width: 1920px) {
    #videoBG {
        width:100%;
        height: auto;
    }

    .story-title-2{
        font-size: 4vw;
    }
    span.story-url-2{
        font-size: 4vw;
    }    
    span.story-result-2{
        font-size: 2.4vw;
    }
    span.kvisits{
        font-size: 6vw;
    }
}

@media all and (min-width: 920px) and (max-width: 1200px){
    #videoBG {
        width:100%;
        height: auto;
    }
    
}

@media all and (min-width: 720px) and (max-width: 920px){

    #infinislider {
        min-height:initial;
        height:initial;
    }
    
}

@media all and (min-width: 1920px){
    
    #slider-container {
        width: 100%;
        max-width: calc(60vw);
        min-width: 1100px;
    }
    
    
    #slidetext {
       width:60%;
       top: 8vw;
       -ms-transform: translateY(-4vw);
       transform: translateY(-4vw);
    }    

    .slider-story .hspan{
        left:0px;
        /*font-size:1.75vw;*/
        bottom: 8.2vw;
    }

    .story-title{
        font-size:3vw;
    }
    .story-url{
        font-size:2vw;
    }
    .story-result{
        font-size:4vw;
    }
    .rank-badge{
        width:6vw !important;
        height:auto;
        top: 6vw !important;
        left: 2vw;
    }
    
}


@media all and (max-width: 1100px){
    
    
    #infinislider{
        background-position-y: top;
        background-repeat-y: no-repeat;
        background-size: 200% 435px;
    }
    
    #infinislider ul li img{
        height: 440px;
    }    
    .slider-story{
        min-width: initial;
        width: 100%;
        max-height: 440px;
        height: 440px;
        bottom: 0px;
        right: 0px;
    }
    
    .slider-story .hspan{
        position: relative;
        top:500px;
    }
 
    
}


@media all and (max-width: 920px) {
    .header-animated-instagram {
        position: absolute;
        left: 52vw;
        top: 33vw;
        z-index: 500;
        margin-left: -300px;
    }
    
    /* MOBILE STYLE MENU */
    
    #menu-column{
        padding:0 0 0 0;
        height:100vh;
        overflow:auto;
    }

    
    #p-nav ul li{
        display: contents;
    }
    
    #p-nav ul li ul li{
        margin: 10px 3vw;
    }
    
    
    
    
}


@media all and (min-width: 2990px){
    
    h1{
        font-size:1.35vw;
        line-height:inherit;
        margin: 1vw 0 1vw 0;
    }
    
    h2{ 
        font-size:1vw;
        line-height:inherit;
        margin: 1vw 0 1vw 0px;
    }
    
    
    h3{ 
        font-size:1vw;
        line-height:inherit;
        margin: 1vw 0 1vw 0px;
    }
        
    
    h4{
        font-size: 0.8vw;
        line-height: 2;
        margin: 1vw 0;
    }
    
    .learnmore{
        font-size: 0.8vw;
        padding: 0.6vw 0.75vw;
    }
    .aw-box span{
        font-size: 0.8vw;
    }
    #d-social{
        margin-top:1vw;
        line-height: 1vw;
        margin-left: 1vw;
    }
    #phone{
        font-size:1.4vw;
    }
    
    #header{
      padding: 1vw 0 1vw 0px;   
    }
    
    #header .column{
        line-height:inherit;
    }
    
    #logo img{
        height: 3vw;
    }
    
    #reviews_showcase{
       max-width:unset; 
    }
    #reviews_showcase .a_review img{
        height:2.5vw;
    }
    
    .video{
        padding: 3vw 20px 3vw 20px;
    }
    #video-gallery-wrapper{
        max-width: 80%;
        margin: 2vw auto;
    }
    
    #video-gallery-buttons{
        max-height: 22.2vw;
    }
    
    .home-content{
        max-width:unset;
    }
    article{
        max-width: 60%;
        margin: 3vw auto;
    }
    .before-after-center{
        max-width:80%;
    }
    
    .main-contents, .main-contents-b{
        padding: 3vw 20px 3vw 20px;
        width: 60%;
        margin: auto;
    }
    .before-after-section{
        padding: 3vw 20px 3vw 20px;
    }
    
    .dr-main-center{
        max-width:60%;
        background-size: 30%;
    }
    

    .dr-shuell-text{
        display: contents;
    }
    
    .dr-shuell-center{
        max-width: 60%;
        background-size: 30%;
    }
    

    .dr-shuell-pic img{
        width: 90%;
    }
    
    .dr-main-bar{
        height: 25%;
        max-height:unset;
    }
    
    .dr-shuell-bar{
        height: 25%;
        max-height:unset;
    }
    
    .dr-main-logos li img{
        height:5vw;
        max-height:unset;
    }
    
    .dr-shuell-logos li img{
        height:5vw;
        max-height:unset;
    }
    
    
    #bluebox{
        max-width: 60%;
        padding: 2vw 20px 2vw 20px
    }
    
    #doctor_h3{
        font-size: 1vw;
        line-height: 1.4;
    }
    
    .blue-right a{
        font-size: 1vw; 
    }
    
    .blue-right a.tel{
        font-size: 1.6vw;  
    }
    .blue-right a.tel small{
        font-size: 1vw;
    }
    
    #footer-contents{
        max-width: 60%;
        padding: 1.5vw 0;
    }

    #footer-contents p {    
        font-size: 0.8vw;
        line-height: 1;
    }



    #tiny-pop-up {
        border-radius: 0.2vw;
        right: 4%;
        padding: 0.75vw 1vw;
    }
    #tiny-pop-up span {
        font-size: 0.8vw;
    }

    ::-webkit-scrollbar {
      width: 0.5vw;
    }
    
    ::-webkit-scrollbar-track {
      background: #f1f1f1; 
      border-radius: 0.5vw;
    }
     
    ::-webkit-scrollbar-thumb {
      background: #aaa; 
       border-radius: 0.5vw;
    }
    
    #showmenu{
        line-height: 2vw;
        padding: 1vw 1vw 0vw 0vw;
    }

    #showmenu #menu-icon{
        width: 2vw;
        border-radius: 0.2vw;
        height: auto;
    }
    
    #menu-close{
        background-size: 1vw 1vw;
        width: 1vw;
        height: 1vw;
    }
    
    #p-nav ul li.home_btn{
        background-position: right 0.2vw top 0.5vw;
        background-size: 1vw 1vw;
    }
    
    
    #showmenu #menu-icon span{
        margin-top: 0.1vw;
        height: 0.3vw;
        border-radius: 0.2vw;
    }
    
    #p-nav ul li a{
        
        padding: 0.5vw 1vw 0.5vw 0.75vw;
        line-height: 1;
        font-size: 0.8vw;
    }
    
    #logo-white{
        width: auto;
        padding: 0.41vw 0.2vw 0.75vw 0.2vw;
        height: 3vw;
    }
    
    
    #p-nav ul{
        margin: 3vw 0 1vw 0;
    }
    
    #p-nav ul li ul li a{
        line-height: 1;
        font-size: 0.7vw;
        padding: 1.2vw 1vw 0vw 0.7vw;
    }

    .social-icon{
        min-width: 1vw;
        margin: 0 0 0 0.1vw;
        height: 1vw;
    }
    
    .social-icon-1, .social-icon-2{
        min-width: 1vw;
    }

    .social-icon-yt{
        min-width: 1.4vw;
        height: 1vw;
        width :1.4vw;
        margin: 0 0 0 0.04vw;
    }
    
    .social-icon-ytw{
        width :1.4vw;
    }
    
    #gallery_menu a{
        font-size: 0.7vw;
        padding: 0.2vw 1vw 0.3vw 1vw;
        margin: 0.2vw;
    }

    p, li{
        font-size: 0.8vw;
    }
    
    #lang-option{
        
        font-size: 1.0vw;
        line-height: 1.5vw;
        margin: 0 1vw 0 0;
    }
    
    #main-menu{
        top: 5vw;
    }
    #menu-close{
        top: 2.3vw;
        right: 1.6vw;    
    }
    
}

@media all and (min-width: 720px) and (max-width: 1400px) {


    .dr-main-center{
        background-position-x: -110px;
        background-size: contain;
        background-position-y: -10px;
        background-repeat: no-repeat;
    }

    .dr-main-pic, .dr-shuell-pic{
        width: 30vw;
    }

    .dr-main-bar, .dr-shuell-bar{
        background:none;
    }

    .dr-main-text{
        float: right;
        width: calc(60vw - 50px);
        padding: 0 20px 40px 30px;
        background: #ffffff9c;
    }
    
    .dr-main-logos, .dr-shuell-logos{
        background: var(--main-lgre-color);
        position: relative;
        width: calc(100%);
        margin: auto;
        float: none;
        text-align: center;
        overflow: auto;
        
    }
    
    .dr-main-logos li img, .dr-shuell-logos li img{
        height: 13vw;
    }
    
    .dr-shuell-text{
        float: left;
        width: calc(60vw);
        padding: 0 30px 40px 20px;
        background: #ffffff9c;
    }
    
    .dr-shuell-center{
        background-image: url(/wp-content/themes/lipo-theme/images/drshuell-transparent-m.png);
        background-position-x: right;
        background-size: contain;
        background-repeat: no-repeat;
    }

    .case-bbl h2{
        font-size:70px;
    }

}

@media all and (max-width: 720px) {
    h1 {
        font-size: 24px;
        line-height: 34px;    
        text-transform: capitalize;
    }

    h1.home {
        font-size: 24px;
        line-height: initial;
        margin: 20px 0 20px 0px;
    }

    h2 {
        font-size: 24px;
        line-height: initial;
        margin: 20px 0 20px 0px;
        font-weight: 400;
        text-transform: initial;
    }

    .learnmore.doc-footer {
    }

    #doctor_h2 {

    }

    h3 {
        font-size:18px;
        line-height: 1.8;
        font-weight:400;
    }

    #doctor_h3 {
    }

    p, li {
        /*font-weight: 400;*/
        color: #3f3f3f;
    }

    p strong, li strong {
    }

    .testimonial_logo {
        width: 50%;
        float: none;
        margin: 0 auto;
    }

    .testimonial_text {
        width: 100%;
        float: none;
        margin: 20px auto 0 auto;
    }
    
    ::-webkit-scrollbar {
         width: 10px;
    }

    #infinitestimonials .testimonial_content {
        background-image: none;
        padding: 0;
    }

    #banner-area a {
        max-width: 350px;
        height: auto;
        width: 90%;
        display: block;
        margin: 0 auto 15px auto;
    }

    .header-title{
        font-size: 24px;
        margin: 0 0 0 20px;
    }

    #header{
      padding: 20px 0 20px 0px;   
    }
    

    #header .column {
        width: 20%;
        float: right;
    }
    #header .column-center{
        margin-top: 5px;
        float: left;
        width: 80%;
        text-align: left;
    }
    

    #header_form {
        display: none;
        width:100%;
        padding:initial;
        margin:auto;
    }
    
    #header_form form{
        width:90%;
        padding:initial;
        margin:auto;        
    }

    #video_gallery iframe {
        height: 300px;
    }

    #super-container {
        overflow-x: hidden;
    }

    table {
        text-shadow: 0 0.2vw 0.2vw #fff;
        margin: 5vw auto;
        border: #ccc 0.2vw solid;
        -moz-border-radius: 1vw;
        -webkit-border-radius: 1vw;
        border-radius: 1vw;
        -moz-box-shadow: 0 0.5vw 1vw #d1d1d1;
        box-shadow: 0 0.5vw 1vw #d1d1d1;
        overflow: hidden;
        display: block;
    }

    table tbody {
        width: 100%;
        display: block;
    }

    table strong, table p strong {
        font-size: 3vw;
        line-height: 5vw;
    }

    table#smalltable, table#smalltable strong, table#smalltable p strong {
        font-size: 2vw;
        line-height: 3.5vw;
    }

    table tr {
        padding: 0;
        vertical-align: middle;
    }

    table td {
        padding: 2vw;
        border-top: 0.2vw solid #ffffff;
        border-bottom: 0.2vw solid #e0e0e0;
        border-left: 0.2vw solid #e0e0e0;
    }

    #thechat input {
    }

    .content-area{
        padding:40px 20px 40px 20px;
    }

    #contents {
    }

    #reviews_showcase{
        padding: 0 10px 10px 10px; 
    }

    #reviews_showcase .a_review {
    }

    #reviews_showcase .a_review img {
        height: 30px;
    }


    .aw-box{
        margin: 0 4px 0 9px;
    }
    .aw-box img {
    }
    
    .aw-box span {
        font-size: 2.6vw;
        word-break: keep-all;
    }
    
    .boxed{
        padding: 25px 15px 20px 10px !important;
        overflow: auto;
        flex-direction:initial;
        flex-wrap:row;
    }

    #logo {
        height: auto;
        padding-left:15px;
    }

    #logo img {
        height: auto;
        width: 100%;
        float: left;
        margin: 0px 0px 0px 20px;
        max-width:150px;
    }

    
    #menu-close {
        background-size: 30px 30px;
        top: 20px;
        right: 10px;
        width: 30px;
        height: 30px;
    }

    #showmenu #menu-icon {
        width: 30px;
        height: 30px;
    }

    #showmenu #menu-icon span {
        height: 5px;
        margin-top: 4px;
    }

    #d-social {
        margin-left: 0;
        margin-top: 0;
    }

    #discount {
        width: 100%;
        right: 0;
        top: 73px;
        height: 37px;
        padding: 5px 10px;
        border-bottom: #CCC 1px solid;
        box-sizing: border-box;
    }

    #discount a {
        font-size: 20px;
    }

    #popup {
        top: 55%;
        width: 370px;
    }


    #phone {
        display:none;
        text-align:left;
    }

    #showmenu {
        padding: 0 10px 0 0px;
    }

    article {
        width: initial;
        padding: initial;
        margin:initial;
        min-height: inherit;
    }

    article img {
        max-width: 100%;
        height: auto;
    }

    article iframe {
        max-width: 100%;
    }

    #doctor {
        padding: 20px;
        width: initial;
    }

    #doctor h2 {
        margin-top: 20px;
    }

    #doctor img {
        width: 100%;
        height: auto;
    }

    .blue-left {
        width: 100%;
        border-right: none;
        border-bottom: #fff 1px solid;
        float: none;
        padding: 0 0 20px 0;
    }

    .blue-right {
        float: none;
        padding: 2% 0 0 0;
        width: 100%;
    }

    .blue-right a {
        margin-top: 5px;
        text-align: center;
        width: 100%;
    }

    .blue-right a.tel {
        padding: 0;
        text-align: center;
    }

    #bluebox{
        padding: 40px 20px 40px 20px;
    }
    #bluebox h3 {
        text-align: center;
    }

    #infinislider {
        /*display: none;*/
        background-repeat: no-repeat;
        height: 440px;
        min-height: unset;
        background-size: 200% 215px;
    }
    

    #infinislider ul li img{
        height:220px;
        width:auto;
    }

    #liporeviewsbadge {
        display: block;
        width: 90% !important;
        background-image: url(http://www.liposuctionreviews.com/badge/stars.png);
        background-position: center top;
        background-size: 35% auto;
        background-repeat: no-repeat;
        text-align: center;
        font-size: 3vw;
        line-height: 3vw;
        margin: 30px auto;
        padding-top: 9%;
        max-width: none;
    }

    #mobile-icons {
        display: none;
        width: 100% !important;
        box-sizing: border-box;
        padding: 2%;
        text-align: center;
        position: fixed;
        z-index: 300;
        left: 0;
        bottom: 0;
    }

    .mobile-icon {
        display: inline-block;
        margin: 0 2%;
        width: 19% !important;
        box-shadow: 0 4px 10px rgba(0, 0, 0, 0.3);
        background-color: #444;
        font-size: 3vw !important;
        border-radius: 10px;
        box-sizing: border-box;
        padding: 2%;
        color: #fff;
    }

    .mobile-icon img {
        width: 50%;
        height: auto;
        display: block;
        margin: 0 auto 8% auto;
    }

    .mobile-icon:hover {
        color: #FFFFFF;
    }

    #footer-contents {
        width:initial;
        padding: 20px 20px 120px 20px;
    }

    #gallery-sections {
        margin: 0 auto 5vw auto;
    }

    #gallery-sections a {
        width: 46%;
        font-size: 3vw;
        text-align: center;
        line-height: 4vw;
        border: 0.8vw solid #5699e7;
        box-sizing: border-box;
        padding: 1vw;
    }

    #gallery-options {
        box-sizing: border-box;
        width: 100%;
        font-size: 4vw;
        line-height: 5vw;
        display: block;
    }

    #gallery-options option {
        font-size: 4vw;
        line-height: 5vw;
        box-sizing: border-box;
        width: 100%;
        font-weight: 200;
    }

    .envirabox-nav {
        display: none;
    }

    /*VIDEO GALLERY STYLES*/
    .video_link, .small .video_link {
        width: 25%;
        height: 52vw;
    }

    #central-contents .small img.picture {
        width: 100% !important;
        height: auto !important;
    }

    #general-gallery img.title {
        top: 74%;
        width: 50%;
        height: auto;
    }

    .video_link img {
        width: auto;
        height: 100%;;
    }

    #general-gallery, #general-gallery.small {
        width: 100%;
        height: 52vw;
    }
    
    
    #video-gallery-buttons {
        height: initial;
        padding: initial;
        margin: initial;
        text-align: center;
        float: none;
        margin-top: 5px;
        display: inline-block;
    }

    #video-gallery-buttons, #video-gallery-buttons.small {
        width: 100%;
    }

    #video-gallery-buttons a, #video-gallery-buttons.small a, #video-gallery-buttons a span, #video-gallery-buttons.small a span {
        margin: 0px 0.5% 0 0.5%;
        width: 32.3%;
        font-size: 2.2vw;
    }

    #video-gallery-buttons a span, #video-gallery-buttons.small a span {
        display: none;
    }
    
    #video-gallery-buttons a .img_container{
        box-shadow: initial;
    }
    
    .video-container-bg{
        display:none;
    }
    
    
    .videoclose {
        width: 9%;
        border-radius: 4vw;
        top: 3%;
        right: 2%;
        line-height: 7.2vw;
        border: #FFFFFF 0.5vw solid;
        display: block;
        height: initial;
        font-size: 5vw;
    }


    .video_link#jeannie img.picture {
        margin-left: -6vw;
    }

    .video_link#crystal img.picture {
        margin-left: 4vw;
    }

    .video_link#amber img.picture {
        margin-left: 1vw;
    }

    .video_link img.picture.mobi {
        width: 100%;
        height: auto !important;
    }

    /*END VIDEO GALLERY STYLES*/
    #locale-popup {
        display: block;
        width: 100%;
        height: 100%;
        background-color: #f5f5f5;
        background-color: rgba(245, 245, 245, 0.9);
        position: fixed;
        overflow: hidden;
        top: 0;
        left: 0;
        z-index: 6000;
        box-sizing: border-box;
        text-align: center;
        padding: 5vw;
        border: #363d39 2vw solid;
    }

    #locale-popup .phone-top {
        display: block;
        width: 80%;
        margin: 2vw auto 6vw auto;
        font-size: 6vw;
        line-height: 10vw;
        border-radius: 2vw;
    }

    #locale-popup .phone-top img {
        width: 6.5vw;
        margin: 0 2vw -1.2vw 0.5vw;
    }

    #lhc_need_help_container {
        background-color: #5699e7;
        width: 40vw;
        height: 10vw;
        position: fixed !important;
        right: 0 !important;
        bottom: 24vw !important;
        border-radius: 11vw 0 0 11vw;
        box-shadow: rgba(0, 0, 0, 0.3) 0 5px 10px;
        z-index: 300 !important;
        background-image: url(images/chat-mobile.svg);
        background-position: left 9% center;
        background-repeat: no-repeat;
        background-size: auto 75%;
    }

    #lhc_need_help_container * {
        display: block !important;
        width: 100% !important;
        height: 100% !important;
    }

    #lhc_need_help_container img {
        display: none !important;
    }

    #body-parts a span {
        font-size: 4vw;
        line-height: 8vw;
    }

    .social-icon {
        display: none;
        min-width: 7vw;
        height: 7vw;
        margin: 0 0 0 1vw;
    }

    .social-icon-yt{
        display: none;
    }

    .social-icon span {
        display: none;
    }

    .social-icon:hover span {
        display: none;

    }

    .social-icon-1, .social-icon-2 {
        width: 100%;
    }

    .header-animated-instagram {
        position: static;
        margin-left: 0;
        padding: 3vw 0 0;
        text-align: center;
    }

    .header-animated-instagram img {
        width: 50vw;
        height: auto;
    }

    #footer_form {
        display: none;
    }

    #doctor img.drport, .img-doctor {
        display: none;
    }

    .txt-doctor {
        width: 100%;
        padding:initial;
        
    }

    #infinitestimonials {
        width: 80vw !important;
    }

    .flower-spacing {
        display: none;
    }

    #oshot-form {
        float: none;
        max-width: none;
    }

    .i300off {
        position: absolute;
        right: 0;
        top: 0;
        width: auto;
        height: 7em !important;
    }

    #form1 {
        display: none;
    }

    .specialoffer {

    }

    .specialoffer h2 {
        font-size: 0.8em;
        letter-spacing: 6px;
        margin: 2vh 0 0vh 0;
    }

    .specialoffer p {
        font-size: 0.6em;
        line-height: initial;
    }

    #post-2263 .entry-title {
        font-size: 1.7em;
        letter-spacing: 1px;
    }
    
    .rg{
    }
    #tiny-pop-up.visible-pop{
        opacity: 1;
        bottom: 5%;
        margin: auto;
        right: 20px;
        box-sizing: border-box;
        text-align: center;
        position: fixed;
        z-index: 300;
        width:initial;
    }
    
    ul.qna li ul li, ul.pyr li ul li{
        width:initial;
    }


    .dr-main-center{
        background-size: 76vw;
        background-repeat: no-repeat;
        background-position-x: center;
    }
    
    .dr-shuell-center{
        background-size: contain;
        background-repeat: no-repeat;
        background-position-x: left;
    }

    .dr-main-pic, .dr-shuell-pic{
        display:none;
    }

    .dr-main-bar, .dr-shuell-bar{
        background:none;
    }

    .dr-main-text, .dr-shuell-text{
        float: right;
        width: initial;
        padding: 280px 20px 40px 20px;
        background: #ffffff9c;
        background: linear-gradient(180deg, rgba(255,255,255,0) 0%, rgba(255,255,255,1) 50%, rgba(255,255,255,1) 100%);
    }
    
    .dr-main-logos, .dr-shuell-logos{
        background: var(--main-lgre-color);
        position: relative;
        width: calc(100%);
        margin: auto;
        float: none;
        text-align: center;
        overflow: auto;
        
    }
    
    .dr-main-logos li img, .dr-shuell-logos li img{
        height: 13vw;
        max-height: 140px;
        width: auto;
    }


    .main-contents{
        padding: 40px 20px 20px 20px;
    }
    
    .main-contents-b{
        padding: 20px 20px 0px 20px;
    }
    .before-after-section{
        padding: 40px 20px 40px 20px;
    }

    .before-after-section li{
        display: flex;
        width: calc(100% - 10px);
        margin: 20px 0px 0px 0px;
    }
    
    .before-after-section li picture{
        width: calc(100% - 10px);
    }
    
    .before-after-section li img{
        
    }
    
    #p-nav ul li a{
        font-size:1em;
    }
    #p-nav ul{
        margin: 0px 0 200px 0;
    }

    .video{
        padding: 30px 20px 40px 20px;
        margin: 0 0 0 0;
    }

    .dr-main-home{
        margin: 0 0 0 0;
    }
    
    #videoBG {
        display: none;
    }
    
    .img_50_box{
        width:100%;
        margin: 10px 0 10px 0;
    }
    
    figure.wp-block-image{
        margin-block-start: 1em;
        margin-block-end: 1em;
        margin-inline-start: 0px;
        margin-inline-end: 0px; 
    }
    
    .wp-block-image img{
        width:100%;
    }
    .highlight, .wp-block-quote p{
        margin: 0px auto;
        text-align: left;
    }

    figure.wp-block-image img{
        width:100%;
    }
    .framed-pic {
        width: 100%;
    }
    
    .slider-story .hspan{
        position: relative;
        top: 240px;
    }

    .story-title{
        font-size:7vw;
    }
    .story-url{
        font-size:6vw;
    }
    .story-result{
        font-size:8vw;
    }
    .rank-badge {
        width: 80px !important;
        height: auto !important;
        left: 0;
        top: -220px !important;
    }
    .case-box{
        height: initial;
        max-height: initial;
            padding: 15px 0;
    }
    
    .case-box-b{
        height: initial;
        max-height: initial;
            padding: 15px 0;
        background-size: cover;
        background-position-y: 30px !important;
        background-position-x: -60px !important;
    }
    
    .topmssg{
        padding: 20px 10px;
        font-size: 24px;
    }
    #infinislider ol.dots, #infinitestimonials ol.dots{
        padding: 0 0 0 0;
        margin: 0 0 0 0;
    }
    
    .bbl-graph{
        width: auto !important;
        height: 180px !important;
        right: 15% !important;
    }
    .story-title-2{
        font-size: 24px;
    }
    span.kvisits{
        font-size: 50px;
    }
    span.story-url-2{
        font-size: 30px;
    }
    span.story-result-2{
        font-size: 20px;
    }
    .case-bbl h2{
        font-size: 28px;
    }
    .case-bbl{
        background-position-x: 0 !important;
        background-position-y: -10px !important;
        background-size: cover !important;
    }
    
    .case-smartlipo{
        background-position-x: 0 !important;
        background-position-y: -10px !important;
        background-size: cover !important;
    }
    .case-lipo{
        background-position-x: 0 !important;
        background-position-y: -10px !important;
        background-size: cover !important;
    }

}