@font-face {
    font-family: 'open_sanslight';
    src: url('../fonts/opensans-light-webfont.woff2') format('woff2'),
         url('../fonts/opensans-light-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'open_sanssemibold';
    src: url('../fonts/opensans-semibold-webfont.woff2') format('woff2'),
         url('../fonts/opensans-semibold-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'nunitoextralight';
    src: url('../fonts/nunito-extralight-webfont.woff2') format('woff2'),
         url('../fonts/nunito-extralight-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'nunitolight';
    src: url('../fonts/nunito-light-webfont.woff2') format('woff2'),
         url('../fonts/nunito-light-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'nunitoregular';
    src: url('../fonts/nunito-regular-webfont.woff2') format('woff2'),
         url('../fonts/nunito-regular-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}
* {
	border: none;
	outline: none;
	line-height: normal;
	font-family: 'nunitoregular';
	margin: 0;
	padding: 0;
}
.full-width {
    width: 100%;
    overflow: hidden;
}
.center-img {
    width: auto;
	max-width: 100%;
    display: block;
	margin: 0 auto;
}
.max-width-100{
	display:block;
	max-width:100%;
}
body, p, ul li, ol li {
	font-family: 'nunitoextralight';
	font-size: 20px;
	line-height: 34px;
	color: #7b7979;
}
img {
	vertical-align: bottom;
}
h1 {
	font-family: 'nunitoextralight';
	font-size: 32px;
	line-height: 42px;
	color: #222020;
	margin: 0;
	padding: 0;
}
h2 {
	font-size: 32px;
	line-height: 42px;
	font-family: 'nunitoextralight';
	padding: 0 0 15px;
	margin: 0;
}
h3 {
	font-family: 'nunitoextralight';
	font-size: 26px;
	line-height: 34px;
	padding: 0 0 25px;
}
a {
	font-family: 'nunitoextralight';
	text-decoration: none;
}
p {
	/*text-align: justify;*/
	padding: 0 0 20px;
}
.fadeInLeftMeet {
    -webkit-animation-name: fadeInLeftMeet;
    animation-name: fadeInLeftMeet;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}
@-webkit-keyframes fadeInLeftMeet {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0);
    }
    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}
@keyframes fadeInLeftMeet {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0);
    }
    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}
.fadeInRightMeet {
    -webkit-animation-name: fadeInRightMeet;
    animation-name: fadeInRightMeet;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}
@-webkit-keyframes fadeInRightMeet {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0);
    }
    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}
@keyframes fadeInRightMeet {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0);
    }
    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}
#header-mobile {
    display: none;
}
#header-desktop {
	background-color: rgba(37, 34, 34, 0.8);
	position: absolute;
	top: 57px;
	z-index: 2;
	width: 100%;
	padding: 24px 2%;
	box-sizing: border-box;
	overflow: hidden;
}
#full-phone-number {
    display: none;
}
#header-desktop .logo {
    padding: 20px 0;
}
#sticky-ba-link {
    display: none;
}
.threeD-consultation {
	background: #543778;
	text-align: center;
	color: #fff;
	text-transform: uppercase;
	font-family: 'nunitoextralight';
	font-size: 20px;
}
.threeD-consultation a {
	border: 1px #543778 solid;
	text-decoration: none;
	color: #fff;
	display: inline-block;
	padding: 3px 15px;
	margin: 12px 10px;
	border-radius: 3px;
}
.header-logo {
    font-family: 'nunitoextralight';
    font-size: 32px;
    line-height: 42px;
    margin: 0;
    color: #fff;
    text-decoration: none;
    display: inline-block;
}
.header-tel {
    float: right;
    color: #fff;
    font-family: 'nunitoextralight';
    font-size: 28px;
    line-height: 28px;
    margin: 10px 0 0 0;
    letter-spacing: 3px;
    text-decoration: none;
}
.header-tel .svg-inline--fa.fa-phone-alt {
    width: 20px;
    padding: 0 10px 0 0;
    box-sizing: content-box;
}
.header-tel .svg-inline--fa.fa-phone-alt path {
    fill: #fff;
}
.desktopnav {
    background: #543778;
    width: 100%;
}
.desktopnav .wt-menu {
    display: flex;
    justify-content: space-around;
    width: 100%;
    margin: 0 auto;
}
.desktopnav .wt-menu .arrow {
    display: none;
}
.desktopnav .wt-menu li .sub-menu li a {
    padding: 15px 20px;
    width: 100%;
    font-size: 18px;
    box-sizing: border-box;
}
.desktopnav .wt-menu li {
    list-style: none;
}
.desktopnav .wt-menu li a {
    font-family: 'nunitoextralight';
    color: #fff;
    text-decoration: none;
    font-size: 18px;
    font-weight: normal;
    display: inline-block;
    padding: 20px 0;
    letter-spacing: 0.06em;
}
.desktopnav .wt-menu > li .sub-menu {
    display: none;
}
.desktopnav .wt-menu > li {
    position: relative;
}
.desktopnav .wt-menu > li:hover .sub-menu {
    display: block;
    position: absolute;
    top: 100%;
    left: -20px;
    background: rgba(58, 58, 58, 0.9);
    z-index: 9999;
    padding: 0;
    width: 190px;
}
.desktopnav .wt-menu > li:hover .sub-menu.office {
    width: 235px;
}
.desktopnav .wt-menu > li:hover .sub-menu.gallery-box {
    padding: 20px 0;
    width: max-content;
    left: -300%;
}
.desktopnav .wt-menu > li:hover .gallery-box > li {
    display: block;
    padding: 0 20px;
    float: left;
}
.desktopnav .wt-menu > li:hover .gallery-box > li > a {
    display: block;
    padding: 0 0 10px 0;
    font-family: 'open_sanssemibold';
}
.desktopnav .wt-menu > li:hover .gallery-box li .sub-menu {
    display: block;
    position: inherit;
    top: inherit;
    left: inherit;
    background: none;
    width: inherit;
}
.desktopnav .wt-menu > li:hover .gallery-box li .sub-menu li a {
    padding: 10px 0;
    font-size: 18px;
}
.desktopnav .wt-menu > li .gallery-box .sub-menu {
    position: inherit;
    top: inherit;
    left: inherit;
}
.slideshow-container > .wt-slides:nth-child(1) {
    display: block;
}
.wt-slides {
	position: relative;
    display: none;
}
.main-slider > .wt-slides:first-child {
    display: block;
}
.slideshow-container .prev, .slideshow-container .next {
	cursor: pointer;
	position: absolute;
	top: 50%;
	width: auto;
	padding: 16px;
	margin-top: -22px;
	color: white;
	font-weight: bold;
	font-size: 18px;
	border-radius: 0 3px 3px 0;
	user-select: none;
}
.slideshow-container .next {
	right: 0;
	border-radius: 3px 0 0 3px;
}
.slideshow-container .prev:hover, .slideshow-container .next:hover {
	background-color: rgba(0,0,0,0.8);
}
.dots {
	position: absolute;
    bottom: 20px;
    left: 0;
    z-index: 1;
}
.dots .dot {
	cursor: pointer;
	height: 15px;
	width: 15px;
	margin: 0 2px;
	background-color: #bbb;
	border-radius: 50%;
	display: inline-block;
	transition: background-color 0.6s ease;
}
.dots .active, .dots .dot:hover {
	background-color: #717171;
}
.main-slider {
	width: 100%;
	overflow: hidden;
    background-color: #999;
}
.main-slider picture {
    display: block;
    overflow: hidden;
    height: 723px;
}
.main-slider picture img {
    width: 100%;
    display: block;
}
.main-slider .slider-info {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
}
.slidervideo {
    position: relative;
}
.slidervideo .main-slider .slider-info {
	width: 50%;
}
.videosonslides{
	width: 40%;
	position: absolute;
	margin: 0% 5%;
	top: 0%;
	right: 0px;
	height: 100%;
}
.bannerVideoWrapper {
	position: relative;
	padding-bottom: 56.25%; /* 16:9 */
	height: 0;
	top: calc(23% + 42px);
}
.bannerVideoWrapper video {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.watsnew {
	width: 100%;
	transform: translateY(-100%);
	background: #543778;
	position: absolute;
	top: 0;
	left: 0;
	color: #fff;
	text-align: center;
	z-index: 2;
	padding: 8px 0;
}
.bannerVideoWrapper button {
    position: absolute;
    bottom: 35px;
    left: 0;
    right: 0;
    margin: 0 auto;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 60px;
    height: 60px;
    z-index: 2;
    background: rgba(0, 0, 0, 0.6);
    border-radius: 50%;
    border: 1px #fff solid;
    box-shadow: 0 0 5px #a1a1a1;
    cursor: pointer;
}
#playVideo svg {
    width: 20px;
    height: 20px;
}
#playVideo2 svg {
    width: 20px;
    height: 20px;
}
#pauseVideo {
	transition: .5s;
    opacity: 0;
    box-shadow: none;
	bottom: 0;
}
.bannerVideoWrapper:hover #pauseVideo {
    opacity: 0.5;
    bottom: 35px;
}
#pauseVideo svg {
    width: 24px;
    height: 24px;
	opacity: 0.5;
}
.bannerVideoWrapper button svg path {
    fill: #fff;
}
.main-slider .slider-info .testimonial,
.main-slider .slider-info .author,
.main-slider .slider-info .black-box,
.main-slider .slider-info .stars-box,
.main-slider .slider-info .svg-inline--fa.fa-quote-left {
	position: absolute;
    left: 0;
    width: 100%;
    text-align: center;
    z-index: 1;
}
.slidervideo .main-slider .slider-info .author{
	bottom: 0%;
}
.slidervideo .main-slider .slider-info .black-box{
	width: 100%;
	margin:0;
}
.main-slider .slider-info .testimonial {
	color: #fff;
	font-size: 26px;
	line-height: 32px;
	letter-spacing: 0.12em;
	font-family: 'nunitoregular';
	max-width: 1100px;
	padding: 0 30px;
	box-sizing: border-box;
	top: 55%;
	left: 0;
	right: 0;
	margin: 0 auto;
}
.main-slider .slider-info .author {
    bottom: 10%;
	color: #fff;
    font-size: 20px;
    letter-spacing: 0.12em;
    font-family: 'nunitoregular';
}
.main-slider .slider-info .black-box {
    width: 100%;
    max-width: 1200px;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    background: rgba(0, 0, 0, 0.3);
}
.main-slider .slider-info .stars-box {
    top: 45%;
}
.main-slider .slider-info .stars-box .svg-inline--fa {
    width: 26px;
    margin: 0 2px;
}
.main-slider .slider-info .stars-box .svg-inline--fa path {
    fill: #fc3;
}
.main-slider .slider-info .svg-inline--fa.fa-quote-left {
    width: 100px;
    top: 25%;
    right: 0;
    margin: 0 auto;
}
.main-slider .slider-info .svg-inline--fa.fa-quote-left path {
    fill: rgba(255, 255, 255, 0.3);
}
.fadeSlide {
    -webkit-animation-name: fade;
    -webkit-animation-duration: 5s;
    animation-name: fade;
    animation-duration: 5s;
    -webkit-animation-timing-function: ease;
    animation-timing-function: ease;
}
@-webkit-keyframes fade {
	from {opacity: 0}
	to {opacity: 1}
}
@keyframes fade {
	from {opacity: 0}
	to {opacity: 1}
}
.video-pg-item-side.iframevideo, .video-pg-item.iframevideo, .iframevideo{
	position: relative;
    padding-bottom: 56.25%;
    height: 0;
    overflow: hidden;
}
.iframevideo iframe{
	position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.video-pg-item.iframevideo{
	margin-bottom: 20px;
}
.bridge_nav ul {
	display: flex;
    flex-wrap: wrap;
    padding-left: 0 !important;
    list-style: none;
}
.bridge_nav li {
	width: 32%;
	background: #543778;
	padding: 5px;
	margin: 0 3px;
	list-style: none;
	transition: .5s;
}
.bridge_nav li a {
	color: #fff;
    display: block;
    text-align: center;
			transition: .5s;
}
.bridge_nav li img {
	width: 100%;
	vertical-align: top;
}
@media screen and (min-width: 1025px) {
	.bridge_nav li:hover {
	background: #fff;
}
.bridge_nav li:hover a {
	color: #543778;
}
    #run-sticky-threeD {
        width: 100%;
        height: 1px;
        overflow: hidden;
    }
    .fixed-threeD {
        position: fixed;
        top: 1px;
        right: 40px;
        width: inherit;
        z-index: 999;
        padding-right: 10px !important;
    }
    .fadeInLeftBlackBox {
        -webkit-animation-name: fadeInLeftBlackBox;
        animation-name: fadeInLeftBlackBox;
        -webkit-animation-duration: 4s;
        animation-duration: 4s;
        -webkit-animation-fill-mode: both;
        animation-fill-mode: both;
        -webkit-animation-delay: 0;
        animation-delay: 0;
        -webkit-animation-timing-function: ease;
        animation-timing-function: ease;
    }
    @-webkit-keyframes fadeInLeftBlackBox {
        0% {
            opacity: 0;
            -webkit-transform: translate3d(-100%, 0, 0);
            transform: translate3d(-100%, 0, 0);
        }
        100% {
            opacity: 1;
            -webkit-transform: none;
            transform: none;
        }
    }
    @keyframes fadeInLeftBlackBox {
        0% {
            opacity: 0;
            -webkit-transform: translate3d(-100%, 0, 0);
            transform: translate3d(-100%, 0, 0);
        }
        100% {
            opacity: 1;
            -webkit-transform: none;
            transform: none;
        }
    }
    .fadeInLeftTestimonial {
        -webkit-animation-name: fadeInLeftTestimonial;
        animation-name: fadeInLeftTestimonial;
        -webkit-animation-duration: 4s;
        animation-duration: 4s;
        -webkit-animation-fill-mode: both;
        animation-fill-mode: both;
        -webkit-animation-delay: 3s;
        animation-delay: 3s;
        -webkit-animation-timing-function: ease;
        animation-timing-function: ease;
    }
    @-webkit-keyframes fadeInLeftTestimonial {
        0% {
            opacity: 0;
            -webkit-transform: translate3d(-25%, 0, 0);
            transform: translate3d(-25%, 0, 0);
        }
        100% {
            opacity: 1;
            -webkit-transform: none;
            transform: none;
        }
    }
    @keyframes fadeInLeftTestimonial {
        0% {
            opacity: 0;
            -webkit-transform: translate3d(-25%, 0, 0);
            transform: translate3d(-25%, 0, 0);
        }
        100% {
            opacity: 1;
            -webkit-transform: none;
            transform: none;
        }
    }
    .fadeInRightAuthor {
        -webkit-animation-name: fadeInRightAuthor;
        animation-name: fadeInRightAuthor;
        -webkit-animation-duration: 4s;
        animation-duration: 4s;
        -webkit-animation-fill-mode: both;
        animation-fill-mode: both;
        -webkit-animation-delay: 3s;
        animation-delay: 3s;
        -webkit-animation-timing-function: ease;
        animation-timing-function: ease;
    }
    @-webkit-keyframes fadeInRightAuthor {
        0% {
            opacity: 0;
            -webkit-transform: translate3d(25%, 0, 0);
            transform: translate3d(25%, 0, 0);
        }
        100% {
            opacity: 1;
            -webkit-transform: none;
            transform: none;
        }
    }
    @keyframes fadeInRightAuthor {
        0% {
            opacity: 0;
            -webkit-transform: translate3d(25%, 0, 0);
            transform: translate3d(25%, 0, 0);
        }
        100% {
            opacity: 1;
            -webkit-transform: none;
            transform: none;
        }
    }
    .fadeInDownStars {
        -webkit-animation-name: fadeInDownStars;
        animation-name: fadeInDownStars;
        -webkit-animation-duration: 2s;
        animation-duration: 2s;
        -webkit-animation-fill-mode: both;
        animation-fill-mode: both;
        -webkit-animation-delay: 6s;
        animation-delay: 6s;
        -webkit-animation-timing-function: ease;
        animation-timing-function: ease;
    }
    @-webkit-keyframes fadeInDownStars {
        0% {
            opacity: 0;
            -webkit-transform: translate3d(0, -100%, 0);
            transform: translate3d(0, -100%, 0);
        }
        100% {
            opacity: 1;
            -webkit-transform: none;
            transform: none;
        }
    }
    @keyframes fadeInDownStars {
        0% {
            opacity: 0;
            -webkit-transform: translate3d(0, -100%, 0);
            transform: translate3d(0, -100%, 0);
        }
        100% {
            opacity: 1;
            -webkit-transform: none;
            transform: none;
        }
    }
    .fadeInDownQuote {
        -webkit-animation-name: fadeInDownQuote;
        animation-name: fadeInDownQuote;
        -webkit-animation-duration: 4s;
        animation-duration: 4s;
        -webkit-animation-fill-mode: both;
        animation-fill-mode: both;
        -webkit-animation-delay: 1s;
        animation-delay: 1s;
        -webkit-animation-timing-function: ease;
        animation-timing-function: ease;
    }
    @-webkit-keyframes fadeInDownQuote {
        0% {
            opacity: 0;
            -webkit-transform: translate3d(0, -200%, 0);
            transform: translate3d(0, -200%, 0);
        }
        100% {
            opacity: 1;
            -webkit-transform: none;
            transform: none;
        }
    }
    @keyframes fadeInDownQuote {
        0% {
            opacity: 0;
            -webkit-transform: translate3d(0, -200%, 0);
            transform: translate3d(0, -200%, 0);
        }
        100% {
            opacity: 1;
            -webkit-transform: none;
            transform: none;
        }
    }
}
@media screen and (min-width: 2000px) {
	.videosonslides {
		width: 30%;
		margin: 0% 10%;
	}
}
@media screen and (max-width: 1903px) {
    .main-slider picture {
        height: 723px;
    }
    .main-slider picture img {
        display: block;
        height: inherit;
    }
}
@media screen and (max-width: 1600px) {
	.bannerVideoWrapper {
		top: calc(23% + 70px);
	}
    .main-slider picture {
        height: 600px;
    }
    .main-slider picture img {
        max-height: 600px;
    }
}
@media screen and (max-width: 1440px) {
    .main-slider picture {
        /* height: 570px; */
    }
    .main-slider picture img {
        /* max-height: 500px; */
    }
    .desktopnav .wt-menu {
        justify-content: space-around;
    }
    .desktopnav .wt-menu li a {
        padding: 15px 0;
    }
    .desktopnav .wt-menu > li:hover .sub-menu {
        width: 250px;
        right: -20px;
    }
    .desktopnav .wt-menu li .sub-menu li a {
        padding: 15px;
    }
}
@media screen and (max-width: 1366px) {

}
@media screen and (max-width: 1280px) {
    .desktopnav .wt-menu > li:hover .sub-menu {
        width: 210px;
        right: -10px;
    }
    .desktopnav .wt-menu li a,
    .desktopnav .wt-menu li .sub-menu li a {
        font-size: 16px;
    }
    .desktopnav .wt-menu li .sub-menu li a {
        padding: 10px 0 10px 10px;
    }
    .desktopnav .wt-menu > li:hover .sub-menu.gallery-box {
        left: -410%;
    }
	.pocedcontnav .slbutton .boxtitle{
		font-size: 16px;
	}
	.bannerVideoWrapper button {
		width: 50px;
		height: 50px;
		bottom: 25px;
	}
	#playVideo svg {
	    width: 16px;
	    height: 16px;
	}
	#pauseVideo svg {
	    width: 20px;
	    height: 20px;
	}
}
@media screen and (max-width: 1024px) {
    body {
        padding-top: 50px;
    }
    .threeD-consultation {
        display: none;
    }
    .main-slider .slider-info .svg-inline--fa.fa-quote-left {
        width: 70px;
        top: 10%;
    }
    .main-slider .slider-info .stars-box .svg-inline--fa {
        width: 22px;
        margin: 0;
    }
    .main-slider .slider-info .stars-box {
        top: 35%;
    }
    .main-slider .slider-info .testimonial {
        top: 45%;
        font-size: 22px;
        line-height: 26px;
    }
    .main-slider .slider-info .author {
        font-size: 18px;
        bottom: 5%;
    }
	.header-logo {
		font-size: 24px;
		line-height: 42px;
		margin: 5px 0 0 0;
	}
	.header-tel {
		font-size: 22px;
		line-height: 28px;
		margin: 12px 0 0 0;
	}
    .invisible {
        display: none;
    }
    #header-desktop {
        position: inherit;
        background: #252222;
        top: inherit;
        padding: 15px 2%;
    }
    #header-desktop .container .row > div:nth-child(1) {
        width: 100%;
        text-align: center;
        max-width: 100%;
        flex: inherit;
        padding: 15px 0;
    }
    #header-desktop .container .row > div:nth-child(2) {
        display: none !important;
    }
    #header-mobile {
        display: block;
        position: fixed;
        top: 0;
        left: 0;
        height: 50px;
        z-index: 9999999;
        background: #543778;
        border-bottom: 1px #7c5fa0 solid;
        box-shadow: 0 0 5px rgba(0, 0, 0 , 0.8);
    }
    #header-mobile .mobile-icon {
        display: flex;
        width: 20%;
        float: left;
        box-sizing: border-box;
        border-right: 1px #7c5fa0 solid;
        text-align: center;
        padding: 0;
        height: 100%;
        align-items: center;
        justify-content: center;
    }
	.full-phone-body #header-mobile a,
	.full-phone-body #header-mobile #open-menu,
	.full-phone-body #header-mobile #close-menu{
		width: 25%;
	}
    #header-mobile .fa-envelope {
        width: 28px;
    }
    #header-mobile .fa-comments-alt {
        width: 28px;
    }
    #header-mobile .fa-phone-alt {
        width: 22px;
    }
    #header-mobile .fa-map-marker-alt {
        width: 18px;
    }
    .svg-inline--fa path {
        fill: #fff;
    }
    #close-menu {
        display: none;
    }
    #close-menu img,
    #open-menu img {
        width: 100%;
    }
    #open-menu,
    #close-menu {
        padding: 0;
        z-index: 12;
        cursor: pointer;
        width: 20%;
        height: 50px;
        right: 0;
        background: none;
        position: absolute;
        top: 0;
    }
    #open-menu:focus,
    #close-menu:focus {
        outline: none;
    }
    .burger {
        position: absolute;
        top: 50%;
        height: 32px;
        width: 32px;
        right: 50%;
        margin: -16px -16px 0 0;
    }
    .burger:before, .burger:after, .burger span {
        position: absolute;
        left: 0;
        content: '';
        height: 2px;
        width: 100%;
        display: block;
        background: #ffffff;
    }
    .burger span {
        top: 15px;
    }
    .burger:before {
        top: 8px;
    }
    .burger:after {
        bottom: 8px;
    }
    #close-menu:before, #close-menu:after {
        position: absolute;
        left: 50%;
        top: 50%;
        content: '';
        height: 32px;
        width: 2px;
        background: #ffffff;
        margin-top: -16px;
    }
    #close-menu:before {
        transform: rotate(45deg);
    }
    #close-menu:after {
        transform: rotate(-45deg);
    }
    .main-slider picture {
        height: 500px;
    }
    .main-slider picture img {
        max-height: 500px;
    }
    .sidenav {
        height: 100%;
        width: 0;
        position: fixed;
        z-index: 999999;
        top: 0;
        right: 0;
        background-color: #543778;
        overflow-x: hidden;
        /*transition: 0.5s;*/
        padding: 80px 0 0 0;
    }
    .full-phone-body .sidenav {
        padding: 110px 0 0 0;
    }
	.sidenav.sticky{
		width: 0px;
	}
    .sidenav .menu-content {
        height: calc(100% - 100px);
        overflow-x: hidden;
    }
    .sidenav .wt-menu {
        padding: 0 20px;
    }
    .sidenav .wt-menu li {
        border-bottom: 1px #7c5fa0 solid;
        display: block;
        overflow: hidden;
        clear: both;
    }
    .sidenav a {
        font-family: 'nunitoregular';
        padding: 10px 0;
        text-decoration: none;
        font-size: 18px;
        line-height: 24px;
        text-transform: uppercase;
        color: #fff;
        display: block;
        user-select: none;
    }
    .sidenav a:hover,
    .sidenav a i {
        color: #fff;
    }
    .sidenav.closed li {
        opacity: 0;
        transition: .1s;
    }
    .sidenav.opened {
        width: 100%;
    }
    .sidenav.closed {
        width: 0;
    }
    .sidenav.opened li {
        opacity: 1;
        transition: 1s;
    }
    .sidenav .sub-menu {
        display: none;
        padding: 0;
        background: #fff;
    }
    .sidenav .sub-menu.opened-sub-menu {
        display: block;
    }
    .sidenav .sub-menu.opened-sub-menu .sub-menu.opened-sub-menu {
        background: #ffffff;
    }
    .sidenav .sub-menu.opened-sub-menu .sub-menu.opened-sub-menu .sub-menu.opened-sub-menu {
        background: #d9e4ff;
    }
    .sidenav .unlock-sub .sub-menu.opened-sub-menu {
        display: block;
    }
    .sidenav ul li ul li a {
        padding-left: 20px;
    }
    .sidenav ul li ul li ul li a {
        padding-left: 40px;
    }
    .sidenav .sub-menu.opened-sub-menu li:first-child {
        border-top: 1px #7c5fa0 solid;
    }
    .sidenav .sub-menu.opened-sub-menu li:last-child {
        border-bottom: none;
    }
    .sidenav > li.menu-item a.active,
    .sidenav > li.menu-item > .sub-menu .menu-item > a.active {
        color: #28a8e0;
    }
    .sidenav li {
        padding: 0;
        position: relative;
    }
    .sidenav .has-children .sub-menu li a {
        padding-left: 20px;
        color: #543778;
    }
    .sidenav .has-children .sub-menu .has-children .sub-menu li a {
        padding-left: 30px;
    }
    .sidenav .has-children .sub-menu .has-children .sub-menu .has-children .sub-menu li a {
        padding-left: 40px;
    }
    .sidenav .has-children>.arrow {
        width: 44px;
        height: 44px;
        position: absolute;
        right: 0;
        top: 0;
        display: flex;
        align-items: center;
        justify-content: center;
        overflow: hidden;
        margin: 0;
        cursor: pointer;
        background: #fff;
    }
    .sidenav .sub-menu.opened-sub-menu .has-children>.arrow {
        background: none;
    }
    .sidenav .has-children>.arrow::before,
    .sidenav .has-children>.arrow::after,
    .sidenav .has-children>.arrow.active::after {
        background: #543778;
        display: block;
    }
    .sidenav .has-children>.arrow::before {
        content: "";
        width: 4px;
        height: 14px;
        position: absolute;
        left: 50%;
        top: 50%;
        margin-top: -7px;
        margin-left: -2px;
    }
    .sidenav .has-children>.arrow::after {
        content: "";
        width: 14px;
        height: 4px;
    }
    .sidenav .has-children>.arrow.active::before {
        display: none;
    }
    .sidenav .fa-facebook-f {
        width: 15px;
    }
    .sidenav .fa-twitter {
        width: 24px;
    }
    .sidenav .fa-linkedin-in {
        width: 22px;
    }
    .sidenav .fa-pinterest-p {
        width: 20px;
    }
}
@media screen and (max-width: 800px) {
	.videosonslides {
		width: 90%;
		position: inherit;
		margin: 0% 5%;
		top: 0%;
		right: 0px;
		height: 100%;
		padding: 30px 0;
	}
	.slidervideo .main-slider .slider-info {
		width: 100%;
	}
	.slidervideo .main-slider .slider-info .author{
		bottom: 10%;
	}
}
@media screen and (max-width: 768px) {
	.header-logo,
	.header-tel {
		width: 100%;
		text-align: center;
		font-size: 22px;
	}
	.sidenav {
		transition: 0.5s;
	}
}
@media screen and (max-width: 414px) {
    #sticky-ba-link {
        position: fixed;
        left: 0;
        bottom: 0;
        display: block;
        padding: 30px 0;
        width: 100%;
        text-align: center;
        font-size: 18px;
        background: #fff;
        z-index: 999;
        font-weight: 600;
    }
    .main-slider .slider-info .testimonial {
        font-size: 20px;
        line-height: 24px;
    }
    .main-slider picture {
        height: 472px;
    }
    .main-slider picture img {
        max-height: 472px;
    }
    .main-slider .align-self-center {
        width: 100%;
        text-align: center;
    }
    .main-slider .slider-info .author {
        bottom: 5%;
    }
	.sticky-form-wrap{
		max-width: 100%;
	}
	.bridge_nav li {
    padding: 3px;
    margin: 0 2px;
	}
	.bridge_nav li a {
    font-size: 15px;
	}
}
@media screen and (max-width: 375px) {
    .sidenav a {
        font-size: 18px;
    }
	
}
@media screen and (max-width: 320px) {
    .sidenav .wt-menu > li:first-child > a {
        padding: 10px;
    }
}
.visually-hidden {
  position: absolute;
  white-space: nowrap;
  width: 1px;
  height: 1px;
  overflow: hidden;
  border: 0;
  padding: 0;
  clip: rect(0 0 0 0);
  clip-path: inset(50%);
  margin: -1px;
}
.shedulelanding{
	display: none;
	position: fixed;
	width: 60%;
	bottom: 0px;
	right: 0px;
	z-index: 999999;
}
.shedulelanding a{
	display: block;
	padding: 10px 0;
    background: #372350;
    text-align: center;
    border-radius: 3px;
    color: #fff;
	border: 1px #fff solid;
}
@media screen and (min-width:770px) {
    #cssmenu {display: none !important;}
}
/* width */
.virtual-consultation {
	background: #543778;
	text-align: center;
	color: #fff;
	text-transform: uppercase;
	font-family: 'nunitoextralight';
	font-size: 20px;
}
.virtual-consultation a {
	border: 1px #543778 solid;
	color: #fff;
	display: inline-block;
	padding: 3px 15px;
	margin: 12px 10px;
	border-radius: 3px;
	transition: .5s;
}
.virtual-consultation a:hover {
	border: 1px #fff solid;
}

.virtual-consultation .bordered_a{
	border:2px solid #fff;
}

#bio-text::-webkit-scrollbar {
    width: 5px;
}
/* Track */
#bio-text::-webkit-scrollbar-track {
    background: #c4b4d8;
}
/* Handle */
#bio-text::-webkit-scrollbar-thumb {
    background: #7e6c96;
}
/* Handle on hover */
#bio-text::-webkit-scrollbar-thumb:hover {
    background: #9e93ad;
}
#bio-text {
    overflow-y: scroll;
    height: 345px;
    padding: 0 20px 0 0;
    margin: 0 0 40px 0;
}
#new-about-slider {
	max-width: 1500px;
	margin: 0 auto;
	width: 100%;
	overflow: hidden;
}
#new-about-slider .rsContent .review-text {
	color: #474646;
	font-family: 'nunitoregular';
	font-weight: normal;
	font-size: 16px;
	position: absolute;
	top: 40%;
	left: 0;
	padding: 0 10%;
}
#new-about-slider .rsContent .patient {
	color: #474646;
	font-family: 'nunitoregular';
	font-weight: normal;
	font-size: 16px;
	position: absolute;
	bottom: 10%;
	right: 0;
	padding: 0 10%;
	text-align: right;
}
#new-about-slider .ipad-width {
    max-width: 420px;
    margin-left: -210px;
    overflow: hidden;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 50%;
    top: 0;
}
#new-about-slider .rsUni, #new-about-slider .rsUni .rsOverflow, #new-about-slider .rsUni .rsSlide, #new-about-slider .rsUni .rsVideoFrameHolder, #new-about-slider .rsUni .rsThumbs {
	background: #fff;
}
.rsOverflow, .rsSlideRoot .rsMainSlideImage {
	height: 723px !important;
	transition: none !important;
}
#new-royalslider-18 .rsOverflow, #new-royalslider-18 .rsSlideRoot #new-royalslider-18 .rsMainSlideImage {
	height: inherit !important;
}
#new-royalslider-19 .rsOverflow {
	height: inherit !important;
}
#new-royalslider-19.rsUni .rsArrow {
    height: 100%;
}
.photo-with-caption {
	text-align: center;
	width: 100%;
	overflow: hidden;
	margin: 0 auto;
}
.photo-with-caption span {
	text-align: center;
	font-size: 16px;
	max-width: 600px;
	display: block;
	margin: 15px auto;
}
.bg {
	background-position: top center;
	background-repeat: no-repeat;
	background-size: cover;
}
.container {
	width: 96%;
	max-width: 1920px;
	overflow: hidden;
	margin: 60px auto;
}
section {
	width: 100%;
	display: inline-block;
	float: left;
}
.testimonials {
	width: 98%;
	max-width: 1381px;
	margin: 0 auto;
}
.secondary .testimonials .docscores-reviews-widget,
.docscores-review {
	width: 100%;
	max-width: 1200px;
	margin: 0 auto;
	overflow: hidden;
}
.secondary .testimonials .docscores-reviews-widget .docscores-lcol {
    width: 15%;
    max-width: 15%;
}
.secondary .testimonials .docscores-reviews-widget .docscores-rcol {
	width: 85%;
	max-width: 85%;
}
.secondary .testimonials .docscores-reviews-widget .docscores-rcol .results_may_vary {
	clear: both;
	float: right;
}
.secondary .testimonials #read_more_reviews {
    width: 30%;
    display: block;
    margin: 0 auto;
    text-align: center;
    background: #543778;
    color: #fff;
    padding: 2%;
    font-size: 20px;
    transition: .5s;
}
.secondary .testimonials #read_more_reviews:hover {
    background: #907bab;
    color: #fff;
}
.secondary .testimonials h2 {
	margin: 5% 0 3% 0;
	padding: 0;
	padding-bottom: 0;
}
.secondary .testimonials p {
	padding: 0 0 10px 0;
}
.testimonials .zoom-gallery {
	overflow: hidden;
	margin: 0 0 3% 0;
	padding: 1%;
	background-color: #f5f5f5;
	background-repeat: repeat;
}
.testimonials .zoom-gallery img {
	width: 14.666%;
	float: left;
	margin: 1%;
	opacity: 0.7;
	box-shadow: 0 0 10px 0 #929292;
}
/************** ROTATE BOX ***************/
#tightening-procedures {
    width: 100%;
    perspective: 800px;
    perspective-origin: center center;
    display: flex;
    justify-content: center;
    align-items: center;
}
#tightening-procedures .rotate-box:hover {
    animation: rotate 10s infinite linear;
}
#tightening-procedures .rotate-box {
    margin: 65px 0;
    width: 424px;
    height: 360px;
    transform-style: preserve-3d;
}
#tightening-procedures .rotate-box .side {
    position: absolute;
    width: 424px;
    height: 360px;
    padding: inherit;
    border-radius: inherit;
    border: inherit;
    background: inherit;
    transition: inherit;
	background-position: center;
}
#tightening-procedures .rotate-box .front {
    transform: translateZ(212px);
    background-image: url(../images/ultherapy.jpg);
    background-repeat: no-repeat;
    background-size: cover;
}
#tightening-procedures .rotate-box .back {
    transform: translateZ(-212px) rotateY(-180deg);
    background-image: url(../images/SilhouetteInstaLift.png);
    background-repeat: no-repeat;
    background-size: cover;
}
#tightening-procedures .rotate-box .left {
    transform: translateX(-212px) rotateY(-90deg);
    background-image: url(../images/facetite.jpg);
    background-repeat: no-repeat;
    background-size: cover;
}
#tightening-procedures .rotate-box .right {
    transform: translateX(212px) rotateY(90deg);
    background-image: url(../images/bodytite.jpg);
    background-repeat: no-repeat;
    background-size: cover;
}
#tightening-procedures .rotate-box .top {
    display: none;
}
#tightening-procedures .rotate-box .bottom {
    display: none;
}
@keyframes rotate {
    100% {
        transform: rotateY(-360deg);
    }
}
/************** ROTATE BOX ***************/
#top-fixed {
	width: 100%;
	height: auto;
}
#top-fixed .sl_top {
	min-height: 723px;
}
.header-top-cont {
    width: 100%;
	background-color: rgb(37, 34, 34);
    opacity: 0.8;
    position: absolute;
    top: 57px;
	z-index: 98;
}
.header-top {
	width: 96%;
	height: auto;
	max-width: 1920px;
	margin: auto;
	overflow: hidden;
	position: relative;
	font-family: 'nunitoextralight';
}
.header-top .logoh1 {
	font-family: 'nunitoextralight';
    font-size: 32px;
    line-height: 42px;
    margin: 0;
	color: #fff;
    padding: 24px 0;
    display: inline-block;
}
.header-top .logoh1 a {
	color: #fff;
}
.header-phone {
	float: right;
	margin: 24px 0 0;
	color: #fff;
	font-family: 'nunitoextralight';
    font-size: 28px;
    line-height: 42px;
    letter-spacing: 3px;
}
.header-phone .fa-phone {
	padding-right: 15px;
}
.header-phone .svg-inline--fa path {
	fill: #fff;
}
.header-phone .svg-inline--fa.fa-phone-alt {
	width: 20px;
	padding: 0 10px 0 0;
	box-sizing: content-box;
}
.sticky-content.fixed{
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 9999999999;
}
/*slider*/
#home_layer {
	width: 100%;
}
.quotes {
	left: 50% !important;
	top: 30% !important;
	margin-left: -61px;
}
.black_box {
	left: 50% !important;
	top: 0 !important;
	margin-left: -585px;
	z-index: 1 !important;
}
.stars-slider {
	left: 50% !important;
	top: 47% !important;
	margin-left: -81px;
}
.recall_text {
    width: 100% !important;
    text-align: center;
    top: 55% !important;
}
.recall_text div {
	color: #fff;
	font-size: 26px;
	letter-spacing: 0.12em;
	line-height: normal;
	max-width: 970px;
    margin: 0 auto;
	font-family: 'nunitoregular';
}
.recall_text .slide2_text,
.recall_text .slide3_text {
	font-size: 23px;
}
.name_recall {
    width: 100% !important;
    text-align: center;
    top: 80% !important;
}
.name_recall div {
	color: #fff;
	font-size: 20px;
	letter-spacing: 0.12em;
	line-height: normal;
	font-family: 'nunitoregular';
}
.rsSlideRoot h3,
.rsSlideRoot p {
	display: none;
}
/*end slider*/

.header-menu-content {
	width: 100%;
	height: auto;
	float: left;
	background: #543778;
	border-bottom: 1px solid #a494b7;
}
.menu {
	width: 96%;
	height: auto;
	position: relative;
	max-width: 1920px;
	margin: auto;
	max-height: 64px;
}
.menu .navigation {
	list-style: none;
	margin: 0;
	text-align: justify;
}
.menu .navigation:after {
	width: 100%;
	height: 0;
	content: "";
	display: inline-block;
}
.menu .navigation li {
	display: inline-block;
	padding: 0;
	position: relative;
}
.menu .navigation li ul li {
	display: block;
}
.menu .navigation li a {
	font-size: 18px;
	line-height: 24px;
	color: #fff;
	text-decoration: none;
	display: block;
	padding: 20px 0;
	text-transform: uppercase;
}

.menu .navigation li a:hover {
	transition: all 0.5s ease-in-out;
	text-shadow: 0 0 5px #000;
}
.sub-menu {
	display: none;
}
.menu .navigation li:hover .sub-menu {
	display: block;
	transition: all 0.5s ease-in-out;
	position: absolute;
	top: 100%;
	background: rgba(58, 58, 58, 0.9);
	z-index: 99999;
	left: -25px;
	padding: 15px;
}
.menu .navigation .sub-menu li a {
    color: #fff;
    white-space: nowrap;
    padding: 10px !important;
    text-transform: none;
}
.mobile-nav {
	display: none;
	background-color: #543778;
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	z-index: 99;
	box-shadow: 0 0 3px 3px rgba(0,0,0,0.5);
}
.menu-link {
	   font-size: 14px;
    line-height: 54px;
	font-family: 'nunitoregular';
    display: none;
    text-decoration: none;
    color: #ffffff;
    text-transform: uppercase;
    float: right;
    text-align: left;
    width: 25%;
    background: #543778;
    box-sizing: border-box;
    padding: 0 2%;
    position: relative;
}
.menu-link:before{
	content: '';
    position: absolute;
    top: 25px;
    right: 10px;
    display: block;
    width: 15px;
    height: 7px;
    border-top: 2px solid #ffffff;
    border-bottom: 2px solid #ffffff;
}
.menu-link:after {
	content: '';
    position: absolute;
    top: 20px;
    right: 10px;
    display: block;
    width: 15px;
    height: 2px;
    background: #ffffff;
}
.menu-mobile li .drop-mobile {
	z-index: 100;
	position: absolute;
	text-align: center;
	width: 100%;
	height: 40px;
	border-bottom: 2px #afd0df solid;
	background: #9ac0d5;
	left: 0px;
	margin: 0 auto;
}
span.secondary {
	display: none;
}
.navigation-mobile-menu .menu-mobile h3 {
	padding: 0;
	margin: 0;
}
.navigation-mobile-menu .menu-mobile li:hover .drop-mobile {
	display: block;
}
.third-last {
	display: none;
}
.button-menu {
	padding: 0px 0 0 5px;
	display: inline-block;
	position: relative;
}
.button-menu-box {
	width: 3px;
	float: left;
	padding: 0 5px 0 0;
}
.button-menu-box2 {
	width: 20px;
	float: left;
}
.menu-link .button-menu-box .icon-bar {
	height: 3px;
	display: block;
	width: 5px;
	border-radius: 1px;
	border: none;
	background-color: #FFF;
}
.menu-link .button-menu-box2 .icon-bar {
	height: 3px;
	display: block;
	width: 15px;
	border-radius: 1px;
	border: none;
	background-color: #FFF;
}
.menu-link .icon-bar+.icon-bar {
	margin-top: 4px;
}


.home-meet .container-hidden {
	max-width: 1480px;
    /*overflow: hidden;*/
    margin: auto;
}
.home-meet .container {
	margin: 0 auto;
	overflow: visible;
    position: relative;
}
.home-meet h2, .home-meet h1 {
	color: #222020;
	padding: 40px 0 15px 0;
}
.home-meet .home-meet-doctor {
	position: absolute;
    left: -110px;
    bottom: 0;
}
.home-meet .home-meet-doctor.mobile {
	display: none;
}
.home-meet .home-meet-txt {
	display: table-cell;
    vertical-align: middle;
    height: 540px;
    padding: 0 0 0 499px;
}
.home-meet .home-meet-txt h1 {
	padding-top: 120px;
}
.home-meet .home-meet-txt p {
/*font-family: 'nunitoregular';
	font-size: 17px;
	line-height: 26px;*/
	color: #171616;
    font-size: 18px;
    line-height: 30px;
    padding-bottom: 40px;
    text-align: left;
}
.home-meet .meet-logo {
	width: 100%;
	max-width: 395px;
}

.meet_logos{
	max-width:570px;
	width:100%;
	display:flex;
	justify-content:space-between;
	align-items:flex-end;
	flex-wrap:wrap;
}


.read-bio {
	display: inline-block;
    background: #543778;
    color: #fff;
    text-align: center;
    float: right;
    padding: 15px 25px;
    font-size: 16px;
	font-family: 'nunitoregular';
    letter-spacing: 1px;
}
.home-procedures-cont-box {
	float: left;
    width: 25%;
    padding: 0 1% 15px;
    box-sizing: border-box;
}
.home-procedures h2 {
	color: #222020;
    text-align: center;
    text-transform: uppercase;
    margin: 0 0 20px;
}
.home-procedures h3 {
	text-align: center;
    color: #555555;
    padding: 5px 0;
    font-size: 24px;
	text-transform: uppercase;
}
.home-procedures-cont-box img {
    width: 100%;
	height: 100%;
}
.home-procedures-cont-box .home-procedures-img {
	overflow: hidden;
    position: relative;
	outline: none;
	display: block;
    width: 100%;
}
.home-procedures-cont-box .home-procedures-img .procedures-text {
    position: absolute;
    top: 0;
    left: 0;
    text-decoration: none;
    color: #fff;
	font-family: 'nunitoregular';
    font-size: 18px;
    text-align: left;
    padding: 20px;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.8);
    opacity: 0;
    cursor: pointer;
    display: flex;
    align-items: center;
}
.home-procedures-cont-box .home-procedures-img .procedures-text:hover {
    opacity: 1;
    transition: 1s;
}
.home-procedures-cont-box .home-procedures-img:hover {
	box-shadow: 0 0 5px;
}
.home-procedures-cont-box:hover img {
	-webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -ms-transform: scale(1.2);
    -o-transform: scale(1.2);
    transform: scale(1.2);
	transition: all 0.5s ease-in-out;
}
.home-procedures-cont-box:hover h3,
.header-phone:hover {
	color: #543778;
	transition: all 0.5s ease-in-out;
}
.read-bio:hover {
	background: #000;
	transition: all 0.7s ease-in-out;
}
footer {
	width: 100%;
	height: auto;
	float: left;
}
footer .container {
	margin: 15px auto;
}
footer .footer_box div.widget {
	float: none;
    display: table-cell;
	padding: 0 0 20px;
}
footer .container #text-4 {
	width: 58%;
}
footer .container #text-5,
footer .container #text-3 {
	width: 25%;
}
footer .container #text-3 {
    clear: both;
}
.copyr-cont-right-box .svg-inline--fa {
    width: 20px;
}
.copyr-cont-right-box .svg-inline--fa path {
    fill: #ffb647;
}
.copyr-cont-right-box i {
    color: #ffb647;
}
footer .container #text-6{
	display: none;
}
footer .container #text-5 {
	box-sizing: border-box;
	border-right: 1px solid #535353;
    border-left: 1px solid #535353;
	text-align: left;
	padding: 0 50px;
}
footer .container p.widget-title {
	font-family: 'nunitoextralight';
    font-size: 20px;
    color: #000;
    padding: 15px 0;
	margin: 0;
	line-height: 42px;
}
footer .container .footer-menu {
    float: left;
}
footer .container .footer-menu-box1 {
	width: 40%;
}
footer .container .footer-menu-box2 {
	width: 24%;
}
footer .container .footer-menu-box3 {
	width: 34%;
}
footer .container #text-4 ul li {
	list-style: none;
	line-height: 24px;
}
footer .container #text-4 ul li a,
footer .container p {
	font-size: 17px;
	line-height: 24px;
	color: #000;
	padding: 0;
	font-family: 'nunitolight';
}
.footer-social {
	width: 167px;
    margin: 5px auto 0;
}
.footer-social a {
	color: #000;
    background: #ebebeb;
    font-size: 30px;
    display: inline-block;
    width: 50px;
    height: 50px;
    text-align: center;
    line-height: 45px;
    margin: 0 1px 15px 1px;
}
footer .container #text-3 {
	padding-left: 50px;
}
footer .container #text-3 a {
	color: #7b7979;
	font-family: 'nunitoregular';
	text-decoration: none;
}
.copyr-cont {
	width: 100%;
    float: left;
	background: #fff;
}
footer .copyr-cont .container {
	margin: 10px auto;
	border-top: 1px solid;
	padding: 15px 0;
}
footer .copyr-cont p,
footer .copyr-cont .fb-drforley {
	color: #494949;
}
.copyr-cont-left-box {
	float: left;
	padding: 15px 0;
}
.copyr-cont-right-box {
	float: right;
	text-align: right;
}
footer .container #text-4 ul li a:hover {
	color: #543778;
    padding-left: 2px;
}
.footer-social a .svg-inline--fa path {
	fill: #000;
}
.footer-social a .svg-inline--fa {
	vertical-align: middle;
}
.footer-social a .svg-inline--fa.fa-facebook-f {
	width: 15px;
}
.footer-social a .svg-inline--fa.fa-twitter {
	width: 22px;
}
.footer-social a .svg-inline--fa.fa-youtube {
	width: 28px;
}
.footer-social a .svg-inline--fa.fa-pinterest-p {
	width: 20px;
}
.footer-social a .svg-inline--fa.fa-instagram {
	width: 25px;
}
.footer-social a:hover .svg-inline--fa path {
	fill: #fff;
}
.footer-social a:hover .fa {
	color: #fff;
	transition: all 0.5s ease-in-out;
}
.footer-social .footer-facebook:hover{
	background: #3b5998;
	transition: all 0.5s ease-in-out;
}
.footer-social .footer-twitter:hover{
	background: #1da1f2;
	transition: all 0.5s ease-in-out;
}
.footer-social .footer-youtube:hover{
	background: #cc181e;
	transition: all 0.5s ease-in-out;
}
.footer-social .footer-google:hover{
	background: #db4437;
	transition: all 0.5s ease-in-out;
}
.footer-social .footer-pinterest:hover{
	background: #bd081c;
	transition: all 0.5s ease-in-out;
}
.footer-social .footer-instagram:hover{
	background: #f000e0; /* Old browsers */
	background: -moz-linear-gradient(-45deg,  #f000e0 0%, #fa741d 50%, #db287a 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(-45deg,  #f000e0 0%,#fa741d 50%,#db287a 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(135deg,  #f000e0 0%,#fa741d 50%,#db287a 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f000e0', endColorstr='#db287a',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
	transition: all 0.5s ease-in-out;
}

.hidden {
	opacity: 0;
}
.visible {
	opacity: 1;
}
.fixcontact {
	position: fixed;
	z-index: 999999;
	background: #252d35;
	height: 280px;
	width: 70px;
	border-radius: 0px 5px 5px 0px;
	top: 50%;
	margin-top: -135px;
}
.fixcontact img {
	float: left;
	padding: 14px 10px;
}
.fixcontact h3 {
	writing-mode: tb-rl;
	color: #fff;
	float: left;
	padding: 0 18px;
	display: inline-block;
	font-family: 'nunitoregular';
	letter-spacing: 2px;
	font-size: 34px;
}
.fixcontact:hover {
	background: #543778;
	transition: all 0.5s ease-in-out;
}
footer .container #text-3 h2 {
	padding: 15px 0 5px;
}
footer .container #text-3 p.widget-title {
    font-size: 20px;
    color: #000;
    padding: 15px 0;
	margin: 0;
	font-family: 'nunitoextralight';
	line-height: 42px;
}
footer .container #text-3 span {
	font-size: 38px;
	font-family: 'nunitolight';
}
.scrollToTop {
    width: 40px;
    opacity: 0.5;
    height: 48px;
    text-align: center;
    font-weight: bold;
    text-indent: -9999px;
    color: #444;
    text-decoration: none;
    position: fixed;
    bottom: 15px;
    right: 15px;
    z-index: 1000000;
    display: none;
    background: url(../images/to-top.png) no-repeat;
}
.scrollToTop:hover{
	opacity: 1;
}
.sl-bot-title{
	display: block;
	width: 100%;
	overflow: hidden;
}
.sl-bot-title .container{
	margin: 30px auto;
}
.sl-bot-title h2{
	color: #222020;
    text-align: center;
    text-transform: uppercase;
	padding: 0;
}
/*page procedures start*/
.grid{
	width: 96%;
	max-width: 1920px;
	margin: 50px auto;
	overflow: hidden;
}
.grid figure {
    position: relative;
    float: left;
    overflow: hidden;
    margin: 0;
    width: 100%;
    text-align: center;
    cursor: pointer;
    padding: 0;
}

.grid figure img{
	width: 100%;
	padding: 0;
	margin: 0;
}

.grid figure figcaption, .grid figure figcaption > a {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.grid figure figcaption {
    padding: 0;
    margin: 0;
    color: #fff;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}
.grid figure figcaption > a {
    z-index: 1000;
    text-indent: 200%;
    white-space: nowrap;
    font-size: 0;
    opacity: 0;
}
.grid .box{
	width: 10.75%;
	float: left;
	margin: 0 1%;
	position: relative;
}
.grid .box .capt{
	width: 100%;
	overflow: hidden;
	text-align: center;
	transition: width 0.35s;
	top: 120%;
	position:relative;
	 -webkit-transition: all 1s ease-in-out;
	-moz-transition: all 1s ease-in-out;
 	 -o-transition: all 1s ease-in-out;
  	transition: all 1s ease-in-out;
}
.grid .box .capt p{
	text-align: center;
    font-size: 0.9vw;
    line-height: 15px;
    padding: 10px 2%;
}
.grid .box:hover .capt{
	position: absolute;
	transition: width 0.35s;
	top:40%;
	 -webkit-transition: all 1s ease-in-out;
  	-moz-transition: all 1s ease-in-out;
  	-o-transition: all 1s ease-in-out;
 	 transition: all 1s ease-in-out;
}
/*.grid .box:nth-child(7):hover .capt{
	top: 28%;
}*/
.grid .box:hover .capt p{
	color: #ffffff;
}
*, *:after, *:before {-webkit-box-sizing: border-box;box-sizing: border-box;}
.clearfix:before, .clearfix:after { display: table; content: ''; }
.clearfix:after { clear: both; }

figure.effect-bubba img {
	opacity: 1;
}

figure.effect-bubba:hover img {
	opacity: 0.7;
    -webkit-transform: scale3d(1.05,1.05,1);
    transform: scale3d(1.05,1.05,1);
}

figure.effect-bubba figcaption::before,
figure.effect-bubba figcaption::after {
	position: absolute;
	top: 0px;
	right: 0px;
	bottom: 0px;
	left: 0px;
	content: '';
	opacity: 0;
	-webkit-transition: opacity 1s, -webkit-transform 1s;
	transition: opacity 1s, transform 1s;
}

figure.effect-bubba figcaption::before {
	border-top: 6px solid #8356ba;
	border-bottom: 6px solid #8356ba;
	-webkit-transform: scale(0,1);
	transform: scale(0,1);
}

figure.effect-bubba figcaption::after {
	border-right: 6px solid #8356ba;
	border-left: 6px solid #8356ba;
	-webkit-transform: scale(1,0);
	transform: scale(1,0);
}

figure.effect-bubba p {
	display: none;
	padding: 30% 1%;
	opacity: 0;
	font-size: 13px;
	color: #ffffff;
	text-align: center;
	-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
	transition: opacity 0.35s, transform 0.35s;
	-webkit-transform: translate3d(0,20px,0);
	transform: translate3d(0,20px,0);
}

figure.effect-bubba:hover figcaption::before,
figure.effect-bubba:hover figcaption::after {
	opacity: 1;
	-webkit-transform: scale(1);
	transform: scale(1);
}

figure.effect-bubba:hover h2,
figure.effect-bubba:hover p {
	opacity: 1;
	-webkit-transform: translate3d(0,0,0);
	transform: translate3d(0,0,0);
}
/*page procedures fin*/
.lmore-pages{
	width: 100%;
	overflow: hidden;
	background: #f5f5f5;
}
.lmore-pages .grid {
    width: 96%;
    max-width: 1920px;
    margin: 20px auto;
    overflow: hidden;
}
.lmore-pages .box:first-child{
	margin-left: 0;
}
.lmore-pages .box:last-child{
	margin-right: 0;
}
/*---nav procedures---*/
nav.procedures{
	display: block;
	width: 100%;
	overflow: hidden;
}
nav.procedures .menu-procedures-menu-container{
	width: 100%;
    overflow: hidden;
    background: #f5f5f5;
    padding: 20px 0;
}
nav.procedures .menu-procedures-menu-container .menu{
	width: 96%;
    max-width: 1920px;
    margin: 0 auto;
    display: block;
    list-style: none;
}
nav.procedures .menu-procedures-menu-container .menu li{
	width: 10.75%;
    float: left;
    margin: 0 1%;
    position: relative;
    display: block;
}
nav.procedures .menu-procedures-menu-container .menu li:first-child{
	margin-left: 0;
}
nav.procedures .menu-procedures-menu-container .menu li:last-child{
	margin-right: 0;
}
nav.procedures .menu-procedures-menu-container .menu li figure{
	position: relative;
    float: left;
    overflow: hidden;
    margin: 0;
    width: 100%;
    text-align: center;
    cursor: pointer;
    padding: 0;
    background: #000000;
}
nav.procedures .menu-procedures-menu-container .menu li figure img{
	width: 100%;
    padding: 0;
    margin: 0;
    transition: opacity 0.85s, transform 0.85s;
    -webkit-transform: scale3d(1,1,1);
    transform: scale3d(1,1,1);
}
nav.procedures .menu-procedures-menu-container .menu li:hover figure img{
	opacity: 0.7;
    -webkit-transform: scale3d(1.15,1.15,1);
    transform: scale3d(1.15,1.15,1);
}
nav.procedures .menu-procedures-menu-container .menu figure figcaption {
    padding: 0;
    margin: 0;
    color: #fff;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}
nav.procedures .menu-procedures-menu-container .menu figure figcaption > a {
    z-index: 1000;
    text-indent: 200%;
    white-space: nowrap;
    font-size: 0;
    opacity: 0;
}
nav.procedures .menu-procedures-menu-container .menu .capt {
    width: 100%;
    overflow: hidden;
    text-align: center;
    transition: width 0.35s;
    top: 120%;
    position: relative;
    -webkit-transition: all 1s ease-in-out;
    -moz-transition: all 1s ease-in-out;
    -o-transition: all 1s ease-in-out;
    transition: all 1s ease-in-out;
}
nav.procedures .menu-procedures-menu-container .menu figure figcaption,
nav.procedures .menu-procedures-menu-container .menu figure figcaption > a {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
nav.procedures .menu-procedures-menu-container .menu .capt p {
    text-align: center;
    font-size: 0.9vw;
    line-height: 15px;
    padding: 10px 2% 0 2%;
}
nav.procedures .menu-procedures-menu-container .menu li:hover .capt {
    position: absolute;
    transition: width 0.35s;
    top: 40%;
    -webkit-transition: all 1s ease-in-out;
    -moz-transition: all 1s ease-in-out;
    -o-transition: all 1s ease-in-out;
    transition: all 1s ease-in-out;
}
nav.procedures .menu-procedures-menu-container .menu li:hover .capt p {
    color: #ffffff;
}
nav.procedures .menu-procedures-menu-container .menu li.current-menu-item .capt {
    position: absolute;
    transition: width 0.35s;
    top: 40%;
    -webkit-transition: all 1s ease-in-out;
    -moz-transition: all 1s ease-in-out;
    -o-transition: all 1s ease-in-out;
    transition: all 1s ease-in-out;
}
nav.procedures .menu-procedures-menu-container .menu li.current-menu-item .capt p {
    color: #ffffff;
}
nav.procedures .menu-procedures-menu-container .menu li.current-menu-item figure.effect-bubba figcaption::before,
nav.procedures .menu-procedures-menu-container .menu li.current-menu-item figure.effect-bubba figcaption::after {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
}
nav.procedures .menu-procedures-menu-container .menu li.current-menu-item figure.effect-bubba img {
    opacity: 0.7;
    -webkit-transform: scale3d(1.15,1.15,1);
    transform: scale3d(1.15,1.15,1);
}
nav.procedures .menu-procedures-menu-container .menu li.current-menu-ancestor .capt {
    position: absolute;
    transition: width 0.35s;
    top: 40%;
    -webkit-transition: all 1s ease-in-out;
    -moz-transition: all 1s ease-in-out;
    -o-transition: all 1s ease-in-out;
    transition: all 1s ease-in-out;
}
nav.procedures .menu-procedures-menu-container .menu li.current-menu-ancestor .capt p {
    color: #ffffff;
}
nav.procedures .menu-procedures-menu-container .menu li.current-menu-ancestor figure.effect-bubba figcaption::before,
nav.procedures .menu-procedures-menu-container .menu li.current-menu-ancestor figure.effect-bubba figcaption::after {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
}
nav.procedures .menu-procedures-menu-container .menu li.current-menu-ancestor figure.effect-bubba img {
    opacity: 0.7;
    -webkit-transform: scale3d(1.15,1.15,1);
    transform: scale3d(1.15,1.15,1);
}
/*---nav procedures---*/
.secondary{
	width: 100%;
	overflow: hidden;
}
.secondary h2,
.inthemedia .style_h2 {
	text-align: center;
	font-size: 40px;
	line-height: 50px;
	text-transform: uppercase;
	padding-bottom: 40px;
}
.secondary p{
    font-size: 18px;
    line-height: 30px;
    padding-bottom: 40px;
	font-family: 'nunitoextralight';
}
.secondary p.ctext{
	font-size: 20px;
	text-align: center;
}
.secondary ul{
	padding-left: 40px;
	padding-bottom: 40px;
}
.secondary ul li{
	font-size: 18px;
	line-height: 30px;
	font-family: 'nunitoextralight';
}
.secondary .wightsec{
	width: 100%;
	overflow: hidden;
}
.secondary .lightgraysec{
	width: 100%;
	overflow: hidden;
	background: #f5f5f5;
}
.top-page{
	width: 100%;
	position: relative;
	background: url(../images/top-page-bg.jpg);
	background-position: center top;
    background-repeat: no-repeat;
    background-size: cover;
    height: 415px;

}
.top-page h1{
	display: block;
	position: absolute;
	width: 100%;
	text-align: center;
	top: 50%;
	font-size: 60px;
	line-height: 65px;
	color: #ffffff;
	font-family: 'nunitoregular';
	-webkit-transform: translate(0,-50%);
    transform: translate(0,-50%);
}
.faqs h2{
	margin:0;
	padding:0 0 30px;
	color:#ffffff;
	font-size:38px;
	text-align:left;
	font-weight:400;
	line-height:42px;
	padding:15px;
	background:#3472af;
}
.faqs p.questiontext{
	padding:15px 35px 15px 15px;
	margin:10px 0 10px;
	background:url(../images/plus.png) #575656 no-repeat right 15px center;
	cursor:pointer;
	font-size:22px;
	line-height:24px;
	color:#FFFFFF;
	border-radius: 5px;
}
.faqs p.questiontext strong{
	margin-right:15px;
}
.faqs p.questiontext.activequestion{
	background:url(../images/minus.png) #9282a6 no-repeat right 15px center;
	color:#FFFFFF;
}
.faqs .answer{
	display:none;
}
.pg-hub{
	width: 96%;
    max-width: 1920px;
    overflow: hidden;
    margin: 60px auto;
    display: flex;
    flex-wrap: wrap;
	    position: relative;
}
.pg-hub .proc_parent_box {
	width: 100%;
	overflow: hidden;
	padding: 0 0 30px 0;
	margin: 0 0 30px 0;
	border-bottom: 1px solid #d9d9d9;
}
.pg-hub .proc_parent_box .proc_left_box {
	width: 66.5%;
	margin: 0 3.5% 0 0;
	float: left;
}
.pg-hub .proc_parent_box .proc_left_box.clear_padding p {
	padding: 0;
}
.pg-hub .proc_parent_box .proc_right_box {
	width: 30%;
	float: right;
}
.pg-hub-left{
	width: 65%;
    float: left;
	position: relative;
}
.pg-hub-left .written,
.pg-hub .written {
	position: absolute;
    top: 32px;
    right: 0;
	font-size: 16px;
	font-family: 'nunitoregular';
}
.pg-hub-left .written a,
.pg-hub .written a {
	font-family: 'nunitoregular';
}
.pg-hub-left h2{
	text-align: left;
    background: #f6f6f6;
    color: #121212;
    font-size: 40px;
    line-height: 50px;
    text-transform: none;
    padding: 10px 0 10px 25px;
    margin-bottom: 40px;
}
.pg-hub-left h2.hub-title,
.pg-hub-left h1.hub-title,
h1.hub-title {
	text-align: left;
    background: none;
    color: #121212;
    font-size: 40px;
    line-height: 50px;
    text-transform: none;
    padding: 10px 280px 10px 0px;
    margin-bottom: 40px;
    border-bottom: 1px #f0f0f0 solid;
    width: 100%;
	font-family: 'nunitoregular';
}
.pg-hub-right{
	float: left;
    width: 33%;
    margin-left: 2%;
    background: #f7f7f7;
    border-radius: 3px;
    overflow: hidden;
    padding: 20px;
	position: relative;
}
.pg-hub-right .written-by {
	position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    background: #fff;
    box-shadow: 0 20px 0 #fff;
    border: 1px #dedede solid;
    padding: 20px;
    box-sizing: border-box;
}
.pg-hub-right .written-by a {
	font-weight: inherit;
}
.pg-hub-right h2{
	display: block;
    width: 100%;
    /*padding: 20px 0px;*/
    padding: 0;
    font-size: 20px;
    line-height: 24px;
    text-align: left;
    /*background: #543778;*/
    /*color: #ffffff;*/
    color: #000;
    position: relative;
    margin-bottom: 30px;
}
/*.pg-hub-right h2::before{
	content: " ";
	position: absolute;
	background: url(../images/side-lamp.png);
	background-size: contain;
	display: block;
	width: 40px;
	height: 40px;
	top: 50%;
	left: 20px;
	margin-top: -20px;
}*/
.pg-hub-right .side-hub-section{
	width: 100%;
	margin: 0 auto 20px;
}
.pg-hub-right .side-hub-section h3{
	display: block;
    background: #000000;
    padding: 15px 60px;
    margin: 20px 0;
    font-size: 20px;
    color: #ffffff;
    line-height: 24px;
    vertical-align: middle;
    position: relative;
    cursor: pointer;
}
.pg-hub-right .side-hub-section h3 span{
	display: block;
    margin-right: 10px;
    margin-top: -12px;
    vertical-align: middle;
    position: absolute;
    top: 50%;
    left: 20px;
}
.pg-hub-right .side-hub-section h3::after{
	content: "+";
    position: absolute;
    width: 30px;
    height: 30px;
    border-radius: 100%;
    font-size: 24px;
    font-weight: bold;
    text-align: center;
    line-height: 30px;
    top: 50%;
    right: 10px;
    margin-top: -15px;
    color: #323232;
    background: #ebebeb;
    display: block;
}
.pg-hub-right .side-hub-section .qa-side .a-side{
	width: 95%;
	margin: 0 auto;
	/*display: none;*/
}
.pg-hub-right .side-hub-section h3.activeq{
	background: #543778;
}
.pg-hub-right .side-hub-section h3.activeq::after{
	content: "-";
	line-height: 27px;
}
.pg-hub-right .side-hub-section p{
	padding-bottom: 0;
	text-align: left;
}
.pg-hub-right .ba-side{
	width: 100%;
	overflow: hidden;
	margin-bottom: 20px;
}
.pg-hub-right .ba-side img{
	display: block;
	width: 100%;
}

.smaller_img{
	width:70% !important;
	margin:auto;
}

.pg-hub-right .ba-side span{
	width: 50%;
	text-align: left;
	padding: 10px 2%;
	background: #000000;
	color: #ffffff;
	display: block;
	float: left;
}
.pg-hub-right a.view-ba{
	display: block;
	width: 100%;
	padding: 15px;
	color: #ffffff;
	background: #2473e9;
	text-align: center;
}
.pg-hub-right .im{
	width: 100%;
	overflow: hidden;
	display: block;
	margin-bottom: 40px;
}
.pg-hub-right .im img{
	width: 100%;
}
.secondary .p-hub-opt{
	padding-bottom: 40px;
	display: flex;
	flex-wrap: wrap;
}
.secondary .p-hub-opt p{
	font-size: 18px;
	line-height: 20px;
	display: inline-block;
	width: 10.95%;
	margin: 0 0.7%;
	float: left;
	position: relative;
	text-align: center;
	cursor: pointer;
	background-repeat: no-repeat;
	background-position: right top;
	background-size: 200%;
}

.ba-side-docs{
	margin:0 auto 30px;
}

.ba-side-docs img{
	border:1px solid #000;
	width:100%;
}

.secondary .p-hub-opt p.one {
	background-image: url('/wp-content/themes/forley/images/p-one-bg.png');
}
.secondary .p-hub-opt p.one2 {
	background-image: url('/wp-content/themes/forley/images/p-one2-bg.png');
}
.secondary .p-hub-opt p.one3 {
	background-image: url('/wp-content/themes/forley/images/p-one3-bg.png');
}
.secondary .p-hub-opt p.one4 {
	background-image: url('/wp-content/themes/forley/images/p-one4-bg.png');
}
.secondary .p-hub-opt p.one5 {
	background-image: url('/wp-content/themes/forley/images/p-one5-bg.png');
}
.secondary .p-hub-opt p.one6 {
	background-image: url('/wp-content/themes/forley/images/p-one6-bg.png');
}
.secondary .p-hub-opt p.one7 {
	background-image: url('/wp-content/themes/forley/images/p-one7-bg.png');
}
.secondary .p-hub-opt p.one8 {
	background-image: url('/wp-content/themes/forley/images/p-one8-bg.png');
}
.secondary .p-hub-opt p.activeq {
	background-position: left top;
}
.secondary .p-hub-opt p.activeq span {
	display: none;
}
.secondary .p-hub-opt p.skin-care1 {
	background-image: url('/wp-content/themes/forley/images/p-skin-care1-bg.png');
}
.secondary .p-hub-opt p.skin-care2 {
	background-image: url('/wp-content/themes/forley/images/p-skin-care2-bg.png');
}
.secondary .p-hub-opt p.skin-care3 {
	background-image: url('/wp-content/themes/forley/images/p-skin-care3-bg.png');
}
.secondary .p-hub-opt p.skin-care4 {
	background-image: url('/wp-content/themes/forley/images/p-skin-care4-bg.png');
}
.secondary .p-hub-opt p.skin-care5 {
	background-image: url('/wp-content/themes/forley/images/p-skin-care5-bg.png');
}
.secondary .p-hub-opt p.skin-care6 {
	background-image: url('/wp-content/themes/forley/images/p-skin-care6-bg.png');
}
.secondary .p-hub-opt p.skin-care7 {
	background-image: url('../images/p-skin-care7-bg.png');
}
.secondary .p-hub-opt p img {
	width: 100%;
	margin: 0 auto 10px;
	border: 3px #d5d5d5 solid;
	border-radius: 100%;
	padding: 15%;
}
.secondary .p-hub-opt p.activeq img{
	border:none;
	padding-bottom:40px;
}
.secondary .p-hub-opt p img.bigbaner {
    width: 100%;
    margin: 20px auto;
    padding: 0;
    display: block;
    border: none;
    border-radius: 0;
}
.secondary .p-hub-opt .pg-hub-oc{
	width: 100%;
	/*display: none;*/
    clear: both;
    border-top: 3px #c6c6c6;
    border-style: dotted;
    border-bottom: none;
    border-right: none;
    border-left: none;
}
.secondary .p-hub-opt .pg-hub-oc p{
	width: 100%;
	font-size: 18px;
    text-align: left;
    line-height: 30px;
    display: block;
    margin: 0;
    cursor: auto;
}
.secondary .p-hub-opt .pg-hub-oc ul{
	clear: both;
}
.secondary .p-hub-opt .pg-hub-oc .l-hub{
	float: left;
    width: 30%;
    margin: 0 3% 0 0;
    padding: 35px 0 0 0;
}
.secondary .p-hub-opt .pg-hub-oc .l-hub img{
	width: 100%;
}
.secondary .p-hub-opt .pg-hub-oc .r-hub{
	float: left;
    width: 67%;
}
.secondary .p-hub-menu{
	width: 100%;
}
.secondary .p-hub-menu ul{
	padding-left: 0px;
	padding-bottom: 40px;
	list-style: none;
	display: inline-block;
	width: 100%;
}
.secondary .p-hub-menu ul li{
	font-size: 17px;
	line-height: 18px;
	display: inline-block;
	width: 16%;
	height: 44px;
	text-align: center;
	color: #323030;
	margin: 0 0.25%;
	float: left;
	position: relative;
	text-align: center;
}
.secondary .p-hub-menu2 ul li {
	min-width: 240px;
}
.secondary .p-hub-menu ul li a{
	color: #323030;
	font-weight: bold;
	display: block;
	background: #f4f4f4;
	padding: 10px 3%;
	width: 100%;
	height: 100%;
	font-size: 14px;
}
.secondary .p-hub-menu ul li.curr a,
.secondary .p-hub-menu ul li a:hover {
	background: #543778;
	color: #ffffff;
}
.secondary .p-hub-menu ul li.curr::before {
	content: "";
    position: absolute;
    border: 20px solid transparent;
    border-top-color: #543778;
    top: 44px;
    left: 50%;
    margin-left: -20px;
}
.pg-hub-left .p-hub-opt h2{
	background: none;
    padding-left: 0;
    padding-top: 30px;
}
.ba-pg-item{
	width: 80%;
    padding: 20px 1%;
    margin: 0 auto 40px;
    overflow: hidden;
    background: #543778;
}
.ba-pg-item::before{
	content: "";
  	display: inline-block;
  	vertical-align: middle;
  	height: 100%;
}
.ba-pg-item .ba-text {
    width: 48%;
    margin:0;
    text-align: left;
    padding: 0 5%;
    display: inline-block;
    font-size: 16px;
    color: #ffffff;
}
/*.ba-pg-item .ba-descr{
	color: #ffffff;
    font-size: 16px;
    text-align: center;
    display: block;
    margin: 0;
    float: right;
    width: 30%;
    margin-top: 8%;
    padding-right: 1%;
	font-family: 'nunitoextralight';
}*/
.ba-pg-item .ba-descr{
	color: #ffffff;
    font-size: 16px;
    text-align: center;
    display: inline-block;
    margin: 0;
    width: 28%;
	font-family: 'nunitoextralight';
    vertical-align: middle;
}
/*.ba-pg-item .img-container {
    position: relative;
    overflow: hidden;
    float: right;
    width: 70%;
}*/
.ba-pg-item .img-container {
    position: relative;
    overflow: hidden;
    width: 70%;
    display: inline-block;
    vertical-align: middle;
}
.ba-pg-item .img-container p{
	padding-bottom: 0;
}
.ba-pg-item .img-container a{
	display: block;
	position: absolute;
	width: 100%;
	height: 100%;
	z-index: 10;
}
.ba-pg-item img {
    width: 100%;
}
.ba-pg-item .img-container::before,
.ba-pg-item .img-container::after{
	position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    content: '';
}
.ba-pg-item .img-container::before {
    border-top: 3px solid #ffffff;
    border-bottom: 3px solid #ffffff;
}
.ba-pg-item .img-container::after {
    border-right: 3px solid #ffffff;
    border-left: 3px solid #ffffff;
}
.ba-pg-item .img-container .ba-txt-line{
	background-color: rgba(0,0,0,0.6);
    position: absolute;
    width: 100%;
    top: 3px;
    padding: 1% 0;
}
.secondary ul.is-this-for-me{
	width: 100%;
    padding: 0;
    margin: 20px 0 0 0;
    list-style: none;
    display: flex;
    flex-wrap: wrap;
}
.secondary ul.is-this-for-me li{
	display: block;
    float: left;
    width: 29%;
    padding: 50px 2% 10px;
    margin: 0 2% 50px;
    border: 1px #999999 solid;
    position: relative;
}
.secondary ul.is-this-for-me li::before{
	content: '';
	display: block;
	background: url(../images/is-this-for-me-bg.png);
	background-size: contain;
	width: 80px;
	height: 80px;
	position: absolute;
	top: -40px;
	left: 50%;
	margin-left: -40px;
}
.video-pg-item{
	/*width: 80%;*/
	width: 100%;
    padding: 0 5px;
    margin: 0 auto 0px;
    position: relative;
    overflow: hidden;
}
.video-pg-item video {
	width: 100%;
}
.video-pg-item a{
	display: block;
	position: absolute;
	width: 100%;
	height: 100%;
	z-index: 10;
}
.video-pg-item img {
    width: 97%;
    box-shadow: 0 0 15px #543778;
    /*padding: 1.5%;*/
    margin: 1.5%;
}
.video-title{
    font-size: 18px;
    line-height: 25px;
    padding-bottom: 40px;
	font-family: 'nunitoextralight';
    text-align: center;
    display: block;
    width: 100%;
}
.pg-hub-right .video-pg-item{
	padding: 0;
}
.pg-hub-right .video-pg-item img {
    width: 100%;
    box-shadow: none;
    padding: 0%;
    margin: 0%;
}
/*.video-pg-item::before,
.video-pg-item::after{
	position: absolute;
    top: 1.5%;
    right: 1.5%;
    bottom: 1.5%;
    left: 1.5%;
    content: '';
    opacity: 0;
    -webkit-transition: opacity 1s, -webkit-transform 1s;
    transition: opacity 1s, transform 1s;
}
.video-pg-item::before {
    border-top: 6px solid #8356ba;
    border-bottom: 6px solid #8356ba;
    -webkit-transform: scale(0,1);
    transform: scale(0,1);
}
.video-pg-item::after {
    border-right: 6px solid #8356ba;
    border-left: 6px solid #8356ba;
    -webkit-transform: scale(1,0);
    transform: scale(1,0);
}
.video-pg-item:hover::before,
.video-pg-item:hover::after{
	opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
}*/
.box .video-pg-item a::before{
	bottom: 5%;
}
.video-pg-item a::before{
	content: "";
    background: rgba(0, 0, 0, 0.58);
    background-size: contain;
    display: block;
    position: absolute;
    bottom: 0;
    left: 50%;
    margin: -43px 0 0 -43px;
    z-index: 1;
    border-radius: 100%;
    border: 2px solid #fff;
    -webkit-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    margin: 0;
}

.video-pg-item a::after {
	content: "";
    display: block;
    width: 0;
    height: 0;
    position: absolute;
    margin: -15px 0 0 -12px;
    left: 50%;
    bottom: 36px;
    z-index: 3;
}

.video-pg-item a::before {
    width: 60px;
    height: 60px;
    -webkit-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
	margin:0;
}
.video-pg-item a::after {
    border-top: 12px solid transparent;
    border-bottom: 12px solid transparent;
    border-left: 20px solid white;
    -webkit-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
	margin:0;
}
.video-pg-item:hover a::before {
	margin-top: 0;
    margin-left: 0;
	width: 60px;
    height: 60px;
}

.video-pg-item-side{
	width: 100%;
	padding: 0;
	margin: 0 auto 20px;
	position: relative;
	overflow: hidden;
}
.pg-hub .pg-hub-right p {
	padding: 0;
}
.pg-hub .pg-hub-right .img_float_right {
	margin: 0 0 20px 0 !important;
}
.pg-hub .proc_parent_box .video-pg-item-side {
	margin: 0 auto;
}
.video-pg-item-side a{
	display: block;
	position: absolute;
	width: 100%;
	height: 100%;
	z-index: 10;
	color:transparent;
}
.video-pg-item-side img {
    width: 100%;
    padding: 0%;
    margin: 0%;
}
.video-pg-item-side a::before{
	content: ' ';
	display: block;
	background: url(../images/play-bt-bg.png) no-repeat;
    background-size: cover;
	position: absolute;
	width: 58px;
	height: 58px;
	bottom: 5%;
	left: 50%;
	margin-top: -29px;
	margin-left: -29px;
}
.video-pg-item-side:hover a::before {
	width: 68px;
	height: 68px;
	margin-top: -34px;
	margin-left: -34px;
}
.pg-cont-us{
	width: 96%;
    max-width: 1920px;
    overflow: hidden;
    margin: 60px auto;
}
.pg-cont-us-left{
	float: left;
	width: 43%;
	margin-right: 2%;
}
.pg-cont-us-rigth{
	float: left;
	width: 55%
}
.pg-cont-us h2{
	font-size: 25px;
	line-height: 30px;
	padding-bottom: 15px;
    margin-bottom: 30px;
    text-transform: none;
	text-align: left;
	border-bottom: 1px solid #dadada;
}
.pg-cont-us p b{
	font-weight: bold;
}
.pg-cont-us p.cont-addr,
.pg-cont-us p.cont-phone{
	padding-left: 70px;
	display: block;
	position: relative;
}

.cont-addr a, .cont-phone a{
	color:#7b7979;
}

.cyan_bg{
	background:#5bb3b5;
	padding:20px;
	box-sizing:border-box;
	color:#fff;
	font-size:28px;
	text-align:center;
}

.black_bg{
	background:#333;
	padding:20px;
	text-align:center;
}
.black_bg h4{
	font-size:28px;
	text-transform:uppercase;
	color:#fff;
	text-align:center;
	padding-bottom:20px;
}

.black_bg p{
	font-size:22px;
	color:#fff;
	text-align:center;
	padding-bottom:20px;
}

.black_bg a{
	color:#fff;
}

/*.pg-cont-us p.cont-addr::before,
.pg-cont-us p.cont-phone::before*/
.pg-cont-us p.cont-addr svg,
.pg-cont-us p.cont-phone svg{
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 50px;
	height: 50px;
	background: #e6e6e6;
	color: #898989;
	padding: 15px;
	text-align: center;
	border-radius: 100%;
	font: normal normal normal 25px/1 FontAwesome;
}
/*.pg-cont-us p.cont-addr::before{
	content: "\f041";
}
.pg-cont-us p.cont-phone::before{
	content: "\f095";
}*/
.social-cont-us{
	width: 100%;
}
.social-cont-us a{
	/*margin: 0 5px 15px 5px;
	background: #543778;
    color: #fff;
    padding: 2px;*/
	background: #543778;
    font-size: 30px;
    display: inline-block;
    width: 53px;
    height: 53px;
    text-align: center;
    line-height: 45px;
    margin: 0 1px 15px 1px;
}
.footer-social.social-cont-us a svg path{
	fill: #fff;
}
.pg-cont-us-rigth form{
	width: 100%;
	display: block;
}
.pg-cont-us-rigth form .input-text{
	width: 100%;
	overflow: hidden;
	margin-bottom: 10px;
}

.textarea-block{
	width:50% !important;
	float:left;
}

.virt-box-check{
	width:45%;
	float:right;
}

.pg-cont-us-rigth form input,
.pg-cont-us-rigth form textarea{
	font-size: 16px;
	color: #7b7979;
	background: #ffffff;
	border-radius: 5px;
	font-family: 'nunitoregular';
	border: none;
    padding: 3%;
    box-shadow: 0 0 3px 1px #543778;
}
.pg-cont-us-rigth form .input-text input{
	float: left;
	width: 48%;
	margin:1%;
}
.pg-cont-us-rigth form .input-text-addres{
	width: 100%;
	overflow: hidden;
}
.pg-cont-us-rigth form .input-text-addres textarea{
	width: 98%;
    margin: 1%;
    height: 100px;
}
.pg-cont-us-rigth form .required{
	float: left;
	font-size: 16px;
	font-family: 'nunitoregular';
	margin-left: 1%;
}
.pg-cont-us-rigth form #submit{
	float: right;
	padding: 2% 0;
	background: #5a5a5a;
	color: #ffffff;
	border-radius: 5px;
	text-align: center;
    width: 80%;
    max-width: 150px;
    transition: 1s;
    margin: 1%;
}
.pg-cont-us-rigth form #submit:hover{
	background: #543778;
	transition: 1s;
}
.cont-map{
	width: 100%;
	overflow: hidden;
}
.cont-map iframe{
	display: block;
	width: 100%;
	border: 0;
	height: 450px;
}
input, textarea { outline:none; }
input:active, textarea:active { outline:none; }
:focus { outline:none; }
.royalSlider .rsArrow{
	display: none;
}
.royalSlider .rsNav{
	display: none;
}
#new-royalslider-19.royalSlider .rsNav{
	display: inherit;
}
.meet-logo-side{
	width: 100%;
    padding: 5%;
    background: #000;
    overflow: hidden;
    margin-bottom: 30px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}
.meet-logo-side .cont-logo{
	width: 60%;
    margin-right: 5%;
}
.meet-logo-side .cont-logo p{
	margin: 0;
    padding: 0;
    color: #fff;
    text-align: left
}
.meet-logo-side .button-logo{
	display: block;
    width: 35%;
    padding: 10px 0;
    background: #372350;
    border: 1px #372350 solid;
    text-align: center;
    border-radius: 3px;
    color: #fff;
    transition: 1s;
}
.meet-logo-side .button-logo a{
	color: #ffffff;
	text-decoration: none;
}
.meet-logo-side .button-logo:hover{
	background: transparent;
	border: 1px #fff solid;
	transition: 1s;
}
.about-dr{
	width: 100%;
	overflow: hidden;
	padding: 50px 0;
}
.about-dr .content-about-dr{
	width: 96%;
    max-width: 1920px;
    overflow: hidden;
    margin: 0px auto;
}
.about-dr h1{
	text-align: center;
	margin-bottom: 50px;
	color: #0a0a0c;
	font-size: 40px;
	font-family: 'nunitoregular';
}
.about-dr .dleft{
	width: 63%;
	float: left;
	overflow: hidden;
}
.about-dr .dright{
	width: 32%;
	float: right;
	overflow: hidden;
	border: 1px #dfdfdf solid;
	padding: 1%;
}
.about-dr .dright img{
	width: 100%;
	border: 2px #d3d3d3 solid;
}
.about-volw{
	width: 100%;
	overflow: hidden;
	padding: 50px 0 20px 0;
	background-image: url(../images/about-volw-bg.jpg);
    background-attachment: fixed;
    background-position: top center;
    background-repeat: no-repeat;
    background-size: cover;
}
.about-volw .content-volw{
	width: 75%;
	margin: 0 auto;
}
.about-volw .content-volw h2{
	text-align: center;
	margin-bottom: 50px;
	color: #0a0a0c;
	font-size: 40px;
	font-family: 'nunitoregular';
	text-transform: none;
}
.about-afa {
    width: 100%;
    overflow: hidden;
    padding: 0 0 50px 0;
}
.about-afa .content-afa{
	width: 55%;
	overflow: hidden;
	margin: 0 auto;
	/*display: flex;
	flex-wrap: wrap;
	align-items: center;*/
	background: url(../images/arfn-bg.jpg) repeat;
}

.img_float_right{
    max-width: 550px;
    width: 100%;
    vertical-align: bottom;
    margin: 8px 0 40px 120px;
    float: right;
}
.best-doctors {
    font-size: 20px;
    line-height: 40px;
    padding-bottom: 40px;
	font-family: 'nunitoregular';
    text-align: justify;
}

.arfn_img{
max-width:620px;
width:100%;
margin:auto;
display:block;
}

.about-afa .content-afa  p{
padding:0;
margin:0;
}

.about-afa .content-afa img{
	width: 30%;
	display: block;
	margin:auto;
}
.about-afa .content-afa .afa-descr{
	width: 70%;
	margin:auto;
	/*padding: 5%;*/
}
.about-afa .content-afa .afa-descr p{
	font-size: 22px;
    color: #543778;
	font-family: 'nunitoregular';
    margin: 0;
    padding: 0;
    text-align: center;
    line-height: 40px;
}
.about-credentials{
	width: 100%;
	overflow: hidden;
	padding: 50px 0;
	background-image: url(../images/about-credentials-bg.jpg);
    background-attachment: fixed;
    background-position: top center;
    background-repeat: no-repeat;
    background-size: cover;
}
.about-credentials .content-ac{
	width: 80%;
	margin: 0 auto;
}
.about-credentials .content-ac h2{
	text-align: center;
	margin-bottom: 0px;
	color: #0a0a0c;
	font-size: 40px;
	font-family: 'nunitoregular';
	text-transform: none;
}
.about-credentials .content-ac .edu-box{
	width: 95%;
	overflow: hidden;
	display: flex;
	flex-wrap: wrap;
	margin-bottom: 10px;
	justify-content:space-between;
}
.about-credentials .content-ac .edu-box .box{
	width: 50%;
	/*margin-right: 2%;*/
	padding-bottom: 20px;
	padding-left: 100px;
	position: relative;
	overflow: hidden;
}
.about-credentials .content-ac .edu-box .box:last-child{
	margin-right: 0
}
.about-credentials .content-ac .edu-box .box::before{
	/*content: "";
	display: block;
	width: 50px;
	height: 50px;
	border-radius: 50%;
	border: 1px #dad3d3 solid;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 10;*/
}
.about-credentials .content-ac .edu-box .box::after{
	/*content: "";
	display: block;
	width: 2px;
	background: #dad3d3;
	height: 100%;
	position: absolute;
	top: 50px;
	left: 24px;
	z-index: 5;*/
}
.about-credentials .content-ac .edu-box .box h3{
	padding: 0;
	margin-bottom:0px;
	font-weight: 700;
	color: #474646;
	line-height: 50px;
	text-decoration:underline;
}
.about-credentials .content-ac .edu-box .box span {
    padding: 0;
    margin-left: 34px;
    margin-top: 15px;
    font-family: 'nunitoregular';
    color: #474646;
    display: block;
    position: relative;
    text-align: left;
    line-height: 22px;
}
.about-credentials .content-ac .edu-box p {
	padding-bottom: 0px;
	font-size:16px;
	line-height:15px;
}
.about-credentials .content-ac .edu-box .box span::before{
	/*content: "";
	display: block;
	height: 2px;
	width: 50px;
	background: #dad3d3;
	position: absolute;
	left: -74px;
	top: 50%;
	margin-top: -2px;*/
	background: #dad3d3 none repeat scroll 0 0;
    border-radius: 50%;
    content: "";
    display: block;
    height: 15px;
    left: -30px;
    margin-top: -2px;
    position: absolute;
    top: 20%;
    width: 15px;
}
.adout-inst{
	width: 100%;
	overflow: hidden;
	padding: 50px 0;
}
.adout-inst .content-inst{
	width: 75%;
    margin: 0 auto;
}
.adout-inst .content-inst h2{
	text-align: center;
	color: #0a0a0c;
	font-size: 40px;
	font-family: 'nunitoregular';
	text-transform: none;
}
.adout-inst .content-inst p{
	text-align: center;
}
.in-the-media{
	width: 100%;
	overflow: hidden;
	padding: 50px 0 0 0;
}
.in-the-media h2{
	text-align: center;
	color: #0a0a0c;
	font-size: 40px;
	font-family: 'nunitoregular';
	text-transform: none;
}
.in-the-media .content-itm{
	width: 96%;
    max-width: 1300px;
    margin: 0 auto;
    overflow: hidden;
}
.in-the-media .content-itm .media-content{
	width: 100%;
	margin-bottom: 50px;
}
.in-the-media  .content-itm p{
	text-align: center;
}
.in-the-media .content-itm .media-content .bx-wrapper .bx-pager{
	display: none;
}
.inthemedia{
	width: 90%;
	overflow: hidden;
	margin: 50px auto 0;
}
.secondary ul.media-sec{
	padding: 0;
	list-style: none;
	width: 100%;
	overflow: hidden;
	display: flex;
	flex-wrap: wrap;
	max-width: 1060px;
	margin: auto;
}
.secondary ul.media-sec li{
	width: 18%;
	float: left;
	overflow: hidden;
	margin: 0 1% 2% 1%;
	box-sizing: border-box;
	position: relative;
}
.secondary ul.media-sec li img{
	width: 100%;
	display: block;
	transition: opacity 0.85s, transform 0.85s;
    -webkit-transform: scale3d(1.01,1.01,1);
    transform: scale3d(1.01,1.01,1);
}
.secondary ul.media-sec li a:hover img{
	opacity: 0.5;
    -webkit-transform: scale3d(1.15,1.15,1);
    transform: scale3d(1.15,1.15,1);
}
.secondary ul.media-sec li span.im-media{
	width: 97%;
    float: left;
    overflow: hidden;
    position: relative;
    box-shadow: 0 0 10px #000;
    padding: 0;
    margin: 1.5%;
}
.secondary ul.media-sec li span.im-media::before{
	content: "";
	display: block;
	width: 100%;
	height: 100%;
	background: #000000;
	position: absolute;
	left: 0%;
	top: 0%;
}
.secondary ul.media-sec li span.descr-media{
	display: block;
	width: 97%;
	font-size: 16px;
	text-align: center;
	color: #7b7979;
}
.secondary ul.media-sec li span.descr-media b{
	font-weight: 700;
}
.secondary ul.media-sec li span.media-video::after{
	content: "";
    background: url(../images/play-bt-side-bg.png) no-repeat;
    background-size: 70%;
    width: 80px;
    height: 80px;
    display: block;
    position: absolute;
    top: 55%;
    left: 0%;
	right:0;
    z-index: 10;
	margin: auto;
	background-position: center;
}
.ba-gal-cont{
	width: 100%;
	display: flex;
	flex-wrap: wrap;
}
.pgal-line{
	width: 45%;
    float: left;
    margin: 0 2.5% 2.5% 2.5%;
	overflow: hidden;
}
/*.pgal-line .bx-wrapper .bx-controls-direction{
	display: none;
}*/
.pgal-line .pgal{
	width: 100%;
    float: left;
    overflow: hidden;
    position: relative;
    /*box-shadow: 0 0 10px #000;
    padding: 1.5%;*/
    margin: 0;
    margin-bottom: 10px;
}
.secondary ul.photo-gallery{
	padding: 0;
	margin: 0;
}
.pgal-line .pgal .before{
	display: block;
    width: 50%;
    /* position: absolute; */
    background: #575858;
    bottom: 0;
    margin-top: -1px;
    padding: 10px 2.5%;
    left: 0%;
    color: #fff;
}
.pgal-line .pgal .after{
	display: block;
    position: absolute;
    padding: 10px 2.5%;
    bottom: 0;
    margin-top: -1px;
    background: #575858;
    right: 0;
    color: #fff;
    width: 50%;
}
.phg-pager{
	width: 100%;
    margin: 0 auto;
    overflow: hidden;
    display: inline-block;
    text-align: center;
}
.phg-pager a{
	display: inline-block;
    /*width: 22%;
    box-shadow: 0 0 10px #000;
    padding: 1.5%;*/
    margin-right: 5px;
    margin-bottom: 0;
}
/*.phg-pager a img{
	width: 100%;
	display: block;
}*/
.bx-wrapper{
	clear: both;
}
.pgal-descr{
	width: 97%;
	overflow: hidden;
	margin: 10px auto 0;
}
.pgal-descr h2{
	display: block;
    width: 100%;
    padding-bottom: 0;
    border-bottom: 1px #e3e3e3 solid;
    font-size: 30px;
    font-weight: bold;
    text-align: left;
    text-transform: none;
    margin-bottom: 20px;
}
.pgal-descr p{
	text-align:center;
	font-size: 18px;
	line-height: 22px;
	padding-bottom: 0;
	text-align: left;
}
.pgal-line .video-pg-item-side{
	margin-bottom: 0;
	padding: 0;
}
.pgal-line .video-pg-descr{
	width: 100%;
	padding: 10px 2.5%;
	background: #e6e6e6;
}
.pgal-line .video-pg-descr p{
	color: #000000;
	text-align: center;
	font-style: italic;
	font-size: 20px;
	padding-bottom: 0;
	padding: 10px 0;
}
.blog-content {
    width: 100%;
    max-width: 1920px;
    overflow: hidden;
    margin: 0px auto;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
}
.blog-content .blog-left {
    width: 66%;
    float: left;
    margin-left: 2%;
    padding: 1.5% 0;
}
.blog-content .blog-left h1 {
    padding: 0 0 40px;
}

.blog-content .blog-left .blog-post{
	width: 100%;
	overflow: hidden;

}
.blog-content .blog-left .blog-post .block-post {
    width: 100%;
    overflow: hidden;
    padding-bottom: 30px;
    margin-bottom: 15px;
    clear: both;
    border-bottom: 1px #eae8e8 solid;
}
.blog-content .blog-left .blog-post .block-post img{
	display: block;
	width: 10%;
	float: left;
	height: auto;
}
.blog-content .blog-left .blog-post .block-post .blog-cont{
	width: 85%;
	float: left;
	margin-left: 5%;
}
.blog-right {
    float: left;
    width: 30%;
    margin-left: 2%;
    background: #f3f3f3;
    border-radius: 3px;
    overflow: hidden;
    padding: 1.5% 0;
}
.blog-right .box{
	width: 100%;
	overflow: hidden;
}
.blog-right .box p.widget-title,
.blog-right .box p.sidebar-title {
	background: #6d7073;
    padding: 10px 20px;
    color: #fff;
    font-size: 24px;
    font-weight: 600;
    display: block;
}
.blog-right .box a{
	color: #7b7979;
    font-size: 18px;
    margin: 10px;
    display: block;
}
.blog-right .box br{
	display: none;
}
.blog-right .box ul{
	margin: 10px 0;
}
.blog-right .box ul li a{
	margin: 0 10px;
}
.share-blog{
	width: 300px;
	height: 20px;
	clear: both;
}
.blog-content .blog-left .blog-post .block-post .share-blog img{
	width: 100%;
	height: 100%;
}
.share-blog .share-box{
	width: 60px;
    height: 20px;
    margin-right: 15px;
    float: left;
}
.share-blog .share-box img{
	display: block;
    height: 20px;
    width: 60px;
}
.share-blog .share-box a{
	display: block;
	width: 100%;
	height: 100%;
}
.share-blog .share-box:nth-child(4){
	width: 70px;
    height: 20px;
    margin-right: 0px;
    float: left;
    background: #fe6d4c;
    border-radius: 3px;
}
.share-blog .share-box:nth-child(4) a{
	color: #fff;
}
.share-blog .share-box:nth-child(4) a .svg-inline--fa.fa-envelope{
	height: 20px;
    padding: 2px 0;
    display: block;
    float: left;
    margin-left: 8px;
}
.share-blog .share-box:nth-child(4) a .svg-inline--fa.fa-envelope path {
	fill: #fff;
}
.share-blog .share-box:nth-child(4) a span{
	display: block;
    float: left;
    font-size: 14px;
    line-height: 20px;
    margin-left: 6px;
}
.share-blog .share-box iframe{
	position: static;
    visibility: visible;
    width: 60px;
    height: 20px;
}
.blog-content .blog-left .blog-post .block-post .read-more{
	display: block;
    color: #543778;
    float: right;
    margin-bottom: 30px;
	font-family: 'nunitolight';
    text-decoration: underline;
}
.blog-content .blog-left .blog-post .block-post .blog-post-data {
    font-size: 12px;
    color: #333232;
    font-style: italic;
	font-family: 'nunitoregular';
    line-height: 20px;
    padding-bottom: 10px;
    display: block;
    float: left;
}
.blog-content .blog-left .blog-post .block-post .blog-post-data a {
	color: #333232;
	font-family: 'nunitoregular';
}
.blog-content .blog-left .blog-post .block-post p {
    clear: both;
    font-size: 18px;
    line-height: 22px;
    color: #333232;
    margin: 0;
}
form#searchform{
	display: block;
    width: 95%;
    overflow: hidden;
    margin: 30px 2.5%;
}
form#searchform input#s{
    width: 70%;
    font-size: 18px;
    padding: 1.5% 3%;
    float: left;
    border: 0;
}
form#searchform input.input{
	width: 28%;
    padding: 1.5%;
    font-size: 18px;
    background: #6d7073;
    border-radius: 3px;
    color: #fff;
    margin-left: 2%;
    text-align: center;
    display: block;
    border: 1px #6d7073 solid;
    float: left;
    cursor: pointer;
    transition: 1s;
}
form#searchform input.input:hover{
	transition: 1s;
	background: transparent;
	color: #6d7073;
}
.blog-post form#searchform{
	width: 100%;
    margin: 10px 0;
}
.blog-post form#searchform input#s {
    padding: 1% 1.5%;
    border: 1px #6d7073 solid;
}
.blog-post form#searchform input.input {
    padding: 1% 1.5%;
}
.nav-blp-post{
	width: 150px;
    margin: 0 auto;
}
.nav-blp-post .alignright{
	width: 70px;
    float: right;
    font-size: 18px;
    text-align: right;
}
.nav-blp-post .alignleft{
	width: 70px;
    float: left;
    font-size: 18px;
    text-align: left;
}
.nav-blp-post .alignright a, .nav-blp-post .alignleft a{
	color: #000;
	text-decoration: none;
}
.nav-blp-post .alignright a:hover, .nav-blp-post .alignleft a:hover{
	text-decoration: underline;
}
#respond form{
	display: block;
	width: 100%;
}
#respond form input{
	width: 100%;
    padding: 1.5%;
    font-size: 18px;
    color: #7b7979;
    display: block;
    border: 1px #000 solid;
    float: left;
}
#respond form textarea{
	width: 100%;
    padding: 1.5%;
    font-size: 18px;
    color: #7b7979;
    display: block;
    border: 1px #000 solid;
    float: left;
}
#respond form span{
	display: block;
	width: 100%;
	text-align: left;
	color: #7b7979;
	font-size: 14px;
	line-height: 20px;
}
#respond form input#submit{
	width: 300px;
    float: left;
    background: #000;
    color: #fff;
    text-align: center;
    cursor: pointer;
    transition: 1s;
}
#respond form input#submit:hover {
    transition: 1s;
    background: transparent;
    color: #000;
}
.aligncenter, div.aligncenter, .alignnone {
	width: 30%;
	height: auto;
    display: block;
    margin-left: auto;
    margin-right: auto;
}
.blog-single .wp-video{
	width: 50% !important;
    height: auto;
    margin: 0 auto 30px;
    border: 1px #000 solid;
}
.blog-single .wp-video video{
	width: 100%;
    height: 100%;
    display: block;
}
.blog-single figure{
	display: block;
	margin-bottom: 30px;
	margin: 0 auto;
}
.blog-single figure figcaption{
	text-align: center;
}
.blog-left h2 {
    font-size: 22px;
    line-height: 28px;
    color: #333232;
	font-family: 'nunitoregular';
    padding: 0 0 5px;
}
.slcont{
	width: 70%;
    max-width: 1200px;
    margin: 0 auto;
    position: relative;
    top: 50%;
    -webkit-transform: translate(0,-50%);
    transform: translate(0,-50%);
}
.sl1{
	background: #fcfcfd; /* Old browsers */
	background: -moz-radial-gradient(center, ellipse cover, #fcfcfd 0%, #a1a1a1 100%); /* FF3.6-15 */
	background: -webkit-radial-gradient(center, ellipse cover, #fcfcfd 0%,#a1a1a1 100%); /* Chrome10-25,Safari5.1-6 */
	background: radial-gradient(ellipse at center, #fcfcfd 0%,#a1a1a1 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fcfcfd', endColorstr='#a1a1a1',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
}
.sl1 img{
	width: 100%;
	max-width: 707px;
	display: block;
	float: left;
	margin-bottom: 30px;
}
.sl1 p{
	display: block;
	width: 100%;
	overflow: hidden;
	font-size: 30px;
	line-height: 34px;
	color: #000;
	text-align: left;
	font-family: 'nunitoregular';
}
.sl2{
	background: #84729b; /* Old browsers */
	background: -moz-radial-gradient(center, ellipse cover, #84729b 0%, #35234c 100%); /* FF3.6-15 */
	background: -webkit-radial-gradient(center, ellipse cover, #84729b 0%,#35234c 100%); /* Chrome10-25,Safari5.1-6 */
	background: radial-gradient(ellipse at center, #84729b 0%,#35234c 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#84729b', endColorstr='#35234c',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
}
.sl2 .slcont{
	display: flex;
	flex-wrap: wrap;
	align-items: center;
}
.sl2 .left-box{
	width: 57%;
	float: left;
	margin-right: 2%;
}
.sl2 .left-box img{
	width: 100%;
	max-width: 326px;
	float: right;
	display: block;
}
.sl2 .left-box p{
	display: block;
	width: 100%;
	font-size: 30px;
	line-height: 34px;
	color: #fff;
	text-align: left;
	overflow: hidden;
	margin: 0 auto;
	font-family: 'nunitoregular';
}
.sl2 .right-box{
	width: 41%;
	float: left;
}
.sl2 .right-box img{
	width: 100%;
	display: block;
	margin-bottom: 10px;
}
.sl2 .right-box p{
	width: 80%;
	display: block;
	font-size: 18px;
	line-height: 22px;
	color: #fff;
	text-align: center;
	margin: 0 auto;
	font-family: 'nunitoregular';
}
.sl3{
	background: #fff;
}
.sl3 .slcont{
	display: flex;
	flex-wrap: wrap;
	align-items: center;
}
.sl3 .left-box{
	width: 67%;
	float: left;
	margin-right: 2%;
}
.sl3 .left-box img{
	width: 100%;
	display: block;
	margin-bottom: 30px
}
.sl3 .left-box p{
	display: block;
	width: 100%;
	font-size: 30px;
	line-height: 34px;
	color: #000;
	text-align: left;
	overflow: hidden;
	margin: 0 auto;
	font-family: 'nunitoregular';
}
.sl3 .right-box{
	width: 30%;
	float: left;
}
.sl3 .right-box img{
	width: 100%;
	display: block;
}
.sl4{
	background: #fcfcfd; /* Old browsers */
	background: -moz-radial-gradient(center, ellipse cover, #fcfcfd 0%, #a1a1a1 100%); /* FF3.6-15 */
	background: -webkit-radial-gradient(center, ellipse cover, #fcfcfd 0%,#a1a1a1 100%); /* Chrome10-25,Safari5.1-6 */
	background: radial-gradient(ellipse at center, #fcfcfd 0%,#a1a1a1 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fcfcfd', endColorstr='#a1a1a1',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
}
.sl4 .slcont{
	display: flex;
	flex-wrap: wrap;
	align-items: center;
}
.sl4 .left-box{
	width: 63%;
	float: left;
	margin-right: 2%;
}
.sl4 .left-box img{
	width: 50%;
	display: block;
	margin: 0 auto 25px;
}
.sl4 .left-box p{
	display: block;
	width: 100%;
	font-size: 30px;
	line-height: 34px;
	color: #000;
	text-align: left;
	overflow: hidden;
	margin: 0 auto;
	font-family: 'nunitoregular';
}
.sl4 .right-box{
	width: 35%;
	float: left;
}
.sl4 .right-box img{
	width: 100%;
	display: block;
	margin-bottom: 10px;
}
.sl4 .right-box p{
	width: 80%;
	display: block;
	font-size: 18px;
	line-height: 22px;
	color: #000;
	text-align: center;
	margin: 0 auto;
	font-family: 'nunitoregular';
}
.sl5{
	background: #84729b; /* Old browsers */
	background: -moz-radial-gradient(center, ellipse cover, #84729b 0%, #35234c 100%); /* FF3.6-15 */
	background: -webkit-radial-gradient(center, ellipse cover, #84729b 0%,#35234c 100%); /* Chrome10-25,Safari5.1-6 */
	background: radial-gradient(ellipse at center, #84729b 0%,#35234c 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#84729b', endColorstr='#35234c',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
}
.sl5 .slcont{
	display: flex;
	flex-wrap: wrap;
	align-items: center;
}
.sl5 .left-box{
	width: 47%;
	float: left;
	margin-right: 6%;
}
.sl5 .left-box img.logo-slide5{
	width: 100%;
	display: block;
	margin-bottom: 30px;
}
.sl5 .left-box img.video-sl5{
	width: 100%;
	display: block;
}
.sl5 .right-box{
	width: 47%;
	float: left;
}
.sl5 .right-box img{
	width: 100%;
	display: block;
}
.sl5 .right-box p{
	width: 100%;
	display: block;
	font-size: 30px;
	line-height: 34px;
	color: #fff;
	text-align: left;
	margin: 0 auto;
	font-family: 'nunitoextralight';
}
.sl6{
	background: #fff;
}
.sl6 .slcont{
	display: flex;
	flex-wrap: wrap;
	align-items: center;
}
.sl6 .left-box{
	width: 50%;
	float: left;
	margin-right: 10%;
}
.sl6 .left-box img{
	width: 80%;
    display: block;
    margin: 0 auto;
    margin-bottom: 30px;
}
.sl6 .left-box p{
	display: block;
	width: 100%;
	font-size: 30px;
	line-height: 34px;
	color: #000;
	text-align: left;
	overflow: hidden;
	margin: 0 auto;
	font-family: 'nunitoregular';
}
.sl6 .right-box{
	width: 40%;
	float: left;
}
.sl6 .right-box .box{
	width: 100%;
	padding: 2% 5%;
	background: #dedede;
}
.sl6 .right-box .box img{
	width: 100%;
	display: block;
	margin-bottom: 20px;
}
.sl6 .right-box .box p{
	font-size: 18px;
	line-height: 20px;
	color: #000;
	text-align: center;
	font-family: 'nunitoregular';
}
.blog-posts-box{
	width: 90%;
	margin: 0 auto;
	padding-bottom: 15px;
	border-bottom: 1px #e1d7d7 solid;
	margin-bottom: 20px;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	position: relative;
}
.blog-posts-box:nth-child(2){
	margin-top: 20px;
}
.blog-posts-box:last-child{
	border-bottom: none;
	padding-bottom: 0;
}
.blog-posts-box img{
	width: 20%;
    display: block;
    height: 100%;
}
.blog-posts-box .blog-posts-box-inf{
	width: 75%;
	margin-left: 5%;
}
.blog-posts-box .blog-posts-box-inf h3{
	font-size: 18px;
	line-height: 22px;
	margin-bottom: 10px;
	padding-bottom: 0;
	font-family: 'open_sanslight';
	color: #42454a;
}
.blog-posts-box .blog-posts-box-inf p{
	font-size: 16px;
	line-height: 22px;
	margin-bottom: 0px;
	font-family: 'open_sanslight';
	color: #42454a;
	padding: 0;
}
.blog-right .rc-posts a{
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    margin: 0;
}
.blog-posts-box:hover{
	opacity: 0.8;
}
.widget_archive label{
	display: none;
}
.widget_archive select{
	width: 95%;
	margin: 20px 2.5% 0;
    padding: 1.5% 3%;
    font-size: 18px;
    color: #42454a;
	font-family: 'open_sanslight';
    border: 0;
    border-radius: 3px;
    float: left;
    background: #fff url(../images/dropdown-arw.png) no-repeat right center;
    background-position-x: 98%;
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    z-index: 10;
}
.aioseo-breadcrumbs {
	line-height: 30px;
}
.blog-right .categ a {
    display: block;
    width: 95%;
    padding-left: 5%;
    position: relative;
    line-height: 30px;
}
.categ a::before{
	content: "❯";
	display: block;
    position: absolute;
    z-index: 20;
    left: 2%;
    color: #7b7979;
    top: 50%;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
}
.cont-us-skin-care{
	width: 95%;
	overflow: hidden;
	margin: 0 auto 50px;
	padding: 1.5%;
	background: #ebebeb;
}
.cont-us-skin-care form{
	display: block;
	width: 100%;
	overflow: hidden;
}
.cont-us-skin-care form input{
	float: left;
    width: 98%;
    margin: 1%;
}
.cont-us-skin-care form textarea{
	width: 98%;
    margin: 1%;
    height: 150px;
}
.cont-us-skin-care form input, .cont-us-skin-care form textarea {
    font-size: 16px;
    color: #7b7979;
    background: #ffffff;
    border-radius: 3px;
	font-family: 'nunitoregular';
    border: none;
    padding: 1.5% 3%;
    /*box-shadow: 0 0 3px 1px #543778;*/
    box-shadow: none;
}
.cont-us-skin-care form .required{
	float: left;
    font-size: 16px;
	font-family: 'nunitoregular';
    margin-left: 1%;
}
.cont-us-skin-care form #submit {
    float: right;
    border-radius: 3px;
    padding: 1.5% 0;
    background: #543778;
    color: #ffffff;
    border: 1px #543778 solid;
    text-align: center;
    width: 90%;
    max-width: 250px;
    transition: 1s;
    margin: 1%;
    cursor: pointer;
}
.cont-us-skin-care form #submit:hover{
	background: transparent;
	border: 1px #543778 solid;
	color: #543778;
	transition: 1s;
}
.pg-hub .men-section{
	width: 100%;
	overflow: hidden;
}
.pg-hub .men-section .men-menu{
	width: 100%;
	overflow: hidden;
}
.secondary .pg-hub .men-section .men-menu ul{
	padding-left: 0px;
    padding-bottom: 40px;
    list-style: none;
    display: inline-block;
    width: 100%;
}
.secondary .pg-hub .men-section .men-menu ul li {
    font-size: 18px;
    line-height: 18px;
    display: inline-block;
    width: 305px;
    height: 55px;
    color: #fff;
    margin: 0 5px 0 0;
    float: left;
    position: relative;
    text-align: center;
}
.secondary .pg-hub .men-section .men-menu ul li a {
    color: #302f2f;
    font-weight: bold;
    display: block;
    background: #fff;
    border: 1px #d4ced0 solid;
    border-radius: 3px;
    line-height: 55px;
    padding: 0 15px;
    width: 100%;
    height: 100%;
}
.secondary .pg-hub .men-section .men-menu ul li.curr a {
    background: #553679;
    border: 1px #553679 solid;
    color: #fff;
}
.men-section h3{
	display: block;
	width: 100%;
	color: #827e7e;
	font-size: 24px;
	font-family: 'nunitoregular';
	padding-bottom: 15px;
	border-bottom: 1px #cdcac5 solid;
	margin-bottom: 50px;
}
.men-section .men-procedures{
	width: 100%;
	overflow: hidden;
	display: flex;
	flex-wrap: wrap;
}
.men-section .men-procedures .box{
	width: 48.5%;
	overflow: hidden;
	margin-right: 3%;
	margin-bottom: 30px;
}
.men-section .men-procedures .box:nth-child(even){
	margin-right: 0;
}
.men-section .men-procedures .box h3{
	color: #fff;
	background: #543778;
	margin-bottom: 0;
	border-bottom: 0;
	padding-bottom: 0;
	padding: 10px 5%;
}
.men-section .men-procedures .box img{
	display: block;
	width: 100%;
}
.men-section .men-procedures .box p{
	text-align: center;
	line-height: 24px;
    padding-bottom: 20px;
	font-family: 'nunitoregular';
}
.men-section .men-procedures .box a{
	background: #543778;
	font-family: 'nunitoregular';
    color: #fff;
    padding: 8px 5%;
    border-radius: 3px;
    display: inline-block;
    border: 1px #543778 solid;
    transition: 1s;
}
.men-section .men-procedures .box a:hover{
	background: transparent;
	color: #543778;
    transition: 1s;
}
.about-volw-box .boxvideo .box {
	width: 50%;
    float: left;
}
.about-volw-box .content-volw {
	width: 96%;
    max-width: 1180px;
}
.about-volw-box .boxvideo .video-pg-item a::before {
	content: "";
    background: rgba(0, 0, 0, 0.58);
    background-size: contain;
    display: block;
    position: absolute;
    bottom: 0;
    left: 50%;
    margin: -43px 0 0 -43px;
    z-index: 1;
    border-radius: 100%;
    border: 2px solid #fff;
    -webkit-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    margin: 0;
}

.about-volw-box .boxvideo .video-pg-item a::after {
	content: "";
    display: block;
    width: 0;
    height: 0;
    position: absolute;
    margin: -15px 0 0 -12px;
    left: 50%;
    bottom: 36px;
    z-index: 3;
}

.about-volw-box .boxvideo .video-pg-item a::after {
    border-top: 12px solid transparent;
    border-bottom: 12px solid transparent;
    border-left: 20px solid white;
    -webkit-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
	margin:0;
}
.about-volw-box .boxvideo .video-pg-item:hover a::before {
	margin-top: 0;
    margin-left: 0;
	width: 60px;
    height: 60px;
}

.about-volw-box .boxvideo .video-title {
	padding-bottom: 0;
}
.sl3 .slcont .slide-img {
	width: 100%;
    max-width: 820px;
    margin: auto;
}
.sl3 .slcont .txtbox {
	border-top: 5px solid #9fa3a2;
    margin: 20px 0 0;
	padding-top: 20px;
}
.sl3 .slcont .txtbox img {
	width: 300px;
    float: left;
}
.sl3 .slcont .txtbox p {
    font-size: 30px;
    line-height: 34px;
    text-align: left;
    overflow: hidden;
    margin: 0 auto;
	font-family: 'nunitoregular';
	padding:0;
	color: #000;
}
.secondary ul.media-sec-pdf li {
	width: 107px;
}
.descr-media {
    padding: 10px;
    overflow: hidden;
	display:none;
}
.artmedia {
	position: relative;
    max-width: 900px;
    margin: auto;
}
.descr-media p {
	color: #000 !important;
    text-align: left !important;


}
.men-section .men-procedures .box .ih-item.square{
	width: 100%;
	height: auto;
	border: none;
	box-shadow: none;
}
.men-section .men-procedures .box .ih-item.square a{
	background: none;
	font-family: 'nunitoregular';
    color: #fff;
    padding: 0;
    border-radius: 0px;
    display: block;
    border: none;
    transition: none;
}
.men-section .men-procedures .box .ih-item.square br, .men-section .men-procedures .box .ih-item.square p{
	display: none;
}
.men-section .men-procedures .box .ih-item.square p.paragraph{
	display: block;
	color: #fff;
	font-family: 'nunitoregular';
    font-size: 18px;
    line-height: 30px;
	padding-top: 10px;
	padding-left: 20px;
	padding-right: 20px;
	font-style: normal;
}
.men-section .men-procedures .box .ih-item.square p.boxmaintext{
	padding-top: 25px;
	font-size: 16px;
	line-height: 20px;
    text-align: left;
}
.men-section .men-procedures .box .ih-item.square a span{
	display: block;
	width: 100%;
	height: auto;
}
.men-section .men-procedures .box .ih-item.square.effect6.colored .info{
	background: rgba(84,55,120,0.65);
}
.men-section .men-procedures .box .ih-item.square p.paragraph span.link{
    background: #543778;
	font-family: 'nunitoregular';
    color: #fff;
    padding: 8px 5%;
    border-radius: 3px;
    display: inline-block;
    border: 1px #543778 solid;
	width: auto;
}
.box-description, .rotate-box-description{
	padding-top: 20px;
}


.blog-cont h2 a {
	color: #333232;
	font-family: 'nunitoregular';
}
.blog-cont-txt .wp-video {
	width: 50% !important;
    height: auto;
    margin: 0 auto 30px;
    border: 1px #000 solid;
}
.blog-content .blog-left .blog-post .block-post .blog-cont-txt .aligncenter,
.blog-content .blog-left .blog-post .block-post .blog-cont-txt div.aligncenter,
.blog-content .blog-left .blog-post .block-post .blog-cont-txt figure img,
.blog-content .blog-left .blog-post .block-post .blog-cont-txt .alignnone {
	width: 30%;
    height: auto;
    display: block;
    margin-left: auto;
    margin-right: auto;
	float: none;
}
.blog-content .blog-left .blog-post .block-post .blog-cont-txt figure img {
	width: 100%;
}
#ajax-load-more #load-more {
    font-size: 20px;
    background-color: initial;
	font-family: 'nunitoregular';
    height: 46px;
    color: #000;
    transition: all 600ms ease-in-out;
    -webkit-transition: all 600ms ease-in-out;
    -moz-transition: all 600ms ease-in-out;
    -o-transition: all 600ms ease-in-out;
}
#ajax-load-more #load-more:hover {
	transition: all 0.35s 0.1s ease-in-out;
    background-color: #543778;
	color: #fff;
}
#ajax-load-more .block-post {
	display: block;
}
#sb_instagram{
	border: 1px #000 solid;
}
.gallerycontent{
	width: 70%;
	margin: 0 auto;
	padding: 0 0 40px 0;
	overflow: hidden;
}
.galleryset{
	display: flex;
}
.gallerycontent h2{
    display: none;
	text-align: center;
	margin: 0;
	padding: 0 150px 40px 0;
}
.gallerycontent ul{
	margin: 0;
	padding: 0;
	list-style: none;
}
.gallerynav{
	width: 20%;
	box-sizing: border-box;
	padding: 0 20px 0 0;
}
.maingallery{
	width: calc(100% - 130px);
}
.gallery-head {
	width: 100%;
	overflow: hidden;
}
.gallery-head .before-side {
	float: left;
	width: 30%;
}
.gallery-head .before-side span {
	color: #fff;
	text-transform: uppercase;
	font-family: 'open_sanslight';
	text-align: left;
	width: 100%;
	display: block;
	overflow: hidden;
	background: #543778;
	padding: 10px 0 10px 10%;
	line-height: 30px;
}
.gallery-head .gallery-title {
	background: #3e265c;
	float: left;
	width: 40%;
	padding-top: 6px;
	padding-bottom: 6px;
	text-align: center;
}
.gallery-head .gallery-title h2 {
	color: #fff;
	font-family: 'open_sanslight';
	text-transform: none;
	font-size: 24px;
	margin: 0;
	padding: 10px 0;
	line-height: 30px;
	display: inline-block;
}
.gallery-head .after-side {
	float: left;
	width: 30%;
}
.gallery-head .after-side span {
	color: #fff;
	text-transform: uppercase;
	font-family: 'open_sanslight';
	text-align: right;
	width: 100%;
	display: block;
	overflow: hidden;
	background: #543778;
	padding: 10px 10% 10px 0;
	line-height: 30px;
}
.gallery-head .before-side .left-top-corner {
	width: 100%;
	overflow: hidden;
	height: 12px;
	background-image: url(../images/corner-top-left.png);
	background-repeat: no-repeat;
	background-position: right top;
}
.gallery-head .after-side .right-top-corner {
	width: 100%;
	overflow: hidden;
	height: 12px;
	background-image: url(../images/corner-top-right.png);
	background-repeat: no-repeat;
	background-position: left top;
}
.maingallery p{
	margin: 0;
	padding: 15px 0;
	text-align: center;
}
.maingallery img{
	width: 100%;
	display: block;
}
.gallerythumb{
	width: 200px;
	padding: 30px 0 0 20px;
}
.gallerythumb ul li{
	padding-bottom: 10px;
	cursor: pointer;
}
.gallerythumb img{
	width: 100%;
}
.gallerythumb a{
	display: block;
	position: relative;
	background: #fff;
	padding: 6px;
}
.gallerythumb a.active{
	background: #8356ba;
}
/*.gallerythumb a.active::before{
	content: "";
	display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    border: 6px solid #8356ba;
    top: 0;
    left: 0;
}*/
.moregall{
	width: calc(100% - 230px);
	margin: 0;
	padding: 20px 0 0 0;
	overflow: hidden;
}
.moregall h4{
	padding: 0 0 15px;
}
.moregall li{
	width: 24%;
	padding: 0 10px 0 0;
	display: inline-block;
	/*float: left;*/
	vertical-align:top;
}
.moregall li img{
	width: 100%;
}
.moregall li a{
	display: block;
	position: relative;
	background: #fff;
	padding: 6px;
}
.moregall li a#active{
	background: #8356ba;
}
/*.moregall li a#active::before{
	content: "";
	display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    border: 6px solid #8356ba;
    top: 0;
    left: 0;
}*/
.moregallcont {
    width: calc(100% - 195px);
}
.moregallcont li {
    width: 19%;
}
.moregallcont h4 {
	position: relative;
    padding: 0;
    margin-bottom: 20px;
    color: #686868;
}
.moregallcont h4:before{
    background: #e4e4e4;
    content: "";
    display: block;
    height: 1px;
    position: absolute;
    top: 50%;
    width: 100%;
    left: 0;
}
.moregallcont h4 span{
	background: #fff;
    padding: 0 15px 0 0;
    position: relative;
    z-index: 1;
    font-weight: bold;
	font-family: 'nunitoregular';
    font-size: 24px;
}

.gallerycontent .gallbef, .gallerycontent .gallaft{
	width: 50%;
	text-align: center;
	display: block;
	position: absolute;
	top: 0;
	height: 10px;
}
.gallerycontent .gallbef {
	left: 0;
	background-image: url(../images/corner-bottom-left.png);
	background-repeat: no-repeat;
	background-position: left top;
}
.gallerycontent .gallaft{
	right: 0;
	background-image: url(../images/corner-bottom-right.png);
	background-repeat: no-repeat;
	background-position: right top;
}
.gallerycontent #galprev, .gallerycontent #galnext{
	width: 110px;
	min-height: 20px;
	float: left;
	margin: 10px 20px 40px 0;
	display: block;
}
.gallerycontent #galnext{
	float: right;
	margin: 10px 0 40px 20px;
}
.gallerycontent #galprev a, .gallerycontent #galnext a{
	width: 110px;
	text-align: center;
	background: #543778;
	color: #ffffff;
	text-decoration: none;
	padding: 8px 0;
	text-transform: uppercase;
	display: block;
}
.gallerynav{
	padding-top: 20px;
}
.gallerynav h4{
	font-weight: 700;
	font-size: 24px;
}
.gallerycontent .galimg{
	display: block;
	position: relative;
	padding: 0 8px;
}
.gallerycontent .galimg::before{
	content: "";
	display: block;
	position: absolute;
	top: 10px;
	right: 10px;
    font-size: 18px;
	font-family: 'nunitoregular';
    color:#fff;
    opacity: 0.5;
}
.computer3d {
	position: relative;
}
.computer3d span {
	position: absolute;
	background: #543778;
	color: #fff;
	padding: 15px;
	border-radius: 4px;
	width: 250px;
	text-align: center;
	bottom: 0;
	right: 0;
	margin: 0;
	font-family: 'nunitoregular';
	font-size: 18px;
	line-height: 30px;
}
nav.galnav{
	width: 100%;
    display: block;
    margin: 30px auto;
}
nav.galnav .menu-gallery-container{
	width: 70%;
    margin: 0 auto;
}
nav.galnav .menu-gallery-container ul{
	width: 98.5%;
    background: #e9e9e9;
    padding: 0;
    margin-right: 5%;
    list-style: none;
    text-align: justify;
    text-align-last: justify;
}
nav.galnav .menu-gallery-container ul li{
	font-size: 18px;
    line-height: normal;
	font-family: 'nunitoextralight';
    display: inline-block;
    margin: 0;
    padding: 0;
}
nav.galnav .menu-gallery-container ul li a{
	color: #2e2e2f;
	line-height: 40px;
    padding: 7px 20px;
    font-weight: bold;
}
nav.galnav .menu-gallery-container ul li a:hover{
	background: #543778;
    color: #fff;
    font-weight: bold;
}
nav.galnav .menu-gallery-container ul li.current-menu-item a{
	background: #543778;
    color: #fff;
    font-weight: bold;
}
.box_procedures .box {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
}
.box_procedures .box:last-child {
    border-bottom: none;
}
.box_procedures .box_img {
	width: 40%;
	padding-right: 2%;
	float: left;
	position: relative;
}
.box_procedures .box_img img {
	width: 100%;
}
.box_procedures .box_img p {
	padding: 0;
	margin: 0;
}
.box_procedures .box_img h3 {
	color: #fff;
    background: #543778;
    margin-bottom: 0;
    border-bottom: 0;
    padding-bottom: 0;
    padding: 10px 5%;
    width: 100%;
    text-align: center;
    text-transform: uppercase;
}
.box_procedures .box_img h3 a {
	color: inherit;
	text-decoration: none;
}
.box_procedures .box_info {
	width: 57%;
	float: left;
	margin-left: 3%;
	position: relative;
}
.box_procedures .box_info p {
	padding-bottom: 200px;
}
.box_procedures .box_info .btn {
	position: absolute;
    width: 100%;
    bottom: 0;
	left: 0;
}
.box_procedures .box_info .btn a {
    background: #543778;
	font-family: 'nunitoregular';
    color: #fff;
    padding: 0 10px;
    transition: 1s;
    width: 24%;
    margin: 0 0.5%;
    vertical-align: middle;
    border: 2px solid #543778;
    height: 80px;
    font-size: 18px;
    float: left;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
}
.box_procedures .box_info .btn a:hover {
    background: transparent;
    color: #543778;
}
.rotate_main.proc_box {
    width: 100%;
	display: flex;
    justify-content: center;
}

.inside_video{
	position:relative;
	display:block;
	margin:30px auto;
	max-width:480px;
	width:100%;
}
.inside_video:before{
content: ' ';
display: block;
background: url(../images/play-bt-bg.png) no-repeat;
    background-size: auto;
background-size: cover;
position: absolute;
width: 58px;
height: 58px;
bottom: 5%;
left: 50%;
margin-top: -29px;
margin-left: -29px;
}

.clear{clear:both}


.video-testimonials{
	display:flex;
	justify-content:space-between;
	align-items:center;
	flex-wrap:wrap;
	width: 94%;
	max-width: 1380px;
	margin:30px auto;
}

.video-testimonials div{
	width:49%;
	margin-bottom:30px;
	position:relative;
	box-shadow:0 0 10px #000;
}

.video-testimonials div img{
	width:100%;
}
.video-testimonials div a:before{
	content: "";
    background: rgba(0, 0, 0, 0.58);
    background-size: contain;
    display: block;
    position: absolute;
    bottom: 0;
    left: 50%;
    margin: -43px 0 0 -43px;
    z-index: 1;
    border-radius: 100%;
    border: 2px solid #fff;
    -webkit-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    margin: 0;
	}

.video-testimonials div a::after {
	content: "";
    display: block;
    width: 0;
    height: 0;
    position: absolute;
    margin: -15px 0 0 -12px;
    left: 50%;
    bottom: 36px;
    z-index: 3;
}

.video-testimonials div  a::before {
    width: 60px;
    height: 60px;
    -webkit-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
	margin:0;
}
.video-testimonials div a::after {
    border-top: 12px solid transparent;
    border-bottom: 12px solid transparent;
    border-left: 20px solid white;
    -webkit-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
	margin:0;
}
.video-testimonials div a:hover a::before {
	margin-top: 0;
    margin-left: 0;
	width: 60px;
    height: 60px;
}


.testi-title{
	text-align:center;
	padding-top:30px;
}
.gallerycontent #galprev, .gallerycontent #galnext {
    width: 22px;
    margin: 0;
    position: absolute;
    top: 50%;
    margin-top: -20px;
}
.gallerycontent #galprev {
    left: 0;
    background: url(/wp-content/themes/forley/images/leftarr.png) no-repeat;
}
.gallerycontent #galnext {
    right: 0;
    background: url(/wp-content/themes/forley/images/rightarr.png) no-repeat;
}
.gallerycontent #galprev a, .gallerycontent #galnext a {
    width: 22px;
    background: none;
    text-indent: -99999px;
}
.gallery-head .before-side,
.gallery-head .after-side,
.gallerycontent .gallbef,
.gallerycontent .gallaft {
    display: none;
}
.gallery-head .gallery-title {
    background: none;
    float: left;
    width: 100%;
    padding-top: 0;
    padding-bottom: 0;
    text-align: left;
}
.gallery-head .gallery-title h2 {
    color: #2d2d2d;
	font-family: 'open_sanslight';
    text-transform: none;
    font-weight: 600;
    font-size: 34px;
    margin: 0 0 20px;
    padding: 10px 35px;
    line-height: 30px;
    display: inline-block;
    text-transform: uppercase;
}
.gallerycontent .galimg {
    padding: 0 40px;
}
.gallerythumb {
    padding: 70px 0 0 20px;
}
.moregall {
    width: calc(100% - 195px);
    padding: 0px 40px 0;
}
.maingallery p {
    margin: 0;
    padding: 15px 40px;
    text-align: left;
	min-height: 125px;
}
.gallbacont {
    padding: 15px 40px;
    display: block !important;
}
.gallbacont span {
    width: 50%;
    display: block;
    float: left;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: bold;
    color: #060606;
}
.gallbacont .gallba {
    text-align: right;
}
.gallerycontent .bx-wrapper .bx-controls-direction a {
    color: #7e7e7e;
    font-size: 35px;
        top: 40%;
}
.bx-wrapper .bx-controls-direction .svg-inline--fa {
	width: 24px;
	vertical-align: middle;
}
.gallerycontent #galprev, .gallerycontent #galnext {
    display: none;
}
.gallerycontent .bx-wrapper .bx-next {
    right: 0!important;
}
.gallerycontent .bx-wrapper .bx-prev {
    left: 0!important;
    margin-left: 0!important;
}
.blogcontbox .content {
    display: flex;
    flex-wrap:wrap;
}
.pocedcontnav .content {
    margin: 0 auto 40px;
    width: 70%;
    padding: 0 0 0 0px;
}

.pocedcontnav .slbutton {
    width: 25%;
    float: left;
}
.pocedcontnav .slbutton .boxtitle {
    background: #f4f4f4;
    margin: 0 1px;
    font-size: 18px;
    line-height: 25px;
    padding: 15px 0;
    text-align: center;
	font-family: 'nunitoregular';
    color: #6b6b6b;
    position: relative;
    cursor: pointer;
    transition: 1s;
}
.pocedcontnav .slbutton .boxtitle:hover {
    background: #543778;
    color: #fff;
}

.pocedcontnav .active .boxtitle::before {
    content: "";
    position: absolute;
    border: 20px solid transparent;
    border-top-color: #543778;
    top: 55px;
    left: 50%;
    margin-left: -20px;
}
.pocedcontnav .active .boxtitle {
    color: #fff;
    background: #543778;
}
.pocedcont .pocedbox {
    width: 100%;
    float: left;
    background: #fbfbfb;
    margin-top: 10px;
    padding: 60px 0;
}
.pocedcont .pocedbox .gallery-head .gallery-title {
    display: none;
}
.pocedbox .content {
    margin: 0 auto;
    width: 70%;
    padding: 0 0 0 0px;
    overflow: hidden;
}
.videocontbox .vidbox {
    width: 32%;
    margin-right:2%;
    position: relative;
    float: left;
    margin-bottom:25px;
}
.videocontbox .vidbox:nth-child(3n+3){
    margin-right:0;
}
.videocontbox .ctrbox {
    margin: 0 2%;
}

.videocontbox .lbox {
    float: right;
}
.videocontbox .vidbox img {
    width: 100%;
}
.videocontbox .vidbox a {
    display: block;
    position: relative;
}
.videocontbox .vidbox a::before {
    content: "";
    background: rgba(0, 0, 0, 0.58);
    background-size: contain;
    display: block;
    width: 86px;
    height: 86px;
    position: absolute;
    /*top: 50%;*/
    left: 50%;
    margin: -43px 0 0 -43px;
    z-index: 1;
    border-radius: 100%;
    border: 2px solid #fff;
	bottom:20px
}
.videocontbox .vidbox a:after {
    content: "";
    display: block;
    width: 0;
    height: 0;
    border-top: 15px solid transparent;
    border-bottom: 15px solid transparent;
    border-left: 25px solid white;
    position: absolute;
    margin: -15px 0 0 -12px;
    left: 50%;
    /*top: 50%;*/
    z-index: 3;
	bottom:37px;
}
.videocontbox .vidbox p {
    text-align: center;
	font-family: 'nunitoregular';
    padding: 15px 0 0;
}
.mediacontbox .boximg {
    padding: 2px;
    overflow: hidden;
}
.mediacontbox .boximg a {
    width: 23%;
    float: left;
    margin: 0 1%;
    overflow: hidden;
    display: block;
}
.mediacontbox .boximg a img {
    width: 100%;
}
.mediacontbox .boximg a:hover {
    box-shadow: 0 0 4px #000;
}
.mediacontbox .boximg a:hover img {
    transition: opacity 0.35s, transform 0.35s;
    -webkit-transform: scale3d(1.15,1.15,1);
    transform: scale3d(1.15,1.15,1);
}
.blogcontbox .blog-box {
    width: 100%;
    overflow: hidden;
    padding-bottom: 30px;
    margin-bottom: 15px;
    clear: both;
    border-bottom: 1px #eae8e8 solid;
}
.blogcontbox .blog-boximg {
    width: 145px;
    height: auto;
    padding-top: 20px;
    float: left;
}
.blogcontbox .blog-boxtxt {
   width: calc(100% - 145px);
    height: auto;
    padding-top: 20px;
    float: left;
}
.blogcontbox .blog-boxtxt h3 {
      font-size: 22px;
    line-height: 28px;
    color: #333232;
	font-family: 'nunitoregular';
}
.blogcontbox .blog-boxtxt h3 a {
    color: #333232;
	font-family: 'nunitoregular';
}
.blogcontbox .blog-boxtxt p {
    font-size: 18px;
    line-height: 22px;
    color: #333232;
    margin: 0;
}
.blogcontbox .blog-boxtxt .blog-post-data {
    font-size: 12px;
    color: #333232;
    font-style: italic;
	font-family: 'nunitoregular';
    line-height: 20px;
    padding-bottom: 20px;
    display: block;
    float: left;
}
.blogcontbox .blog-boxtxt .home-blog-read-more {
    margin-bottom: 30px;
	font-family: 'nunitolight';
    display: block;
    width: 100%;
    padding: 10px 0;
    background: #543778;
    border: 1px #372350 solid;
    text-align: center;
    border-radius: 3px;
    color: #fff;
    transition: 1s;
    max-width: 190px;
    clear: both;
}
.blogcontbox .blog-boxtxt .home-blog-read-more:hover {
    background: none;
    color: #372350;
}
.sdlcont {
    background: url(/wp-content/themes/forley/images/shdcont-bg.jpg) no-repeat top right;
    width: 100%;
    float: left;
    background-size: cover;
}
.sdlcont .content {
    margin: 0 auto;
    width: 70%;
    padding: 50px 0 50px 40px;
    overflow: hidden;
}
.sdlcont .sdlform {
    width: calc(100% - 270px);
    padding: 30px 20px;
    background: rgba(255, 255, 255, 0.8);
    overflow: hidden;
}
.sdlcont .sdlform h2 {
    color: #303030;
    font-size: 28px;
    line-height: 38px;
	font-family: 'nunitoregular';
    margin: 0 1%;
}
.sdlcont .sdlform input[type="text"] {
    font-size: 16px;
    color: #7b7979;
    background: #ffffff;
	font-family: 'nunitoregular';
    border: none;
    padding: 15px;
    width: 31.3%;
    margin: 0 1%;
    float: left;
}
.sdlcont .sdlform textarea {
    min-height: 120px;
	height: 120px;
    margin: 2% 1%;
    width: 98%;
}
.sdlcont .sdlform input[type="submit"] {
    display: inline-block;
    color: #fff;
	font-family: 'nunitoregular';
    font-size: 18px;
    text-align: center;
    padding: 12px;
    float: right;
    margin-top: 0;
    cursor: pointer;
    border: 2px solid #543778;
    -webkit-appearance: none;
    -webkit-border-radius: 0;
    border-radius: 0;
    background: #543778;
    margin-right: 1%;
    transition: 1s;
}
.sdlcont .sdlform input[type="submit"]:hover {
    color: #543778;
    background: none;
}
.sdlcont .sdlform .required {
    float: left;
    font-size: 16px;
	font-family: 'nunitoregular';
    margin-left: 1%;
    color: #444040;
}
.abox {
    width: 100%;
    /*display: none;*/
}

.video-pg-item-side a::before {
	content: "";
    background: rgba(0, 0, 0, 0.58);
    background-size: contain;
    display: block;
    position: absolute;
    bottom: 0;
    left: 50%;
    margin: -43px 0 0 -43px;
    z-index: 1;
    border-radius: 100%;
    border: 2px solid #fff;
    -webkit-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    margin: 0;
}
.video-pg-item-side a::after {
	content: "";
    display: block;
    width: 0;
    height: 0;
    position: absolute;
    margin: -15px 0 0 -12px;
    left: 50%;
    bottom: 36px;
    z-index: 3;
}


.video-pg-item-side a::before {
    width: 60px;
    height: 60px;
    -webkit-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
	margin:0;
}

	.videocontbox .vidbox a::before{
		width: 60px;
    height: 60px;
    -webkit-transform: translate(-50%,-50%);
    transform: translate(-50%,-7%);
	margin:0;
	}



.video-pg-item-side a::after {
    border-top: 12px solid transparent;
    border-bottom: 12px solid transparent;
    border-left: 20px solid white;
    -webkit-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
	margin:0;
}

.videocontbox .vidbox a::after{
	border-top: 12px solid transparent;
	border-bottom: 12px solid transparent;
	border-left: 20px solid white;
	-webkit-transform: translate(-50%,0);
	transform: translate(-50%,0);
	margin: 0;
	bottom: 42px;
}

.video-pg-item-side:hover a::before {
	margin-top: 0;
    margin-left: 0;
	width: 60px;
    height: 60px;
}
.pat_inf {
	display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.pat_inf a {
	width: 200px;
    margin: 5px;
    text-align: center;
    color: #000;
}
.pat_inf a img {
	box-shadow: 0 0 5px 0 #929292;
    width: 100%;
}
.pat_inf a span {
	font-size: 16px;
    line-height: 22px;
    display: block;
    margin-top: 15px;
}
.h3_mob_dd {
	text-align: center;
}
.add_reviews_boxes{
	width: 96%;
	max-width: 900px;
	margin: 0 auto;
	padding: 50px 0;
}
.add_reviews_boxes .add_reviews_box{
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	padding-bottom: 20px;
	margin-bottom: 20px;
	border-bottom: 1px #121212 solid;
}
.add_reviews_boxes .add_reviews_box:last-child{
	padding-bottom: 0;
	margin-bottom: 0;
	border-bottom: 0;
}
.add_reviews_boxes .add_reviews_box .add_reviews_box_1{
	width: 155px;
}
.add_reviews_boxes .add_reviews_box .add_reviews_box_1 .stars{
	display: block;
	width: 100%;
	text-align: left;
}
.add_reviews_boxes .add_reviews_box .add_reviews_box_1 .stars .starsbox{
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	font-size: 20px;
	padding-top: 5px;
	color: #ffb647;
	/*margin-bottom: 10px;*/
}
.add_reviews_boxes .add_reviews_box .add_reviews_box_1 .stars .starsbox .svg-inline--fa {
    width: 20px;
}
.add_reviews_boxes .add_reviews_box .add_reviews_box_1 .stars .starsbox .svg-inline--fa path {
    fill: #ffb647;
}
.add_reviews_boxes .add_reviews_box .add_reviews_box_1 .stars .datebox{
	display: block;
	width: 100%;
}
.secondary .add_reviews_boxes .add_reviews_box .add_reviews_box_1 .stars .datebox p{
	padding-bottom: 0;
	/*font-size: 14px;*/
	font-family: 'nunitoregular';
}
.add_reviews_boxes .add_reviews_box .add_reviews_box_1 .source_logo{
	display: block;
	width: 100%;
}
.add_reviews_boxes .add_reviews_box .add_reviews_box_1 .source_logo img{
	display: block;
	width: 100%;
	margin: 15px auto 0;
}
.add_reviews_boxes .add_reviews_box .add_reviews_box_2{
	width: calc(95% - 155px);
}
.add_reviews_boxes .add_reviews_box .add_reviews_box_2 .review_title{
	display: block;
	width: 100%;
	margin-bottom: 15px;
	color: #121212;
}
.secondary .add_reviews_boxes .add_reviews_box .add_reviews_box_2 .review_title p{
	font-size: 20px;
	font-family: 'nunitoregular';
	padding-bottom: 0;
	text-align: left;
}
.add_reviews_boxes .add_reviews_box .add_reviews_box_2 .review_description{
	display: block;
	width: 100%;
	margin-bottom: 15px;
}
.secondary .add_reviews_boxes .add_reviews_box .add_reviews_box_2 .review_description p{
	padding-bottom: 15px;
}
.secondary .add_reviews_boxes .add_reviews_box .add_reviews_box_2 .review_description p:last-child{
	padding-bottom: 0;
}
.add_reviews_boxes .add_reviews_box .add_reviews_box_2 .review_posted_by{
	display: block;
	width: 100%;
	margin-bottom: 15px;
}
.secondary .add_reviews_boxes .add_reviews_box .add_reviews_box_2 .review_posted_by p{
font-family: 'nunitoregular';
	padding-bottom: 0;
}
.add_reviews_boxes .add_reviews_box .add_reviews_box_2 .review_resmv{
	display: block;
	width: 100%;
}
.secondary .add_reviews_boxes .add_reviews_box .add_reviews_box_2 .review_resmv p{
	font-size: 14px;
	text-align: right;
	font-style: italic;
	padding-bottom: 0;
}
#showpopupdiscl {
	padding: 20px;
    border: 10px solid #fff;
    background: #000;
}
#showpopupdiscl p,
#showpopupdiscl a {
	color: #fff;
}
#showpopupdiscl .rtxt {
	float: right;
}
.secondary .p-hub-menu-2nav ul li {
	min-width: 230px;
}
.secondary .telemedicine_contact {
	width: 100%;
    max-width: 1000px;
    margin: 40px auto 0;
    display: block;
    float: none;
}
.secondary .telemedicine_contact h3 {
	font-size: 32px;
    text-align: center;
    padding-bottom: 30px;
    border-bottom: 1px solid #c5c5c5;
    margin-bottom: 30px;
}
.secondary .telemedicine_contact form input[type="text"],
.secondary .telemedicine_contact form textarea {
    font-size: 22px;
    color: #868484;
    padding: 2%;
    box-shadow: none;
    border: 2px solid #a797ba;
	font-family: 'nunitoregular';
}
.secondary .telemedicine_contact .contact-us-checkbox-cont {
	margin: 2% 1%;
}
.secondary .telemedicine_contact .contact-us-checkbox-cont p {
    font-size: 25px;
    line-height: 36px;
    padding: 25px 0;
	font-family: 'nunitoregular';
    color: #7b7979;
}
.secondary .telemedicine_contact .contact-us-checkbox-cont div {
    display: inline-block;
    margin-right: 15px;
    vertical-align: middle;
}
.secondary .telemedicine_contact .contact-us-checkbox-cont div span {
    vertical-align: middle;
}
.secondary .telemedicine_contact .contact-us-checkbox-cont div input {
    width: 18px;
    height: 18px;
    border: 2px solid #a797ba;
    box-shadow: none;
    vertical-align: middle;
    margin-right: 10px;
    position: relative;
    top: -2px;
}
.secondary .telemedicine_contact form #submit {
    float: none;
    margin: 1% auto;
    display: block;
    clear: both;
    cursor: pointer;
}
/*sticky form*/
.sticky-form-wrap .sticky-form {
    padding: 30px;
    background: #543778;
}
.sticky-form-wrap {
    padding-bottom: 0;
    padding-left: 44px;
    position: fixed;
    top: 150px;
    right: 0;
    z-index: 8009;
    width: 430px;
    -webkit-transform: translateX(calc(100% - 44px));
    -moz-transform: translateX(calc(100% - 44px));
    -ms-transform: translateX(calc(100% - 44px));
    -o-transform: translateX(calc(100% - 44px));
    transform: translateX(calc(100% - 44px));
    -ms-transition: all 400ms cubic-bezier(0.61, 0.24, 0.41, 0.87);
    -webkit-transition: all 400ms cubic-bezier(0.61, 0.24, 0.41, 0.87);
    -moz-transition: all 400ms cubic-bezier(0.61, 0.24, 0.41, 0.87);
    -o-transition: all 400ms cubic-bezier(0.61, 0.24, 0.41, 0.87);
    transition: all 400ms cubic-bezier(0.61, 0.24, 0.41, 0.87);
}
.sticky-form-wrap.non-active .sticky-form {
	height: 165px;
}
.sticky-form-wrap.is-active .sticky-form {
	height: auto;
}
.sticky-form-wrap .sticky-form-header {
    display: block;
    background-image: url(/wp-content/themes/forley/images/contactus-close.png);
    background-position: right;
    background-repeat: no-repeat;
    color: #fff;
    font-size: 18px;
    line-height: 18px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    opacity: 1;
    text-indent: -9999px;
    cursor: pointer;
    position: absolute;
    left: 4px;
    top: 0;
    width: 40px;
    height: 166px;
}
.sticky-form-wrap.is-active .sticky-form-header {
    background-position: left;
}
.sticky-form-wrap.is-active .sticky-form {
    box-shadow: 0 0 29px -4px rgba(0,0,0,0.16);
}
.sticky-form-wrap.is-active {
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
}
.sticky-form-wrap .sticky-form .sticky-form-title {
	font-size: 24px;
	padding: 0;
	margin: 0 0 10px 0;
	line-height: 34px;
	color: #fff;
	font-family: 'nunitolight';
    display: block;
}
.sticky-form-wrap .sticky-form input[type="text"],
.sticky-form-wrap .sticky-form input[type="tel"],
.sticky-form-wrap .sticky-form input[type="email"],
.sticky-form-wrap .sticky-form textarea {
	width: 100%;
	color: #595959;
	background-color: #fff;
	font-family: 'nunitoregular';
	font-size: 16px;
	border: none;
	border-bottom: 0.5px solid #979797;
	box-shadow: none;
	line-height: 1.2;
	padding: 15px;
	-webkit-appearance: none;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	transition: box-shadow 0.45s,border-color 0.45s ease-in-out;
	border-radius: 0;
	margin: 10px 0;
	outline: none !important;
}
.sticky-form-wrap .sticky-form select {
    font-size: 14px;
   padding: 10px 5px;
    color: #595959;
    margin: 0 0 25px 0;
    height: 45px;
    background-color: #fff;
    box-sizing: border-box;
    float: left;
	font-family: 'nunitoregular';
	width: 100%;
	outline: none !important;
}
.sticky-form-wrap .sticky-form .boxproc {
	padding-top: 15px;
}
.sticky-form-wrap .sticky-form textarea {
    height: 50px;
}
.sticky-form-wrap .sticky-form input[type="checkbox"] {
	height: 20px;
	width: 20px;
	margin: 5px 5px 0 0;
	float: left;
}
.sticky-form-wrap .sticky-form p {
	font-size: 16px;
	color: #fff;
	text-align: left;
	line-height: 30px;
	padding: 0 0 20px;
}
.sticky-form-wrap .sticky-form p a {
	color: #fff;
    text-decoration: underline;
}
.sticky-form-wrap .sticky-form p a:hover {
    text-decoration: none;
}
.sticky-form-wrap .sticky-form input[type="submit"] {
	background: #252d35 none repeat scroll 0 0;
    outline-style: none;
    outline-width: medium;
    width: 150px;
    padding: 10px;
    border: none;
    cursor: pointer;
    color: #FFF;
    margin-top: 10px;
    float: right;
	font-family: 'nunitoregular';
    font-size: 22px;
    letter-spacing: 0.5px;
	transition: 1s;
}
.sticky-form-wrap .sticky-form .required {
font-family: 'nunitoregular';
    font-size: 15px;
    padding: 10px 0 0;
    display: inline-block;
	color: #fff;
}
.sticky-form-wrap .sticky-form input[type="submit"]:hover {
	transition: 1s;
	color: #252d35;
	background: #fff;
}
.sticky-form-wrap .sticky-form #stickyform {
	overflow: hidden;
}

.home_icon{
	width: 22px;
}
.royalSlider .rsArrow {
    z-index: 2222 !important;
}
/*.secondary .telemedicine_contact input[type="checkbox"]:checked,
.secondary .telemedicine_contact input[type="checkbox"]:not(:checked){
    position: absolute;
    left: -9999px;
}

.secondary .telemedicine_contact input[type="checkbox"]:checked + label,
.secondary .telemedicine_contact input[type="checkbox"]:not(:checked) + label {
    display: inline-block;
    position: relative;
    padding-left: 28px;
    line-height: 20px;
    cursor: pointer;
}

.secondary .telemedicine_contact input[type="checkbox"]:checked + label:before,
.secondary .telemedicine_contact input[type="checkbox"]:not(:checked) + label:before{
    content: "";
    position: absolute;
    left: 0px;
    top: 0px;
    width: 18px;
    height: 18px;
    border: 1px solid #a797ba;
    background-color: #ffffff;
}

.secondary .telemedicine_contact input[type="checkbox"]:checked + label:before,
.secondary .telemedicine_contact input[type="checkbox"]:not(:checked) + label:before {
    border-radius: 2px;
}

.secondary .telemedicine_contact input[type="checkbox"]:checked + label:after,
.secondary .telemedicine_contact input[type="checkbox"]:not(:checked) + label:after{
    content: "";
    position: absolute;
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
}

.secondary .telemedicine_contact input[type="checkbox"]:checked + label:after,
.secondary .telemedicine_contact input[type="checkbox"]:not(:checked) + label:after {
    left: 2px;
    top: 2px;
    width: 17px;
    height: 9px;
    border-radius: 1px;
    border-left: 4px solid #a797ba;
    border-bottom: 4px solid #a797ba;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.secondary .telemedicine_contact input[type="checkbox"]:not(:checked) + label:after{
    opacity: 0;
}

.secondary .telemedicine_contact input[type="checkbox"]:checked + label:after{
    opacity: 1;
}*/
#sms-button {
	display: none;
}
#page-5243 .pg-hub-left h2.hub-title, #page-5243 .pg-hub-left h1.hub-title, #page-5243 h1.hub-title {
	padding: 10px 0 10px 0px;
}
#page-5243 .pg-hub-left .written, #page-5243 .pg-hub .written {
    position: relative !important;
    top: -15px !important;
}
.mfp-wrap {
    z-index: 999999 !important;
}
	#page-4774 .fancybox-type-iframe .fancybox-inner,
	#page-7300 .fancybox-type-iframe .fancybox-inner,
	#page-4776 .fancybox-type-iframe .fancybox-inner {
		height: 450px !important;
	}
.blog-left .post-navigation {
	margin-top: 40px;
    border-top: 1px solid #dadada;
    padding-top: 40px;
}
.blog-left .post-navigation .nav-previous,
.blog-left .post-navigation .nav-next {
	width: 50%;
    float: left;
}
.blog-left .post-navigation .nav-next {
	text-align: right;
}
.blog-left .post-navigation a {
	background: #543778;
    color: #fff;
    padding: 10px;
    display: inline-block;
    border: 1px solid #543778;
    transition: 0.4s;
}
.blog-left .post-navigation h2 {
	margin-bottom: 15px;
	text-transform: uppercase;
}
.blog-left .post-navigation a:hover {
	background: #fff;
    color: #543778;
}
.sld_row {
	width: 100%;
    position: absolute;
    top: 0;
    left: 0;
}
.sld_row h2 {
	color: #fff;
    background: #543778;
    padding: 10px 5%;
    width: 100%;
    text-align: center;
    text-transform: uppercase;
    letter-spacing: 2px;
}
.sld_row .row_cont {
	text-align: center;
    margin: 15px auto;
    width: 84%;
}
.sld_row_inj .row_cont img {
	width: 90%;
    max-width: 1140px;
}
#crisalix-cont {
	width: 100%;
}
#crisalix-cont h1.hub-title {
	padding: 10px 0;
}
#crisalix-cont h2.text-center {
	font-size: 34px;
    line-height: 38px;
    padding: 40px 0 !important;
}
#crisalix-cont .row {
	display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
	max-width: 800px;
    margin: auto;
	padding: 30px 0px;
}
#crisalix-cont .col-6 {
	-webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
}
#crisalix-cont .text-element {
	-ms-flex-item-align: center!important;
    align-self: center!important;
    -webkit-box-pack: center!important;
    -ms-flex-pack: center!important;
    justify-content: center!important;
}
#crisalix-cont .txt_small,
#crisalix-cont .txt_title {
    font-family: 'open_sanssemibold';
	color: #5a5a5a
}
#crisalix-cont .txt_small {
    font-size: 26px;
	padding: 0 0 10px!important;
}
#crisalix-cont .txt_title {
    font-size: 32px;
}
#crisalix-cont p {
	text-align: left !important
}
#crisalix-cont .btn a{
	display: inline-block;
    color: #fff;
    font-family: 'nunitoregular';
    font-size: 18px;
    padding: 12px 30px;
    margin-top: 0;
    cursor: pointer;
    border: 2px solid #543778;
    -webkit-appearance: none;
    -webkit-border-radius: 0;
    border-radius: 0;
    background: #543778;
    margin-right: 1%;
    transition: 1s;
}
#crisalix-cont .btn a span {
	display: block;
	text-align: right
}
#crisalix-cont .btn a:hover {
	color: #543778;
    background: none;
}
#page-7556 .desktopnav{
	margin-top: 95px;
}
.blog_ba {
	width: 100%;
    max-width: 800px;
    margin: auto;
	float: none;
}
.blog_ba .ba-side span{
    background: none;
    color: #000;
    text-align: center;
}
.left_box {
	float: left;
    padding-right: 25px;
    padding-bottom: 10px;
}
.bigger_h1{
	font-size:50px !important;
}
.bigger_h2{
	font-size:40px !important;
}

.instagram_btn{
	background:#543778;
	display:inline-block;
	margin:20px auto;
	padding:10px 20px;
	border-radius:5px;
	color:#fff;
	text-decoration:none;
}
.author_box img{
	max-width: 168px;
}
@media screen and (min-width:1000px) {
.pg-hub-right .stickyform {
	top: 45px !important;
}
}
@media screen and (max-width:1600px) {
	#top-fixed .sl_top {
		min-height: 608px;
	}
	.rsOverflow, .rsSlideRoot .rsMainSlideImage {
		height: 608px !important;
	}
	.blog-content .blog-left .blog-post .block-post img {
    	display: block;
    	width: 11.5%;
    	float: left;
    	height: auto;
	}
	.blog-content .blog-left .blog-post .block-post .blog-cont {
    	width: 83.5%;
    	float: left;
    	margin-left: 5%;
	}
	.recall_text .slide2_text, .recall_text .slide3_text,
	.recall_text div {
		font-size: 20px;
	}
	.secondary .p-hub-menu ul li a {
		font-size: 16px;
	}
}
@media screen and (max-width:1500px) {
	.quotes {
		top: 25% !important;
	}
	.name_recall {
		top: 84% !important;
	}
	#page-4789 .pg-hub-left h1.hub-title,
	#page-4901 .pg-hub-left h1.hub-title,
	#page-6506 .pg-hub-left h1.hub-title,
	#page-8477 .pg-hub-left h1.hub-title {
		padding: 10px 0 10px 0px;
	}
	#page-4789 .pg-hub-left .written,
	#page-4901 .pg-hub-left .written,
	#page-8477 .pg-hub-left .written  {
		position: relative;
		top: -20px;
	}
}
@media screen and (max-width:1440px) {
	#top-fixed .sl_top {
		min-height: 547px;
	}
	.rsOverflow, .rsSlideRoot .rsMainSlideImage {
		height: 547px !important;
	}
	.secondary .p-hub-opt p a{
		font-size: 13px;
	}
}
@media screen and (max-width:1400px) {
	#page-4927 .pg-hub-left h2.hub-title,
	#page-4927 .pg-hub-left h1.hub-title, h1.hub-title,
	#page-6026 .pg-hub-left h1.hub-title,
	#page-6506 .pg-hub-left h1.hub-title,
	#page-8477 .pg-hub-left h1.hub-title{
		font-size: 36px;
		line-height: 50px;
	}
}
@media screen and (max-width: 1380px){
	.bx-wrapper .bx-controls-direction a {
		margin-left: -25px !important;
	}
	.bx-wrapper .bx-next {
    	right: -25px !important;
	}
	.secondary .p-hub-opt p{
		font-size: 13px;
	}
	.box_procedures .box_img h3 {
		font-size: 20px;
		line-height: 26px;
	}
	.box_procedures .box_info p {
		font-size: 16px;
		line-height: 22px;
		padding-bottom: 160px;
	}
	.box_procedures .box_info .btn a {
		font-size: 16px;
		line-height: 20px;
		height: 65px;
	}
	.secondary .p-hub-menu-5nav #hub-menu-3 li a {
		padding: 10px 0%;
	}
}
@media screen and (max-width: 1366px) {
	#top-fixed .sl_top {
		min-height: 519px;
	}
	.rsOverflow, .rsSlideRoot .rsMainSlideImage {
		height: 519px !important;
	}
	.secondary .p-hub-menu ul li {
		width: 100%;
		margin-bottom: 30px;
	}
    .gallery-head .before-side {
        width: 25%;
    }
    .gallery-head .gallery-title {
        width: 50%;
    }
    .gallery-head .after-side {
        width: 25%;
    }
    #new-about-slider .ipad-width {
        margin-left: -185px;
    }
	.ih-item.square.effect6 .info,
	.home-procedures-cont-box .home-procedures-img .procedures-text:hover {
		opacity: 1 !important;
		display: block;
	}
	.men-section .men-procedures .box-description,
	.men-section .men-procedures .rotate-box-description {
		opacity: 1 !important;
	}
	.pg-hub-right .sdlcont .sdlform h2 {
		padding-right: 15px;	
	}
}
@media screen and (max-width:1300px) {
	footer .container #text-3 {
		padding-left: 40px;
	}
	.men-section .men-procedures .box .ih-item.square p.boxmaintext {
    font-size: 15px;
    line-height: 17px;
	}
}
@media screen and (max-width:1290px) {
	.meet-logo-side .cont-logo {
    	width: 100%;
    	margin-right: 0;
    	margin-bottom: 3%
	}
	.meet-logo-side .cont-logo p{
		text-align: center;
	}
	.meet-logo-side .button-logo{
		width: 70%;
		margin: 0 auto;
	}
	.blog-content .blog-left .blog-post .block-post img {
    	display: block;
    	width: 13.5%;
    	float: left;
    	height: auto;
	}
	.blog-content .blog-left .blog-post .block-post .blog-cont {
    	width: 83.5%;
    	float: left;
    	margin-left: 3%;
	}
}
@media screen and (max-width:1280px) {
	.home-procedures-cont-box .home-procedures-img .procedures-text {
		font-size: 16px;
	}
	#top-fixed .sl_top {
		min-height: 486px;
	}
	.rsOverflow, .rsSlideRoot .rsMainSlideImage {
		height: 486px !important;
	}
    .home-meet .home-meet-txt h1 {
    	padding-top: 60px;
    }
}
@media screen and (max-width:1260px) {
    .sdlcont .content {
        width: 100%;
    }
    .sdlcont .sdlform {
        width: calc(100% - 470px);
    }
    .pocedcontnav .content {
        width: 99%;
        padding: 0;
    }
    .pocedcont .pocedbox {
        width: 99%;
        float: unset;
        background: #fbfbfb;
        margin-top: 10px;
        padding: 60px 0;
        margin: 10px auto;
        clear: both;
    }
    .pocedbox .gallerycontent {
        width: 100%;
        margin: 0 auto;
        padding: 0;
        overflow: hidden;
    }
}

@media screen and (max-width:1240px) {
	.home-meet .home-meet-txt {
		padding: 25px 2% 20px 350px;
		height: 100%;
		display: block;
		float: left;
	}
	.home-meet .meet-logo {
		display: block;
		margin: auto;
	}
	footer .container #text-4 {
		width: 57%;
	}
	.home-meet .container {
		overflow: hidden;
		width: 100%;
	}
	.pg-hub-left .written,
	.pg-hub .written {
	    top: -20px;
		left: 0;
		right: inherit;
		position: relative;
	}
	#page-4927 .pg-hub .written{
	    top: -20px !important;
		left: 0;
	    right: inherit;
		position: relative
	}
	.pg-hub-left h2.hub-title, .pg-hub-left h1.hub-title, h1.hub-title {
		padding: 10px 0 10px 0px;
	}

}
@media screen and (max-width:1200px) {
	#top-fixed .sl_top {
		min-height: 456px;
	}
	.rsOverflow, .rsSlideRoot .rsMainSlideImage {
		height: 456px !important;
	}
	.secondary .p-hub-opt p{
		font-size: 14px;
	}
	.secondary .p-hub-menu #hub-menu-3 li a{
		font-size: 16px !important;
	}
	.secondary .p-hub-menu-5nav #hub-menu-3 li a {
		font-size: 14px !important;
		line-height: 16px;
	}
	.pocedcontnav .slbutton .boxtitle{
		font-size: 14px;
	}
}
@media screen and (max-width:1160px) {
	.home-procedures h3 {
		font-size: 20px;
		line-height: 26px;
	}
	.menu .navigation li a {
		font-size: 16px;
	}
	footer .container #text-4 {
		width: 56%;
	}
	footer .footer_box div.widget {
		float: left;
	}
	footer .container #text-5, footer .container #text-3 {
		width: 44%;
		float: right;
	}
	footer .container #text-5,
	footer .container #text-3 {
		border-right: none;
		border-left: 1px solid #535353;
		box-sizing: border-box;
	}
	footer .container #text-3 {
		padding-left: 0;
		text-align: center;
	}
	footer .container #text-3 p {
		text-align: center;
	}
	footer .container #text-3 p br {
		display: none;
	}
	.recall_text {
		top: 58% !important;
	}
	.recall_text .slide2_text, .recall_text .slide3_text, .recall_text div {
		font-size: 16px;
		line-height: 22px;
	}
	.quotes {
		top: 95px !important;
	}
	.stars-slider {
		top: 195px !important;
	}
	footer .container #text-3 span {
		display: block;
	}
	.men-section .men-procedures .box h3{
		font-size: 20px;
	}
	#page-6506 .pg-hub-left h1.hub-title,
	#page-8477 .pg-hub-left h1.hub-title{
		font-size: 28px;
		line-height: 36px;
	}
	.secondary .p-hub-opt p{
        width: 23%;
        font-size: 12px;
        line-height: 12px;
        padding-bottom: 15px;
    }
    .secondary .p-hub-opt p img{
        width: 100%;
    }
    .secondary .p-hub-opt .pg-hub-oc .l-hub{
        width: 100%;
    }
    .secondary .p-hub-opt .pg-hub-oc .l-hub img{
        width: 70%;
        display: block;
        margin: 0 auto;
    }
    .secondary .p-hub-opt .pg-hub-oc .r-hub{
        width: 100%;
    }
	.home-procedures-cont-box .home-procedures-img .procedures-text:hover {
		display: none;
	}
	.men-section .men-procedures .box .ih-item.square p.boxmaintext {
		font-size: 14px;
    line-height: 15px;
    padding: 5px;
	}
}
@media screen and (max-width:1060px) {
	.pg-hub .proc_parent_box .video-pg-item-side,
	.box_procedures .box_img {
		max-width: 500px;
		margin: 0 auto;
	}
	.gallery-head .gallery-title h2 {
		font-size: 18px;
		line-height: 20px;
	}
	.gallery-head .before-side span,
	.gallery-head .after-side span {
		font-size: 16px;
		line-height: 20px;
	}
	footer .container #text-4 {
		width: 65%;
	}
	footer .container #text-5, footer .container #text-3 {
		width: 35%;
	}
	.header-top .logoh1 {
		padding: 10px 0;
		font-size: 26px;
	}
	.header-phone {
		margin: 10px 0 0;
		font-size: 26px;
	}
	.quotes {
		width: 100px !important;
		height: 75px !important;
		top: 75px !important;
		margin-left: -50px;
	}
	.stars-slider {
		top: 155px !important;
		margin-left: -70px;
		width: 140px !important;
	}
	.recall_text {
		top: 185px !important;
	}
	.about-volw-box .boxvideo .box {
		width: 100%;
	}
	.pg-hub .proc_parent_box .proc_left_box {
		width: 100%;
		margin: 0 0 30px 0;
	}
	.pg-hub .proc_parent_box .proc_right_box {
		width: 100%;
		margin: 0;
	}
	.box_procedures .box_img {
		width: 100%;
		padding-right: 0;
	}
	.box_procedures .box_info {
		width: 100%;
		margin-left: 0;
		margin-top: 50px;
	}
	.box_procedures .box_info .btn {
		position: relative;
	}
	.box_procedures .box_info p {
		font-size: 18px;
		line-height: 30px;
		padding-bottom: 45px;
	}
    .sdlcont .content {
        width: 94%;
        padding: 50px 0 50px 0;
    }
    .sdlcont .sdlform {
        width: 100%;
    }
	.secondary .p-hub-menu2 ul li {
		min-width: 100%;
	}

	.secondary .p-hub-menu ul li a {
		padding: 10px 2%;
	}
	.sdlcont {
		background-position: left !important;
	}
	#page-4789 .pg-hub-left h1.hub-title,
	#page-4901 .pg-hub-left h1.hub-title{
		font-size: 30px;
	}
}

@media screen and (max-width:1024px) {
    .home-meet .home-meet-txt h1 {
        padding-top: 30px;
    }
	#top-fixed .sl_top {
		min-height: 400px;
	}
	.rsOverflow, .rsSlideRoot .rsMainSlideImage {
		height: 400px !important;
	}
	.blog-right .box p.widget-title,
	.blog-right .box p.sidebar-title {
		font-size: 20px;
	}
    #new-about-slider .ipad-width {
        margin-left: -140px;
    }
    #new-about-slider .rsContent .review-text {
        top: 34%;
        font-size: 15px;
    }
    #new-about-slider .rsContent .patient {
        font-size: 14px;
        padding: 0 5% ;
        bottom: 19%;
    }
	.pg-hub-left .h3_mob_dd {
		font-size: 20px;
	}
	#page-6026 .pg-hub-left .written, .pg-hub .written {
		top: -20px !important;
		position: relative !important;
	}
	.ih-item.square.effect6 .info {
		opacity: 1 !important;
		display: block;
	}
}
@media screen and (max-width:960px) {
    .pocedbox .content {
        width: 99%;
        padding: 0;
    }
    .sdlcont .sdlform h2 {
        font-size: 22px;
    }
}

@media screen and (max-width:860px) {
	
	
	.textarea-block{
	width:100% !important;
	float:none;
}

.virt-box-check{
	width:100%;
	float:none;
}
	
	footer .container p.widget-title {
		text-align: center;
	}
	footer .container #text-4 {
		width: 100%;
	}
	footer .container #text-5, footer .container #text-3 {
		width: 100%;
		border-left: none;
	}
	footer .container #text-5,
	footer .container #text-4 {
		border-bottom: 1px solid #535353;
	}
	footer .container .footer-menu-box1,
	footer .container .footer-menu-box2,
	footer .container .footer-menu-box3 {
        width: 100%;
	}
	footer .container .footer-menu {
		display: block;
		text-align: center;
	}
	footer .container #text-4 ul li {
		display: inline-block;
	}
	footer .container #text-4 ul li a {
		text-align: center;
		display: inline-block;
		color: #fff;
		background: #543778;
		font-size: 16px;
		line-height: 22px;
		padding: 5px 10px;
		margin: 0 2px 10px 2px;
		border-radius: 4px;
	}
	.copyr-cont-right-box,
	.copyr-cont-left-box {
		width: 100%;
		text-align: center;
	}
	.copyr-cont-right-box p,
	.copyr-cont-left-box p {
		text-align: center;
	}
	.quotes {
		top: 100px !important;
	}
	.stars-slider {
		top: 190px !important;
	}
	.recall_text {
		top: 235px !important;
	}
}
@media screen and (max-width:834px) {
	.men-section .men-procedures .box h3{
		font-size: 18px;
	}
}
@media screen and (max-width:769px) {
	.pg-hub-left .written,
	.pg-hub .written {
	    top: 50px;
	}
	.virtual-consultation {
		/*display: none;*/
		top: 167px !important;
	}
	#cssmenu {display: block !important;}
    #new-about-slider .ipad-width {
        margin-left: -210px;
    }
	#new-about-slider .rsContent .review-text {
		top: 40%;
		font-size: 16px;
		line-height: 26px;
	}
    #new-about-slider .rsContent .patient {
        font-size: 16px;
        padding: 0 10%;
        bottom: 10%;
    }
    #bio-text {
        overflow-y: inherit;
        height: inherit;
        padding: 20px 0;
        margin: 0;
        width: 100%;
    }
    .img_float_right{
        margin: 0 auto;
        display: block;
        float: none;
    }
	.best-doctors {
		font-size: 18px;
		line-height: 30px;
		padding-bottom: 20px;
		padding-top: 20px;
		font-family: 'nunitoregular';
		text-align: left;
	}
	.gallery-head .gallery-title h2 {
		font-size: 16px;
		line-height: 20px;
	}
	.gallery-head .before-side span,
	.gallery-head .after-side span {
		font-size: 14px;
		line-height: 20px;
	}
    .gallery-head .before-side {
        width: 20%;
    }
    .gallery-head .gallery-title {
        width: 60%;
    }
    .gallery-head .after-side {
        width: 20%;
    }
    .maingallery p {
        clear: both;
    }
    .gallerycontent #galprev, .gallerycontent #galnext{
        margin-bottom: 10px;
        width: 90px;
    }
    .gallerycontent #galprev a, .gallerycontent #galnext a {
        font-size: 14px;
        width: 90px;
    }
    .gallerythumb a{
        padding: 2px;
    }
    .moregall li a{
        padding: 2px;
    }
    .sub-menu {
        top: 0px !important;
    }
    #top-fixed {
        position: relative;
        float: left;
        padding: 55px 0 0 0;
    }
    .menu {
        width: 100%;
        max-height: 100%;
    }
    .menu .navigation {
        padding: 0;
        height: auto;
    }
    .menu #i-menu {
        display: none;
    }
    .menu-link {
        display: block;
    }
    .navigation-mobile-menu .default {
        height: auto;
        position: relative;
    }
    .header-menu-content {
        border-top: none;
        border-bottom: none;
    }
    .navigation-mobile-menu .menu-mobile li {
        width: 100% !important;
        padding: 0!important;
        position: relative;
        height: auto;
        margin: 0;
        float: none !important;
    }
    .navigation-mobile-menu .menu-mobile li a {
        width: 100%;
        height: auto;
        padding: 15px 8%;
        display: block;
        text-decoration: none;
        font-size: 18px;
        color: #fff;
        background: #5d3875;
        font-weight: 500;
        text-align: left;
        border-bottom: 1px solid #fff;
        border-top: 1px solid #fff;
        text-transform: uppercase;
        box-sizing: border-box;
        /* margin: 0 2%; */
        border-radius: 5px;
    }
    .navigation-mobile-menu .menu-mobile li .drop li a {
        width: 100%;
        height: auto;
        padding: 13px 12% !important;
        font-size: 16px;
        background: #3d1f50;
        text-transform: uppercase;
        box-sizing: border-box;
        white-space: normal;
    }
    .navigation-mobile-menu .menu-mobile li .drop li a:hover {
    }
    .navigation-mobile-menu .menu-mobile li .drop-sub li a {
        width: 96%;
        height: auto;
        padding: 15px 2% 15px 16% !important;
        font-size: 16px;
        background: #8b3bbd;
        text-transform: uppercase;
        box-sizing: border-box;
    }
    .navigation-mobile-menu .menu-mobile li a:hover {
        background: #000;
    }
    .menu-link:hover {
        background: #000000;
    }
    .navigation-mobile-menu .menu-mobile:after {
        display: block;
        visibility: hidden;
        clear: both;
        height: 0;
        content: ' ';
    }
    .menu .menu-mobile li .drop, .navigation-mobile-menu .menu-mobile li:hover .drop {
        display: none;
        padding: 0;
        left: 0;
    }
    .navigation-mobile-menu .menu-mobile li .drop {
        position: relative !important;
        height: auto;
        padding: 0;
        top: 0;
        left: 0;
        float: none;
        z-index: 0;
        width: 100%;
        margin: 0;
        margin-bottom: -7px;
    }
    .navigation-mobile-menu .menu-mobile li .drop-sub {
        width: 100%;
        height: auto;
        padding: 0;
        position: relative !important;
        top: 0;
        left: 0;
        display: none;
    }
    span.secondary {
        position: absolute;
        top: 0;
        right: 0px;
        display: block;
        padding: 15px;
        padding-right: 25px;
        padding-left: 27px;
        cursor: pointer;
        color: rgba(255, 255, 255, 0.47);
        background: rgba(0, 0, 0, 0.1);
        font-size: 20px;
        font-weight: bold;
        border-radius: 10px;
        width: auto;
    }
    .third-last {
        position: absolute;
        top: 0;
        right: 8px;
        padding: 14px;
        padding-right: 30px;
        padding-left: 30px;
        cursor: pointer;
        color: rgba(255, 255, 255, 0.47);
        background: rgba(0, 0, 0, 0.1);
        font-size: 20px;
        font-weight: bold;
        border-radius: 10px;
    }
    .third-last, .header-mobile-social-box {
        display: block;
    }
    .mobile-nav {
        display: block;
    }
    .header-menu-content, .menu {
        background: none;
    }
    .mobile-logo {
	font-family: 'nunitoregular';
        font-size: 30px;
        line-height: 54px;
        color: #fff;
        margin: 0;
        display: inline-block;
        float: left;
        padding: 0 0 0 20px;
    }
    .hidden {
        opacity: 1 !important;
    }
    .sticky-anchor {
        height: 0!important;
    }
    .sticky-content.fixed {
        position: relative;
        z-index: 99;
    }
    .header-top-cont,
    .fixcontact {
        /*display: none;	*/
        opacity: 1;
        overflow: hidden;
        position: relative;
    }
    .header-top-cont {
		top: 0;
	}
    .header-top .logoh1 {
        padding: 10px 0;
        display: block;
        width: 100%;
        text-align: center;
        font-size: 20px;
        padding-bottom: 0;
    }
	.header-phone .svg-inline--fa.fa-phone-alt {
		width: 16px;
	}
    .header-phone {
        margin: 0;
        display: block;
        width: 100%;
        text-align: center;
        font-size: 20px;
    }
    .sticky-element{
        position: fixed;
        top: 54px;
        z-index: 9999;
    }
    #contactable #contactable_inner{
        display: none;
    }
    .home-meet .home-meet-doctor {
        display: none;
    }
    .home-meet .home-meet-doctor.mobile {
        position: relative;
        left: 0;
        bottom: 0;
        margin: 15px auto 0;
        display: block;
        width: 100%;
    }
    .home-meet .home-meet-txt {
        padding: 25px 0 20px 0;
    }
	.bg	{
		background-image: none !important;
		background-color: #e5e5e5;
	}
	.home-meet h2 {
        text-align: center;
    }
    .read-bio {
        display: block;
        float: none;
        font-size: 20px;
    }
    .home-procedures h3 {
        font-size: 18px;
        line-height: 26px;
    }
    .container {
        margin: 40px auto;
    }
    .home-meet .container {
        width: 94%;
    }
    footer .container #text-5{
        display: none;
    }
    footer .container #text-6{
        display: block;
        text-align: center;
        border-top: 1px solid;
    }
    .footer-social a {
        font-size: 30px;
        display: inline-block;
        width: 40px;
        height: 40px;
        text-align: center;
        line-height: 36px;
        margin: 0 1px 15px 1px;
    }
    .footer-social {
        width: 100%;
        margin: 5px auto 0;
        text-align: center;
    }
    .nav-button{
        width: 24.69%;
        float: left;
        border-right: 1px #ffffff solid;
        text-align: center;
    }
    .nav-button:hover{
        background-color: #000000;
    }
    .nav-button a{
        color: #ffffff;
        font-size: 25px;
        line-height: 54px;
        width: 100%;
        display: block;
        height: 100%;
    }
    .top-page{
        height: 215px;
    }
    .top-page h1{
        font-size: 30px;
        line-height: 35px;
    }
    .grid .box {
        width: 23%;
        float: left;
        margin: 0 1% 20px 1%;
        position: relative;
    }
    .lmore-pages .box:first-child {
        margin-left: 1%;
    }
    .grid .box .capt{
        position: absolute;
        top: 40%;
        -webkit-transition: none;
        -moz-transition: none;
        -o-transition: none;
        transition: none;
    }
    .grid .box:hover .capt {
        position: absolute;
        transition: none;
        top: 40%;
        -webkit-transition: none;
        -moz-transition: none;
        -o-transition: none;
        transition: none;
    }
    .grid .box .capt p{
        font-size: 14px;
        color: #ffffff;
    }
    .grid .box:nth-child(7) .capt {
        top: 38%;
     }
    .grid .box:nth-child(7):hover .capt {
        top: 38%;
    }
    nav.procedures .menu-procedures-menu-container .menu li {
        width: 25%;
        float: left;
        margin: 0 0 20px 0;
        position: relative;
    }
    nav.procedures .menu-procedures-menu-container .menu li:first-child {
        margin-left: 0;
    }
    nav.procedures .menu-procedures-menu-container .menu li:last-child{
        margin-right: 0;
    }
    nav.procedures .menu-procedures-menu-container .menu .capt{
        position: absolute;
        top: 40%;
        -webkit-transition: none;
        -moz-transition: none;
        -o-transition: none;
        transition: none;
    }
    nav.procedures .menu-procedures-menu-container .menu:hover .capt {
        position: absolute;
        transition: none;
        top: 40%;
        -webkit-transition: none;
        -moz-transition: none;
        -o-transition: none;
        transition: none;
    }
    nav.procedures .menu-procedures-menu-container .menu .capt p{
        font-size: 14px;
        color: #ffffff;
    }
    figure.effect-bubba figcaption::after {
        opacity: 1;
        border-right: 6px solid #ffffff;
        border-left: 6px solid #ffffff;
        -webkit-transform:  none;
        transform: none;
    }
    figure.effect-bubba figcaption::before {
        opacity: 1;
        border-top: 6px solid #ffffff;
        border-bottom: 6px solid #ffffff;
        -webkit-transform:  none;
        transform: none;
    }
    .current-menu-item figure.effect-bubba figcaption::before{
        border-top: 6px solid #8356ba;
        border-bottom: 6px solid #8356ba;
    }
    .current-menu-item figure.effect-bubba figcaption::after{
        border-right: 6px solid #8356ba;
        border-left: 6px solid #8356ba;
    }
    .faqs p.questiontext{
        font-size: 16px;
        padding: 15px 55px 15px 15px;
    }
    .pg-hub{
        width: 94%;
    }
    .pg-hub-left{
        width: 100%;
    }
    .pg-hub-right{
        width: 100%;
        margin-left: 0;
    }
    .ba-pg-item{
        width: 100%;
    }
    .ba-pg-item .img-container{
        width: 100%;
    }
    .ba-pg-item::before{
        display: block;
    }
    .ba-pg-item .ba-descr{
        width: 100%;
        padding-right: 0;
    }
    .secondary ul.is-this-for-me li {
        width: 80%;
        text-align: center;
        padding: 50px 2% 10px;
        margin: 0 auto 50px;
    }
    .secondary ul.is-this-for-me li::before {
        width: 60px;
        height: 60px;
        top: -30px;
        margin-left: -30px;
    }
    .pg-cont-us-left{
        width: 100%;
        margin: 0;
    }
    .pg-cont-us-rigth{
        width: 100%;
    }
    .cont-map iframe{
        height: 200px;
    }
    .pg-cont-us-rigth form .input-text{
        margin-bottom: 0;
    }
    .pg-cont-us-rigth form .input-text input {
        float: none;
        width: 98%;
        margin-bottom: 10px;
    }
    .secondary .p-hub-opt p{
        width: 23%;
        font-size: 12px;
        line-height: 12px;
        padding-bottom: 15px;
    }
    .secondary .p-hub-opt p img{
        width: 100%;
    }
    .secondary .p-hub-opt .pg-hub-oc .l-hub{
        width: 100%;
    }
    .secondary .p-hub-opt .pg-hub-oc .l-hub img{
        width: 70%;
        display: block;
        margin: 0 auto;
    }
    .secondary .p-hub-opt .pg-hub-oc .r-hub{
        width: 100%;
    }
    .secondary .p-hub-menu ul{
        padding: 0;
    }
    .secondary .p-hub-menu ul li{
        width: 100%;
        margin-bottom: 30px;
    }
    .bx-wrapper .bx-controls-direction a {
        width: 50px !important;
        height: 50px !important;
        font-size: 15px !important;
        line-height: 50px !important;
        margin-top: -25px !important;
        margin-left: -25px !important;
        position: absolute !important;
        text-decoration: none !important;
    }
    .about-dr .dright{
        width: 100%;
        margin-bottom: 30px;
    }
    .about-dr .dleft{
        width: 100%;
    }
    .about-afa .content-afa{
        width: 100%;
    }
    .about-afa .content-afa img{
        width: 80%;
        margin: 0 auto;
    }
    .about-afa .content-afa .afa-descr{
        width: 100%;
    }
    .about-credentials .content-ac .edu-box .box{
        width: 100%;
        margin-right: 0;
    }
    .about-credentials .content-ac .edu-box{
        margin-bottom: 0;
    }
    .inthemedia{
        width: 100%;
    }
    .secondary ul.media-sec li {
	    width: 40%;
	    margin: 0 5% 5% 5%;
    }
    .pgal-line {
        width: 97%;
        margin: 0 auto;
        overflow: hidden;
    }
    .blog-content .blog-left {
        width: 94%;
        border-bottom: 1px #000 solid;
        padding-bottom: 15px;
        margin: 20px auto 20px;
        margin-bottom: 30px;
    }
    .blog-content .blog-left .blog-post .block-post img {
        display: block;
        width: 50%;
        margin: 0 auto 20px;
        float: none;
        height: auto;
    }

    .blog-content .blog-left .blog-post .block-post .blog-cont {
        width: 100%;
        float: left;
        margin-left: 0;
    }
    .blog-right{
		width: 100%;
		margin: 0;
		padding: 20px 0;
    }
    .blog-single .wp-video{
        width: 100% !important;
    }
    .aligncenter, div.aligncenter, .alignnone{
        width: 100%;
    }
    .sl1 p{
        display: block;
		font-family: 'nunitoregular';
        font-size: 22px;
        line-height: 30px;
        color: #000;
        text-align: center;
    }
    .sl2 .left-box{
        width: 100%;
        margin-right: 0;
    }
    .sl2 .left-box img{
        width: 40%;
        float: none;
        margin: 0 auto 15px;
    }
    .sl2 .left-box p{
        font-size: 18px;
        line-height: 20px;
        text-align: center;
    }
    .sl2 .right-box{
        width: 100%;
    }
    .sl2 .right-box img{
        width: 65%;
        display: block;
        float: none;
        margin: 0 auto;
    }
    .sl2 .right-box p{
        font-size: 14px;
    }
    .sl3 .left-box{
        width: 100%;
        margin-right: 0;
    }
    .sl3 .left-box img{
        width: 100%;
        float: none;
        margin: 0 auto 15px;
    }
    .sl3 .left-box p{
        font-size: 18px;
        line-height: 20px;
        text-align: center;
    }
    .sl3 .right-box{
        width: 100%;
    }
    .sl3 .right-box img{
        width: 65%;
        display: block;
        float: none;
        margin: 0 auto;
    }
    .sl4 .left-box{
        width: 100%;
        margin-right: 0;
    }
    .sl4 .left-box img{
        width: 50%;
        float: none;
        margin: 0 auto 15px;
    }
    .sl4 .left-box p{
        font-size: 18px;
        line-height: 20px;
        text-align: center;
    }
    .sl4 .right-box{
        width: 100%;
    }
    .sl4 .right-box img{
        width: 65%;
        display: block;
        float: none;
        margin: 0 auto;
    }
    .sl4 .right-box p{
        font-size: 14px;
        line-height: 16px;
    }
    .sl5 .left-box{
        width: 100%;
        margin-right: 0;
    }
    .sl5 .left-box img.video-sl5{
        margin-bottom: 30px;
    }
    .sl5 .right-box p{
        font-size: 20px;
        line-height: 22px;
        margin-bottom: 20px;
        text-align: center;
    }
    .sl5 .right-box{
        width: 100%;
    }
    .sl5 .right-box img{
        width: 60%;
        float: none;
        margin: 0 auto 25px;
    }
    .sl6 .left-box{
        width: 100%;
        margin-right: 0;
    }
    .sl6 .left-box img{
        margin-bottom: 30px;
    }
    .sl6 .left-box p{
        font-size: 20px;
        line-height: 22px;
        margin-bottom: 20px;
            text-align: center;
    }
    .sl6 .right-box{
        width: 80%;
        margin: 0 auto;
    }
    .sl6 .right-box .box p {
        font-size: 14px;
        line-height: 18px;
    }
    .men-section .men-procedures .box {
        width: 100%;
        overflow: hidden;
        margin-bottom: 0;
        margin-right: 0;
    }
    .men-section .men-procedures .box h3{
        font-size: 20px;
    }
    .sl3 .slcont .txtbox img {
        width: 250px;
        float: none;
        margin: auto;
        display: block;
    }
    .sl3 .slcont .txtbox p {
        font-size: 18px;
        line-height: 20px;
        text-align: center;
    }
    .pg-hub-left h2.hub-title,
	.pg-hub-left h1.hub-title,
	#page-4927 .pg-hub-left h2.hub-title,
	#page-4927 .pg-hub-left h1.hub-title, h1.hub-title,
	#page-6026 .pg-hub-left h1.hub-title,
	#page-4789 .pg-hub-left h1.hub-title,
	#page-4901 .pg-hub-left h1.hub-title,
	#page-6506 .pg-hub-left h1.hub-title,
	#page-8477 .pg-hub-left h1.hub-title{
        font-size: 22px;
        line-height: 26px;
    }
    .in-the-media h2{
        font-size: 22px;
        line-height: 26px;
    }
    .about-credentials .content-ac h2{
        font-size: 22px;
        line-height: 26px;
    }
    .about-dr h1{
        font-size: 22px;
        line-height: 26px;
    }
    .secondary h2,
	.inthemedia .style_h2{
        font-size: 22px;
        line-height: 26px;
    }
    .sl-bot-title h2{
        font-size: 22px;
        line-height: 26px;
    }
    .pg-cont-us h2{
        font-size: 22px;
        line-height: 26px;
    }
    .adout-inst .content-inst h2{
        font-size: 22px;
        line-height: 26px;
    }
    .about-credentials .content-ac .edu-box .box{
        padding-left: 30px;
    }
    .about-credentials .content-ac .edu-box .box h3{
        font-size: 22px;
        line-height: 26px;
    }
    /*---*/
    .ih-item.square.effect8.scale_down .img{
        transform: none;
    }
    .men-section .men-procedures .box a.anima .info {
        height: auto;
    }
    .ih-item.square.effect8.scale_down .info{
        transform: none;
    }
    .ih-item.square.effect8 .info {
        visibility: visible;
        opacity: 1;
    }
    .ih-item.square .info {
        position: inherit;
    }
    .ih-item.square.effect8.scale_down .info h3, .ih-item.square.effect8.scale_down .info p{
        transform: none;
    }
    .men-section .men-procedures .box .img p{
        display: none;
    }
    .men-section .men-procedures .box .img p:nth-child(2){
        display: block;
        padding-bottom: 0;
    }
    .ih-item.square.effect8.scale_down .info h3{
        display: none;
    }
    .men-section .men-procedures .box a.anima .info p {
	font-family: 'nunitoregular';
        font-size: 16px;
        line-height: 22px;
        padding: 10px 2px;
    }
        .gallerycontent{
            width: 95%;
        }
        .maingallery{
            width: 85%;
        }
        .gallerythumb{
            width: 15%;
            padding: 30px 0 0 20px;
            box-sizing: border-box;
        }
        .gallerycontent h1{
            padding-right: 0px;
        }
        nav.galnav .menu-gallery-container{
            width: 96%;
        }
        nav.galnav .menu-gallery-container ul{
            width: 100%;
            display: block;
            overflow: hidden;
        }
        nav.galnav .menu-gallery-container ul li {
        font-size: 18px;
        line-height: normal;
		font-family: 'nunitoextralight';
        display: block;
        float: left;
        width: 50%;
        margin: 0;
        padding: 0;
    }
    nav.galnav .menu-gallery-container ul li a {
        color: #2e2e2f;
        line-height: 40px;
        padding: 7px 20px;
        font-weight: bold;
        width: 100%;
        display: block;
        text-align: center;
        text-align-last: center;
    }
    /*---*/
    .add_reviews_boxes .add_reviews_box .add_reviews_box_1 {
	    width: 100%;
	}
	.add_reviews_boxes .add_reviews_box .add_reviews_box_1 .stars .starsbox{
		justify-content: center;
	}
	.secondary .add_reviews_boxes .add_reviews_box .add_reviews_box_1 .stars .datebox p{
		text-align: center;
	}
	.add_reviews_boxes .add_reviews_box .add_reviews_box_1 .source_logo img {
	    display: block;
	    width: 100%;
	    max-width: 100px;
	    margin: 15px auto 15px;
	}
	.add_reviews_boxes .add_reviews_box .add_reviews_box_2 {
	    width: 100%;
	}
}
@media screen and (max-width:768px) {
	#top-fixed .sl_top {
		min-height: 300px;
	}
	.rsOverflow, .rsSlideRoot .rsMainSlideImage {
		height: 300px !important;
	}
	.secondary .pg-hub .men-section .men-menu ul li {
	    width: 100%;
	    margin: 0 0 10px 0;
	}
	.home-procedures-cont-box:hover img {
		-webkit-transform: scale(1);
	    -moz-transform: scale(1);
	    -ms-transform: scale(1);
	    -o-transform: scale(1);
	    transform: scale(1);
		transition: all 0.5s ease-in-out;
	}
}
@media screen and (max-width:740px) {
	.mobile-logo {
		font-size: 15px;
		padding: 0 0 0 10px;
	}
	/*.menu-link {
		font-size: 20px;
	    padding: 0 10px;
	}*/
	.home-procedures-cont-box {
		width: 50%;
	}
	.quotes {
		top: 15px !important;
	    width: 40px !important;
	    height: 30px !important;
	    margin-left: -25px;
	}
	.stars-slider {
		top: 50px !important;
	    width: 100px !important;
	    height: 15px !important;
	    margin-left: -50px !important;
	}
	.recall_text {
		width: 96% !important;
    	top: 75px !important;
	}
	.name_recall {
	    top: 70% !important;
	}
	.recall_text .slide2_text, .recall_text .slide3_text, .recall_text div {
		font-size: 12px;
    	line-height: 16px;
	}
	.name_recall div{
		font-size: 16px;
	}
}
@media screen and (max-width:720px) {
    .pocedcontnav .slbutton {
        width: 50%;
    }
    .videocontbox .vidbox{
        width: 49%;
    }
    .videocontbox .vidbox:nth-child(2n+2){
        margin-right:0;
    }
    .videocontbox .vidbox:nth-child(3n+3){
        margin-right:2%;
    }
}

@media screen and (max-width:550px) {
.grid .box{
	width: 48%;
}
	.shedulelanding{
		display: block;
	}
/*nav.procedures .menu-procedures-menu-container .menu li {
    width: 48%;
}*/
nav.procedures .menu-procedures-menu-container .menu .capt{
	top: 30%;
}
nav.procedures .menu-procedures-menu-container .menu li.current-menu-item .capt{
	top: 30%;
}
	.video-testimonials div{
	width:100%;

}
	#crisalix-cont .col-6 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		max-width: 100%;
	}
	#crisalix-cont .row img {
		width: 100%;
	}
	#crisalix-cont .text-element {
		margin-bottom: 40px;
	}
	#crisalix-cont h2.text-center {
		font-size: 20px;
		line-height: 28px;
	}
	#crisalix-cont .btn a {
		display: block;
		padding: 12px 20px;
	}
	.left_box_one img {
		width: 100%;
		padding-right:0;
	}
	.left_box_two img {
		width: 50%;
		padding-right:0;
		display: inline-block;
	}
	.left_box_one,
	.left_box_two {
		float: none;
		padding-right: 0;
	}

}

@media screen and (max-width:440px) {
	.bannerVideoWrapper button {
		bottom: 20px;
	}
	#pauseVideo {
		display: none !important;
	}
	.men-section .men-procedures .box  .rotate-main .rotate-box,
	.men-section .men-procedures .box  .rotate-main .rotate-box .side {
		width: 300px;
		height: 300px;
	}

	#tightening-procedures .rotate-box .front {
		transform: translateZ(150px);
	}
	#tightening-procedures .rotate-box .back {
		transform: translateZ(-150px) rotateY(-180deg);
	}
	#tightening-procedures .rotate-box .left {
		transform: translateX(-150px) rotateY(-90deg);
	}
	#tightening-procedures .rotate-box .right {
		transform: translateX(150px) rotateY(90deg);
	}
    .secondary ul.media-sec li {
        width: 80%;
		margin: 0 10% 10% 10%;
    }
    .testimonials .zoom-gallery img {
        width: 23%;
    }
	.top-page h1{

	}
	.pg-cont-us p.cont-addr::before{
		padding: 4% 0;
	}
	.pg-cont-us p.cont-phone::before{
		padding: 4.5% 0;
	}
	.men-section .men-procedures .box .ih-item.square.effect6.colored .info{
		overflow: scroll
	}
	.gallerycontent #galprev a, .gallerycontent #galnext a{
		font-size: 14px;
		width: 90px;
	}
	.gallerycontent #galprev, .gallerycontent #galnext{
		margin-bottom: 10px;
		width: 90px;
	}
	.maingallery p {
		clear: both;
	}
	.gallerythumb{
		padding-left: 10px;
	}
	.moregall{
		width: 100%;
		clear: both;
	}
	.moregall li {
		width: 20%;
	}
    .gallerycontent .galimg {
        padding: 0 5px;
    }
    .gallery-head .gallery-title h2 {
        padding: 10px 0;
    }
    .gallerythumb {
        padding: 70px 0 0 5px;
		display: none;
    }
	.maingallery {
		width: 100%;
	}
	.gallerycontent #galprev, .gallerycontent #galnext {
		display: block;
		width: 24px;
	}
	.gallerycontent #galprev a, .gallerycontent #galnext a {
		width: auto;
	}
    .gallbacont,
    .maingallery p {
        padding: 15px 5px;
    }
    .moregall {
        width: 100%;
        padding: 20px 0 0;
    }
    .moregallcont h4 span {
        font-size: 18px;
    }
    .gallery-head .gallery-title h2 {
        font-size: 24px;
    }
    .moregall li {
        width: 23%;
    }
    .gallerycontent #galprev, .gallerycontent #galnext {
        top: 27%;
    }
    .gallerycontent .bx-wrapper .bx-controls-direction a {
		bottom: 27%;
		top: inherit;
		font-size: 28px !important;
		color: #000;
		opacity: 0.6;
		}
    .gallerycontent .bx-wrapper .bx-controls-direction a.bx-prev {
		left: 30% !important;
		}
    .gallerycontent .bx-wrapper .bx-controls-direction a.bx-next {
		right: 30% !important;
		}
    .gallerycontent .bx-wrapper .bx-controls-direction a:hover {
		box-shadow: none;
    }
    .videocontbox .vidbox {
        width: 100%;
        padding-bottom: 0px;
    }
    .videocontbox .vidbox:nth-child(2n+2){
        margin-right:0;
    }
    .videocontbox .vidbox:nth-child(3n+3){
        margin-right:0;
    }
    .videocontbox .vidbox p {
        font-size: 16px;
        line-height: 26px;
    }
    .pocedcontnav .slbutton .boxtitle {
        font-size: 15px;
    }
    .maingallery p {
        font-size: 16px;
        line-height: 26px;
    }
    .mediacontbox .boximg a {
        width: 48%;
        margin: 1%;
    }
    .blogcontbox .blog-boximg {
        float: none;
        margin: auto;
    }
    .blogcontbox .blog-boxtxt {
        width: 100%;
    }
    .blogcontbox .blog-boxtxt p {
        font-size: 16px;
        line-height: 22px;
        text-align: left;
    }
    .blogcontbox .blog-boxtxt h3 {
        text-align: center;
    }
    .blogcontbox .blog-boxtxt .blog-post-data {
        font-size: 14px;
        float: none;
        text-align: center;
    }
    .blogcontbox .blog-boxtxt .home-blog-read-more {
        max-width: 100%;
    }
    .sdlcont .sdlform input[type="text"] {
        width: 98%;
        margin: 1.5% 1%;
    }
    .sdlcont {
        background-position: left;
    }
    .videocontbox .content{
        width: 100%;
    }
	.secondary .p-hub-menu #hub-menu-3 li {
		width: 100%;
	}
	.pat_inf a {
		width: 50%;
		margin: 5px 0;
		padding: 5px;
	}
	.pg-hub-left .img_connell img {
		max-width: 100% !important;
		margin: 8px 0 40px 0 !important;
	}
	.sl_top {
		width: 100%;
		float:left;
		clear: both;
		overflow: hidden;
	}
	#page-4774 .fancybox-inner #video,
	#page-7300 .fancybox-inner #video,
	#page-4776 .fancybox-inner #video {
		width: 100% !important;
		height: 180px !important;
	}
	#page-4774 .fancybox-type-iframe .fancybox-inner,
	#page-7300 .fancybox-type-iframe .fancybox-inner,
	#page-4776 .fancybox-type-iframe .fancybox-inner {
		height: 180px !important;
	}
	/*.sticky-form-wrap {display: none !important;} */
	footer .container #text-6 {
		width: 100%;
	}
	.pg-cont-us-rigth form input, .pg-cont-us-rigth form textarea {
		box-shadow: 0 0 3px 0px #543778;
		border: 1px solid #543778;
	}
	.blog-left .post-navigation .nav-previous, .blog-left .post-navigation .nav-next {
		width: 100%;
		margin: 5px 0;
		text-align: left !important;
	}
	.blog-left .post-navigation a {
		display: block;
		font-size: 16px;
	}
}
@media screen and (max-width:460px) {
	.full-phone-body #header-desktop .header-tel {
		display: none;
	}
	#full-phone-number {
        display: flex;
        justify-content: center;
        align-items: center;
        position: fixed;
        top: 50px;
        left: 0;
        height: 50px;
        width: 100%;
        z-index: 9999999;
        background: #543778;
        border-bottom: 1px #7c5fa0 solid;
	}
	#full-phone-number span {
        display: block;
        color: #fff;
		font-size: 18px;
	}
	#full-phone-number svg {
		width: 18px;
		margin-right: 10px;
	}
	.full-phone-body .virtual-consultation {
	    top: 100px!important;
	}
	.virtual-consultation {
	    top: 50px!important;
	}
	body {
		padding-top: 84px;
	}
	body.full-phone-body {
		padding-top: 134px;
	}
	.men-section .men-procedures .box .ih-item.square p.boxmaintext {
    font-size: 14px;
    line-height: 16px;
    padding: 20px;
	}
}
@media screen and (max-width:414px) {
	#top-fixed .sl_top {
		min-height: 200px;
	}
	.rsOverflow, .rsSlideRoot .rsMainSlideImage {
		height: 300px !important;
	}
	.home-meet .home-meet-doctor.mobile {
	    height: 356px;
	}
	#top-fixed {
	    height: 349px;
	}
	#page-7564 #top-fixed, #page-7817 #top-fixed{
		height: auto;
	}

}
@media screen and (max-width:375px) {
	.home-meet .home-meet-doctor.mobile {
	    height: 322px;
	}
}
@media screen and (max-width:320px) {
	.home-meet .home-meet-doctor.mobile {
	    height: 275px;
	}
    #new-about-slider .rsContent .patient {
        bottom: 15%;
    }
    #new-about-slider .rsContent .review-text {
        top: 32%;
    }
	.box_procedures .box_info .btn a {
		width: 49%;
	    margin-bottom: 1%;
	}
}
img.rsImg {
    width: 100%;
    height: 100%;
}
.bx-viewport {
	overflow: visible !important;
}

/*css*/
.desktopnav .wt-menu>li:hover .sub-menu.gallery-box.procedures {
    left: -20% !important;
    padding: 0px 0;
}
/*.desktopnav .wt-menu>li:hover .sub-menu.gallery-box {*/
/*    left: -200% !important;*/
/*}*/
.desktopnav .wt-menu>li:hover .sub-menu.gallery-box.procedured {
    left: -83% !important;
}
/*.desktopnav .wt-menu>li.sub-child:hover .sub-menu {*/
/*    display: block!important;*/
/*}*/


@media screen and (min-width: 1024px) {
    .desktopnav .wt-menu > li:hover .sub-menu.gallery-box.procedured{
        width: 250px!important;
    }
    .par-child{ display:none!important; }
    .sub-parent:hover .par-child{
        display:block!important;
        position: absolute !important;
        top: 100px !important;
        /*left: 170px !important;*/
        background: rgba(58, 58, 58, 0.9) !important;
        z-index: 10 !important;
        width: 268px !important; }

    .sub-parent:hover .par-child {
        padding: 14px !important;
    }

    .desktopnav .wt-menu > li:hover .gallery-box > li{
        padding: 0 14px;
    }

    .second{
        left:292%!important;
        /* height: 122px;*/
    }
    .first{
        left:100%!important;
        /*height: 122px;*/
    }
    .for-mobile{
        display:none!important;
    }
    /*.desktopnav .wt-menu > li:hover .sub-menu.gallery-box.procedured.for-desktop{*/
    /*    display:block!important;*/
    /*}*/

    .desktopnav .wt-menu > li:hover .sub-menu.gallery-box.procedured.for-desktop{
        padding: 0px 0!important;
    }

    .desktopnav .wt-menu > li:hover .gallery-box.procedured.for-desktop > li > a{
        font-family: 'nunitoextralight';
    }
    .sub-parent:hover .par-child.second {
        width: 235px !important;
    }
}
#new-royalslider-20 {
    height: 300px !important;
    overflow: hidden;
    background: none;
    margin-bottom: 30px;
}
#new-royalslider-20.rsUni,
#new-royalslider-20.rsUni .rsOverflow,
#new-royalslider-20.rsUni .rsSlide,
#new-royalslider-20.rsUni .rsVideoFrameHolder,
#new-royalslider-20.rsUni .rsThumbs {
    background-color: none;
}
#new-royalslider-20 .rsContainer .rsSlide {
    padding: 0 0 90px 0;
}
#new-royalslider-20 .rsContainer > .rsSlide:nth-child(1) {
    background-color: #e3e3e3;
}
#new-royalslider-20.royalSlider .rsNav.rsBullets {
	padding: 10px 0;
    position: absolute;
    bottom: 0;
    display: flex;
    justify-content: center;
}
#new-royalslider-20.royalSlider .rsNav .rsBullet {
    width: 16px;
    margin: 0 10px;
    height: 16px;
    display: inline-block;
    padding: 0;
    cursor: pointer;
}

#new-royalslider-20.royalSlider .rsNav .rsBullet {
    width: 16px;
    margin: 0 10px;
    height: 16px;
    display: inline-block;
    padding: 0;
    cursor: pointer;
}
#new-royalslider-20.royalSlider .rsNav .rsBullet span {
	height: 10px;
	width: 10px;
	background-color: #b0b0b0;
	text-indent: -9999px;
	border: 3px #b0b0b0 solid;
	box-shadow: 0 0 0 1px #ccc;
	opacity: 1;
}
#new-royalslider-20.royalSlider .rsNav .rsNavSelected span {
	background-image: linear-gradient(#ffffff, #d2d2d2);
	text-indent: -9999px;
	border: 3px #b0b0b0 solid;
	box-shadow: 0 0 0 1px #ccc;
}
#new-royalslider-20 .rsSlide .rsContent .slide-content-box {
    width: 84%;
    text-align: center;
    margin-left: -42%;
    position: absolute;
    top: 0;
    left: 50%;
}
#new-royalslider-20 .rsSlide .rsContent .slide-content-box p {
	text-align: center;
	color: #000;
}
#new-royalslider-20 .rsSlide .rsContent .slide-content-box .morpheus8-title {
	max-width: 532px;
	width: 100%;
	vertical-align: bottom;
	padding: 60px 0 0 0;
}
#new-royalslider-20 .rsSlide .rsContent .slide-content-box .morpheus8-sub-title {
	text-transform: uppercase;
	font-size: 28px;
	line-height: 28px;
    font-family: 'open_sanssemibold';
	letter-spacing: 0.03em;
	padding: 10px 0 0 0;
}
#new-royalslider-20 .rsSlide .rsContent .slide-content-box .morpheus8-text {
	padding: 20px 0;
	font-family: 'nunitoregular';
	line-height: 28px;
	font-size: 22px;
}
#new-royalslider-20 .rsSlide .rsContent .slide-content-box .morpheus8-photo {
    width: 100%;
    max-width: 1256px;
    margin: 0 auto;
}
#new-royalslider-20 .rsSlide .rsContent .slide-content-box .morpheus8-photo img {
	width: 47%;
	padding: 1%;
	background-color: #fff;
}
#new-royalslider-20 .rsSlide .rsContent .slide-content-box .morpheus8-photo img:nth-child(1) {
    margin-right: 2%;
}
#new-royalslider-20 .rsSlide .rsContent .slide-content-box .morpheus8-photo img:nth-child(2) {
    margin-left: 2%;
}
#new-royalslider-20 .rsSlide .rsContent .slide-content-box .nordlys-text-box {
	width: 52%;
	margin: 9% 5% 0 0;
	float: left;
}
#new-royalslider-20 .rsSlide .rsContent #ultherapy-sld .nordlys-text-box {
    margin: 16% 5% 0 10%;
}
#new-royalslider-20 .rsSlide .rsContent .slide-content-box .nordlys-text-box img {
	display: block;
	margin: 0 auto 30px;
	max-width: 335px;
}
#new-royalslider-20 .rsSlide .rsContent .slide-content-box .nordlys-text-box p {
	font-size: 18px;
	/* color: #fff; */
	text-align: left;
	line-height: 1.4em;
	padding: 0;
}
#new-royalslider-20 .rsContainer > .rsSlide:nth-child(4) .slide-content-box .nordlys-text-box p,
#new-royalslider-20 .rsContainer > .rsSlide:nth-child(6) .slide-content-box .nordlys-text-box p {
    color: #453c3c;
}
#new-royalslider-20 .rsContainer > .rsSlide:nth-child(5) .slide-content-box .nordlys-text-box p,
#new-royalslider-20 .rsContainer > .rsSlide:nth-child(6) .slide-content-box .nordlys-text-box p {
    font-family: 'nunitolight';
}
#new-royalslider-20 .rsContainer > .rsSlide:nth-child(5) .slide-content-box .nordlys-text-box p span,
#new-royalslider-20 .rsContainer > .rsSlide:nth-child(6) .slide-content-box .nordlys-text-box p span {
	font-family: 'nunitoregular';
}
#new-royalslider-20 .rsSlide .rsContent .slide-content-box .fractora-text-box p {
	font-size: 19px;
	color: #453c3c;
	text-align: left;
	line-height: 30px;
	padding: 0;
}
#new-royalslider-20 .rsSlide .rsContent .slide-content-box .nordlys-photos-box {
	width: 43%;
	float: left;
	padding: 50px 0 0 0;
}
#new-royalslider-20 .rsSlide .rsContent:nth-child(6) .slide-content-box .nordlys-photos-box span:last-child {
	color: #453c3c;
    font-family: 'open_sanssemibold';
	font-style: italic;
	background: none;
	font-size: 18px;
	width: 100%;
	max-width: 80%;
	margin: 0 auto;
	line-height: 22px;
}
#new-royalslider-20 .rsSlide .rsContent .slide-content-box .nordlys-photos-box .nordlys-photos {
	position: relative;
	padding: 0;
	overflow: hidden;
}
#new-royalslider-20 .rsSlide .rsContent .slide-content-box .nordlys-photos-box .nordlys-photos > img:nth-child(1) {
	position: absolute;
	right: 0;
	bottom: 0;
}
#new-royalslider-20 .rsSlide .rsContent .slide-content-box .nordlys-photos-box .nordlys-photos img:nth-child(2) {
	position: absolute;
	left: 0;
	bottom: 0;
}
#new-royalslider-20 .rsSlide .rsContent .slide-content-box .nordlys-photos-box .nordlys-photos .nordlys-box {
	width: 100%;
    background: #fff;
}
#new-royalslider-20 .rsSlide .rsContent .slide-content-box .nordlys-photos-box .nordlys-photos .nordlys-box > img {
	width: 100%;
}
#new-royalslider-20 .rsSlide .rsContent .slide-content-box .nordlys-photos-box span {
	background-color: #926ebe;
	color: #fff;
	text-align: center;
	display: block;
	width: 100%;
	font-size: 16px;
	font-family: 'nunitoregular';
	line-height: 16px;
	padding: 7px;
}
#new-royalslider-20 .rsSlide .rsContent .slide-content-box .fractora-photos-box span {
	background-color: #0f3c55;
	color: #fff;
	text-align: center;
	display: block;
	width: 100%;
	font-size: 16px;
	font-family: 'nunitoregular';
	line-height: 16px;
	padding: 7px 0;
}
#new-royalslider-20 .rsSlide .rsContent .slide-content-box .what-is-evoke {
    width: 100%;
    overflow: hidden;
    padding: 6% 0 0 0;
    display: flex;
    justify-content: center;
}
#new-royalslider-20 .rsSlide .rsContent .slide-content-box .what-is-evoke img {
    max-width: 386px;
    height: inherit;
    box-sizing: content-box;
    margin: 0 1%;
    width: 31.33%;
    float: left;
}
#new-royalslider-20 .rsSlide .rsContent .slide-content-box .what-is-evoke .evoke-box {
    max-width: 386px;
    margin: 0 10px;
    position: relative;
    float: left;
    width: 31.33%;
    background-image: url(../images/Evoke-Slider-Central-Panel.jpg);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: left;
}
#new-royalslider-20 .rsSlide .rsContent .slide-content-box .what-is-evoke .evoke-box img {
    width: 100%;
    vertical-align: bottom;
}
#new-royalslider-20 .rsSlide .rsContent .slide-content-box .what-is-evoke .evoke-box h3 {
    font-family: 'open_sanssemibold';
    font-size: 20px;
    padding: 0;
    color: #010101;
    text-transform: uppercase;
    text-align: left;
    position: absolute;
    top: 10%;
    left: 45%;
}
#new-royalslider-20 .rsSlide .rsContent .slide-content-box .what-is-evoke .evoke-box p {
    font-family: 'open_sanssemibold';
    font-size: 18px;
    text-align: left;
    line-height: normal;
    color: #010101;
    padding: 0;
    position: absolute;
    top: 25%;
    left: 45%;
}
#new-royalslider-20 .rsSlide .rsContent .slide-content-box .inmode-logo {
    vertical-align: bottom;
    padding: 60px 0 0 0;
    max-width: 329px;
    width: 100%;
}
#new-royalslider-20 .rsSlide .rsContent .slide-content-box p {
	padding: 20px 0;
	font-family: 'nunitoregular';
	line-height: 28px;
	font-size: 20px;
}
#new-royalslider-20 .rsSlide .rsContent .slide-content-box .photos-flex-box {
    display: flex;
    justify-content: center;
}
#new-royalslider-20 .rsSlide .rsContent .slide-content-box .photos-flex-box .inmode-photo-left {
    width: 33%;
    padding: 0 1% 1% 1%;
    float: left;
    text-align: center;
    background: #fff;
    margin-right: 1%;
}
#new-royalslider-20 .rsSlide .rsContent .slide-content-box .photos-flex-box .inmode-photo-left > img:nth-child(1) {
    max-width: 141px;
    display: block;
    margin: 0 auto;
    padding: 15px 0;
}
#new-royalslider-20 .rsSlide .rsContent .slide-content-box .photos-flex-box .inmode-photo-left > img:nth-child(2) {
    width: 100%;
}
#new-royalslider-20 .rsSlide .rsContent .slide-content-box .photos-flex-box .inmode-photo-right {
    width: 65%;
    float: left;
    background: #fff;
    padding: 0 1% 1% 1%;
    margin-left: 1%;
}
#new-royalslider-20 .rsSlide .rsContent .slide-content-box .photos-flex-box .inmode-photo-right > img:nth-child(1) {
    max-width: 158px;
    display: block;
    margin: 0 auto;
    padding: 15px 0;
}
#new-royalslider-20 .rsSlide .rsContent .slide-content-box .photos-flex-box .inmode-photo-right > img:nth-child(2) {
    width: 49%;
    float: left;
}
#new-royalslider-20 .rsSlide .rsContent .slide-content-box .photos-flex-box .inmode-photo-right > img:nth-child(3) {
    width: 49%;
    float: right;
}
.silhouette-photo {
    width: 100%;
    vertical-align: baseline;
}
.ultherapy-video {
    width: 100%;
    padding: 10% 0 0 0;
}
#new-royalslider-20 .rsSlide .rsContent .slide-content-box .sld_injectab .ba_box {
	width: 50%;
}
#new-royalslider-20 .rsSlide .rsContent .slide-content-box .sld_injectab .ba_box2 {
	width: 30%;
    padding-left: 40px;
}
#new-royalslider-20 .rsSlide .rsContent .slide-content-box .sld_injectab img {
    max-width: 100% !important;
    height: inherit;
    margin: 0;
    width: 100% !important;
}
	#new-royalslider-20 .rsSlide .rsContent .sl-pos-center {
		top: 50%;
		-webkit-transform: translate(0,-50%);
		transform: translate(0,-50%);
		width: 100%;
		margin-left: -50%;
	}
	#new-royalslider-20 .rsSlide .rsContent .sl-pos-center .what-is-evoke {
		padding: 0 !important;
		position: relative;
		display: table-cell !important;
	}
	#new-royalslider-20 .rsSlide .rsContent .sl-pos-center .what-is-evoke img {
		max-width: 100%;
		margin: 0 1%;
		width: 30% !important;
		vertical-align: middle;
		float: none;
	}

#new-royalslider-20 .rsSlide .rsContent .sl-pos-center-fix .what-is-evoke .img1,
#new-royalslider-20 .rsSlide .rsContent .sl-pos-center-fix .what-is-evoke .img3 {
	margin-top: 215px;
}
.rsUni.rsHor .rsArrowLeft,
.rsUni.rsHor .rsArrowRight{
    height: 300px;
    width: 30px;}
#new-royalslider-20 .slide-content-box a{
display: flex;
    justify-content: center;
    align-items: center;}
#new-royalslider-20 .button-logo{
	display: block;
	/* width: 35%; */
	padding: 10px 0;
	margin-top:20px;
	background: #5D417F;
	border: 1px #5D417F solid;
	text-align: center;
	border-radius: 18px;
	color: #fff;
	transition: 1s;
}
#new-royalslider-20 .button-logo a{
	color: #ffffff;
	text-decoration: none;
}
#new-royalslider-20 .button-logo:hover{
	background: transparent;
	border: 1px #5D417F solid;
	transition: 1s;
	color:#5D417F;
}
@media only screen and (min-width: 1001px) and (max-width: 1360px) {
	#new-royalslider-20{
		width: 360px!important;
	}
}

/*@media screen and (max-width: 1024px) {*/
/*    .desktopnav .wt-menu > li:hover .sub-menu.gallery-box.procedured.for-desktop{*/
/*        display:none!important;*/
/*    }*/

/*    .for-mobile{*/
/*        display:block!important;*/
/*    }*/
/*}*/