@font-face {
    font-family: 'Times-Sans-Serif';
    src:url('fonts/Times-Sans-Serif.ttf.woff') format('woff'),
        url('fonts/Times-Sans-Serif.ttf.svg#Times-Sans-Serif') format('svg'),
        url('fonts/Times-Sans-Serif.ttf.eot'),
        url('fonts/Times-Sans-Serif.ttf.eot?#iefix') format('embedded-opentype'); 
    font-weight: normal;
    font-style: normal;
}

.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
}

/**
 *   Here's where everything gets included. You don't need
 *   to change anything here, and doing so might break
 *   stuff. Here be dragons and all that.
 */
/**
 *   Default variables
 *
 *   While these can be set with JavaScript, it's probably
 *   better and faster to just set them here, compile to
 *   CSS and include that instead to use some of that
 *   hardware-accelerated goodness.
 */
.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: sans-serif;
    font-weight: 200;
    background-color: #fff;
}

body * {
    box-sizing: content-box;
}

.clearfix {
    clear: both;
}

#anchor {
    position: absolute;
    left: 0;
    top: -92px;
}

a {
    color: #406482;
    text-decoration: none;
}

a:hover {
    color: #3b3c3c;
}

h1 {
    font-size: 36px;
    line-height: 46px;
    color: #464646;
    padding: 0;
    margin: 0 0 20px 0;
    font-weight: 200;
    text-transform: uppercase;
}

h1.home {
    font-size: 32px;
    line-height: 46px;
    color: #3c3c3c;
    padding: 0;
    margin: 0 0 20px 0;
    font-weight: 200;
    text-transform: uppercase;
    text-align: center;
}

h2 {
    font-size: 26px;
    line-height: 36px;
    color: #464646;
    padding: 0;
    margin: 40px 0 40px 0px;
    font-weight: 200;
    text-transform: uppercase;
}

h3 {
    font-size: 24px;
    line-height: initial;
    color: #263643;
    padding: 0;
    margin: 20px 0;
    font-weight: 200;
    /*text-transform: uppercase;*/
}

h4 {
    font-size: 18px;
    line-height: 28px;
    color: #263643;
    padding: 0;
    margin: 20px 0;
    font-weight: 200;
}

p, li {
    font-size: 1.2625rem;
    line-height: 2;
    color: rgb(103, 103, 103);
    padding: 0;
    /*margin: 0 0 20px 0;*/
    font-weight: 200;
}

li {
    margin: 7px 0;
}

p strong, li strong {
    /*font-size: 20px;*/
    text-transform: none;
    /*font-variant: small-caps;*/
    /*color: #406482;*/
}

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; /*text-indent: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: #f2f2f2;
    background: -webkit-gradient(linear, left top, left bottom, from(#f2f2f2), to(#f0f0f0));
    background: -moz-linear-gradient(top, #f2f2f2, #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;
}

/* Start: Video Responsive */
.video-responsive {
    overflow:hidden;
    padding-bottom:400px; /* Adecua este valor para controlar la altura del video */
    position:relative;
    height:0;
}
.video-responsive iframe{
    left:0;
    top:0;
    height:100%;
    width:100%;
    position:absolute;
}

.landing-section .video-responsive{
    margin: 60px 0 100px 0 !important; 
}
/* End: Video Responsive */

#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%;
    /*overflow-x: hidden;

	overflow-y: auto;*/

    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;
   /* background-color: rgba(255, 255, 255, 0.7); */
}

#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;
    /*box-shadow: 3px 3px 8px #d0d0d0;*/
}

#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;
}

.owl-carousel .owl-item img {
    height: auto;
}

#wrapper-over {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 5000;
    background-color: #fff;
    opacity: 0.6;
    display: none;
}

/*
.content {
    width: 100%;
    max-width: 1024px;
    margin: 0 auto;
    position: relative;
    display: block;
}
*/

.home-content{
    /*box-shadow: rgba(0, 0, 0, 0.3) 0 0 10px;*/
    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;
    /*position: fixed;*/
    display: flex;
    padding: 20px 0 20px 0px;
    border-bottom: #CCC 1px solid;
    z-index: 4999;
    width: 100%;
    background-color: #FFFFFF;
	align-items: center;
    /*background-color: rgba(255, 255, 255, 0.93);*/
}

#logo img {
    height: 80px;
    width: auto;
    margin: 0 auto;
    display: flex;
}

#logo {
    display: block;
    /*width: 40%;*/
    margin: 0 auto;
    /*height: 92px;*/
}

#inner-nav {
    width: 95%;
    max-width: 1024px;
    text-align: center;
    height: 44px;
    display: block;
    margin: 0 auto;
    position: relative;
}

#showmenu {
    display: block;
    /*height: 70px;*/
    /*line-height: 70px;*/
    padding: 0px 29px 0px 0px;
    /*margin: 12px 0 0 20px;*/
    font-size: 24px;
    text-transform: uppercase;
    color: #3c3c3c;
    transition: all ease 0.3s;
    /*position: absolute;*/
    top: 0;
    right: 0;
    font-weight: normal;
}

.news-menu{
	display:block;
}

#showmenu:hover {
    color: #5699e7;
}
#lang-option{
    float: right;
    font-size: 1.0625rem;
    line-height: 24pt;
    margin: -9px 15px 0 0;
    color: #888888;
    text-transform: uppercase;
    font-weight: bold;
}

#lang-option ul {
    list-style: none;
}

#lang-option ul li a {
    color: #888888;
	overflow-wrap: normal;
}

#showmenu #menu-icon {
    width: 40px;
    height: 40px;
    /*padding: 22px;*/
    /*position: absolute;*/
    border-radius: 35px;
    /*top: 0;*/
    /*left: 0;*/
    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 {
    /*width: 30%;*/
    /*position: absolute;*/
    left: 0;
    /*top: 6px;*/
    /*height: 72px;*/
    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;
}

/* Pop up Discount*/


#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-news-mobile{
	display:none;
}

#phone {
    display: inline-flex;
    text-align: right;
    /*line-height: 36px;*/
    font-size: 15pt;
    color: black;
    text-decoration: none;
    float: left;
    margin: 0px 10px;
}

#phone span {
    display: block;
    color: #3c3c3c;
}

.header-news-phone{
    border-radius: 10px;
    font-weight: 500;
    font-size: 2em !important;
    background: black;
    color: white !important;
    padding: 20px;
}

.social-icon {
    min-width: 24px;
    height: 24px;
    overflow: hidden;
    display: inline-block;
    margin: 12px 0 0 2px;
    position: relative;
    vertical-align: top;
    opacity: 0.5;
}

.social-icon-yt{
    min-width: 35px;
    height: 24px;
    overflow: hidden;
    display: inline-block;
    margin: 12px 0 0 2px;
    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;
   /* border-bottom: #707070 1px solid; */
    padding: 0;
}

#p-nav ul li {
    display: inline-table;
    width: calc(20% - 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;
    /*width: 300px;*/
}

#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 {
   /* background-color: #fcfcfc; */
}

#p-nav ul li.menu-item-has-children {
    /*background-image: url(images/a_open.png);*/
    background-position: right 10px top 10px;
    background-repeat: no-repeat;
    background-size: 20px 20px;
}

#p-nav ul li.menu-item-has-children a:hover{
    /*letter-spacing:initial;*/
    /*background-color:#fcfcfc;*/
}

#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:hover ul {
    display: block;
    background:#fcfcfc;
    
}
*/
#p-nav ul li ul:hover{
    display: block;
   /* background:#fcfcfc;*/
    
}
.sub-menu:hover{
    background:#f9f9f9;
}

#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: 620px;
    min-height: 620px;
    position: relative;
    overflow: auto;
    margin: 0 auto;
    padding-top: 25px;
    z-index:-2;
}

#slider-container {
    width: 100%;
    margin: 0 auto;
    max-width: 1100px;
    position: relative;
    height:320px;
    display:none;
}




#infinislider .dots {
    display: none !important;
}

#infinislider ul {
    height: 400px;
    min-height: 400px;
    padding: 0;
    margin: 0;
    top:-300px;
}

#infinislider li {
    list-style: none;
    position: relative;
    height: 400px;
    margin: 25px 0;
}

/*
#infinislider ul li.slider-story{
    height: 392px;
    width: auto;
    position: absolute;
    top: -92px;
    right: 5%;
    z-index: 500;
}*/

#infinislider ul li img{
    height: 392px;
    width: auto;
    filter: contrast(72%) brightness(116%)
}

.slider-story{
    height: 392px;
    width: auto;
    position: absolute;
    top: 0px;
    right: 5%;
    z-index: 500; 
}


.slider-story span{
    font-size: 40px;
    line-height: initial;
    position: absolute;
    text-align: right;
    bottom: 70px;
    right: 290px;
    width:14vw;
    min-width: 200px;
    opacity:1;
}


#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;
    /*background: -webkit-linear-gradient(#f5f5f5, #ffffff);

  	background: -o-linear-gradient(#f5f5f5, #ffffff);

  	background: -moz-linear-gradient(#f5f5f5, #ffffff);

  	background: linear-gradient(#f5f5f5, #ffffff);*/

}

#infinislider li img {
    width: 50%;
    height: auto;
    position: absolute;
    top: 0;
    right: 0;
    /*max-width: 750px;*/
}

#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: #3C3C3C solid 1px;
    border-radius: 8px;
    overflow: hidden;
    text-indent: 20px;
    margin: 0 2px;
    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: #5699e7;
}

#slidetext {
    /*width: 40%;*/
    padding-right: 50%;
    padding-left:20px;
    left: 0;
    color: #666666;
    z-index: 100;
    /*line-height: 50px;*/
    /*font-weight: 600;*/
    margin: 0;
    position: absolute;
    top: 50%;
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}




.slide-line-a {
    font-family: 'Times-Sans-Serif';
    font-style: normal;
    font-size: 40px;
    color: #916042;
    /*font-weight: 600;*/
}

.slide-line-b {
    font-family: 'Times-Sans-Serif';    
    font-style: normal;
    font-size: 40px;    
    color: #212c35;
    display:block;
    /*font-weight: unset;*/
}


#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: block;
    width: fit-content;
    max-width: max-content;*/
    padding: 15px 30px;
    /*margin: 7% 0 0 0;*/
    /*line-height: 30px;*/
    font-size: 20px;
    text-align: center;
    background: #212c35;
    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;
    margin: 10px 0 0 0;
    display: inline-block;
}

.landing-bg-section-1 {
    background-image: url(/wp-content/uploads/2022/01/banner-03-scaled.jpg);
    height: 780px;
    background-size: auto 100%;
    background-position: center;
    background-repeat: no-repeat;
    background-color: #8d9488;
}
.landing-bg-section-2 {
    background-image: url(/wp-content/uploads/2024/05/fraxel-laser-header.jpg);
    height: 780px;
    background-size: auto 100%;
    background-position: center;
    background-repeat: no-repeat;
    background-color: #8d9488;
}

.landing-content .learnmore, .landing-section .learnmore{
    
    font-size: 30px;
    padding: 35px 40px;
    margin: 30px 0 30px 0px; 
}

.landing-section form {
    width: initial;
    max-width: 640px;
}



.landing-section form input, .landing-section form textarea, .landing-section form select{
    font-size: 24px;
    margin: 20px 0 15px 0;
    line-height: initial;
    padding: 1.5em 10px;
}

.home-content.landing-section.contact-section{
    padding: 60px 0 100px;
}
.landing-section .contact-section h2{
    text-align:center;
}

.landing-section form input.submit{
	font-size: 32px;
	padding: 20px 10px 20px 10px;
	line-height: initial;
	margin: 10px auto 0 auto;
	height: initial;
}

body .uwy.userway_p5 .userway_buttons_wrapper{
    
    
}

@media all and (max-width: 720px) {
 body .uwy.userway_p5 .userway_buttons_wrapper{
    
    
}   
}

@media all and (max-width: 920px) {
    
   .landing-section form {
        margin:initial;
        box-shadow:initial; 
        border:none;
   }
   
   .landing-section form input, .landing-section form textarea, .landing-section form select{
       font-size: 1.2em;
   }
   .landing-section form input.submit{
       font-size: 1.4em;
   }
   .landing-content .learnmore, .landing-section .learnmore{
      font-size: 1.2em; 
      padding: 1em 1.2em;
   }
}


.landing-title {
    width: 100%;
    max-width: 1460px;
    margin: auto;
    background: aliceblue;
    height: fit-content;
}

.landing-bg-section-1-span,.landing-bg-section-2-span {
    font-size: 6rem;
    color: #fff;
    float: right;
    margin: 162px auto;
    width: 690px;
}

.cta-head {
    font-size: 0.5em;
    float: left;
    position: relative;
    bottom: 0px;
    background:#212c35;
    color:#fff;
    padding: 20px 30px;
    margin: 20px 0 0px 10px;
    border-radius: 5px;
    box-shadow: 3px 3px 8px #2f2828;
}

.landing-content-img{
    max-width:600px;
    margin:30px auto;
}

.landing-content-img img{
    width: 100%;
}

.rll-youtube-player {
    padding-bottom: 30.23%;
    margin: 100px auto;
}

.rll-youtube-player img{
    width: 70% !important;
}



.header-btn{
    margin-top:20px;
}

.learnmore.doc-footer {
   /* width: 20%;
    margin:initial; */
}

.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: #f9f9f9;
}

#doctor {
    max-width:1100px;
    display: flex;
    flex-direction: row;
    justify-content: center;
    position: relative;
    z-index: 300;
    background: #f9f9f9;
    margin:auto;
    padding: 40px 20px 0px 40px;
}

.img-doctor {
    width: 40%;
    text-align: center;
}

.txt-doctor {
    position: relative;
    z-index: 1000;
    padding-left: 30px;
    /*width: 60%;*/
}

#doctor img.drport {
    height: auto;
    left: 0;
    bottom: 0;
    pointer-events: none;
        vertical-align: bottom;
}

.main-contents {
    padding: 60px 20px 40px 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: 20px 0 20px 0;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    background: #fff;
    /* max-width: 1100px; */
    margin: auto;
}

.aw-box {
    margin: 0 15px 0 15px;
}

.aw-box img {
    /*height: 350px;*/
}

.aw-box span {
    display: inherit;
    text-align: center;
    color: #fff;
    /*background: #263643;
    background: -moz-linear-gradient(left, #334450 0%, #243541 100%);
    background: -webkit-linear-gradient(left, #334450 0%, #243541 100%);
    background: linear-gradient(to right, #334450 0%, #243541 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#334450', endColorstr='#243541', GradientType=1);
    border-color: transparent !important; */
    padding: 12px;
    font-weight: 600;
    background-color: #212c35;
}


#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;
    /*top:0;

	left:0;*/

    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: #212c35;
}

.centered{
    text-align:center;
}

.uppercase{
    text-transform:uppercase !important;
}

#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;
    /*padding-top: 20px;*/
}

.blue-right a.tel small {
    font-size: 20px;
}

.blue-right a {
    color: #c1e0ef;
    display: block;
    font-size: 20px;
    /*margin-top: 15px;*/
}

#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;
    /*

	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;
    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 {
    /*width: 90%;*/
    /*padding: 5%;*/
   /* min-height: 400px; */
    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;
}

.alignnone {
    margin: 10px;
    display: inline-block;
}

.hidden {
    display: none !important;
}

#footer {
    width: 100%;
    margin: 0;
    padding: 0;
    background-color: #f2f2f2;
}

#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;
    /*font-weight: 600;*/
}

#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;
    /*font-size: 22px;
    line-height: 30px;*/
    cursor: pointer;
}

ul.qna li:before, ul.pyr li:before {
    content: 'Q';
    background: #406482;
    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;
    /*line-height: 26px;
    text-indent: -40px;
    padding-left: 40px;*/
    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: #f2f2f2;
    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;
    background-color: #f2f2f2;
}

#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: #406482;
}

.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%;
}

/*#header_form{

	width:70%;

	background-color:rgba(86,153,231,0.25);

	border-radius:10px;

	margin:5% 0 0 0;

	padding:2%;

	display:none;

}*/

#tiny-pop-up {
    border-radius: 10px;
    position: fixed;
    bottom: 5%;
    z-index: 9999;
    right: 23px;
    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: 2%;
 }
#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;
   /* right: 220px; */
    box-shadow: rgba(0, 0, 0, 0.2) 0 0 10px;
    overflow: hidden;
}

#open_header_form {
    /*height: 450px;*/
    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;
    /*font-size: 16px;*/
    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%;
    /*background-color: #f0f0f0;*/
    margin: 20px auto 0 auto;
    padding: 15px;
}

#conditions h3 {
    text-align: center;
}

.a_coupon {
    background-color: #f9f9f9;
    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;
   /* margin: 0 auto 0 auto; */
    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: #f9f9f9;
}

.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 {
    /*margin: 20px auto;*/
    background: #f2f2f2;
    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;
    display: inline-flex;
    width: calc(50% - 70px);
    margin: 20px 10px 0;
    border: 2px solid #fff;
    box-shadow: 0 0 3px #ccc;
    text-align: center;
}

.before-after-section li img{
    width: calc(100% - 10px);
    margin: 5px 5px 5px 5px;
    /*padding: 5px;*/
    display: inline-block;
    cursor: pointer;
    height: auto;
}
.before-after-section li picture{
    width: 100%;
    display: inherit;
}

.advantage-section {
    
    background: #f3dada;
    padding: 50px 0 40px 0;    
    text-align: center;

}
.service-history {
    max-width: 1200px;
    text-align: center;
    margin: auto;
}

.service-history h2 {
    margin: 10px 0 0px 0;
}

.service-history p {
    margin: initial;
}

.service-history .row {
    margin: 30px 0 30px 0;
}

.effective-details {
    text-align: left;
    border-left: 4px solid #353535;
    padding-left: 40px;
}

.dr-hall-home{
    margin: 40px 0 0 0;
    position: relative;
}

.landing-content{
    margin: 40px 0 0 0;
    position: relative;   
}

.landing-section p {
    font-size: 1.5625rem;
    font-family: sans-serif;
    color:#6d6d6d;
}

.landing-section h2 {
    font-size: 3rem;
    text-transform: none;
    line-height: initial;
}

.landing-section h3{
    font-size: 2.2rem;
    text-transform: none;
    line-height: initial;    
}

.landing-section li{
    font-size: 1.7625rem;
    padding: 10px;
}

.quick-list{
    max-width: 660px;
    margin: 60px auto;
}

.dr-hall-center{
    background-image: url(/wp-content/themes/infiniskin-3b/images/drhall-transparent-m.png);
    background-position-x: 20px;
    background-repeat: no-repeat;
    max-width: 1640px;
    margin: auto;
    position: inherit;
    overflow: auto;
}

.morpheus8-center{
   /* background-image: url(/wp-content/uploads/2022/02/morpheus8-offer.jpg); */
    background-position-x: 100px;
    background-position-y: 100px;
    background-size: 28%;
    background-repeat: no-repeat;
    max-width: 1640px;
    margin: 140px auto 0px;
    position: inherit;
    overflow: auto;   
}
.morpheus8-center h1 {
    font-size: 4.6em;
    line-height: initial;
    letter-spacing:10px;
}

.dr-hall-pic{
    float: left;
    width: 30%;
}

.dr-hall-pic img{
    width: 100%;
    float: right;
    opacity:0;
    height: auto;
    margin-bottom:70px;
}

.dr-hall-text{
    float: right;
    width: calc(60% - 20px);
    padding: 0px 30px 22px 60px;
}
.morpheus8-text{
    float: right;
    width: calc(60% - 20px);
    padding: 0px 30px 22px 60px;  
    margin-bottom: 100px;
}

.dr-hall-logos{
    float: right;
    text-align:center;
    width: calc(73% - 74px);
    /*padding: 0px 30px 22px 40px;*/
    position: absolute;
    bottom: 0;
    right: 0;
}

.morpheus8-logos{
    float: right;
    text-align:center;
    width: calc(70% - 120px);
    position: relative;
    bottom: 0;
    right: 0;
}

.dr-hall-logos ul, .morpheus8-logos ul{
    width: auto;
    line-height: initial;
    font-size: initial;
    list-style: none;    
    
}
.dr-hall-logos li, .morpheus8-logos li{
    display: inline-flex;
    padding: initial;
}

.dr-hall-logos li img, .morpheus8-logos li img{
    height: 8vw;
    max-height: 140px;
    width: auto;
}

.dr-hall-bar{
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 14vw;
    max-height: 220px;
    background: #f9f9f9;
    z-index: 0;
}


/* DR SHUELL BAR */

.dr-shuell-home{
    margin: 80px 0 0 0;
    position: relative;
}
.dr-shuell-center{
    
    background-image: url(/wp-content/themes/infiniskin-3b/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;
    height: auto;
}

.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);
    /*padding: 0px 30px 22px 40px;*/
    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: #f9f9f9;
    z-index: 0;
}




.m-auto{
    margin:auto;
}


/*VIDEO GALLERY STYLES*/
#video-gallery-buttons {
    /*background-color: #000000;*/
    width: 50%;
    height: calc(27vw);
    max-height: 460px;
    box-sizing: border-box;
    /*padding: 10px;*/
    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 {
    /*border-radius: 7px;*/
    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/infiniskin-3b/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 {
    /*height: 92px;*/
}

#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;
}

/* Create three equal columns that floats next to each other */
#header .column {
  float: left;
  width: 33.33%;
  /*padding: 10px;*/
}

/* Clear floats after the columns */
#header:after {
  content: "";
  display: table;
  clear: both;
}

/* NEW Scrollbar Style */
/* width */
::-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: #212c35;
    text-align: center;
    color: white;
    padding: 20px;
    font-size:24px;
    
}


#popmake-3538{
  padding:40px;
  text-align:center;
}

#popmake-3538 p{
    color: #fff;
    text-align: center;
 }
#popmake-3538 a{
	background: aliceblue;
    padding: 20px 30px;
    font-size: 24px;
    margin: 20px auto 20px;
    display: block;
    width: fit-content;
    color: #09132f;
    text-transform: uppercase;
    border-radius: 100px;
}

#popmake-3538 h1 {
    font-size: 50px;
    color: white;
    text-align: center;
    margin: 20px auto 30px;
    text-shadow: 3px 3px 0px #0000004a;
    font-weight: normal;
}

 #popmake-3538 h2 {
    color: #fff;
    font-size: 6em;
    margin: unset;
    padding: 0;
    line-height: inherit;
	text-align: center;
}
 
 #popmake-3538 h3 {
    color: #9ae8f5;
    font-size: 3em;
    text-align: center;
    margin: 20px 0;
    line-height: inherit; 
}
 
 #popmake-3538 h4 {
    font-size: 1.6em;
    color: #bad7d3;
    text-transform: uppercase;
    font-family: sans-serif;
    text-align: center;	 
}

@media all and (min-width: 2990px){
    #videoBG {
        width:100%;
        height: auto;
        top:-5vh;
    }
    
    .topmssg{
        font-size:1vw;
        padding: 1vw;
    }
    
}
@media all and (min-width: 1920px) {
    #videoBG {
        width:100%;
        height: auto;
        top:-5vh;
    }
}

@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 span{
        right:15vw;
        font-size:1.75vw;
    }

}


@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{
        padding: 3vw 20px 3vw 20px;
        width: 60%;
        margin: auto;
    }
    .before-after-section{
        padding: 3vw 20px 3vw 20px;
    }
    
    .dr-hall-center{
        max-width:60%;
        background-size: 30%;
    }
    .morpheus8-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-hall-bar{
        height: 25%;
        max-height:unset;
    }
    
    .dr-shuell-bar{
        height: 25%;
        max-height:unset;
    }
    
    .dr-hall-logos li img, .morpheus8-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;
    }


    /* NEW Scrollbar Style */
    /* width */
    ::-webkit-scrollbar {
      width: 0.5vw;
    }
    
    /* Track */
    ::-webkit-scrollbar-track {
      background: #f1f1f1; 
      border-radius: 0.5vw;
    }
     
    /* Handle */
    ::-webkit-scrollbar-thumb {
      background: #aaa; 
       border-radius: 0.5vw;
    }

    /*MENU ICON */
    
    #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-hall-center{
        background-image: url(/wp-content/themes/infiniskin-3b/images/drhall-transparent-m.png);
        background-position-x: 20px;
        background-size: contain;
        background-repeat: no-repeat;
    }
    
    .morpheus8-center{
       /* background-image: url(/wp-content/uploads/2022/02/morpheus8-offer.jpg); */
        background-position-x: 50px;
        background-size: 31vw;
        background-repeat: no-repeat;        
    }

    .dr-hall-pic, .dr-shuell-pic{
        width: 30vw;
    }

    .dr-hall-bar, .dr-shuell-bar{
        background:none;
    }

    .dr-hall-text, .morpheus8-text{
        float: right;
        width: calc(60vw - 50px);
        padding: 0 20px 40px 30px;
        background: #ffffff9c;
    }
    
    .dr-hall-logos, .dr-shuell-logos, .morpheus8-logos{
        background: #f9f9f9;
        position: relative;
        width: calc(100%);
        margin: auto;
        float: none;
        text-align: center;
        overflow: auto;
        
    }
    
    .dr-hall-logos li img, .dr-shuell-logos li img, .morpheus8-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/infiniskin-3b/images/drshuell-transparent-m.png);
        background-position-x: right;
        background-size: contain;
        background-repeat: no-repeat;
    }

}

@media all and (max-width: 720px) {
    h1 {
        font-size: 24px;
        line-height: 34px;    
        text-transform: uppercase;
        font-weight: bold;
       /* font-size: 6vw;
        font-weight: bold;
        line-height: 8vw;
        margin: 0 0 3vw 0;*/
    }

    h1.home {
        font-size: 24px;
        line-height: initial;
        margin: 20px 0 20px 0px;
        /*font-size: 4.5vw;
        line-height: 6vw;
        margin: 0 0 2vw 0;*/
    }

    h2 {
        font-size: 24px;
        line-height: initial;
        margin: 20px 0 20px 0px;
        font-weight: 400;
        text-transform: initial;
       /* font-size: 5vw;
        font-weight: bold;
        line-height: 7vw;
        margin: 6vw 0 3vw 0;*/
    }

    .learnmore.doc-footer {
        /*width: 60%;
        font-size: 7.2vw !important;*/

    }
    
    .landing-bg-section-1,.landing-bg-section-2 {
        height: 400px;
    }
    
    .landing-bg-section-1-span {
        font-size: 4rem;
        color: #fff;
        float: right;
        text-align: right;
        margin: 140px 20px 0px;
        width: 100%;
        text-shadow: 0 0 18px black;
    }
    .landing-bg-section-2-span {
        font-size: 2.7rem;
        color: #fff;
        float: right;
        text-align: right;
        margin: 100px 20px 0px;
        width: 100%;
        text-shadow: 0 0 18px black;
    }

    .cta-head{
        display: block;
        width: fit-content;
        font-size: 0.5em;
        float: right;
        position: unset;  
        
    }
    
    #doctor_h2 {
       /* font-size: 5vw; 
        line-height: 7vw;
        margin: 6vw 0 3vw 0; */
    }

    h3 {
        font-size:18px;
        line-height: 1.8;
        font-weight:400;
        /*font-size: 4vw;
        line-height: 6vw;
        margin: 3vw 0;*/
    }

    #doctor_h3 {
        /*font-size: 4vw;
        line-height: 6vw;
        margin: 3vw 0;*/
    }

    p, li {
        /*font-size: 4.4vw;*/
        font-weight: 400;
        /*line-height: 1.6em;*/
        color: #3f3f3f;
        /*margin: 3vw 0;*/
    }

    p strong, li strong {
       /* font-size: 3.4vw;
        line-height: 5.5vw;*/
    }

    .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 .column {
        width: 50%;
    }

    #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;
    }

    body {
        /*font-family: 'europa';*/
    }

    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 {
        /*padding-top: 110px;*/
    }

    #reviews_showcase{
        padding: 0 10px 10px 10px; 
    }

    #reviews_showcase .a_review {
        /*width: 50%;*/
    }

    #reviews_showcase .a_review img {
        height: 30px;
    }

    #header {
        /*height: 72px;*/
		display: flow;
    }

    .aw-box{
        margin: 0 4px 0 9px;
    }
    .aw-box img {
       /*height: 200px;
        width: auto !important;*/
    }
    
    .aw-box span {
        font-size: 2.6vw;
        word-break: break-word;
    }
    
    .boxed{
        padding: 25px 15px 20px 10px !important;
        overflow: auto;
        flex-direction:initial;
        flex-wrap:row;
    }

    #logo {
        /*
        width: 60%;
        margin: 0;
        height: 72px;
        */
        height: auto;
    }

    #logo img {
        height: auto;
        /*margin: 10px;*/
        width: 100%;
        float: left;
        margin: 0px 0px 0px 20px;
        max-width:150px;
    }
	
	.news-logo{
		max-width:120px !important;
	}

    
    #menu-close {
        background-size: 30px 30px;
        top: 20px;
        right: 10px;
        width: 30px;
        height: 30px;
    }

    #showmenu #menu-icon {
        width: 30px;
        height: 30px;
       /* padding: 10px;*/
    }

    #showmenu #menu-icon span {
        height: 5px;
        margin-top: 4px;
    }

    #d-social {
        margin-left: 0;
        margin-top: 0;
        /*
        display: none;
        width: 100%;
        background-color: #e5e5e5;
        background-color: rgba(229, 229, 229, 0.95);
        right: 0;
        top: 73px;
        height: 42px;
        padding: 5px 10px;
        border-bottom: #CCC 1px solid;
        box-sizing: border-box;
        */
    }

    #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-news-mobile{
	  display:block;	
		        text-align: right;
        margin: 0px 10px 0px 0px;
        font-size: 6vw;
	}
	
    #phone {
        display:none;
        /*
        line-height: 32px;
        text-align: left;
        display: block;
        position: absolute;
        top: 4px;
        left: 10px;
        font-size: 20px;*/
        text-align:left;
    }

    #showmenu {
       /* height: 50px;*/
       /* line-height: 50px;*/
        padding: 0 10px 0 60px;
    }
	
	.news-menu{
		display:none !important;
	}

    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, #boxes {
        display: none;
    }

    #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;

       /* margin-top: 5vw;*/
    }
    
    
    #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{
       /* padding:20px; */
    }
    #tiny-pop-up.visible-pop{
        opacity: 1;
        bottom: 2%;
        margin: auto;
        right: 20px;
        box-sizing: border-box;
        /* padding: 20px; */
        text-align: center;
        position: fixed;
        z-index: 300;
        width:initial;
    }
    
    ul.qna li ul li, ul.pyr li ul li{
        width:initial;
    }


    .dr-hall-center{
        background-image: url(/wp-content/themes/infiniskin-3b/images/drhall-transparent-m.png);
        background-size: contain;
        background-repeat: no-repeat;
        background-position-x: right;
    }
    
    .morpheus8-center{
       /*  background-image: url(/wp-content/uploads/2022/02/morpheus8-offer.jpg); */
        background-size: contain;
        background-repeat: no-repeat;
        background-position-x: center;
        background-size: 80%;
        margin: 10px auto 0px;
    }
    
    .dr-shuell-center{
        background-image: url(/wp-content/themes/infiniskin-3b/images/drshuell-transparent-m.png);
        background-size: contain;
        background-repeat: no-repeat;
        background-position-x: left;
    }

    .dr-hall-pic, .dr-shuell-pic{
        display:none;
    }

    .dr-hall-bar, .dr-shuell-bar{
        background:none;
    }

    .dr-hall-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%);
    }
    
    .morpheus8-text{
        float: none;
        width: initial;
        padding: 70px 20px 20px 20px;
        background: #ffffff;
        background: linear-gradient(180deg, rgba(255,255,255,0) 39%, rgba(255,255,255,1) 50%, rgba(255,255,255,1) 100%);
        margin-bottom: 50px;
    }
    
    .morpheus8-center h1{
        font-size: 2em;
        letter-spacing:unset;
    }
    
    .effective-details {
        text-align: center;
        border-bottom: 4px solid #353535;
        border-left: unset;
        
        padding-bottom: 40px;
    }
    
    .landing-section h2 {
        font-size: 1.7rem;
        /*text-align: left;*/
    }
    .landing-section h3 {
        font-size: 1.4rem;
        text-align: left;
    }    
    .landing-section p {
        font-size: 1em;
        font-family: sans-serif;
        line-height: initial;
    }

    
    .dr-hall-logos, .dr-shuell-logos, .morpheus8-logos{
        background: #f9f9f9;
        position: relative;
        width: calc(100%);
        margin: auto;
        float: none;
        text-align: center;
        overflow: auto;
        
    }
    
    .dr-hall-logos li img, .dr-shuell-logos li img, .morpheus8-logos li img{
        height: 13vw;
        max-height: 140px;
        width: auto;
    }


    .main-contents{
        padding: 40px 20px 20px 20px;
    }
    .before-after-section{
        padding: 40px 20px 40px 20px;
    }

    .before-after-section li{
        /*width: calc(100% - 10px);*/
        width: calc(100% - 10px);
        margin: 20px 0px 0px 0px;
    }
    
    .before-after-section li img{
        width: calc(100% - 10px);
    }
    #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-hall-home{
        margin: 0 0 0 0;
    }
    .landing-content{
        margin: 0 0 0 0; 
        padding:initial;
    }
    #videoBG {
        display: none;
    }
    
    .img_50_box{
        width:100%;
        margin: 10px 0 10px 0;
    }
    
    .rll-youtube-player{
       margin:30px auto 50px;
       padding:initial;
       height: 90px !important;
    }
    .rll-youtube-player img{
        width: 100% !important;
    }
    
    .landing-section li{
       font-size: 1.10rem;
       font-family: sans-serif;
       line-height: 2rem; 
    }

    .quick-list{
       margin: 30px auto; 
    }

	#popmake-3538{
	  padding:40px;
	  text-align:center;
	}

	#popmake-3538 p{
		color: #fff;
		text-align: center;
	 }
	#popmake-3538 a{
		background: aliceblue;
		padding: 20px 10px;
		line-height: 30px;
		font-size: 20px;
		margin: 20px auto 20px;
		display: block;
		width: fit-content;
		color: #09132f;
		text-transform: uppercase;
		border-radius: 10px;
	}

	#popmake-3538 h1 {
		font-size: 36px;
		color: white;
		text-align: center;
		margin: 20px auto 30px;
		text-shadow: 3px 3px 0px #0000004a;
		font-weight: normal;
	}

	 #popmake-3538 h2 {
		color: #fff;
		font-size: 60px;
		margin: unset;
		padding: 0;
		line-height: inherit;
		text-align: center;
	}

	 #popmake-3538 h3 {
		color: #9ae8f5;
		font-size: 30px;
		text-align: center;
		margin: 20px 0;
		line-height: inherit; 
	}

	 #popmake-3538 h4 {
		font-size: 18px;
		color: #bad7d3;
		text-transform: uppercase;
		font-family: sans-serif;
		text-align: center;	 
	}
	
	
}

/* ==== Master Mind Group ===== */
.doctormmgblock{display:table;width:100%;height;auto;clear:both;}
.doctormmg{width:calc(50% - 20px);height:auto;min-height: 120px;text-align:center;display:inline-block;float:left;margin-right:10px;margin-bottom:10px;box-shadow:0px 3px 3px #ccc;border: 1px solid #efefef;}
.doctormmg .pic{width: 28%;display: inline-block;float: left;margin-right: 0%;}
.doctormmg .pic img{width:100%;height:auto;}
.doctormmg .info{width: 58%;display: inline-block;padding-top: 2%;}
.doctormmg .info h4{text-align:center;margin-bottom:1%;font-weight:600;}
.doctormmg .info p a{text-decoration: none !important;text-align: center;color: #444;font-size: 0.85rem;}

@media (max-width: 767px) {
    .doctormmg{width:calc(100% - 10px);min-height: unset;}
    .doctormmg .info h4{ margin-bottom: 20px;}
    .doctormmg .info p a{font-size:1em;}
}

/* ==== New Styles Blocks ==== */
.blocks{width:100%;height:600px;margin:0 auto;display:block !important;clear:both  !important;padding-bottom:2%}
.block{width:30%;display:inline-block;float:left;margin-right:2%;margin-bottom:2%;text-align:center;}
.block img{width:80%;margin:0 auto;margin-bottom:2%;}
.block h4, .block p{text-align:center;}
.block a{padding: 15px 30px;font-size: 20px;text-align: center;background: #212c35;color: #fff;text-decoration:none !important;}

.special-menu-item a{ color: #3296eb !important;}