/*----------------------------------------------------------------------------------- 
Theme Name: Millennial Plastic Surgery
Theme URI: https://millennialplasticsurgery.com/
Description: Millennial Plastic Surgery is a multi-location plastic surgery practice in New York City and Long Island specializing in cosmetic and reconstructive procedures.
Author: NY Medical Marketing
Author URI: https://www.nymedicalmarketing.com/
License: GNU General Public License version 3.0 
License URI: http://www.gnu.org/licenses/gpl-3.0.html 
Version: 1.0 
-------------------------------------------------------*/

@font-face {
	font-family: 'Roboto';
	src: url('fonts/Roboto-Bold.woff2') format('woff2'), url('fonts/Roboto-Bold.woff') format('woff');
	font-weight: bold;
	font-style: normal;
	font-display: swap;
}
@font-face {
	font-family: 'Roboto';
	src: url('fonts/Roboto-Regular.woff2') format('woff2'), url('fonts/Roboto-Regular.woff') format('woff');
	font-weight: normal;
	font-style: normal;
	font-display: swap;
}
@font-face {
	font-family: 'Roboto';
	src: url('fonts/Roboto-Light.woff2') format('woff2'), url('fonts/Roboto-Light.woff') format('woff');
	font-weight: 300;
	font-style: normal;
	font-display: swap;
}
@font-face {
	font-family: 'Silently FREE';
	src: url('fonts/SilentlyFREE.woff2') format('woff2'), url('fonts/SilentlyFREE.woff') format('woff');
	font-weight: normal;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: 'Wulkan Display';
	src: url('fonts/WulkanDisplayLight.woff2') format('woff2'), url('fonts/WulkanDisplayLight.woff') format('woff');
	font-weight: 300;
	font-style: normal;
	font-display: swap;
}
/*---------------------------------- 1. TYPOGRAPHY ---------------------------------- */
/*Video Popup Start----*/
.video-popup {
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,0.3);
	position: fixed;
	z-index: 999999;
	display: none;
}
.video-popup.show{
	display: block;
}
.iframe-wrapper {
	width: 50%;
	height: 70%;
	position: absolute;
	margin: auto;
	left: 50%;
	top: 50%;
	-webkit-transform: translate(-50%,-50%);
	-ms-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
}
.video-popup #iframeHolder {
	width: 100%;
	height: 100%;
	display: block;
	background-color: #fff;
}
.video-popup iframe {
	width: 100%;
	height: 100%;
}
.close-video {
	width: 40px;
	height: 40px;
	background: #fff;
	display: block;
	border-radius: 100%;
	position: absolute;
	right: -15px;
	top: -15px;
	cursor: pointer;
	z-index: 99;
	-webkit-box-shadow: 0 0 10px rgb(0 0 0 / 50%);
	box-shadow: 0 0 10px rgb(0 0 0 / 50%);
}
.video-close-icon {
	position: relative;
	width: 100%;
	height: 100%;
	display: block;
}
.video-close-icon::before {
	width: 60%;
	height: 2px;
	background: #000;
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
	right: 0;
	margin: auto;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
}
.video-close-icon::after {
	width: 60%;
	height: 2px;
	background: #000;
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
	right: 0;
	margin: auto;
	-webkit-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	transform: rotate(-45deg);
}
.page-publish {
	display: block;
	width: 100%;
	padding: 4px 10px 4px 8px;
	border-left: 5px solid #af8436;
	background: #74747424;
	color: #000;
	margin: 30px 0 0;
	font-size: 14px;
}
.drprofile {
    display: flex;
    justify-content: space-between;
    gap: 30px;
    align-items: center;
	width: 100%;
	padding: 10px 10px 10px 8px;
	background: #74747424;
	color: #000;
	margin: 30px auto;
	font-size: 14px;
	border-radius: 10px;
}
.drprofile .page-publish {
	display: flex;
    align-items: center;
    gap: 20px;
    flex-wrap: wrap;
	width: 100%;
	padding: 0;
	border-left: 0;
	background: none;
	color: #000;
	margin: 0;
	font-size: 14px;
}
.drprofile img {
    max-width: 50px;
    height: auto;
    margin-left: 15px;
}
.alignright {
	float: right;
	margin: 0.5em 0px 1.5em 2em;
}
.wp-caption-text {
	font-size: 14px;
	font-style: italic;
	padding-top: 0em;
	margin: 0;
	text-align: center;
}
.modal {
	display: none;
	position: relative;
	z-index: 99;
	padding-top: 100px;
	top: 0;
	overflow: auto;
	background-color: #0000002b;
	position: fixed;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	left: 0;
	right: 0;
	margin: 0 auto;
	height: 100vh;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}
.modal-content {
	background-color: #fefefe;
	margin: auto;
	padding: 50px;
	border: 1px solid #dcdcdc;
	width: 800px;
}
.close {
	color: #aaaaaa;
	float: right;
	font-size: 28px;
	font-weight: bold;
	cursor: pointer;
	line-height: 20px;
}
.modal-content p {
	font-size: 14px;
	max-width: -webkit-fit-content;
	max-width: -moz-fit-content;
	max-width: fit-content;
	line-height: 22px;
}
.modal-content strong {
	font-size: 14px;
	margin-bottom: 20px;
	padding-top: 4px;
}
.modal-content p {
	font-size: 14px;
	margin-bottom: 20px;
	padding-top: 4px;
}
.modal-content p a {
    text-decoration: underline;
    color: #000;
    display: inline;
}
.modal-content p a:hover {
    text-decoration: none;
}
button#disclaimerBtn {
	text-decoration: underline;
    font-size: 14px !important;
    margin-bottom: 20px;
    border: 1px dotted #ccc;
    padding: 10px;
    border-radius: 10px;
    background: #fff;
    line-height: 22px;
    width: 100%;
    max-width: 300px;
}
button#disclaimerBtn:hover {
	text-decoration: none;
	color: #af8436;
}
.inner-short {
    aspect-ratio: 9 / 16 !important;
    float: right;
    max-width: 400px;
    width: 100% !important;
    height: auto !important;
    border-radius: 20px;
    margin: 0 0 30px 30px;
}
.wheelchair-icon {
    margin-top: 20px !important;
    position: relative;
    padding-left: 34px;
    font-weight: bold;
}
.wheelchair-icon::before {
    content: '';
    position: absolute;
    top: 0px;
    left: 0px;
    width: 30px;
    height: 30px;
    background: url(images/wheelchair-icon.png) no-repeat;
    background-size: contain;
}
.lgbtq-icon {
    display: inline-block;
    position: relative;
    padding-left: 34px;
    font-weight: 400;
    font-size: 16px !important;
    margin-top: 25px !important;
}
.lgbtq-icon::before {
    content: '';
    position: absolute;
    top: 0px;
    left: 0px;
    width: 30px;
    height: 30px;
    background: url(images/lgbtq-icon.png) no-repeat;
    background-size: contain;
}
.landmarks-list {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 20px;
    margin-top: 30px;
    margin-bottom: 30px;
}
.landmarks-list li {
    max-width: 140px;
    text-align: center;
    padding-top: 60px;
    position: relative;
}
.landmarks-list li::before {
    content: '';
    width: 50px;
    height: 50px;
    display: block;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translate(-50%, 0px);
    border-radius: 50%;
}
.landmarks-list li::after {
    content: '';
    width: 30px;
    height: 30px;
    display: block;
    position: absolute;
    top: 10px;
    left: 50%;
    transform: translate(-50%, 0px);
    border-radius: 50%;
    background-size: contain;
    filter: invert(100%) sepia(0%) saturate(7500%) hue-rotate(130deg) brightness(113%) contrast(113%);
}
.landmarks-list .organization::before {
    background-color: #77909b;
}
.landmarks-list .organization::after {
    background-image: url(images/organization-icon.png);
}
.landmarks-list .church::before {
    background-color: #77909b;
}
.landmarks-list .church::after {
    background-image: url(images/church-icon.png);
}
.testimonials-count-holder {
	display: flex;
    flex-wrap: wrap;
    gap: 20px;
    justify-content: space-evenly;
    margin: 45px auto;
}
.testimonials-count-single {
    display: flex;
    flex-direction: column;
    align-items: center;
    max-width: 30%;
    min-width: 300px;
    background: #fff;
    padding: 20px;
    box-shadow: 2px 2px 10px #c3c3c3;
}
.testimonials-count-single .number {
	font-size: 24px;
    color: #052647;
    font-weight: bold;
}
.testimonials-count-single .from {
	
}
.testimonials-count-single a {
    margin-top: 10px;
}
.testimonials-count-single a img {
	max-width: 200px;
    width: 100%;
    height: auto;
}
.certifications-list {
    column-count: 2;   
}
.certifications-list li {
    display: flex;
    gap: 20px;
    align-items: center;
    flex-wrap: wrap;
    margin-bottom: 20px;
}
.certifications-list li .certificate-img {
    
}
.certifications-list li .certificate-img img {
    max-width: 60px;
    width: 100%;
    height: auto;
}
.certifications-list li .certificate-text {
    display: flex;
    flex-direction: column;
}
.certifications-list li .certificate-text span {
    
}
.certifications-list li .certificate-text span:first-child {
    font-weight: bold;
    font-size: 18px;
}
.certifications-list li .certificate-text span:last-child {
    
}
.eeatfooter {
    margin: 50px auto;
    padding: 20px;
    font-size: 14px;
    text-align: center;
}
.eeatfooter a {
    text-decoration: underline;
}
.eeatfooter a:hover {
    text-decoration: none;
}
.photo-slider {
    max-width: 600px;
    width: 100%;
    margin: 30px auto;
}
@media all and (max-width: 768px){
	.iframe-wrapper {
		width: 80%;
		height: 62%;
	}
	.video-popup #iframeHolder {
		width: 100%;
		height: unset;
		background-color: transparent;
		aspect-ratio: 16/9;
	}
}
/*Video Popup End----*/
/*LLCG Slider Slider Css */
.LLCGslider {
	position: relative;
	text-align: center;
	z-index: 6;
}
.LLCGslider-wraper {
	max-width: 100%;
	overflow: hidden;
	position: relative;
}
.LLCGslider-container {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	max-width: 100%;
	-webkit-transition: -webkit-transform 0.5s ease-in-out;
	transition: -webkit-transform 0.5s ease-in-out;
	-o-transition: transform 0.5s ease-in-out;
	transition: transform 0.5s ease-in-out;
	transition: transform 0.5s ease-in-out, -webkit-transform 0.5s ease-in-out;
}
.LLCGslider-container.LLCGslider-make-center {
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}
.LLCGslider-item {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 auto;
	flex: 0 0 auto;
	width: 100%;
	-webkit-transition: -webkit-transform 0.5s ease-in-out;
	transition: -webkit-transform 0.5s ease-in-out;
	-o-transition: transform 0.5s ease-in-out;
	transition: transform 0.5s ease-in-out;
	transition: transform 0.5s ease-in-out, -webkit-transform 0.5s ease-in-out;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	min-height: 1px;
}
.LLCGslider-nav {
	border: 0;
	background: transparent;
	cursor: pointer;
}
.LLCGslider-navs {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	gap: 30px;
}
.LLCGslider-dots {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}
.LLCGslider-dot {
	width: 12px;
	height: 12px;
	background: #333;
	border-radius: 50%;
	margin: 0 5px;
	cursor: pointer;
}
.LLCGslider-dot.active {
	background: #777;
}
/*Slider End */
* {
	margin: 0;
	padding: 0;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-transition: .4s;
	-o-transition: .4s;
	transition: .4s;
}
body {
	font-family: 'Roboto';
	font-size: 16px;
	line-height: 1.5;
	color: #000000;
	background: #FFFFFF;
	margin-right: 100px;
	counter-reset: dots dots-tow;
}
body::-webkit-scrollbar-track {
	-webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
	background-color: #f5f5f5;
}
body::-webkit-scrollbar {
	width: 10px;
	background-color: #f5f5f5;
}
body::-webkit-scrollbar-thumb {
	background: #AF8436;
}
a {
	text-decoration: none;
	display: inline-block;
}
a:hover {
	text-decoration: none;
}
button {
	border: none;
	outline: none;
}
input::-webkit-inner-spin-button {
	-webkit-appearance: none;
	appearance: none;
}
input {
	border: none;
	outline: none;
}
h1, h2, h3, h4, h5, h6, p {
	margin: 0;
	padding: 0;
}
img {
	border: none;
	max-width: 100%;
	display: block;
}
ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
button {
	background: transparent;
	cursor: pointer;
}
button:focus {
	border: none;
	outline: none;
	-webkit-box-shadow: none;
	box-shadow: none;
}
input:focus {
	border: none;
	outline: none;
	-webkit-box-shadow: none;
	box-shadow: none;
}
.main-inner strong a, .main-inner ul li strong a, .main-inner ol li strong a, .main-inner p strong a{
	font-weight: bold;
}
.align-center {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}
.text-center {
	text-align: center;
}
.container {
	width: 100%;
	max-width: 1366px;
	margin: 0 auto;
}
/* default btn */
.default-btn {
	font-family: Roboto;
	font-weight: bold;
	font-size: 16px;
	letter-spacing: 0.1em;
	line-height: normal;
	color: #fff;
	text-align: center;
	text-transform: uppercase;
	padding: 40px 48px;
	border: 2px solid white;
	min-width: 334px;
}
.default-btn:hover {
	background: #af8436;
	border-color: transparent;
}
.default-btn.brown {
	background: #8b6725;
	border-color: transparent;
	color: #fff;
}
.default-btn.brown:hover {
	background: transparent;
	border-color: #AF8436;
}
.default-btn.white {
	background: #FFFFFF;
	color: #000000;
	border-color: #000000;
}
.default-btn.white:hover {
	background: transparent;
	color: #FFF;
	border-color: #af8436;
}
/*---------------------------------- 1. HEADER AREA START ---------------------------------- */
.min-header.fixed {
	background: black;
}
.min-header.black {
	background: #000000;
}
.min-header {
	background: rgb(0 0 0 / 70%);
	position: fixed;
	top: 0;
	left: 0;
	width: calc(100% - 100px);
	z-index: 999;
}
.header-wrap {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	padding-right: 35px;
}
/* logo */
.logo a {
	height: 100%;
	background: #AF8436;
	padding: 10px;
	width: 291px;
	text-align: center;
}
.logo a img {
	margin: 0 auto;
	aspect-ratio: unset;
}
/* rihgt */
.header-right {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	gap: 80px;
}
.header-right ul {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	gap: 0 45px;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}
.header-right ul li {
	position: relative;
	padding: 33px 0;
}
.header-right ul li a {
	font-family: Roboto;
	font-weight: normal;
	font-size: 14px;
	letter-spacing: 0.2em;
	line-height: normal;
	color: #fff;
	text-transform: uppercase;
	-webkit-transition: .3s;
	-o-transition: .3s;
	transition: .3s;
}
.header-right ul li a:hover {
	color: #af8436;
}
.header-right ul li:hover ul {
	opacity: 1;
	visibility: visible;
	top: 100%;
}
.header-right ul li ul {
	display: none;
}
.header-right ul li:hover > ul {
	display: block;
}
/* drop down */
.header-right ul ul {
	position: absolute;
	top: 50%;
	left: 0;
	width: 300px;
	display: block;
	padding: 0 20px 20px 20px;
	background: rgb(0 0 0 / 70%);
	-webkit-filter: drop-shadow(0px 10px 40px rgba(0, 0, 0, 0.16));
	filter: drop-shadow(0px 10px 40px rgba(0, 0, 0, 0.16));
	opacity: 0;
	visibility: hidden;
	-webkit-transition: .4s cubic-bezier(0.4, 0, 1, 1);
	-o-transition: .4s cubic-bezier(0.4, 0, 1, 1);
	transition: .4s cubic-bezier(0.4, 0, 1, 1);
}
.header-right ul ul li {
	padding: 6px 0;
}
/* Free Consultation */
.free-cons {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	gap: 35px;
}
.free-cons a, .free-cons button {
	font-family: Roboto;
	font-weight: 300;
	font-size: 20px;
	line-height: normal;
	color: #fff;
	text-transform: uppercase;
	position: relative;
	padding-left: 35px;
	border: 0px;
	background: none;
}
.free-cons a:hover, .free-cons button:hover {
	color: #af8436;
}
.free-cons button::after {
	content: '';
	position: absolute;
	top: 0;
	left: 0px;
	width: 22px;
	height: 20px;
	background: url('images/sp.svg') no-repeat;
	background-position: top 0 left -60px;
	bottom: 0;
	margin: auto;
}
.header-right .free-cons button::after {
	top: 1px;
}
.mps-width .free-cons button::after {
	left: 28px;
	top: -3px;
}
.free-cons a::after {
	content: '';
	position: absolute;
	top: 0px;
	left: 0;
	width: 22px;
	height: 20px;
	background: url('images/sp.svg') no-repeat;
	background-position: top 0 left -102px;
}
.header-right .free-cons a::after {top: 3px;}
.mps .free-cons {
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}
/* body side bar */
.body-side-bar {
	width: 100px;
	background: #f9f9f9;
	height: 100vh;
	position: fixed;
	top: 0;
	right: 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	z-index: 3;
}
/* mobile bars */
.mobile-bars {
	width: 60px;
	position: fixed;
	top: 20px;
	right: 20px;
	cursor: pointer;
	z-index: 999;
}
.mobile-bars span {
	width: 100%;
	display: block;
	margin: 10px 0;
	border: 1px solid #000;
}
.mobile-bars span:nth-child(1), .mobile-bars span:nth-child(2) {
	margin-left: auto;
}
.mobile-bars:hover span:nth-child(1) {
	width: 60%;
}
.mobile-bars:hover span:nth-child(2) {
	width: 80%;
}
/* Side Bar */
.mobile-bars.active span:nth-child(1) {
	-webkit-transform: rotate(45deg) translate(2px, 7px);
	-ms-transform: rotate(45deg) translate(2px, 7px);
	transform: rotate(45deg) translate(2px, 7px);
}
.mobile-bars.active span:nth-child(2) {
	-webkit-transform: translateX(80px);
	-ms-transform: translateX(80px);
	transform: translateX(80px);
}
.mobile-bars.active span:nth-child(3) {
	-webkit-transform: rotate(-45deg) translate(11px,-15px);
	-ms-transform: rotate(-45deg) translate(11px,-15px);
	transform: rotate(-45deg) translate(11px,-15px);
}
/* hover */
.mobile-bars.active:hover span:nth-child(1) {
	width: 100%;
}
.mobile-bars.active:hover span:nth-child(2) {
	width: 100%;
}
/* body side bar nav */
.body-side-bar ul {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	gap: 22px;
	position: relative;
}
.body-side-bar ul::after {
	content: '';
	position: absolute;
	left: 0;
	right: 0;
	bottom: -160px;
	margin: auto;
	width: 17px;
	height: 86px;
	background: url('images/sp.svg') no-repeat;
	background-position: bottom 0 left 0;
	-webkit-animation: bounce-top 10s linear 0s infinite normal none;
	animation: bounce-top 10s linear 0s infinite normal none;
}
.body-side-bar ul li a {
	width: 32px;
	height: 32px;
	background: url('images/sp.svg') no-repeat;
	display: block;
}
.body-side-bar ul li:nth-child(2) a {
	background-position: top -57px left 0px;
}
.body-side-bar ul li:nth-child(3) a {
	background-position: top -115px left 0px;
}
.body-side-bar ul li:nth-child(4) a {
	background-position: top -171px left 0px;
}
.body-side-bar ul li a span {
	display: none;
}
.body-side-bar ul li a:hover {
	-webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(1, 1, 5, 45deg);
	transform: scale3d(1.1, 1.1, 1.1) rotate3d(1, 1, 5, 45deg);
}
/* animation */
@-webkit-keyframes bounce-top {
	0% {
		-webkit-transform:translateY(0);
		transform:translateY(0);
	}
	40% {
		-webkit-transform:translateY(-24px);
		transform:translateY(-24px);
	}
	55% {
		-webkit-transform:translateY(0);
		transform:translateY(0);
	}
	65% {
		-webkit-transform:translateY(-12px);
		transform:translateY(-12px);
	}
	75% {
		-webkit-transform:translateY(0);
		transform:translateY(0);
	}
	82% {
		-webkit-transform:translateY(-6px);
		transform:translateY(-6px);
	}
	87% {
		-webkit-transform:translateY(0);
		transform:translateY(0);
	}
	93% {
		-webkit-transform:translateY(-4px);
		transform:translateY(-4px);
	}
	100% {
		-webkit-transform:translateY(0);
		transform:translateY(0);
	}
}
@keyframes bounce-top {
	0% {
		-webkit-transform:translateY(0);
		transform:translateY(0);
	}
	40% {
		-webkit-transform:translateY(-24px);
		transform:translateY(-24px);
	}
	55% {
		-webkit-transform:translateY(0);
		transform:translateY(0);
	}
	65% {
		-webkit-transform:translateY(-12px);
		transform:translateY(-12px);
	}
	75% {
		-webkit-transform:translateY(0);
		transform:translateY(0);
	}
	82% {
		-webkit-transform:translateY(-6px);
		transform:translateY(-6px);
	}
	87% {
		-webkit-transform:translateY(0);
		transform:translateY(0);
	}
	93% {
		-webkit-transform:translateY(-4px);
		transform:translateY(-4px);
	}
	100% {
		-webkit-transform:translateY(0);
		transform:translateY(0);
	}
}
/* Side Menu ---------- */
.side-menu-area {
	background: #FFF;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-transform: translateX(-100%);
	-ms-transform: translateX(-100%);
	transform: translateX(-100%);
	-webkit-transition: .4s cubic-bezier(.77,0,.175,1);
	-o-transition: .4s cubic-bezier(.77,0,.175,1);
	transition: .4s cubic-bezier(.77,0,.175,1);
}
/* left */
.left-side {
	width: 230px;
	background: #1F1F1F;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}
.left-side .side-logo {
	background: #AF8436;
	padding: 15px 30px;
	width: 100%;
}
.left-side .side-logo img {
	margin-left: 20px;
	aspect-ratio: unset;
}
.left-side ul li {
	margin-bottom: 22px;
}
.left-side ul li button, .left-side ul li a {
	width: 32px;
	height: 32px;
	background: url('images/sp.svg') no-repeat;
	display: block;
	cursor: pointer;
}
.left-side ul li:nth-child(2) button, .left-side ul li:nth-child(2) a {
	background-position: top -58px left 0;
}
.left-side ul li:nth-child(3) button, .left-side ul li:nth-child(3) a {
	background-position: top -115px left 0;
}
.left-side ul li:nth-child(4) button, .left-side ul li:nth-child(4) a {
	background-position: top -173px left 0;
}
.left-side ul li:nth-child(5) a {
	background-image: url(images/youtube-icon.png);
    background-position: center;
    background-size: 18px;
    background-color: #fff;
    border-radius: 50%;
}
.left-side ul li button:hover, .left-side ul li a:hover {
	-webkit-transform: rotate(20deg) scale3d(1.2, 1.2, 1.2);
	transform: rotate(20deg) scale3d(1.2, 1.2, 1.2);
}
.side-copy {
	padding: 15px;
}
.side-copy p, .side-copy button {
	font-family: Roboto;
	font-weight: normal;
	font-size: 13px;
	text-align: center;
	color: #fff;
	line-height: 22px;
	margin-bottom: 10px;
}
.side-copy p button {
	text-decoration: underline;
}
/* right ---------*/
.right-side {
	width: 100%;
	padding: 130px 20px 20px 30px;
}
.side-menu-area.active {
	-webkit-transform: translateX(0);
	-ms-transform: translateX(0);
	transform: translateX(0);
}
.right-side ul {
	max-width: 450px;
}
.right-side ul li {
	padding: 10px 30px 5px 5px;
	position: relative;
	-webkit-transition: .4s cubic-bezier(.77,0,.175,1);
	-o-transition: .4s cubic-bezier(.77,0,.175,1);
	transition: .4s cubic-bezier(.77,0,.175,1);
	z-index: 2;
}
.right-side ul li::after {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 0;
	height: 100%;
	background: #1F1F1F;
	z-index: -1;
	-webkit-transition: .4s;
	-o-transition: .4s;
	transition: .4s;
}
.right-side ul li a {
	font-family: Roboto;
	font-weight: 300;
	font-size: 22px;
	letter-spacing: 0;
	color: #151C2B;
	display: block;
	text-transform: uppercase;
}
.right-side ul ul li a {
	color: #fff;
	font-size: 20px;
}
/* Hover ---- */
.right-side ul li:hover {
	padding-left: 15px;
}
.right-side ul li:hover > a {
	color: #FFF;
}
.right-side ul li:hover ul ul {
	left: 103%;
	top: -15px;
}
.right-side ul li:hover::after {
	width: 100%;
}
/* Drop Down */
.right-side ul ul {
	position: absolute;
	top: 0;
	left: 90%;
	width: 100%;
	background: #1F1F1F;
	padding: 15px;
	opacity: 0;
	visibility: hidden;
	transition: all .5s ease-in-out;
}
.right-side ul li:hover > ul {
	opacity: 1;
	visibility: visible;
	left: 100%;
	transition: all .5s ease-in-out;
}
.right-side ul ul li::after {
	display: none;
}
/* drop down arrow */
.dropdown-menu-items {
	position: absolute;
	top: 10px;
	right: 0;
	pointer-events: none;
	width: 22px;
	height: 22px;
	background: transparent;
}
.dropdown-menu-items::after {
	content: '';
	position: absolute;
	inset: 0;
	width: 0;
	height: 0;
	margin: auto;
	border: 10px solid transparent;
	border-left-color: #000000;
}
.right-side ul li:hover .dropdown-menu-items::after {
	border-left-color: #FFF;
}
/* Banner Section ------------- */
.vidbox {
	position: absolute;
	z-index: -2;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
}
.vidbox video {
	/*-webkit-filter: grayscale(1);
	filter: grayscale(1);*/
	width: 100%;
	height: 100%;
	z-index: 1;
	-o-object-fit: cover;
	object-fit: cover;
	position: relative;
	-o-object-position: center;
	object-position: center;
}
.vidbox:before {
	content: '';
	width: 100%;
	height: 100%;
	background-color: #00000075;
	position: absolute;
	mix-blend-mode: multiply;
	z-index: 2;
	top: 0;
	left: 0;
}
.banner-section.before::before {
	background: url('images/bannerLineBg.png') no-repeat;
	height: 260px;
	bottom: 40%;
	top: unset;
}
/*.banner-section.after::after {
background: #fff;
-webkit-clip-path: polygon(0 100%, 100% 0, 100% 100%, 0% 100%);
clip-path: polygon(0 100%, 100% 0, 100% 100%, 0% 100%);
}*/
.banner-wrap {
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
	align-items: flex-start;
	padding: 140px 0px 100px;
	max-width: 1565px;
	margin: 0 auto;
}
.banner-content {
	max-width: 60%;
	width: 100%;
	margin: 0 auto;
	text-align: left;
}
.banner-content h1 {
	font-family: "Wulkan Display";
	font-weight: 300;
	font-size: 109px;
	line-height: 102px;
	color: #fff;
	text-transform: uppercase;
	margin-bottom: 40px;
}
.banner-content h1 span {
	font-family: Roboto;
	font-weight: normal;
	font-size: 31px;
	letter-spacing: 0.4em;
	line-height: normal;
	color: #fff;
	display: block;
	margin-bottom: 40px;
}
.googlereviews {
	display: flex;
	align-items: center;
	gap: 30px;
	font-family: Roboto;
	font-weight: normal;
	font-size: 31px;
	letter-spacing: 0.2em;
	line-height: 52px;
	text-transform: uppercase;
	color: #fff;
	margin-bottom: 45px;

}
.googlereviews div {
    display: flex;
    font-size: 16px;
    line-height: 1.6;
    align-items: center;
    gap: 20px;
    letter-spacing: 2px;
}
.googlereviews img {
    max-width: 125px;
    height: auto;
}
.about-shokrian {
	display: flex;
	justify-content: flex-start;
	align-items: center;
	color: #fff;
	gap: 65px;
}
.about-shokrian a {
	color: #fff;
	display: flex;
	flex-direction: column;
	font-size: 25px;
	line-height: 1.5;
	background: rgba(255, 255, 255, 0.08);
	border: 1px solid rgba(255, 255, 255, 0.35);
	padding: 27px 40px;
	padding-left: 154px;
	position: relative;
	transition: 0.3s;
	font-weight: normal;
}
.about-shokrian a:before {
	content: '';
	background: url(images/dr-david-link.jpg) no-repeat;
	width: 114px;
	height: 116px;
	position: absolute;
	bottom: 0px;
	margin: auto;
	left: 0px;
}
.about-shokrian a:hover {
	border: 1px solid rgba(255, 255, 255, 1);
}
.about-shokrian a span {
	margin: 0px;
	display: block;
	font-size: 16px;
	letter-spacing: 0.1em;
	line-height: 1.5;
	font-weight: 300;
}
.banner-content .googlereviews > span {
	color: #fff;
	background: #00000057;
	width: 93px;
	height: 93px;
	text-align: center;
	display: flex;
	justify-content: center;
	align-items: center;
	border-radius: 100px;
	margin-bottom: 0px;
	font-size: 31px;
	letter-spacing: 0;
}
.banner-content span {
	font-family: Roboto;
	font-weight: bold;
	font-size: 20px;
	letter-spacing: 0.2em;
	line-height: normal;
	color: #fff;
	margin-bottom: 70px;
	display: block;
}
.about-shokrian ul li {
	font-size: 18px;
	letter-spacing: 0.1em;
	line-height: 34px;
	text-transform: uppercase;
	position: relative;
	padding-left: 34px;
}
.about-shokrian ul li:before {
	content: '';
	background: url(images/sp.svg) no-repeat;
	width: 17px;
	height: 17px;
	position: absolute;
	bottom: 0px;
	margin: auto;
	left: 0px;
	background-position: top -256px left -216px;
	top: 0;
}
.banner-content-right {
	width: 100%;
	max-width: 40%;
	border-left: 1px solid #fff;
	padding-left: 30px;
}
.banner-content-right .fifteen-year-right .years span {
	font-family: Roboto;
	font-weight: bold;
	font-size: 27px;
	letter-spacing: 0.1em;
	line-height: normal;
	color: #fff;
	display: block;
}
.banner-content-right .fifteen-year-right .years {
	padding: 125px 0 110px 325px;
}
img.banenr-accolades {
	width: 390px;
	height: 132px;
	max-width: 100%;
}
.testi-hero {
	font-family: Roboto;
	font-weight: normal;
	font-style: italic;
	font-size: 27px;
	line-height: 38px;
	text-align: left;
	color: #fff;
	position: relative;
	padding-left: 60px;
	margin-left: 32px;
}
.testi-hero span:last-child {
	display: block;
	font-style: normal;
	margin-top: 30px;
}
.testi-hero:before {
	content: '';
	width: 40px;
	height: 40px;
	position: absolute;
	left: 0;
	top: 0;
	background: url('images/sp.svg')no-repeat;
	background-position: top -248px left -250px;
}
/* Services section ----------- */
.service-section {
	background: #000000 url('images/serviceBg.jpg') no-repeat;
	background-size: cover;
	background-position: center;
	padding-bottom: 113px;
}
.service-section.after::after {
	background: #1f1f1f;
	-webkit-clip-path: polygon(100% 100%, 0 0, 0 100%);
	clip-path: polygon(100% 100%, 0 0, 0 100%);
	margin-bottom: -2px;
}
.service-wrap {
	padding: 220px 0px 200px 0px;
	max-width: 1552px;
	width: 100%;
	margin-left: auto;
}
.service-wrap h2 {
	font-size: 80px;
}
.service-wrap .third-row {
	font-family: Roboto;
	font-weight: 300;
	font-size: 14px;
	letter-spacing: 0.1em;
	line-height: 26px;
	color: #fff;
	text-transform: uppercase;
	max-width: 800px;
	background-color: rgba(0,0,0, 0.1);
	margin-bottom: 20px;
}
.service-wrap .third-row a {color: #fff;text-decoration: underline;}
.service-wrap .third-row a:hover {text-decoration: none;}

.service-carousel {
	margin-top: 77px;
	padding-right: 265px;
}
.single-service {
	position: relative;
	padding-bottom: 132px;
	text-align: left;
}
.single-service::after {
	content: '';
	position: absolute;
	bottom: 0;
	left: 0;
	width: 1px;
	height: 100px;
	background: rgb(255 255 255 / 66%);
}
.single-service h3, .single-service h3 a {
	font-family: "Wulkan Display";
	font-weight: 300;
	font-size: 46px;
	line-height: normal;
	color: #fff;
	margin-bottom: 40px;
}
.single-service p {
	font-family: Roboto;
	font-weight: 300;
	font-size: 16px;
	letter-spacing: 0.1em;
	line-height: 32px;
	color: #b5b5b5;
	min-height: 130px;
}

.single-service p a {
	color: inherit;
	text-decoration: underline;
}

/* 15 YEARS Section --------- */
.fifteen-years-sec {
	background: #1F1F1F;
	padding-top: 66px;
	position: relative;
	z-index: 2;
}
.fifteen-years-sec::before {
	content: '';
	position: absolute;
	top: 12%;
	left: 0;
	width: 100%;
	height: 255px;
	background: url('images/fifteenLineBg.png') no-repeat;
	z-index: 1;
}
.fifteen-years-sec::after {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 50%;
	height: 100%;
	background: #000000;
	z-index: -1;
	-webkit-clip-path: polygon(44% 0, 0% 0, 100% 5%, 100% 100%, 80% 100%, 0 100%, 0% 80%, 0 0);
	clip-path: polygon(44% 0, 0% 0, 100% 5%, 100% 100%, 80% 100%, 0 100%, 0% 80%, 0 0);
}
.fifteen-year-wrap {
	max-width: 1507px;
	width: 100%;
	padding-left: 15px;
	padding-right: 15px;
	margin: 0 auto;
	display: -ms-grid;
	display: grid;
	gap: 320px;
	-ms-grid-columns: 591px 320px auto;
	grid-template-columns: 591px auto;
	position: relative;
	z-index: 3;
}
/* left */
.fifteen-year-left img {
	margin-top: -107px;
}
/* right */
.fifteen-year-right .years {
	font-family: Roboto;
	font-weight: normal;
	font-size: 21px;
	letter-spacing: 0.1em;
	line-height: normal;
	color: #fff;
	position: relative;
	padding: 125px 0 160px 325px;
}
.fifteen-year-right .years span {
	font-family: Roboto;
	font-weight: bold;
	font-size: 31px;
	letter-spacing: 0.1em;
	line-height: normal;
	color: #af8436;
	display: block;
}
.fifteen-year-right .years::after {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 305px;
	height: 285px;
	background: url('images/doctor/fifteenText.png') no-repeat;
}
.fifteen-year-right h2 {
	font-family: "Wulkan Display";
	font-weight: 300;
	font-size: 72px;
	line-height: normal;
	color: #fff;
	margin-bottom: 43px;
}
.client-based {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	gap: 65px;
	margin-bottom: 46px;
}
.client-based div {
	font-family: Roboto;
	font-weight: normal;
	font-size: 12px;
	letter-spacing: 0.1em;
	line-height: 26px;
	color: #fff;
}
.client-based div:last-child {
	border-left: 1px solid #FFFFFF;
	padding-left: 35px;
}
.client-based div span {
	font-family: Roboto;
	font-weight: bold;
	font-size: 16px;
	letter-spacing: 0.1em;
	line-height: normal;
	color: #fff;
	display: block;
	margin-bottom: 4px;
}
.fifteen-year-right p {
	font-family: Roboto;
	font-weight: 300;
	font-size: 16px;
	letter-spacing: 0.1em;
	line-height: 30px;
	color: #fff;
	margin-bottom: 30px;
}
.fifteen-year-right .text::first-letter {
	font-family: "Wulkan Display";
	font-size: 50px;
	float: left;
}
.fifteen-year-right .default-btn {
	margin-top: 45px;
}
/* Brand Section ---------------- */
.brand-section {
	padding: 115px 0 214px 0;
}
/*.brand-section.after::after {
background: #000000;
-webkit-clip-path: polygon(100% 4%, 0% 100%, 100% 100%);
clip-path: polygon(100% 4%, 0% 100%, 100% 100%);
}*/
.brand-img-wrap {
	max-width: 1630px;
	width: 100%;
	padding: 0 15px;
	margin: 0 auto;
}
/* PROCEDUREs Tab Section ----------- */
.procedures-tab-sec {
	background: #000000;
	margin-top: -2px;
	padding-top: 140px;
	padding-bottom: 140px;
}
.procedures-wrap {
	max-width: 1630px;
	width: 100%;
	padding: 0 15px;
	margin: 0 auto;
}
.procedures-wrap h2 {
	text-align: center;
	margin-bottom: 60px;
}
/* tab tigger */
.tab-tigger {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	gap: 65px;
	margin-bottom: 77px;
}
.tab-tigger li {
	font-family: Roboto;
	font-weight: 300;
	font-size: 20px;
	letter-spacing: 0.3em;
	line-height: normal;
	text-align: center;
	color: #fff;
	text-transform: uppercase;
	cursor: pointer;
	position: relative;
}
.tab-tigger li.active {
	font-weight: bold;
	color: #AF8436;
}
.tab-tigger li.active::after {
	content: '';
	position: absolute;
	bottom: -26px;
	left: 0;
	right: 0;
	margin: auto;
	width: 21px;
	height: 14px;
	background: url('images/sp.svg') no-repeat;
	background-position: top 0 left -147px;
}
.tab-tigger li span {
	width: 265px;
	height: 215px;
	display: inline-block;
	margin-bottom: 10px;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	-webkit-filter: grayscale(1);
	filter: grayscale(1);
}
.tab-tigger li.active span {
	-webkit-filter: grayscale(0);
	filter: grayscale(0);
}
/* tab body */
.single-proce-tab {
	display: -ms-grid;
	display: grid;
	-ms-grid-columns: 410px 58px auto 58px 516px;
	grid-template-columns: 410px auto 516px;
	gap: 58px;
}
/* img */
.single-pro-img img {
	height: 100%;
	display: block;
	-o-object-fit: cover;
	object-fit: cover;
	-o-object-position: center;
	object-position: center;
	-webkit-filter: grayscale(1);
	filter: grayscale(1);
}
.text-tab-body h3 {
	font-family: "Wulkan Display";
	font-weight: 300;
	font-size: 60px;
	line-height: normal;
	color: #fff;
}
.text-tab-body p {
	font-family: Roboto;
	font-weight: 300;
	font-size: 16px;
	letter-spacing: 0.1em;
	line-height: 36px;
	color: #fff;
	padding: 58px 35px 58px 0;
	position: relative;
	min-height: 332px;
}
.text-tab-body p::after {
	content: '';
	position: absolute;
	top: 0;
	left: -100px;
	width: 100px;
	height: 100%;
	background: black;
}
/* review */
.proce-tab-review {
	padding: 130px 45px 65px 45px;
	border-left: 1px solid rgb(255 255 255 / 22%);
	border-right: 1px solid rgb(255 255 255 / 22%);
	position: relative;
}
.proce-tab-review::after {
	content: '';
	position: absolute;
	top: 70px;
	left: 0;
	right: 0;
	margin: auto;
	width: 50px;
	height: 39px;
	background: url('images/sp.svg') no-repeat;
	background-position: top -41px left -60px;
}
.proce-tab-review p {
	font-family: "Wulkan Display";
	font-weight: 300;
	font-style: italic;
	font-size: 24px;
	line-height: 35px;
	text-align: center;
	color: #fff;
}
.proce-tab-review span {
	font-family: Roboto;
	font-weight: normal;
	font-size: 20px;
	line-height: normal;
	text-align: center;
	color: #fff;
	display: block;
	margin-top: 18px;
}
/* Free Consultation Section -------- */
.free-consultation-sec {
	background: rgb(31, 31, 31);
	padding-top: 45px;
	position: relative;
	z-index: 2;
}
.free-consultation-sec::after {
	content: "";
	position: absolute;
	bottom: 30px;
	left: 0px;
	width: 100%;
	height: 255px;
	background: url("images/fifteenLineBg.png") no-repeat;
	background-size: contain;
}
.free-consultation-sec.before::before {
	-webkit-clip-path: polygon(0px 0px, 100% 0px, 100% 100%, 0px 18%);
	clip-path: polygon(0px 0px, 100% 0px, 100% 100%, 0px 18%);
	height: 160px;
}
.free-cons-wrap {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}
.free-cons-left-wrap {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	padding: 145px 0 260px 0;
}
/* left */
.free-cons-left span.heading {
	font-family: "Silently FREE";
	text-align: right;
	text-transform: initial;
	color: #ae8436;
}
.free-cons-left {
	text-align: right;
	padding-right: 40px;
}
.free-cons-right {
	padding-left: 40px;
	max-width: 500px;
}
.free-cons-left span:last-child {
	color: #fff;
	text-transform: uppercase;
	display: block;
	letter-spacing: 2.3px;
}
.free-cons-left span.heading span {
	font-size: 102px;
	margin-bottom: 10px;
}
.free-cons-left p {
	font-family: Roboto;
	font-weight: normal;
	font-size: 18px;
	letter-spacing: 0.2em;
	line-height: 39px;
	color: #fff;
	text-transform: uppercase;
}
/* right */
.main-inner .free-cons-right {
	max-width: 413px;
	width: 100%;
	margin-left: 50px;
	padding-left: 50px;
	-webkit-box-sizing: content-box;
	box-sizing: content-box;
	border-left: 1px solid #FFF;
}
.main-inner .free-cons-right p {
	font-family: "Wulkan Display";
	font-weight: 300;
	font-size: 16px;
	letter-spacing: 0.1em;
	line-height: 30px;
}
.main-inner .free-cons-right a {
	font-family: Roboto;
	font-weight: 300;
	font-size: 38px;
	line-height: normal;
	margin-top: 8px;
	padding-left: 55px;
	position: relative;
	border-bottom: 0px;
}
.free-cons-right .nodecor a {
	color: inherit;
    font-size: inherit;
	padding-left: inherit;
	text-decoration:underline;
	
}
.free-cons-right .nodecor a:before, .free-cons-right .nodecor a:after{
	display:none;
}
.caption { margin-top: 20px;}
.main-inner .free-cons-right a:hover {
	color: #bf9851;
}
.main-inner .free-cons-right a::after {
	content: '';
	position: absolute;
	top: 9px;
	left: 0;
	width: 35px;
	height: 34px;
	background: url(images/sp.svg) no-repeat;
	background-position: top -42px left -131px;
	border-bottom: 0px;
	-webkit-transition: unset;
	-o-transition: unset;
	transition: unset;
	-webkit-filter: brightness(0);
	filter: brightness(0);
}
.main-inner .free-cons-right a:hover:after{
	width: 35px;
	border-bottom: 0px;
}
.free-cons-left-wrap .free-cons-right.first-letter p {
	color: #fff;
}
.free-cons-left-wrap .free-cons-right.first-letter a {
	color: #ffbd44;
	font-family: Roboto;
	font-weight: 300;
	font-size: 38px;
	line-height: 41px;
	text-align: left;
	/* color: #fff; */
	margin-top: 30px;
	margin-left: 90px;
}
/* images */
.free-cons-img img {
	display: block;
}
/* Before & After Section ------ */
.before-after-sec.after::after {
	background: #1F1F1F;
	z-index: 1;
	-webkit-clip-path: polygon(100% 0, 0% 100%, 100% 100%);
	clip-path: polygon(100% 0, 0% 100%, 100% 100%);
	bottom: -2px;
}
.before-after-wrap {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}
.before-after-wrap > div {
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
}
/* left */
.before-after-left {
	background: url('images/beforeAfterBg.jpg') no-repeat;
}
/* right */
.before-after-right {
	padding: 180px 0 185px 0;
	background: #000000;
	text-align: center;
}
.before-after-right span {
	font-family: Roboto;
	font-weight: 300;
	font-size: 42px;
	line-height: normal;
	color: #af8436;
	margin-top: 65px;
	position: relative;
}
.before-after-right span:last-child {
	font-family: Roboto;
	font-weight: normal;
	font-size: 16px;
	letter-spacing: 0.4em;
	line-height: normal;
	color: #fff;
	margin-top: 15px;
	display: block;
}
.before-after-right .heading{
	margin: 0 0 40px;
}
/* Testimonials Section --- */
.testimonials-sec {
	margin-top: -2px;
	background: #1F1F1F;
	position: relative;
	z-index: 2;
}
.testimonials-sec::after {
	position: absolute;
	content: "";
	width: 100%;
	height: 260px;
	bottom: 125px;
	left: 0px;
	background: url("images/testimonialBg.png") no-repeat;
	z-index: -1;
}
.testimonials-sec::before {
	position: absolute;
	content: '';
	width: 510px;
	height: 757px;
	top: 22%;
	left: 6%;
	background: url('images/testimonialMan.png') no-repeat;
	background-position: center;
	-webkit-filter: grayscale(1);
	filter: grayscale(1);
}
.shape-bg {
	position: relative;
	padding: 155px 0 380px 0;
}
.shape-bg::after {
	content: '';
	position: absolute;
	bottom: -1px;
	left: 0;
	width: 100%;
	height: 150px;
	background: #000000;
	-webkit-clip-path: polygon(100% 0, 0% 100%, 100% 100%);
	clip-path: polygon(100% 0, 0% 100%, 100% 100%);
	z-index: -1;
}
.testimonials-sec h2 {
	text-align: center;
}
.testimonials-wrap {
	max-width: 992px;
	width: 100%;
	margin: 135px 185px 0 auto;
	padding: 90px 40px 80px 40px;
	border-left: 1px solid #cccccc;
	border-right: 1px solid #cccccc;
	text-align: center;
	position: relative;
}
.testimonials-wrap::before, .testimonials-wrap::after {
	content: '';
	position: absolute;
	width: 95px;
	height: 70px;
	background: url('images/sp.svg') no-repeat;
}
.testimonials-wrap::before {
	top: -70px;
	left: 0;
	background-position: top -108px left -185px;
}
.testimonials-wrap::after {
	right: 0;
	bottom: -70px;
	background-position: bottom -23px left -59px;
}
.star {
	color: #AF8436;
	font-size: 28px;
	display: block;
}
.single-testi p {
	font-family: "Wulkan Display";
	font-weight: 300;
	font-style: italic;
	font-size: 27px;
	line-height: 62px;
	color: #fff;
	margin-bottom: 75px;
}
.single-testi p:first-letter {
	font-size: 56px;
}
/* slider dots */
.testimonials-caro.default-dots .LLCGslider-dots button::after {
	counter-increment: dots-tow;
	content: "0" counter(dots-tow);
}
.testimonials-caro.default-dots .LLCGslider-dots {
	right: -225px;
	bottom: 0;
	margin: auto;
}
/* Footer Section ---------- */
.min-footer {
	padding: 475px 0 0px 0;
	background: #000000 url('images/footerBg.png') no-repeat;
	background-size: contain;
}
.min-footer.back {
	background-color: transparent;
}
.min-footer.back .footer-con {
	background: #000000;
}
.footer-con {
	padding-bottom: 20px;
}
.footer-wrap {
	max-width: 1330px;
	width: 100%;
	padding: 40px 15px 0;
	margin: auto;
	display: flex;
}
/* left */
.footer-left {
    max-width: 800px;
}
.footer-left h3, .footer-right h3 {
        font-size: 18px; 
        margin: 20px 0; 
        font-weight: 600;
        color: #ffffff;
        text-transform: uppercase;
}
.footer-left ul {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	gap: 15px 35px;
	margin-top: 45px;
	/* margin-bottom: 50px; */
	padding-bottom: 50px;
	position: relative;
	border-bottom: 1px solid rgb(112 112 112 / 48%);
	width: 100%;
}
.footer-left ul::after {
	content: '';
	position: absolute;
	bottom: -1px;
	left: -50%;
	width: 50%;
	height: 1px;
	background: rgb(112 112 112 / 48%);
}
.footer-left ul li a {
	font-family: Roboto;
	font-weight: normal;
	font-size: 14px;
	letter-spacing: 0.1em;
	line-height: normal;
	color: #fff;
}
.footer-left ul li a:hover {
	color: #af8436;
}
.footer-left p {
    color: #ffffff;
    font-size: 14px;
    margin-bottom: 35px;
    margin-top: 20px;
    max-width: 600px;
}
.footer-left a {
    color: #ffffff;
    text-decoration: underline;
}
.footer-left a:hover {
    color: #af8436;
}
/* copy right */
.footer-left .copy-right {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	gap: 5px 115px;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}
.footer-left .copy-right ul li {
	font-family: Roboto;
	font-weight: normal;
	font-size: 14px;
	letter-spacing: 0.1em;
	line-height: normal;
	color: #fff;
}
.footer-left .copy-right ul li a{
	letter-spacing: 0em;
}
.footer-left .copy-right p, .footer-con p, .footer-left .copy-right p button {
	font-family: Roboto;
	font-weight: normal;
	font-size: 14px;
	line-height: 1.6;
	text-align: left;
	color: #fff;
}
.footer-left .copy-right p button {
	text-decoration: underline;
	opacity: 1;
}
.footer-left .copy-right p button:hover {
	color: #af8436;
	opacity: 1;
}
/* footer right */
.footer-right {
    padding-left: 40px;
    border-left: 1px solid rgb(112 112 112 / 48%);
}
.footer-locations {
	display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 30px;
	padding-bottom: 30px;
}
.footer-locations span {
	font-family: Roboto;
	font-weight: normal;
	font-size: 14px;
	line-height: 30px;
	color: #fff;
	margin-bottom: 30px;
	display: block;
}
.footer-locations p {
	font-family: Roboto;
	font-weight: normal;
	font-size: 14px;
	letter-spacing: 0.1em;
	line-height: 20px;
	color: #fff;
	opacity: 0.54;
	margin-bottom: 50px;
}
.footer-locations a:hover {
    color: #af8436;
}
footer.min-footer.back p.webandseoby a {
	color: #fff;
	text-decoration: underline;
}
footer.min-footer.back p.webandseoby {
	color: #fff;
	margin: 30px 0px;
	font-size: 12px;
}
.footer-locations a {
	color: #fff;
	text-decoration: underline;
}
.footer-locations span.second-chid {
	margin-top: 30px;
}
.input-group {
	width: 190px;
	height: 35px;
	border: 1px solid rgb(112 112 112 / 50%);
	padding: 8px 5px;
	position: relative;
}
.input-group input {
	background: transparent;
	width: 140px;
	height: 100%;
	color: #FFF;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 5px;
	margin: auto;
	font-size: 14px;
}
.input-group button {
	width: 28px;
	height: 19px;
	position: absolute;
	right: 6px;
	top: 0;
	bottom: 0;
	margin: auto;
	background: url('images/sp.svg') no-repeat;
	background-position: top 0 left -189px;
}
/* INNER PAGE START ------------------------------ */
.inner-banner-sec {
	position: relative;
	/* margin-bottom: 100px; */
	z-index: 2;
}
/*.inner-banner-sec::before {
content: '';
position: absolute;
bottom: -1px;
right: -100px;
width: 100px;
height: 1px;
z-index: -1;
background: #afafaf;
}*/
.inner-banner-sec::after {
	content: '';
	position: absolute;
	top: 31%;
	left: 0;
	width: 100%;
	height: 260px;
	z-index: -1;
	background: url('images/inner/bannerLineBgIn.png') no-repeat;
}
section.inner-banner-sec.center.blog .inner-banner-sec::after {
	-webkit-filter: brightness(0);
	filter: brightness(0);
	opacity: .2;
}
/* left */
.inner-banner-wrap {
	max-width: 1500px;
	width: 100%;
	margin: auto;
	padding-left: 15px;
	padding-right: 15px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding-top: 200px;
	padding-bottom: 0px;
	gap: 30px;
}
.inner-banner-left {
	/* padding: 190px 0 75px 0; */
	position: relative;
	width: 50%;
}
.inner-banner-wrap iframe {
	max-width: 600px;
	width: 100%;
	aspect-ratio: 16 / 9;
	margin-bottom: 40px;
	border-radius: 10px;
}
section.inner-banner-sec.center .inner-banner-left {
	padding: 0px;
	position: relative;
	width: 100%;
}
.inner-banner-left h1 {
	font-family: Roboto;
	font-weight: 300;
	font-size: 58px;
	line-height: 80px;
	color: #000;
	max-width: 700px;
	width: 100%;
	margin-bottom: 40px;
}

.inner-banner-left h1 .title {
	color: #000;
	font-weight: 600;
	display: block;
	font-size: 50px;
}
.inner-banner-left h2 {
    font-weight: normal;
    font-size: 32px;
    line-height: 1.2em;
    position: relative;
    margin-bottom: 15px;
}
.inner-banner-left p strong, .inner-banner-left p strong a {font-weight: bold;letter-spacing: inherit;font-size: inherit;}

section.inner-banner-sec.center.blog .inner-banner-left h1 {
	font-size: 47px;
}
.inner-banner-left h1 span {
	font-weight: 300;
	/*font-size: 63px;*/
	line-height: normal;
	color: #fff;
}
.inner-banner-left .sub-head {
	font-family: Roboto;
	font-weight: bold;
	font-size: 15px;
	color: #000;
	display: block;
	line-height: normal;
	margin-top: 15px;
}
.inner-banner-left a {
	display: inline;
	font-weight: normal;
	font-size: 16px;
	letter-spacing: 0.1em;
	line-height: 28px;
	color: #000;
	border-bottom: 1px solid #ccc;
	position: relative;
}
.inner-banner-left a:after {
	content: '';
	position: absolute;
	bottom: -2px;
	left: 0;
	width: 0%;
	border-bottom: 1px solid currentColor;
	-webkit-transition: width 0.5s ease;
	-o-transition: width 0.5s ease;
	transition: width 0.5s ease;
}
.inner-banner-left a:hover:after {
	width: 100%;
}
#breadcrumbs {
	border-bottom: 1px solid rgb(0 0 0 / 20%);
	position: relative;
	padding-bottom: 44px;
	margin-bottom: 47px;
	margin-top: 40px;
}
#breadcrumbs::after, #breadcrumbs::before {
	content: '';
	position: absolute;
	background: #000000;
	border-radius: 100px;
}
#breadcrumbs::before {
	width: 9px;
	height: 9px;
	bottom: -4.5px;
}
#breadcrumbs::after {
	width: 7px;
	height: 7px;
	left: 33px;
	bottom: -3.5px;
}
#breadcrumbs, #breadcrumbs a {
	font-weight: 900;
	font-size: 14px;
	line-height: normal;
	color: rgb(0 0 0 / 23%);
	text-transform: capitalize;
	letter-spacing: 0;
}
.inner-banner-left p {
	width: 100%;
}
.inner-banner-left p, .inner-banner-left p a {
	font-weight: 400;
	font-size: 18px;
	/*letter-spacing: 0.1em;*/
	line-height: 30px;
	color: #000;
	margin-bottom: 25px;
}
.inner-banner-right {
	display: flex;
	justify-content: flex-end;
	align-items: flex-end;
	width: 50%;
	position: relative;
	overflow: hidden;
	min-height: 628px;
	background-size: contain;
	background-repeat: no-repeat;
	background-position: bottom center;
}
.inner-banner-sec.profile:before {
	content: '';
	width: 919px;
	height: 918px;
	background: #fff;
	border: 1px solid #707070;
	opacity: 0.08;
	position: absolute;
	right: -100px;
	z-index: -1;
	border-radius: 100%;
	bottom: -110px;
}
.inner-banner-right img {
	height: auto;
	width: 86%;
	margin: 0px;
	padding: 0px;
}
.inner-banner-right iframe {
    max-width: 100%;
    border: 0;
    height: auto;
    width: 100%;
    aspect-ratio: 1;
}

/* main inner Section -------- */
.m-b {
	margin: 100px 0px;
}
.excess-width {
	max-width: calc(100% - 100px);
	margin: 0 auto;
}
.excess-width img {
	margin: 0 auto 25px;
	filter: grayscale(1);
}
.excess-width .LLCGslider-wraper .LLCGslider-container img {
	filter: grayscale(0);
}
.main-inner {
	max-width: 1050px;
	width: 100%;
	padding: 0 15px;
	margin: 0 auto;
}
.main-inner h2, .heading-view {
	font-weight: normal;
	font-size: 38px;
	line-height: 1.2em;
	position: relative;
	padding-bottom: 10px;
	padding-left: 40px;
	margin-top: 2em;
	margin-bottom: 1em;
}
.heading-view {
    display: block;
    margin-top: 20px;
    padding: 0 !important;
}
.main-inner h2:has(.small)::after {
	    top: 16px;
}
.single-accordion h2:has(.small)::after {
	top: 34px;
}
.main-inner h2::after {
	content: '';
	width: 20px;
	height: 20px;
	position: absolute;
	left: 0;
	background: #af8436;
	top: -12px;
	bottom: 0;
	margin: auto;
}
.main-inner h2 span {
	font-size: 19px;
	line-height: 29px;
	color: #000;
	text-transform: uppercase;
	display: block;
	margin-top: 9px;
}
.main-inner h3 {
	font-weight: normal;
	font-size: 26px;
	line-height: 1.2;
	margin-bottom: 30px;
	margin-top: 50px;
}
.main-inner.blog h3 {
	font-size: 32px;
}
.main-inner p, .main-inner ul li, .main-inner ul li a, .main-inner ol li, .main-inner ol li a {
	font-weight: normal;
	font-size: 16px;
	letter-spacing: 0.05em;
	line-height: 1.6em;
	color: #000;
}
.main-inner ul li a, .main-inner ol li a {
	word-break: break-word;
}
.main-inner p, .main-inner ul, .main-inner ol {
	margin-bottom: 35px;
}
.main-inner ul li, .main-inner ol li {
	line-height: 30px;
	padding: 1px 0px 10px;
}
.main-inner ul li::marker, .main-inner ol li::marker {
	color: #af8436;
}
.main-inner ul {
	list-style: disc;
	margin-left: 40px;
}
.main-inner ol {
	margin-left: 40px;
}
.main-inner hr {
	margin-bottom: 35px;
	border: none;
	height: 1px;
	background: rgb(0 0 0 / 56%);
}
/*.main-inner a {
color: #000;
text-decoration: underline;
display: unset;
text-decoration-thickness: .7px;
text-underline-offset: 3px;
}
*/
.main-inner a {
	color: #000;
	/* text-decoration: underline; */
	display: unset;
	/* text-decoration-thickness: .7px; */
	/* text-underline-offset: 3px; */
	border-bottom: 1px solid #ccc;
	position: relative;
	/* transition: width 0.5s ease; */
}
.main-inner a:after {
	content: '';
	position: absolute;
	bottom: -2px;
	top: 17px;
	left: 0px;
	width: 0%;
	border-bottom: 1px solid currentColor;
	-webkit-transition: width 0.5s ease;
	-o-transition: width 0.5s ease;
	transition: width 0.5s ease;
}
.main-inner a:hover:after {
	width: 100%;
	border-bottom: 1px solid #000;
}
.main-inner a:hover {
	color: #af8436;
}
.main-inner .default-btn {
	text-decoration: none;
	display: inline-block;
}
.main-inner .default-btn.white:hover {
	color: #AF8436;
}
/* mps */
.mps-width{
	background: #000000;
	padding: 30px 0px;
}
.mps-width:first-child{
	margin: 0px 0px 50px;
}
.mps-width:not(:first-child){
	margin: 100px 0px;
}
section.inner-section.center .mps-width{
	margin: 100px 0px;
}
.mps {
	display: -ms-grid;
	display: grid;
	-ms-grid-columns: 225px auto;
	grid-template-columns: 225px auto;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	max-width: 1085px;
	width: 100%;
	margin: 0 auto;
}
.mps.black > img {
	-webkit-filter: brightness(100) invert(1);
	filter: brightness(100) invert(1);
}
.main-inner .mps p {
	padding: 50px 0 50px 45px;
	margin-left: 45px;
	border-left: 1px solid #cccccc;
}
.main-inner .mps p, .main-inner .mps a, .main-inner .mps button {
	font-size: 22px;
	letter-spacing: 0.1em;
	line-height: 40px;
	color: #fff;
	margin-bottom: 0;
}
.main-inner .mps.black a, .main-inner .mps.black button {
	color: #FFFFFF;
	font-family: 'Roboto';
	font-weight: 300;
	text-decoration: none;
	font-size: 30px;
	line-height: 30px;
	position: relative;
	border: 1px solid #ccc;
	padding: 20px 20px 20px 70px;
	letter-spacing: normal;
}
.main-inner .mps.black a:hover, .main-inner .mps.black button:hover {
	color: #000000;
	background:#ffffff;
}
.main-inner .mps.black a:after {
	width: 24px;
	border-bottom: 0px;
	top: 0;
	bottom: 0;
	margin: auto;
	left: 28px;
}
.main-inner .mps.black a:hover:after, .main-inner .mps.black button:hover:after{
	width: 24px;
	filter: brightness(0);
}
/* Butt Lift */
.butt-lift-wrap {
	max-width: 1720px;
	width: 100%;
	margin-left: auto;
}
.butt-lift-wrap {
	max-width: 1720px;
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	gap: 40px;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	justify-content: center;
}
/* left */
.main-inner .butt-left{
	max-width: 180px;
    width: 100%;
	-ms-flex-item-align: center;
	-ms-grid-row-align: center;
	align-self: center;
}
/* right */
.butt-right {
	padding-right: 125px;
    padding-left: 125px;
}
.butt-item img {
	display: block;
}
/* arrow */
.butt-right .LLCGslider-navs {
	width: 100%;
	position: absolute;
	top: 0;
	bottom: 0;
	margin: auto;
	right: 0px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	justify-content: space-between;
}
.butt-right .LLCGslider-nav.LLCGslider-prev {
/* 	display: none; */
}
.butt-right .LLCGslider-nav.LLCGslider-next svg, .butt-right .LLCGslider-nav.LLCGslider-prev svg {
	display: none;
}
.butt-right .LLCGslider-nav.LLCGslider-next, .butt-right .LLCGslider-nav.LLCGslider-prev {
	background: #000000;
	width: 112px;
	height: 206px;
	position: relative;
}
.butt-right .LLCGslider-nav.LLCGslider-next::after, .butt-right .LLCGslider-nav.LLCGslider-prev::after {
	content: '';
	position: absolute;
	inset: 0;
	margin: auto;
	width: 48px;
	height: 23px;
	background: url('images/sp.svg') no-repeat;
	background-position: top 0 right 0;
}
.butt-right .LLCGslider-nav.LLCGslider-prev::after {
	transform: rotate(180deg);
}
/* inner brand img */
.brand-in-img {
	width: 100%;
	height: auto;
	margin: auto;
	padding: 72px 105px;
	background: rgb(0 0 0 / 3%);
}
.brand-in-img img {
	display: block;
	margin: 0 auto;
}
/* how doses */

.how-dos-wrp {
	max-width: 1616px;
	width: 100%;
	margin: auto;
	display: -ms-grid;
	display: grid;
	gap: 105px;
	-ms-grid-columns: 780px 105px auto;
	grid-template-columns: 780px auto;
}
/* left */
.how-dos-left {
	width: 100%;
	max-width: 780px;
	background: var(--how-dos-left-bg) no-repeat;
	background-size: cover;
	background-position: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: end;
	-ms-flex-align: end;
	align-items: end;
	max-height: 700px;
}

.how-dos-left span {
	width: 100%;
	display: block;
	background: rgb(0 0 0 / 81%);
	padding: 88px 20px 35px 20px;
	font-weight: 900;
	font-size: 24px;
	line-height: 35px;
	text-align: center;
	color: #fff;
	position: relative;
}
.how-dos-left span::after {
	content: '';
	position: absolute;
	top: 35px;
	left: 0;
	right: 0;
	margin: auto;
	width: 50px;
	height: 40px;
	background: url('images/sp.svg') no-repeat;
	background-position: top -41px left -60px;
}
.main-inner .how-dos-right h2{
	margin-top: 0px;
}
/* right */
.accordion ~ p:last-child {
	margin-bottom: 0;
}
.single-accordion h3 {
	margin-bottom: 0px;
	border-bottom: 1px solid #cccccc;
	position: relative;
	cursor: pointer;
	font-size: 30px;
	line-height: 40px;
	width: 100%;
	padding: 30px 30px 30px 0px;
}
.single-accordion h4, .single-accordion h3 {
	font-weight: 900;
	font-size: 20px;
	letter-spacing: 0.1em;
	line-height: 32px;
	color: #000;
	margin-bottom: 28px;
	padding: 0;
	padding-bottom: 29px;
	padding-left: 30px;
	border-bottom: 1px solid #cccccc;
	position: relative;
	cursor: pointer;
}
.home .single-accordion h2{
	font-size: 26px;
}
.home .main-inner {
	max-width: 1000px;
	width: 100%;
	padding: 0 15px;
	margin: 100px auto;
}
.single-accordion {
}
.single-accordion h2 {
	margin-bottom: 0px;
	border-bottom: 1px solid #cccccc;
	position: relative;
	cursor: pointer;
	font-size: 35px;
	line-height: 65px;
	width: 100%;
	padding: 30px;
}
.single-accordion h2:after {
	content: '';
	width: 15px;
	height: 15px;
	position: absolute;
	left: 0;
	border: 1px solid #af8436;
	top: 0px;
	bottom: 0px;
	margin: auto;
	background: none;
}
.single-accordion h2.active:after {
	content: '';
	width: 15px;
	height: 15px;
	position: absolute;
	left: 0;
	background: #af8436;
	top: 0px;
	bottom: 0px;
	margin: auto;
}
.single-accordion h4.active,  .single-accordion h2.active, .single-accordion h3.active  {
	color: #AF8436;
}
.single-accordion h4::after, .single-accordion h3::after {
	content: '•';
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	margin: auto;
	color: #af8436;
}
.single-accordion h4::before, .single-accordion h2::before, .single-accordion h3::before {
	content: '+';
	position: absolute;
	right: 0;
}
.single-accordion h4.active::before, .single-accordion h2.active::before, .single-accordion h3.active::before {
	content: '-';
}
.accordion-body {
	display: block;
	-webkit-transition: unset;
	-o-transition: unset;
	transition: unset;
	transition: all 0.25s ease-out;
	margin-top: 20px;
}
/* single img */

.single-img {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	gap: 35px;
	border-right: 1px solid #afafaf;
	margin: 100px 0px;
}
.main-inner .single-img p {
	margin-bottom: 0;
	padding-right: 40px;
	font-family: 'Roboto';
	font-size: 20px;
	line-height: 34px;
	padding-bottom: 20px;
}
.single-img .main-inner .free-cons-right{
	max-width: 500px;
}
.single-img .main-inner .free-cons-right a::after{
	max-width: 500px;
	-webkit-filter: brightness(0);
	filter: brightness(0);
}
/* client testimonial */
.client-inner-bg {
	background: #000000;
	position: relative;
}
.client-inner-bg::after {
	content: '';
	position: absolute;
	top: 0;
	left: 0px;
	height: 100%;
	width: 50%;
	-webkit-filter: grayscale(1);
	filter: grayscale(1);
	background: url('images/inner/clientLeftBg.png') no-repeat;
	opacity: .4;
	background-size: cover;
}
.client-inner-wrp {
	max-width: 850px;
	width: 100%;
	margin-left: auto;
	padding-right: 240px;
}
.single-client {
	padding: 100px 0;
}
.main-inner .single-client h2, .main-inner .single-client h3, .main-inner .single-client div {
	color: #FFFFFF;
	position: relative;
	text-align: left;
	padding-left: 0px;
	font-weight: normal;
	font-size: 40px;
	line-height: 1.1;
	margin-bottom: 40px;
	padding-bottom: 30px;
}
.main-inner .single-client .single-client-name {
	margin-top: 30px;
    font-style: italic;
    color: #ebc681;
}
.main-inner .single-client h2::after, .main-inner .single-client div::after {
	content: '';
	position: absolute;
	right: 0px;
	top: 11px;
	width: 97px;
	height: 78px;
	background: url('images/sp.svg') no-repeat;
	background-position: top -109px left -59px;
	left: unset;
}
.single-client p {
	font-weight: normal;
	font-size: 20px;
	line-height: 36px;
	color: #fff;
	margin-bottom: 0;
	text-align: left;
}
.client-inner-wrp .LLCGslider-dots {
	bottom: 0;
}
/* what dose */
.what-dose {
	max-width: 1000px;
	width: 100%;
	margin-left: auto;
	margin-right: auto;
}
/* Brazilian ButtLift */
.brazilian-but {
	margin-top: 155px;
}
.brazilian-but-bg {
	background: url('images/inner/brazilianButtBg.jpg') no-repeat;
	background-size: cover;
}
.brazilian-but-wrp {
	max-width: 1380px;
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	position: relative;
	padding: 80px 0;
	min-height: 600px;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}
.brazilian-but-left {
	position: absolute;
	bottom: 0;
}
/* right */
.brazilian-but-right {
	padding: 0px 0 0px 70px;
	border-left: 1px solid #cccccc;
	max-width: 760px;
	width: 100%;
	margin-left: auto;
}
.brazilian-but-right h2 {
	color: #FFFFFF;
	text-transform: capitalize;
	line-height: 70px;
	font-size: 60px;
	margin-top: 0px;
}
.brazilian-but-right h2 span {
	font-size: 30px;
	color: #FFFFFF;
	margin-top: 40px;
}
.brazilian-but-right p {
	font-weight: normal;
	font-size: 22px;
	letter-spacing: 0.1em;
	line-height: 40px;
	color: #fff;
	margin-bottom: 0;
}
/* How Can I Keep */
.how-can-con {
	max-width: 1000px;
	width: 100%;
	margin-left: auto;
	margin-right: auto;
}
.how-can-wrap {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	gap: 75px;
}
.how-can-wrap > div {
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
}

/* right */
.how-can-right{
	position: relative;
}
.how-can-right::after {
	content: '';
	width: 100%;
	height: 500px;
	display: block;
	-webkit-filter: grayscale(1);
	filter: grayscale(1);
	margin-left: 0px;
	background: var(--how-can-left-bg) no-repeat;
	background-size: contain;
	background-position: top center;
}
.how-can-right.how-can-right-bg-img::after {
	position: absolute;
	top: 0;
	z-index: -1;
	opacity: 0.4;
}
.how-can-right ol li {
	margin-left: 20px;
	font-size: 16px;
	line-height: 30px;
}
/* mps call */
.mps-call-wd {
	margin: 80px 0px;
}
.mps-call-bg {
	padding: 140px 0 140px 0;
	background: url('images/inner/mpsCallBg.jpg') no-repeat;
	background-size: cover;
	position: relative;
}
.mps-call-bg::after {
	content: "";
	position: absolute;
	bottom: 30px;
	left: 0px;
	width: 100%;
	height: 255px;
	background: url("images/fifteenLineBg.png") no-repeat;
	background-size: contain;
}
.mps-call-wrap {
	max-width: 870px;
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	z-index: 1;
	position: relative;
}
/* left */
.mps-call-left {
	max-width: 325px;
    width: 100%;
	border-right: 1px solid white;
	margin-right: 70px;
	padding-right: 70px;
	padding-bottom: 45px;
}
.mps-call-left address {
	font-family: Roboto;
	font-weight: 300;
	font-style: normal;
	font-size: 18px;
	line-height: 30px;
	color: #fff;
	margin-top: 27px;
	padding-top: 27px;
	border-top: 1px solid rgb(255 255 255 / 31%);
}
/* right */
.mps-call-right {
	text-align: center;
}
.mps-call-right a:first-child {
	font-family: Roboto;
	font-weight: 300;
	font-size: 29px;
	line-height: normal;
	color: #fff;
	text-decoration: none;
	margin-bottom: 22px;
	position: relative;
	border-bottom: 0px;
}
.mps-call-right a:first-child:hover {
	color: #AF8436;
}
.mps-call-right a:first-child::after {
	content: '';
	position: absolute;
	top: 9px;
	left: -35px;
	width: 27px;
	height: 23px;
	background: url('images/sp.svg') no-repeat;
	background-position: top 0 left -100px;
	border-bottom: 0px;
}
.mps-call-right .default-btn {
	background: transparent;
	border: 1px solid #FFF;
	color: #FFF;
	margin: 30px 0px;
}
.mps-call-dr {
	position: absolute;
	right: 120px;
	bottom: 0;
}
/* how much */
.how-much-bg {
	background: rgb(102 102 102 / 9%);
	padding: 160px 0 115px 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}
.how-much-wrap {
	max-width: 1010px;
	width: 100%;
	margin-left: auto;
	/*display: -ms-grid; */
	/* display: grid; */
	/*-ms-grid-columns: 440px 75px auto;*/
	/* grid-template-columns: 100%; */
	/* gap: 0 75px; */
	/* justify-content: center; */
	/* align-items: flex-end; */
}
.how-much-wrap p {
	line-height: 30px;
}
.how-much-tab {
	-ms-grid-column: 1;
	-ms-grid-column-span: 2;
	grid-column: 1/3;
	display: -ms-grid;
	display: grid;
	-ms-grid-columns: 440px 75px auto;
	grid-template-columns: 440px auto;
	gap: 0 75px;
	margin-top: 30px;
}
.how-much-tab ul li {
	font-weight: normal;
	font-size: 20px;
	line-height: normal;
	color: #000;
	padding: 25px 0;
	border-bottom: 1px solid #cccccc;
	list-style: disc;
	cursor: pointer;
}
.how-much-tab ul li:first-child {
	padding-top: 0;
}
.how-much-tab ul li.active {
	font-weight: bold;
}
.how-much-tab ul li:hover {
	padding-left: 5px;
	color: #af8436;
}
.single-much-tab h4 {
	font-weight: bold;
	font-size: 20px;
	letter-spacing: 0.1em;
	line-height: normal;
	color: #000;
	margin-bottom: 35px;
}
.how-much-tab ~ p {
	-ms-grid-column: 1;
	-ms-grid-column-span: 2;
	grid-column: 1/3;
}
.how-much-bg > img {
	margin-top: -55px;
	-ms-flex-item-align: start;
	-ms-grid-row-align: start;
	align-self: start;
}
/* the figure */
.the-figure-wrp {
	max-width: 964px;
	width: 100%;
	margin: 130px auto 0px;
	text-align: center;
}
.the-figure-wrp p {
	font-weight: normal;
	font-size: 24px;
	letter-spacing: 0.1em;
	line-height: 40px;
	color: #000;
}
/* typography ------------------------- */
/* Heading */
.heading {
	font-family: Wulkan Display;
	color: #FFF;
	font-size: 60px;
	font-weight: normal;
	line-height: normal;
	text-transform: uppercase;
}
.heading span {
	font-family: "Silently FREE";
	font-weight: normal;
	font-size: 60px;
	line-height: .5;
	color: #AF8436;
	display: block;
	text-transform: capitalize;
}
/* first letter */
.first-letter p::first-letter {
	font-family: "Wulkan Display";
	float: left;
	font-size: 85px;
	line-height: 60px;
	padding-top: 8px;
	padding-right: 8px;
	padding-left: 3px;
}
/* After Before */
.before, .after {
	position: relative;
	z-index: 1;
}
.before::before {
	content: '';
	position: absolute;
	width: 100%;
	height: 130px;
	left: 0;
	top: 0;
	z-index: -1;
	background: #000000;
}
.after::after {
	content: "";
	position: absolute;
	width: 100%;
	height: 130px;
	left: 0px;
	bottom: -1px;
	z-index: -1;
}
/* default dots */
.default-dots .LLCGslider-dots {
	position: absolute;
	top: 0;
	right: 0;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
}
.default-dots .LLCGslider-dots button {
	width: 125px;
	border-bottom: 1px solid #cccccc;
	border-radius: 0;
	height: 60px;
	padding: 15px;
	background: transparent;
	position: relative;
}
.default-dots .LLCGslider-dots button:last-child {
	border-bottom: none;
}
.default-dots .LLCGslider-dots button::after {
	counter-increment: dots;
	content: "0" counter(dots);
	position: absolute;
	inset: 0;
	margin: auto;
	width: 100%;
	height: 20px;
	font-family: Roboto;
	font-weight: normal;
	font-size: 19px;
	line-height: normal;
	text-align: center;
	color: #af8436;
}
.default-dots .LLCGslider-dots button.active::after {
	color: #FFF;
	font-weight: bold;
}
/* Profile page -------------------------- */
.new-cta {
	margin: 40px 0px 60px;
}
.new-cta-flex{
	width: 100%;
	max-width: 1390px;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	margin: 0 auto;
}
.new-cta-flex .fifteen-year-right .years::after {
	width: 273px;
	height: 253px;
	background-size: contain;
}
.new-cta-flex .fifteen-year-right .years, .new-cta-flex .fifteen-year-right .years span {
	color: #000;
}
.new-cta-flex .fifteen-year-right {
	width: 40%;
}
.new-cta-flex .fifteen-year-right .years {
	padding: 125px 0 67px 305px;
}
.new-consult span {
	display: block;
	text-transform: uppercase;
	font-family: Roboto;
	font-weight: normal;
	font-size: 18px;
	letter-spacing: 0.2em;
	line-height: 39px;

	color: #fff;
}
.new-consult {
	background: #000;
	padding: 61px;
	width: 40%;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	text-align: center;
	position: relative;
}
.new-consult:after {
	content: '';
	width: 320px;
	height: 239px;
	position: absolute;
	right: -320px;
	top: 0;
	bottom: 0;
	margin: auto;
	background: #000;
	z-index: -1;
}
.new-cta .excess-width img {
	filter: unset;
}
.new-consult .consult-large{
	font-size: 38px;
}
.new-consult.free-cons button::after{
	display: none;
}
.new-consult.free-cons button:hover .consult-large {
	color: #af8436;
}
ul.profile-ul {
	display: flex;
	color: #fff;
	font-family: Lato;
	font-weight: normal;
	font-size: 16px;
	letter-spacing: 0.1em;
	line-height: 34px;
	text-align: left;
	color: #fff;
	flex-wrap: wrap;
	gap: 10px;
}
ul.profile-ul li {
	padding: 10px;
	background: #2c2c2c;
	padding: 10px 37px;
}
.inner-banner-sec.profile {
	background: #000000;
	margin-bottom: 0;
	position: relative;
}
.inner-banner-sec.profile .brand-img-wrap-hero {
	position: absolute;
	bottom: 0px;
	left: 0;
	right: 0;
	margin: auto;
	max-width: 1460px;
	width: 100%;
}
.inner-banner-sec.profile .inner-banner-left h1 {
	color: #FFFFFF;
	max-width: 830px;
	line-height: 117px;
	font-size: 78px;
}
.inner-banner-sec.profile .inner-banner-left h1 span {
	display: block;
}
.inner-banner-sec.profile .inner-banner-wrap{
	padding-top: 160px;
}
.inner-banner-sec.profile .inner-banner-left .sub-head {
	color: #FFFFFF;
}
.inner-banner-sec.profile #breadcrumbs {
	border-bottom: 1px solid rgb(255 255 255 / 64%);
}
.inner-banner-sec.profile #breadcrumbs::after, .inner-banner-sec.profile #breadcrumbs::before {
	background: #FFF;
}
.inner-banner-sec.profile #breadcrumbs, .inner-banner-sec.profile #breadcrumbs a, .inner-banner-sec.profile #breadcrumbs span {
	color: rgb(255 255 255 / 44%);
}
.inner-banner-sec.profile p {
	font-weight: normal;
	font-size: 21px;
	letter-spacing: 0.1em;
	line-height: 35px;
	color: #FFF;
	margin-bottom: 50px;
}
/* profile inner */
.main-inner.center .mps-width {
	background: rgb(102 102 102 / 5%);
	padding: 50px 0;
}
.main-inner.center .mps p, .mps a, .mps button {
	font-size: 18px;
	line-height: 30px;
	color: #000;
	font-weight: 600;
	margin-bottom: 0;
}
/* profile card */
.profile-card {
	background: #000000;
	padding: 100px 90px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	gap: 170px;
	max-width: 1434px;
	width: 100%;
	margin: 0 auto;
}
.pro-card-left h2 {
	color: #fff;
}
.pro-card-left p, .pro-card-left a, .pro-card-left p, .main-inner .pro-card-left ul li {
	font-weight: normal;
	font-size: 16px;
	letter-spacing: 0.1em;
	line-height: 34px;
	color: #fff;
	margin-bottom: 40px;
	max-width: 582px;
	width: 100%;
}
.main-inner .pro-card-left ul li{
	margin-bottom: 0px;
}
.pro-card-left p a{
	text-decoration: underline;
	text-decoration-thickness: 0.7px;
	text-underline-offset: 3px;
}
.pro-card-left p:last-child {
	margin-bottom: 0;
}
/* right */
.pro-card-right {
	max-width: 485px;
	width: 100%;
	text-align: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}
.pro-card-right img:first-child {
	border-bottom: 1px solid #cccccc;
	margin-bottom: 70px;
	width: 80%;
	height: auto;
}
.pro-card-right img:nth-child(2) {
	width: 145px;
	margin-bottom: 30px;
}
.pro-card-right .call {
	font-family: Roboto;
	font-weight: 300;
	font-size: 29px;
	line-height: normal;
	color: #fff;
	text-decoration: none;
	position: relative;
	margin-bottom: 30px;
	padding-top: 25px;
	margin-top: 40px;
}
.pro-card-right .free-cons a:after{
	display: none;
}
.pro-card-right .call::after {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	margin: auto;
	width: 25px;
	height: 20px;
	background: url('images/sp.svg') no-repeat;
	background-position: top 0 left -101px;
}
.pro-card-right .default-btn {
	background: #FFFF;
	border: 1px solid;
}
.pro-card-right .default-btn:hover {
	background: transparent;
	color: #FFF;
	border-color: #FFF;
	border: 1px solid;
}
/* profile carousel */
.pro-carousel-wd {
	background: rgb(102 102 102 / 5%);
	padding: 100px;
	margin-bottom: 80px;
}
.profile-carousel {
	padding-right: 200px;
}
.single-pro-caro {
	position: relative;
	padding-left: 50px;
	text-align: left;
}
.single-pro-caro::after {
	content: '';
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	margin: auto;
	height: 31px;
	width: 1px;
	background: #cccccc;
}
.single-pro-caro h3, .single-pro-caro span.title {
    display: block;
	font-weight: 300;
	font-size: 36px;
	line-height: normal;
	color: #000;
	text-transform: uppercase;
	margin-bottom: 35px;
	margin-top: 35px;
}
.main-inner .single-pro-caro p {
	font-weight: 300;
	font-size: 16px;
	letter-spacing: 0.1em;
	line-height: 26px;
	color: #000;
	margin-bottom: 0;
}
.profile-carousel .LLCGslider-dots button {
	height: 50px;
	padding: 10px;
}
.profile-carousel .LLCGslider-dots button::after {
	color: #000000;
}
.profile-carousel .LLCGslider-dots button.active::after {
	color: #000000;
	font-weight: bold;
}
.main-inner.center .the-figure-wrp {
	text-align: center;
}
/* Testimonial page */
.inner-banner-sec.left {
	margin-bottom: 0;
}
.inner-banner-sec.left::after {
	background: url('images/bannerLineBg.png') no-repeat;
	top: 37%;
}
.inner-banner-sec.left .inner-banner-wrap {
	max-width: 1476px;
}
.inner-banner-sec.left .inner-banner-left h1, .inner-banner-sec.left #breadcrumbs, .inner-banner-sec.left .sub-head, .inner-banner-sec.left .inner-banner-left p {
	max-width: 585px;
	margin-left: auto;
	width: 100%;
}
.inner-banner-sec.left .inner-banner-left h1 span {
	color: #000;
	display: block;
	line-height: normal;
}
.inner-banner-sec.left #breadcrumbs, #breadcrumbs a, .inner-banner-sec.left #breadcrumbs, #breadcrumbs span {
	color: rgb(0 0 0 / 80%);
}
.inner-banner-sec.left .inner-banner-right {
	right: unset;
	left: 0;
}
/* testomonial innter */
.testi-review-wd {
	padding-top: 50px;
	padding-bottom: 160px;
	background: url("images/inner/testiBgman.jpg") no-repeat;
	background-position: top left 50px;
}
.social-review {
	margin-bottom: 60px;
	text-align: right;
	margin-right: 390px;
}
.social-review .star {
	font-weight: bold;
	font-size: 21px;
	line-height: normal;
	color: #666;
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	gap: 25px;
	position: relative;
	padding-right: 255px;
}
.social-review .star::after {
	content: '';
	position: absolute;
	top: -11px;
	right: 0;
	width: 180px;
	height: 55px;
	background: url('images/inner/social-i.svg') no-repeat;
}
.social-review .star p {
	font-weight: normal;
	font-size: 21px;
	line-height: 26px;
	color: #666;
	margin: 0;
	text-transform: uppercase;
}
/* review caro */
.testimonial-review {
	background: #000000;
	max-width: 1396px;
	width: 100%;
	margin-left: auto;
	padding: 100px 120px;
	display: -ms-grid;
	display: grid;
	-ms-grid-columns: 282px auto;
	grid-template-columns: 282px auto;
	padding-bottom: 285px;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}
.testimonial-review ul {
	margin-bottom: 0;
}
.testimonial-review ul li {
	font-weight: 300;
	font-size: 20px;
	letter-spacing: 0.1em;
	line-height: normal;
	color: #fff;
	margin-bottom: 28px;
	cursor: pointer;
	text-transform: uppercase;
}
.testimonial-review ul li.active {
	color: #AF8436;
}
/* right */
.testi-caro {
	margin-left: 70px;
	padding: 0 70px;
	border-left: 1px solid #cccccc;
	border-right: 1px solid #cccccc;
}
.tesi-single-caro {
	text-align: center;
}
.tesi-single-caro .star {
	color: #FFFFFF;
	position: relative;
	padding: 45px 0;
	display: block;
}
.tesi-single-caro .star::after {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	margin: auto;
	width: 50px;
	height: 40px;
	background: url('images/sp.svg') no-repeat;
	background-position: top -58px left -100px;
	background-size: 156px;
}
.tesi-single-caro p {
	font-weight: normal;
	font-size: 20px;
	letter-spacing: 0.1em;
	line-height: 38px;
	color: #fff;
	margin-bottom: 0;
}
.testi-caro .LLCGslider-dots {
	position: absolute;
	left: 0;
	right: 0;
	margin-top: 50px;
}
.testi-caro .LLCGslider-dots button {
	width: 48px;
	height: 120px;
	border-radius: 0;
	background: transparent;
	position: relative;
	margin: 0;
	border-right: 1px solid #CBCBCB;
}
.testi-caro .LLCGslider-dots button:last-child {
	border-right: 0;
}
.testi-caro .LLCGslider-dots button::after {
	counter-increment: dots;
	content: "0" counter(dots);
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	margin: auto;
	font-family: Roboto;
	font-size: 19px;
	line-height: 18px;
	color: #fff;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}
.testi-caro .LLCGslider-dots button.active::after {
	color: #AF8436;
	font-weight: bold;
}
/* Contact Page ------------ */
.inner-banner-sec.center {
	text-align: center;
}
.inner-banner-sec.center::after {
	top: 17%;
}
.inner-banner-sec.center .inner-banner-left h1 {
	max-width: 100%;
}
.inner-banner-sec.center .inner-banner-left h1 span {
	color: #000000;
	font-size: 78px;
	line-height: normal;
}
.inner-banner-sec.center #breadcrumbs {
	margin-left: auto;
	margin-right: auto;
	max-width: 585px;
}
.inner-banner-sec.center #breadcrumbs::before {
	left: 0;
}
.inner-banner-sec.center .inner-banner-left p {
	max-width: 1080px;
	margin-left: auto;
	margin-right: auto;
}
/* contact form area */
.main-inner .contact-frm {
	margin: 120px 0;
}
.contact-frm {
	max-width: 1000px;
	width: 100%;
	margin: auto;
}
.contact-frm h2, .contact-frm .frm-title {
	margin-bottom: 90px;
	font-weight: normal;
	font-size: 50px;
	line-height: normal;
	text-align: center;
	color: #000;
	text-transform: uppercase;
}
.contact-frm h2:after, .contact-frm .frm-title:after {
	display: none;
}
/*contact form */
.contact-frm h3 {
	font-weight: bold;
	font-size: 16px;
	letter-spacing: 0.1em;
	line-height: normal;
	color: #000;
	margin: 10px 0 40px;
}
.from-group {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	gap: 45px;
	margin-bottom: 37px;
}
.from-group input,
.contact-frm textarea {
	font-weight: normal;
	font-size: 16px;
	letter-spacing: 0.1em;
	line-height: normal;
	color: #000;
	width: 100%;
	border: none;
	outline: none;
	border-bottom: 1px solid #AFAFAF;
	padding-bottom: 25px;
}
.from-group input:focus,
.contact-frm textarea:focus {
	border-color: #AF8436;
}
.contact-frm textarea {
	font-family: Roboto;
	resize: none;
	padding-bottom: 10px;
	margin-top: 20px;
}
.from-group input::-webkit-input-placeholder, .contact-frm textarea::-webkit-input-placeholder {
	font-weight: normal;
	font-size: 16px;
	letter-spacing: 0.1em;
	line-height: normal;
	color: #000;
	text-transform: uppercase;
}
.from-group input::-moz-placeholder, .contact-frm textarea::-moz-placeholder {
	font-weight: normal;
	font-size: 16px;
	letter-spacing: 0.1em;
	line-height: normal;
	color: #000;
	text-transform: uppercase;
}
.from-group input:-ms-input-placeholder, .contact-frm textarea:-ms-input-placeholder {
	font-weight: normal;
	font-size: 16px;
	letter-spacing: 0.1em;
	line-height: normal;
	color: #000;
	text-transform: uppercase;
}
.from-group input::-ms-input-placeholder, .contact-frm textarea::-ms-input-placeholder {
	font-weight: normal;
	font-size: 16px;
	letter-spacing: 0.1em;
	line-height: normal;
	color: #000;
	text-transform: uppercase;
}
.from-group input::placeholder,
.contact-frm textarea::placeholder {
	font-weight: normal;
	font-size: 16px;
	letter-spacing: 0.1em;
	line-height: normal;
	color: #000;
	text-transform: uppercase;
}
.from-group label {
	font-weight: normal;
    font-size: 16px;
    letter-spacing: 0.1em;
    line-height: normal;
    color: #000;
    border: none;
    outline: none;
    text-transform: uppercase;
    padding-top: 20px;
}
.from-group select {
	font-weight: normal;
    font-size: 16px;
    letter-spacing: 0.1em;
    line-height: normal;
    color: #000;
    border: none;
    outline: none;
    border-bottom: 1px solid #AFAFAF;
    cursor: pointer;
    text-transform: uppercase;
    padding-top: 20px;
    padding-bottom: 20px;
    padding-right: 10px;
}
/*chek box */
.check-box-wrap {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	gap: 0 120px;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}
.procedure-group {
	max-width: 360px;
	width: 100%;
}
.procedure-group label {
	font-weight: normal;
	font-size: 16px;
	letter-spacing: 0.1em;
	line-height: normal;
	color: #000;
	text-transform: uppercase;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	gap: 29px;
	margin-bottom: 25px;
	cursor: pointer;
}
.photos-upload label:hover {
	background: #af8436;
	color: #FFF;
}
.procedure-group input {
	width: 19px;
	aspect-ratio: 1;
	border: 1px solid #cccccc;
}
/*photos upload */
.photos-upload {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	gap: 15px 50px;
	margin-bottom: 27px;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}
.photos-upload label input {
	display: none;
}
.photos-upload label {
	font-family: Roboto;
	font-weight: 900;
	font-size: 12px;
	letter-spacing: 0.1em;
	line-height: normal;
	text-align: center;
	color: #000;
	text-transform: uppercase;
	background: rgb(0 0 0 / 11%);
	padding: 17px 28px;
	display: block;
	cursor: pointer;
}
.photos-upload p {
	margin-bottom: 0;
	margin-right: 20px;
	font-family: Roboto;
	font-weight: normal;
	font-size: 12px;
	letter-spacing: 0.1em;
	line-height: normal;
	color: #000;
	text-transform: uppercase;
}
p#filename-1 {
	word-wrap: break-word;
}
.contact-frm button {
	font-weight: 900;
	font-size: 16px;
	letter-spacing: 0.1em;
	line-height: normal;
	text-align: center;
	color: #fff;
	background: #000000;
	text-transform: uppercase;
	padding: 30px 35px;
	margin-top: 50px;
	border: 1px solid transparent;
}
.contact-frm button:hover {
	background: transparent;
	border-color: #af8436;
	color: #af8436;
}
/*google map */
.inner-section iframe {
	width: 100%;
	height: 680px;
	margin-bottom: 90px;
}
.inner-section .contact-address iframe {
	width: 100%;
	height: 350px;
	margin-bottom: 0px;
}
/*contact popup */
.from-popup-area {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgb(0 0 0 / 80%);
	z-index: 9999;
	display: none;
	padding: 0 15px;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}
.from-popup-area .contact-frm h2, .from-popup-area .contact-frm .frm-title {
	margin-bottom: 45px;
}
.from-pp-wrap {
	min-height: 400px;
	height: 90vh;
	position: relative;
	padding: 20px;
	max-width: 1366px;
	width: 100%;
}
.from-popup-area .contact-frm {
	background: #FFF;
	width: 100%;
	overflow-y: scroll;
	height: 100%;
	padding: 60px;
	max-width: 100%;
}
.from-close-pp {
	font-size: 50px;
	color: #000;
	position: absolute;
	top: 30px;
	right: 40px;
	cursor: pointer;
	background: #FFF;
	height: 32px;
	width: 50px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}
.from-close-pp:hover {
	-webkit-transform: rotate(178deg);
	-ms-transform: rotate(178deg);
	transform: rotate(178deg);
}
/*scrollbar */
.from-popup-area .contact-frm::-webkit-scrollbar-track {
	-webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
	background-color: #f5f5f5;
}
.from-popup-area .contact-frm::-webkit-scrollbar {
	width: 10px;
	background-color: #f5f5f5;
}
.from-popup-area .contact-frm::-webkit-scrollbar-thumb {
	background: #AF8436 
}
.main-inner p:empty {
	display: none;
}
.butt-lift-width.fullWidthIn {
	margin: 100px 0px;
}
.spacer {
	height: 70px;
}
.copy-right a, .side-copy a {
	color: #fff;
	text-decoration: underline;
}
.pro-section a {
	cursor: pointer;
}
.pro-section img {
	-webkit-filter: grayscale(1);
	filter: grayscale(1);
	-webkit-transition: 1s;
	-o-transition: 1s;
	transition: 1s;
}
.pro-section a:hover img {
	-webkit-filter: unset;
	filter: unset;
}
.pro-section {
	text-align: center;
}
.fullWidthIn.col2 .excess-width {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	gap: 50px;
}
.contact-address h3 {
	margin-bottom: 20px;
	font-weight: 300;
	margin-top: 0px;
	font-size: 40px;
	letter-spacing: 0px;
}
.main-inner .contact-address a span, .main-inner .contact-address a:hover{
	text-decoration: none;
}
.contact-address span{
	display: block;
}
.contact-address div{
	margin-bottom: 50px;
}
.contact-address div img {
	margin: 30px 0px;
	width: 100%;
	max-width: 500px;
	height: auto;
}
.fullWidthIn.singlepage .contact-address{
	width: 100%;
}
.fullWidthIn.singlepage {
	margin-top: 60px;
}
.fullWidthIn.singlepage .contact-address {
	width: 60%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	margin: 0 auto;
	gap: 50px;
	max-width: 970px;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
}
.fullWidthIn.singlepage .contact-address div {
	margin-left: 0%;
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
}
.fullWidthIn.singlepage .contact-address iframe{
	width: 100%;
	max-width: 600px;
	height: 300px;
}
.fullWidthIn.singlepage .contact-address div ul {
	-webkit-column-count: 2;
	-moz-column-count: 2;
	column-count: 2;
}
.financials {
	display: flex;
	width: 100%;
	height: auto;
	max-width: 100%;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: end;
	-ms-flex-align: end;
	align-items: flex-end;
	grid-gap: 40px;
	-ms-grid-columns: 1fr 40px 1fr;
	grid-template-columns: repeat(2, 1fr);
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	margin: 100px 0px;
}
.financials br {
	display: none;
}
.financials a {
	-webkit-filter: grayscale(1);
	filter: grayscale(1);
	-webkit-transition: .4s;
	-o-transition: .4s;
	transition: .4s;
	padding-bottom: 30px;
	cursor: pointer;
	position: relative;
	width: 100%;
	max-width: 260px;
	margin: 0 auto;
}
.financials a:hover {
	-webkit-filter: unset;
	filter: unset;
}
.financials a:after {
	content: none;
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
	width: 0%;
	-webkit-transition: 0.5s;
	-o-transition: 0.5s;
	transition: 0.5s;
	background: #000;
	height: 1px;
}
.financials a:hover:after {
	width: 100%;
}
.footer-locations span:last-child {
	margin-bottom: 0px;
}
.main-inner.blog {
	margin-top: 100px;
}
.main-inner.blog h2 {
	margin: 50px 0 30px;
	font-size: 40px;
	padding: 20px 0px 20px 40px;
}
img.alignleft {
	float: left;
	margin-right: 30px;
	margin-bottom: 24px;
	margin-top: 8px;
}
img.alignright {
	float: right;
	margin-left: 30px;
	margin-bottom: 24px;
	margin-top: 8px;
}
/* blog page start ------------------------ */
.blog-parent-wrap {
	max-width: 1385px;
	width: 100%;
	margin: 0 auto;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	gap: 30px;
}
/* left  */
.blog-left {
	/* -ms-flex-preferred-size: 800px;
	flex-basis: 800px; */
	margin-top: 80px;
}
.single-blog:nth-child(odd) {
	background: #f8f8f9;
	padding: 50px;
}
.single-blog:nth-child(even) {
	background: #ffffff;
	padding: 50px;
	border: 1px solid #e0e0e0;
}
.featured img {
	width: 100%;
	height: auto;
}
.featured {
	width: 100%;
	overflow: hidden;
	margin-bottom: 50px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	-o-object-fit: cover;
	object-fit: cover;
}
a.has-icon {
	font-weight: normal;
	font-size: 30px;
	line-height: 40px;
	color: #000000;
	margin-bottom: 30px;
	display: block;
}
a.has-icon:hover {
	color: #AF8436;
}
.single-blog .date {
	font-weight: normal;
	font-size: 14px;
	line-height: normal;
	color: rgb(81 94 124 / 71%);
	margin-bottom: 35px;
	display: block;
	margin-top: 30px;
}
.single-blog .date a {
	color: #AF8436;
	margin-left: 10px;
	text-transform: uppercase;
}
.single-blog .date a:hover,
.single-blog .filed a:hover {
	text-decoration: underline;
}
.single-blog .filed {
	font-weight: 300;
	font-size: 14px;
	line-height: normal;
	color: #414141;
	/* text-transform: uppercase; */
}
.single-blog .filed a {
	color: #414141;
	text-decoration: underline;
}
.single-blog .filed a:hover {
	color: #AF8436;
}
.single-blog {
	margin-bottom: 50px;
}
/* Pagination nav bar */
.navigation.pagination {
	margin-top: 65px;
}
.nav-links {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	gap: 7px;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}
.prev {
	display: none;
}
.dots {
	background: none !important;
	color: #000 !important;
}
.prev,
.next {
	max-width: 85px;
	width: 100%;
}
.page-numbers {
	font-weight: normal;
	font-size: 14px;
	line-height: normal;
	text-align: center;
	color: #fff;
	background: #000000;
	padding: 7px 13px;
	min-width: 35px;
	min-height: 35px;
}
.page-numbers:hover {
	background: #AF8436;
}
/* right  */
.blog-side-bar {
	-ms-flex-preferred-size: 455px;
	flex-basis: 455px;
	margin-top: 80px;
	position: sticky;
	top: 99px;
	height: 100%;
}
.blog-categories {
	padding: 40px 40px 60px 60px;
	background: rgb(39 46 67 / 3%);
}
.blog-categories span {
	font-weight: normal;
	font-size: 40px;
	line-height: 50px;
	color: rgb(39, 46, 67);
	padding-left: 15px;
	margin-bottom: 30px;
	display: block;
}
.blog-categories ul {
	height: 290px;
	overflow-y: scroll;
}
/* Chrome, Edge, and Safari */
.blog-categories ul::-webkit-scrollbar {
	width: 17px;
}
.blog-categories ul::-webkit-scrollbar-track {
	background: #dd7223;
}
.blog-categories ul::-webkit-scrollbar-thumb {
	background-color: #ffffff;
	border-radius: 0px;
	border: 5px solid #dd7223;
}
.blog-categories ul li {
	list-style: square;
	list-style-position: inside;
}
.blog-categories ul li::marker {
	color: #AF8436;
}
.blog-categories ul li:hover {
	padding-left: 10px;
}
.blog-categories ul li a {
	font-weight: normal;
	font-size: 18px;
	color: #000000;
	line-height: 42px;
}
.blog-categories ul li a:hover {
	color: #AF8436;
}
/* blog call  */
.blog-side-bar .free-call-wrap {
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}
.blog-side-bar .home-free-case {
	width: 100%;
}
.page-id-23 .main-inner .brazilian-but-left img {
	width: 80%;
	height: auto;
}
section.testimonials-sec.inner {
	background: none;
}
.main-inner section.testimonials-sec.inner h2 {
	color: #000;
	padding-left: 0px;
	margin-left: 0px;
}
.main-inner section.testimonials-sec.inner h2:after {
	display: none;
}
.main-inner section.testimonials-sec.inner::before, .main-inner section.testimonials-sec.inner::after{
	display: none;
}
.main-inner section.testimonials-sec.inner .shape-bg {
	position: relative;
	padding: 0px;
}
.main-inner section.testimonials-sec.inner .testimonials-wrap {
	margin: 80px 0px;
	padding: 0px 50px;
}
.main-inner section.testimonials-sec.inner .shape-bg::after{
	display: none;
}
.single-proce-tab .single-pro-img {
	background-repeat: no-repeat!important;
	background-position: center center!important;
	background-size: cover!important;
	-webkit-filter: grayscale(1);
	filter: grayscale(1);
}
input.search-field {
	padding: 10px;
	border: 1px solid #cccccc;
}
button.search-submit {
	border: 0px;
	background: #000000;
	padding: 11px;
	color: #fff;
}
.blog-parent-wrap.search {
	display: block;
}
.page-numbers {
	padding: 20px;
	background: #AF8436;
	color: #fff;
}
.main-inner .page-numbers.current {
	background: #000000;
}
.main-inner a.page-numbers {
	color: #fff;
	text-decoration: none;
}
.main-inner a.page-numbers:hover {
	color: #fff;
}
section.inner-banner-sec.center.blog .inner-banner-left {
	padding: 50px 0px 0px;
}
img.aligncenter {
	display: block;
	margin: 0 auto 30px;
}
section.inner-banner-sec.center.blog {
	border-right: 0px;
}
section.inner-banner-sec.center.blog #breadcrumbs {
	margin-left: auto;
	margin-right: auto;
	max-width: unset;
}
section.inner-banner-sec.center.blog #breadcrumbs::before {
	width: 9px;
	height: 9px;
	left: 49%;
	bottom: -3.5px;
}
section.inner-banner-sec.center.blog #breadcrumbs::after {
	width: 9px;
	height: 9px;
	left: 51%;
	bottom: -3.5px;
}
sup {
	font-size: 14px;
}
.pro-section h2:after {
	display: none;
}
.gallery {
	-webkit-column-count: 3;
	-moz-column-count: 3;
	column-count: 3;
	margin: 0px 0px 50px;
}
.pro-carousel-wd.fullWidthIn .LLCGslider-dots {
	top: 100px;
}
.card-pro-wd.fullWidthIn {
	padding-bottom: 50px;
}
.main-inner ul.col2 {
	-webkit-column-count: 2;
	-moz-column-count: 2;
	column-count: 2;
}
.col2address {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	gap: 38px;
	justify-content: center;
}
.contact-address {
	width: 48%;
}

element.style {
}
.pro-card-right button.default-btn:after {
	display: none;
}
.pro-card-right button.default-btn {
	color: #000;
}
.vid-columns {
	display: flex;
	justify-content: space-around;
	width: 100%;
	margin-bottom: 100px;
	flex-wrap: wrap;
}
.vid-columns video {
	border: 1px solid;
	border-radius: 6px;
	width: 100%;
	max-width: 45%;
}
.press-container {
	display: flex;
	flex-wrap: wrap;
	gap: 4%;
}
.press-main {
	width: 48%;
}
.press-main img {
	max-width: 150px;
	height: fit-content;
	margin: auto;
}
a.press-flex {
	display: flex;
	gap: 30px;
	justify-content: flex-start;
	padding: 20px;
	background: #fff;
	border: 1px solid #ccc;
	cursor: pointer!important;
	min-height: 150px;
}
.press-head {
	font-weight: bold;
	text-transform: uppercase;
	margin-bottom: 10px;
	display: block;
}
.main-inner .press-main a:after{
	display: none;
}
.press-main p a {
	display: none;
}


/* Statistics table */
.statistics .table-block table {
	border: 1px solid #ccc;
	border-radius: 10px;
	overflow-x:auto;
}

.statistics table {
	border: 1px solid #c4c7c5;
	border-radius: 4px;
	border-spacing: 0;
	border-collapse: separate;
	width: 100%;
}

.statistics table th {
	font-size: .875rem;
	font-weight: 600;
	line-height: 1.25rem;
	font-family: Google Sans,Helvetica Neue,sans-serif;
	letter-spacing: normal;
	background-color: #f2f2f2;
	padding-block: 18.5px;
	padding-inline: 16px;
	text-align: left;
}
.statistics table td {
	font-size: .875rem;
	font-weight: 400;
	line-height: 1.25rem;
	font-family: Google Sans,Helvetica Neue,sans-serif;
	letter-spacing: normal;
	border-top: 1px solid #c4c7c5;
	padding: 16px;
}
.statistics .table-block-component {
	/* overflow-x: scroll;
	overflow-y: hidden;*/
}
.statistics .horizontal-scroll-wrapper {
	/*overflow-x: scroll;*/
}
p.table-disclaimer {font-size: 14px;margin-top: 20px;line-height: inherit;}
div.table-references li {font-size: 14px;line-height: inherit;}
/* .accordion-body:has(section):has(.statistics) {display: none;} */


/* blog page end ------------------------ */

.progress-container {
	background: #000;
	height: 4px;
	width: 100%;
	position: absolute;
	bottom: -3px;
}
.progress-bar {
	background-color: #ffd629;
	height: 4px;
	width: 0%;
}
.on-this-page-area {
	position: absolute;
	bottom: -37px;
	width: 100%;
	background: #222;
}
.container-s {
	width: 100%;
	max-width: 1000px;
	margin: 0 auto;
	padding-left: 15px;
	padding-right: 15px;
}
.on-this-page-topcon {
	padding: 5px 0;
}
.on-this-page-topcon p {
	font-weight: normal;
	font-size: 14px;
	color: #fff;
	text-transform: uppercase;
	cursor: pointer;
	position: relative;
	display: inline-block;
}
.on-this-page-topcon p::after {
	content: "";
	position: absolute;
	top: 3px;
	right: -20px;
	width: 7px;
	height: 7px;
	border-bottom: 2px solid #fff;
	border-left: 2px solid #fff;
	-webkit-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	transform: rotate(-45deg);
	transition: all .5s;
}
.on-this-page-topcon p.rotate::after {
	top: 10px;
	-webkit-transform: rotate(135deg);
	-ms-transform: rotate(135deg);
	transform: rotate(135deg);
}
.on-this-page-content {
	padding-bottom: 10px;
	display: none;
	-webkit-transition: unset;
	-o-transition: unset;
	transition: unset;    
	position: absolute;
	background: #444;
	width: 100%;
	left: 0;
}
.on-this-page-content-wraper ul {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	gap: 10px;
	padding: 10px 3px;
	flex-wrap: wrap;
	list-style: square;
	color: #D8494B;
	font-size: 10px;
}
.on-this-page-content-wraper ul li::marker {
	color: #000;
}
.on-this-page-content-wraper ul li {
	list-style-type: none;
	display: flex;
	align-items: center;
	margin-right: 5px;
}
.on-this-page-content-wraper ul li:before {
	content: "■";
	margin-right: 10px;
	color: #fff;
}
.on-this-page-content-wraper ul li a {
	font-weight: normal;
	font-size: 14px;
	color: #ffffff;
	line-height: 20px;
	padding: 0px;
	margin: 0px;
}
.on-this-page-content-wraper button {
	color: #Fff;
	font-size: 14px;
	font-family: 'Roboto';
	text-decoration: underline;
}
.nyc-hotels {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}
.nyc-hotels-body {
	width: 48%;
	background: #f2f2f2;
	padding: 20px;
	margin-bottom: 30px;
}
.nyc-hotels-body h3 {
	margin: 0 !important;
	padding: 0px !important;
	font-size: 32px;
	line-height: 40px;
	margin-bottom: 10px !important;
}
.nyc-hotels-body h3:after {
	content: none;
}
.nyc-hotels-body p {
	margin-bottom: 0px;
}

.google-maps {
	position: relative;
	padding-bottom: 40%;
	overflow: hidden;
	width: 100%;
	max-width: 510px;
	height: 300px;
	display: block;
}
.google-maps iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100% !important;
	height: 100% !important;
}

img.alignright {
	float: right;
	margin-left: 30px;
	margin-bottom: 20px;
	margin-top: 10px;
}
.left-side.footer {
	background: none;
	margin: 30px 0px;
	padding-left: 0px;
	/* flex-direction: row; */
	width: 100%;
	max-width: 590px;
	justify-content: space-between;
	align-items: center;
	display: flex;
	gap: 40px;
	position: unset;
}
.left-side.footer ul {
	display: flex;
	gap: 20px;
	margin: 0px;
	align-items: flex-start;
	max-height: 30px;
}
footer.min-footer.back p.webandseoby {
	margin: 0px;
}
.newsletter {
	display: block;
	width: 100%;
	max-width: 630px;
}
.footer-last-row {
	width: 100%;
	/* max-width: 800px; */
	margin: 0 auto;
	background: #333;
	padding: 40px 0px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}
.desktop {
	width: 100%;
	height: auto;
	display: block;
	margin: 0 auto;
	max-width: 1500px;
	padding-bottom: 50px;
}
.mobile{
	display: none;
}
.pro-card-right button.default-btn {
	font-size: 16px;
}
.accordion.profile {
	margin-bottom: 100px;
}
.accordion.profile .single-accordion h2 {
	padding-left: 70px;
}
.accordion.profile .single-accordion h2:after {
	content: '';
	background: url('/wp-content/themes/millennialplastic/images/sp-profiile.svg') no-repeat;
	width: 54px;
	height: 54px;
	position: absolute;
	left: 0px;
	top: 5px;
	bottom: 0px;
	margin: auto;
	background-position: left 0 top 0;
	border: 0px;
}
.accordion.profile .single-accordion h2.two:after{
	background-position: left 0 top -60px;
}
.accordion.profile .single-accordion h2.three:after{
	background-position: left 0 top -120px;
}
.accordion.profile .single-accordion h2.four:after{
	background-position: left 0 top -180px;
}
section.inner-banner-sec.profile .inner-banner-right img {
	width: 100%;
	height: auto;
	max-width: 490px;
}
.main-inner .pro-card-right .call::after{
	display: none;
}
section.inner-banner-sec.profile .inner-banner-left {
	padding-bottom: 100px;
}
.profile-accolades ul {
	display: flex;
	flex-wrap: wrap;
	width: 100%;
	gap: 0;
	list-style: none;
	margin: 50px auto;
	max-width: 1434px;
}
.profile-accolades ul li {
	padding: 0px;
	margin: 0px;
	width: 20%;
}
.main-inner .profile-accolades ul li img {
	margin-right: 0px;
	box-shadow: 0 0 20px #0000001a;
	width: 285px;
	height: auto;
	filter: grayscale(1);
}
.main-inner .profile-accolades ul li::marker{
	display: none;
}
.vid-columns video {
	border: 1px solid;
	border-radius: 6px;
	width: 100%;
	max-width: 50%;
}
.banner-content-right .fifteen-year-right {
	max-height: 283px;
}
.accordion.profile .accordion-body {
	margin-top: 40px;
}

.main-inner h2 span.h2-accent-color {
	color: #591a43;
	font-weight: inherit;
	font-size: inherit;
	line-height: inherit;
	text-transform: inherit;
	display: contents;
	margin-top: 9px;
}
.procedures-list {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	list-style: none !important;
	margin-left: 0 !important;
	grid-gap: 20px;
}
.procedures-list li {
	max-width: 230px;
	width: 100%;
	text-align: center;
	margin: 0 auto;
}
.procedures-list li h3 {
	margin: 0;
}
.procedures-list li a {
	display: block;
	width: 100%;
	background: #000;
	color: #fff !important;
	padding: 15px 20px !important;
	text-align: center;
	margin: 0 auto;
	text-decoration: underline;
	border-left: 4px solid #af8436;
	transition: all .3s ease-in-out;
}
.procedures-list li a:hover {
	transform: translateY(-2px);
	transition: all .3s ease-in-out;
}
.procedures-list li p {
	margin: 0;
    background: #f3f3f3;
    color: #000;
    padding: 10px;
    border-bottom: 1px solid #af8436;
}
.icons-footer a {
	position: relative;
}
.icons-footer a::before {
	content: '';
	position: absolute;
	top: 3px;
	left: -22px;
	width: 20px;
	height: 20px;
	background: url(images/loc-icon.png) no-repeat;
	filter: invert(49%) sepia(75%) saturate(351%) hue-rotate(0deg) brightness(94%) contrast(95%);
	background-size: contain;
}
.icons-footer a.phone-icon::before {
	background-image: url(images/phone-icon.png);
	top: 5px;
	left: -22px;
	width: 17px;
	height: 17px;
}
#backToTop {
	display: inline-block;
	background-color: #af8436;
	width: 45px;
	height: 45px;
	text-align: center;
	border-radius: 100%;
	position: fixed;
	bottom: 75px;
	right: 20px;
	transition: background-color .3s,opacity .5s,visibility .5s;
	opacity: 0;
	visibility: hidden;
	z-index: 1000;
	transform: rotate(-90deg);
	touch-action: none;
}
#backToTop::after {
	content: "➤";
	font-family: FontAwesome;
	font-weight: 400;
	font-style: normal;
	font-size: 20px;
	line-height: 47px;
	color: #fff;
	position: absolute;
	left: 14px;
	top: 0;
}
#backToTop:hover {
	cursor: pointer;
	background-color: #333;
}
#backToTop:active {
	background-color: #555;
}
#backToTop.show {
	opacity: 1;
	visibility: visible;
}
.two-row {
	display: grid;
	grid-template-columns: 1fr 1fr;
	grid-gap: 40px;
}
.three-row {
	display: grid;
	grid-template-columns: 1fr 1fr 1fr;
	grid-gap: 20px;
}
blockquote.dr-quote {
	background: #fff;
	max-width: 1000px;
	color: #000;
	margin: 0 auto 40px;
	border-top: 1px solid #000;
	border-bottom: 1px solid #000;
	border-left: 6px solid #000000;
	border-right: 6px solid #000000;
	box-shadow: 13px 9px 17px 6px #0000001f;
	padding: 15px 25px;
	border-radius: 10px;
}
blockquote.dr-quote .quote-text {
	color: #000!important;
	font-style: italic;
	margin-bottom: 20px!important;
}
blockquote.dr-quote .dr-name {
	display: block;
	text-align: right;
	font-size: 16px;
}
.quote-block {
	background: #fff;
	max-width: 1000px;
	color: #000;
	margin: 0 auto 30px;
	border-top: 1px solid #000;
	border-bottom: 1px solid #000;
	border-left: 6px solid #000000;
	border-right: 6px solid #000000;
	box-shadow: 13px 9px 17px 6px #0000001f;
	padding: 15px 25px;
	border-radius: 10px;
}
.quote-block p {
    margin: 0;
}
.ref-block * {
	font-style: italic !important;
	font-size: 14px !important;
}
.directions-block .single-direction {
	padding: 30px 68px;
	-webkit-box-shadow: 0 0 20px #00000012;
	box-shadow: 0 0 20px #00000012;
}

.body-lg {
	font-size: min(max(18px, 2.1428571429vw), 25px) !important;
	line-height: 1.4 !important;
	background: #444444;
	padding: 30px;
	color: #fff !important;
	text-align: center;
}
.bq-lt {
	font-size: min(max(18px, 2.1428571429vw), 25px) !important;
	line-height: 1.4 !important;
}
.one-up {
	font-size: 110%;
}
.drblock-holder {
	justify-items: center;
	justify-content: center;
	text-align: center;
	margin-bottom: 40px;
}
.drblock-single {
	max-width: 420px;
	background: #fff;
	padding: 20px 30px;
	-webkit-box-shadow: 0px 5px 16px 14px #00000012;
	box-shadow: 0px 5px 16px 14px #00000012;
	border-top: 2px solid #af8436;
	border-bottom: 2px solid #af8436;
	border-radius: 10px;
}
.drblock-single:hover {
	-webkit-box-shadow: 0px 12px 20px 20px #00000012;
	box-shadow: 0px 12px 20px 20px #00000012;
	transform: translateY(-10px) scale(1.05);
}
.drblock-info {
	display: flex !important;
	flex-direction: column;
	align-items: center;
}
.drblock-img {
	width: 400px;
	height: 400px;
	overflow: hidden;
	object-fit: cover;	
}
.drblock-name {
	margin-top: 30px;
	font-size: 24px;
	padding: 0 20px;
	font-weight: 400;
}
.drblock-spec {
	margin-top: 10px;
	font-size: 16px;
	color: #444;
	font-style: italic;
}
.locblock .contact-address {
	padding: 20px 30px;
	-webkit-box-shadow: 0px 5px 16px 14px #00000012;
	box-shadow: 0px 5px 16px 14px #00000012;
	border-radius: 10px;
}
.locblock .contact-address:hover {
	-webkit-box-shadow: 0px 12px 20px 20px #00000012;
	box-shadow: 0px 12px 20px 20px #00000012;
	transform: translateY(-10px) scale(1.05);
}

.weglot_switcher.bubble .language-option a {
	color: rgb(255 255 255) !important;
}
.weglot_switcher.underline_full div.language-option a {
	color: #fff !important;
}
.weglot_switcher.underline_edge .language-option {
    padding: 0 3px !important;
    margin-left: 7px;
}
.weglot_switcher.underline_edge .wg-languages-list {
    border: 1px solid #878787;
    padding: 3px 10px;
    border-radius: 45px;
    padding-bottom: 2px;
}
.logos-holder {
	display: grid;
	grid-template-columns: repeat(8, 1fr);
	gap: 20px;
	justify-items: center;
	background: #222222;
	padding: 20px 30px;
}
.logos-holder img {
	filter: brightness(10000%);
}
.gallery-info-sec {
	background: #000;
}
.gallery-info-wrap {
	max-width: 1630px;
	padding: 50px 20px;
	margin: 0 auto;
}
.gallery-info-wrap p {
	max-width: 768px;
	margin: 30px 0;
	color: #fff;
}
.dr-section {
	display: block;
	padding: 20px;
    background: #f5f5f5;
    margin-top:20px;
}
.dr-section p {
	font-size: 14px;
}
.dr-section img {
    max-width: 285px;
    float: left;
    margin: 0 20px 0px 0 !important;
}
.dr-section a {
	display: block;
    width: fit-content;
    margin-left: auto;
    font-size: 14px;
}
.single-review {
	margin: 30px auto;
    padding: 20px 90px;
}
.single-review .single-review-text {
	font-size: 18px;
    text-align: center;
    position: relative;
}
.single-review .single-review-text::before {
	content: '';
    position: absolute;
    top: 14px;
    left: -71px;
    margin: auto;
    width: 50px;
    height: 39px;
    background: url(images/sp.svg) no-repeat;
    background-position: top -41px left -60px;
    opacity: .4;
    transform: rotate(180deg) scale(2);
}
.single-review .single-review-name {
	font-style: italic;
    font-size: 16px;
    font-weight: 300;
    text-align: center;
    margin-bottom: 0;
}
.icon {
    border-radius: 50%;
    display: inline-block;
    font-family: Poppins, sans-serif;
    font-size: .875rem;
    font-weight: 700;
    height: 1.8125rem;
    line-height: 1.875rem;
    text-align: center;
    text-transform: uppercase;
    width: 1.8125rem;
    padding: 0;
    color: #fff;
}
.icon.bus {
    border-radius: 4px;
    width: auto;
    padding: 0 6px;
}
.icon.blue {
    background: #1d59b3;
}
.icon.orange {
    background: #ff6200;
}
.locations-holder {
	display: flex;
    flex-wrap: wrap;
    gap: 20px;
    justify-content: center;
    align-items: center;
    padding: 0;
    margin: 20px auto 40px !important;
    list-style: none !important;
}
.locations-holder .single-location {
    display: flex;
    justify-content: center;
    align-items: center;
    min-width: 210px;
    max-width: 24%;
    width: 100%;
    height: 100%;
    padding: 0 !important;
    margin: 0 !important;
    list-style: none;
    transition: all .3s ease-in-out;
}
.locations-holder .single-location a {
    width: 100%;
    color: #fff !important;
    background: #000000;
    padding: 30px 20px;
	border-bottom: 3px solid #af8436;
    border-radius: 20px;
    text-align: center;
    height: auto;
    box-shadow: 0px 5px 14px 0px rgb(0 0 0 / 81%);
    font-weight: 700;
    text-decoration: none !important;
    font-size: 18px;
	transition: all .3s ease-in-out;
}
.locations-holder .single-location:nth-child(even) a {
    background: #222222;
}
.locations-holder .single-location a::after {
	content: none !important;
}
.locations-holder .single-location a:hover {
	transform: translateY(-8px);
	transition: all .3s ease-in-out;
	box-shadow: 0px 13px 14px 0px rgb(0 0 0 / 67%);
}
table.prices {
    min-width: 768px;
    width: 100%;
    margin-bottom: 40px;
}
.prices thead {
    background: #e8e6dc;
}
.prices tr {
    
}
.prices th {
    padding: 10px;
    font-size: 18px;
}
.prices td {
    padding: 5px 10px;
}
table.prices tbody tr:nth-child(even) {
  background-color: #f2f2f2;
}
.prices tbody tr td:first-child {
    max-width: 36%;
    width: 100%;
}
.horizontal-scroll {
    overflow-x: scroll;
}
th {
    padding: 10px 20px;
    font-size: 18px;
}
td {
    text-align: center;
    font-size: 16px;
    padding: 10px;
}

.ins-intro {
    margin:20px 0px 30px 0px;
}
input::placeholder {
  color: #eeeeee; 
  opacity: 1; 
}

.footer-disclaimer-ada {
        padding: 35px 0px 0px 0px;
}

.footer-disclaimer-ada h3 {
    color: #fff;
    font-size: 12px;
    line-height: 20px;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-bottom: 20px;
}
.footer-disclaimer-ada p {
    color: #ffffff;
    font-size: 12px !important;
    margin-left: 0px;
    line-height: 20px;
    text-align: left;
    letter-spacing: normal;
    opacity: 1;    
}

/* RESPONSIVE CSS ------------------------------------------------ */
@media all and (max-width:1700px){
    .min-footer {
        padding-top: 300px;
    }
	.inner-banner-wrap {
		padding-left: 30px;
		padding-right: 30px;
	}
	.testimonials-sec::before {
		opacity: .2;
	}
	/* Header Top */
	.logo a {
		width: 250px;
	}
	.header-right {
		gap: 40px;
	}
	.header-right ul {
		gap: 0 20px;
	}
	.free-cons {
		gap: 25px;
	}
	.free-cons a, .free-cons button {
		font-size: 15px;
	}
	/*.free-cons button::after {
	top: -2px;
}*/
	.free-cons a{
		top: 0px;
	}
	/* Services section -- */
	.service-wrap {
		max-width: 1366px;
		padding-left: 50px;
	}
	.service-carousel {
		padding-right: 170px;
	}
	/* 15 YEARS Section ----- */
	.fifteen-year-wrap {
		gap: 120px;
		-ms-grid-columns: 470px 120px auto;
		grid-template-columns: 470px auto;
	}
	.fifteen-years-sec::after {
		width: 510px;
	}
	.fifteen-year-left img {
		margin-top: 0;
	}
	.fifteen-year-right {
		padding-bottom: 40px;
	}
	/* PROCEDUREs Tab Section */
	.tab-tigger {
		gap: 20px;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}
	.tab-tigger li span {
		width: 200px;
		height: 150px;
		display: block;
	}
	.single-proce-tab {
		-ms-grid-columns: 29% 2% 35% 2% 33%;
		grid-template-columns: 29% 35% 33%;
		gap: 2%;
	}
	/* Free Consultation Section */
	.free-cons-left-wrap {
		padding-left: 15px;
		padding-right: 15px;
	}
	.free-cons-left p {
		font-size: 17px;
		line-height: 28px;
	}
	/* Before & After Section */
	.before-after-left {
		background-position: top right;
	}
	/* Testimonials Section */
	.shape-bg {
		padding: 70px 0 320px 0;
	}
	/* Inner Page ------------------ */
	.how-dos-wrp {
		gap: 5%;
		-ms-grid-columns: 45% 5% 50%;
		grid-template-columns: 45% 50%;
		padding: 0 15px;
	}
	.butt-lift-wrap {
		padding-left: 15px;
	}
	.client-inner-bg::after {
		background-position: right center;
	}
	/* mps call */
	.mps-call-wrap {
		margin-left: 100px;
		margin-right: auto;
	}
	.mps-call-dr {
		right: 0;
	}
	/* mps call */
	.how-much-bg {
		padding: 160px 15px 115px 15px;
	}
	.how-much-bg > img {
		max-width: 260px;
	}
	.right-side ul {
		max-width: 350px;
	}
	.right-side ul ul li a {
		font-size: 18px;
	}
	.banner-wrap {
		padding: 140px 30px 100px 30px;
	}
	.desktop {
		max-width: 95%;
	}
}
/*1700 End */
@media all and (max-width:1450px){
	.inner-banner-wrap {
		padding-top: 140px;
	}
	.inner-banner-left {
		width: 70%;
	}
	.inner-banner-sec.profile .inner-banner-left h1 {
		font-size: 77px;
	}
	body {
		margin-right: 70px;
	}
	/* Header Top */
	.min-header {
		width: calc(100% - 70px);
	}
	.excess-width {
		max-width: calc(100% - 70px);
	}
	.logo a {
		width: 220px;
	}
	.header-right {
		gap: 30px;
	}
	.header-right ul {
		gap: 0 15px;
	}
	.free-cons {
		gap: 20px;
	}
	/* Body Side Bar */
	.body-side-bar {
		width: 70px;
	}
	.mobile-bars {
		width: 40px;
		right: 15px;
	}
	/* Services section ------ */
	.service-wrap {
		padding: 80px 0px 80px 20px;
	}
	/* PROCEDUREs Tab Section */
	.proce-tab-review {
		padding: 65px 15px 22px 15px;
	}
	.text-tab-body p {
		line-height: 32px;
		padding: 20px 15px 20px 0;
		min-height: 265px;
	}
	.text-tab-body p::after {
		left: -50px;
		width: 50px;
	}
	.proce-tab-review p {
		font-size: 18px;
		line-height: 32px;
	}
	.proce-tab-review::after {
		top: 12px;
	}
	/* Inner Page ----------- */
	.inner-banner-sec {
		overflow: hidden;
	}
	.inner-banner-sec::after {
		top: 36%;
		background-size: contain;
	}
	/* how doses */
	.how-dos-left {
		max-height: 640px;
	}
	.how-dos-left span {
		padding: 90px 70px 40px 70px;
	}
	.how-dos-left span::after {
		top: 40px;
	}
	/* client testimonial */
	.client-inner-bg::after {
		left: 0;
		background-position: right center;
	}
	/* Brazilian ButtLift */
	.brazilian-but-wrp {
		padding: 80px 15px;
	}
	/* mps call */
	.how-much-wrap, .how-much-tab {
		-ms-grid-columns: 350px 30px auto;
		grid-template-columns: 350px auto;
		gap: 0 30px;
	}
	.main-inner .how-much-wrap h2 {
		font-size: 37px;
	}
	.how-much-bg > img {
		margin-top: 0;
	}
	/* Profile Page ------------- */
	.profile-card {
		gap: 80px;
	}
	.pro-carousel-wd {
		padding: 100px 50px;
	}
	.single-pro-caro {
		padding-left: 30px;
	}
	.single-pro-caro h3, .single-pro-caro span.title {
		font-size: 30px;
		margin-bottom: 25px;
	}
	.main-inner.center .mps-width {
		padding: 0;
	}
	/* testomonial page */
	.testi-review-wd {
		background: unset;
		padding-bottom: 100px;
	}
	.inner-banner-sec.left .inner-banner-right {
		width: 50%;
	}
	.inner-banner-right {
		background-size: cover;
	}
}
/*1439 End */
@media all and (max-width:1366px){
    .desktop {
        padding-bottom: 90px;
    }
	
.header-right ul li ul {
	display: none !important;
}
	.inner-banner-right {
		width: 40%;
	}
	.banner-content-right {
		padding: 147px 0px;
	}
	.banner-content-right .fifteen-year-right .years {
		padding: 80px 0 30px 245px;
	}
	/* Header Top */
	.header-right ul {
		position: fixed;
		top: 85px;
		left: 0;
		background: #FFF;
		width: calc(100% - 70px);
		padding: 20px;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
	}
	.header-right.inner-page-header ul {
		padding: 10px 20px;
	}
	.header-right ul li {
		padding: 0;
	}
	.header-right ul li a {
		font-weight: bold;
		letter-spacing: .5px;
		color: #000;
	}
	/* Drop down */
	.header-right ul ul {
		display: none;
		position: unset;
		width: 100%;
		opacity: 1;
		visibility: visible;
		padding: 10px 0 0 20px;
		background: transparent;
		-webkit-transition: unset;
		-o-transition: unset;
		transition: unset;
	}
	.progress-container {
		bottom: -44px;
	}
	.on-this-page-area {
		bottom: -78px;
	}
	.inner-banner-left {
		padding: 30px 10px;
	}
	.inner-banner-right img {
		height: auto;
		width: auto;
	}
	.inner-banner-sec.profile .brand-img-wrap-hero {
		bottom: -60px;
	}
	/* Banner Section */
	.banner-content {
		padding: 147px 0px;
	}
	.banner-section.before::before {
		height: 215px;
		bottom: 26%;
		background-size: contain;
	}
	.banner-content h1 {
		font-size: 80px;
		line-height: 1.2;
		margin-bottom: 100px;
	}
	/* Services section */
	.service-wrap {
		padding: 80px 0px 80px 30px;
		max-width: 100%;
	}
	/* 15 YEARS Section */
	.fifteen-year-wrap {
		gap: 60px;
	}
	.fifteen-year-left img {
		height: 920px;
	}
	.fifteen-year-right .years {
		padding: 70px 0 80px 222px;
	}
	.fifteen-year-right .years::after {
		width: 200px;
		height: 186px;
		background-size: contain;
	}
	.fifteen-year-right h2 {
		font-size: 50px;
		margin-bottom: 30px;
	}
	.fifteen-year-right .default-btn {
		margin-top: 20px;
	}
	/* Free Consultation Section */
	.main-inner .free-cons-right {
		max-width: 310px;
		margin-left: 25px;
		padding-left: 25px;
	}
	/* Testimonials Section */
	.testimonials-wrap {
		max-width: 930px;
		margin: 75px 180px 0 auto;
		padding: 35px 40px 40px 40px;
	}
	/* Footer Section ------ */
	.min-footer {
		padding: 290px 0 0px 0;
		background-size: contain;
	}
	.footer-wrap {
		-ms-grid-columns: 65% 35%;
		grid-template-columns: 65% 35%;
	}
	.footer-left ul {
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		gap: 25px;
		margin-top: 40px;
		margin-bottom: 25px;
		padding-bottom: 25px;
	}
	.footer-locations span {
		margin-bottom: 20px;
	}
	.footer-locations p {
		margin-bottom: 30px;
	}
	/* Inner Page ----- ----------------*/
	/* Butt Lift */
	.main-inner h3 {
		font-size: 40px;
	}
	.butt-right {
		padding-right: 100px;
		padding-left: 100px;
	}
	.butt-right .LLCGslider-nav.LLCGslider-next, .butt-right .LLCGslider-nav.LLCGslider-prev {
		width: 70px;
		height: 150px;
	}
	/* brand images */
	.brand-in-img {
		padding: 50px 30px;
		overflow: scroll;
	}
	/* how doses */
	.main-inner h2, .heading-view {
		font-size: 36px;
		margin-bottom: 30px;
	}
	/* Brazilian ButtLift */
	.brazilian-but-right {
		padding: 60px 0 60px 110px;
	}
	/* How Can I Keep */
	.how-can-right::after {
		width: 100%;
		margin-left: 0;
	}
	/* mps call */
	.mps-call-wrap {
		margin-left: 50px;
	}
	.mps-call-left {
		margin-right: 30px;
		padding-right: 30px;
	}
	.mps-call-right {
		text-align: left;
	}
	.mps-call-right a:first-child {
		margin-left: 30px;
	}
	/* Profile Page --------------- */
	.profile-card {
		gap: 40px;
	}
	.inner-banner-sec.left .inner-banner-right {
		width: 44%;
	}
	.testimonial-review {
		padding: 50px;
	}
	.testimonial-review ul li {
		margin-bottom: 10px;
	}
	.testi-caro .LLCGslider-dots {
		position: unset;
	}
	.testi-caro .LLCGslider-dots button {
		height: 50px;
	}
	.right-side ul.sub-menu {
		margin: 20px 0px 20px;
	}
	.right-side ul ul li a {
		color: #000;
		font-size: 18px;
	}
	.right-side > ul {
		max-width: 450px;
		height: 95%;
		overflow: scroll;
	}
	.mobile-bars {
		top: 10px;
	}
	.mobile-bars.active {
		margin-top: 5px;
	}
	/* Side Meni ------- */
	.right-side ul li:hover {
		padding-left: 5px;
	}
	.right-side ul li:hover a {
		color: black;
	}
	.right-side ul li::after {
		display: none;
	}
	/* drop Down */
	.right-side ul ul {
		position: unset;
		background: transparent;
		padding: 0;
		padding-left: 10px;
		opacity: 1;
		visibility: visible;
		display: none;
		-webkit-transition: unset;
		-o-transition: unset;
		transition: unset;
	}
	/* drop down arrow */
	.dropdown-menu-items {
		top: 7px;
		right: 10px;
		pointer-events: unset;
		background: transparent;
		border-left: 3px solid #000;
		border-bottom: 3px solid #000;
		width: 15px;
		height: 15px;
		-webkit-transform: rotate(-45deg);
		-ms-transform: rotate(-45deg);
		transform: rotate(-45deg);
	}
	.dropdown-menu-items.rotate {
		-webkit-transform: rotate(137deg);
		-ms-transform: rotate(137deg);
		transform: rotate(137deg);
		top: 14px;
	}
	.dropdown-menu-items::after {
		display: none;
	}
}
/*1365 End*/
@media all and (max-width:1200px) {
	.about-shokrian {
		gap: 45px;
	}
	.testi-hero {
		font-size: 20px;
		line-height: 25px;
	}
	.banner-content-right .fifteen-year-right .years {
		font-size: 18px;
	}
	.banner-content h1 span {
		font-size: 20px;
	}
	.banner-content h1 {
		font-size: 60px;
		line-height: 1.2;
		margin-bottom: 20px;
	}
	.about-shokrian ul li {
		font-size: 14px;
	}
	.about-shokrian a {
		padding: 19px 0px;
		padding-left: 144px;
	}
	.inner-banner-right {
		right: -5%;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
		-webkit-box-align: end;
		-ms-flex-align: end;
		align-items: center;
	}
	.default-dots .LLCGslider-dots button {
		width: 75px;
	}
	.first-letter p::first-letter {
		font-size: 35px;
	}
	/* Banner Section */
	.banner-section.after::after, .free-consultation-sec.before::before, .service-section.after::after, .before-after-sec.after::after, .shape-bg::after {
		height: 70px;
	}
	/* Services section */
	.service-wrap {
		padding: 65px 0px 0px 30px;
	}
	.service-wrap h2 {
		font-size: 70px;
		line-height: 1.5;
	}
	.single-service {
		padding-bottom: 70px;
	}
	.single-service h3, .single-service h3 a {
		font-size: 30px;
	}
	.single-service::after {
		height: 65px;
	}
	/* Brand Section */
	.brand-section {
		padding: 60px 0 100px 0px;
	}
	.brand-section.after::after {
		height: 70px;
	}
	.brand-img-wrap img {
		max-width: 1366px;
	}
	/* PROCEDUREs Tab Section */
	.procedures-tab-sec {
		padding-top: 45px;
		padding-bottom: 45px;
	}
	.tab-tigger li {
		font-size: 16px;
		letter-spacing: 0;
	}
	.tab-tigger li span {
		width: 150px;
		height: 100px;
	}
	/* Free Consultation Section */
	.free-consultation-sec::after {
		height: 140px;
	}
	.free-cons-left-wrap {
		padding: 70px 15px;
	}
	.free-cons-left span.heading span {
		font-size: 70px;
		margin-bottom: 8px;
	}
	/* Before & After Section */
	.before-after-right {
		padding: 130px 0 160px 0;
	}
	/* Testimonials Section */
	.shape-bg {
		padding: 70px 0 135px 0;
	}
	.testimonials-wrap {
		max-width: calc(100% - 110px);
		margin: 100px 15px 50px 15px;
	}
	.testimonials-caro.default-dots .LLCGslider-dots {
		right: -130px;
	}
	/* Footer Section ---- */
	.min-footer.back {
		padding: 260px 0 0px 0;
	}
	.footer-left ul {
		gap: 7px 15px;
	}
	.footer-locations {
		/* 		padding-left: 20px; */
	}
	.copy-right p, .copy-right p button {
		text-align: left;
		overflow-wrap: anywhere;
		line-height: 26px;
	}
	/* Inner Page -------------- */
	.main-inner p, .main-inner ul li, .main-inner ul li a, .main-inner ol li, .main-inner ol li a {
		font-size: 16px;
		letter-spacing: 0;
		line-height: 1.6;
	}
	.main-inner p, .main-inner ul, .main-inner ol, .main-inner hr {
		margin-bottom: 30px;
	}
	.main-inner .default-btn {
		min-width: 200px;
		padding: 20px;
	}
	.m-b {
		margin: 50px 0px;
	}
	.inner-banner-sec {
		margin-bottom: 50px;
	}
	.inner-banner-left h1 {
		font-size: 54px;
		margin-bottom: 60px;
		max-width: 100%;
	}
	.inner-banner-left h1 .title {
	    font-size: 40px;
	}
	.inner-banner-left h2 {
	    font-size: 28px;
	}
	#breadcrumbs {
		padding-bottom: 20px;
		margin-bottom: 20px;
	}
	/* mps */
	.mps {
		padding-left: 15px;
		padding-right: 15px;
	}
	.mps p, .mps a, .mps button {
		font-size: 18px;
		letter-spacing: 0.1em;
		line-height: 31px;
	}
	/* brand images */
	.brand-in-img img {
		max-width: 1000px;
		margin: 0 auto;
	}
	/* how doses */
	.single-accordion h4, .single-accordion h3 {
		margin-bottom: 15px;
		padding-bottom: 15px;
	}
	/* client testimonial */
	.main-inner .single-client p {
		font-size: 20px;
		line-height: 36px;
		color: #fff;
	}
	/* Brazilian ButtLift */
	.brazilian-but-wrp {
		padding: 0 15px;
	}
	.brazilian-but {
		margin-top: 0;
	}
	.brazilian-but-left {
		position: unset;
	}
	.brazilian-but-right {
		padding: 50px 15px 50px 50px;
		-ms-flex-item-align: center;
		-ms-grid-row-align: center;
		align-self: center;
	}
	/* How Can I Keep */
	.how-can-con {
		padding: 0 15px;
	}
	.how-can-wrap {
		gap: 30px;
	}
	.how-can-right::after {
		height: 352px;
	}
	.how-can-right ol li {
		margin-left: 20px;
	}
	/* mps call */
	.mps-call-bg {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		padding: 40px 0 0 0;
	}
	.mps-call-bg::after {
		display: none;
	}
	.mps-call-dr {
		position: unset;
	}
	/* how much */
	.how-much-bg {
		padding: 80px 15px 50px 15px;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}
	.how-much-bg > img {
		max-width: 100%;
		margin: 0 auto;
	}
	/* the figure */
	.the-figure-wrp {
		padding: 0 15px;
	}
	/* Profile Page ----------- */
	.inner-banner-sec.profile .inner-banner-left h1 span {
		DISPLAY: block;
	}
	.profile-card {
		padding: 60px 20px;
	}
	.profile-carousel {
		padding-right: 120px;
	}
	.profile-carousel .LLCGslider-dots button::after {
		font-size: 15px;
	}
	.profile-carousel .LLCGslider-dots button {
		height: auto;
		padding: 16px 10px;
	}
	.inner-banner-sec.left .inner-banner-right {
		width: 37%;
	}
	.inner-banner-sec.left::after {
		background: url('images/bannerLineBg.png') no-repeat;
		top: 11%;
	}
	.testimonial-review {
		-ms-grid-columns: 220px auto;
		grid-template-columns: 220px auto;
	}
	.testi-review-wd {
		padding-bottom: 50px;
	}
	.social-review {
		margin-bottom: 50px;
		text-align: center;
		margin-right: 0;
	}
	.inner-section iframe {
		height: unset;
		aspect-ratio: 16/9;
		margin-bottom: 50px;
	}
	.contact-frm {
		margin-bottom: 50px;
		padding: 0 15px;
	}
	.contact-address {
		margin-bottom: 50px;
	}
	.inner-banner-sec.center .inner-banner-left h1 span {
		font-size: 54px;
	}
	/* contact form */
	.main-inner .contact-frm h2, .main-inner .contact-frm .frm-title {
		margin-bottom: 50px;
	}
	.main-inner .contact-frm {
		margin-bottom: 50px;
	}
	.photos-upload p {
		margin-bottom: 0;
		margin-right: 0;
	}

}
/* 1200 */
@media all and (max-width:1199px){
	.new-cta-flex .fifteen-year-right {
		width: 100%;
	}
	.new-cta-flex {
		max-width: 50%;
	}
}
@media all and (max-width:1024px){
	.footer-locations {
		grid-template-columns: 1fr;
	}
	.banner-content, .banner-content-right {
		width: 100%;
		max-width: 100%;
		padding: 50px 0px;
	}
	.press-main img{
		height: auto;
	}

	.main-inner .mps.black a, .main-inner .mps.black button {
		font-size: 24px;
	}
	#breadcrumbs{
		display: none;
	}
	.default-btn {
		padding: 20px;
		min-width: 270px;
	}
	body {
		margin-right: 0;
	}
	/* Header Top */
	.header-wrap {
		padding-right: 80px;
	}
	.logo a {
		padding: 5px 10px;
	}
	.min-header {
		width: 100%;
	}
	.header-right ul {
		top: 78px;
		width: 100%;
		padding: 15px;
	}
	/* body Side Bar */
	.body-side-bar {
		display: none;
	}
	.mobile-bars span {
		border: 1px solid #FFF;
	}
	.mobile-bars.active span {
		border-color: #000;
	}
	/* Side Menu ------ */
	.right-side ul li a {
		font-size: 18px;
		letter-spacing: .5px;
	}
	.side-copy p, .side-copy button {
		word-break: break-all;
	}
	/* Banner Section */
	.banner-section {
		background-position: center;
	}
	.banner-content h1 {
		font-size: 80px;
	}
	.banner-content h1 span {
		font-size: 30px;
	}
	/* Services section */
	.service-carousel {
		padding-right: 100px;
	}
	/* 15 YEARS Section */
	.fifteen-years-sec {
		padding-top: 30px;
	}
	.fifteen-years-sec::before {
		top: 6%;
		background-size: contain;
	}
	.fifteen-years-sec::after {
		width: 38%;
	}
	.fifteen-year-wrap {
		gap: 5%;
		-ms-grid-columns: 35% 5% 60%;
		grid-template-columns: 35% 60%;
		padding-bottom: 40px;
	}
	.fifteen-year-left img {
		height: 770px;
		margin-bottom: -40px;
		margin-top: 40px;
	}
	.fifteen-year-right .years {
		padding: 20px 0 50px 133px;
	}
	.fifteen-year-right .years::after {
		width: 214px;
		height: 198px;
	}
	.fifteen-year-right h2 {
		font-size: 42px;
		margin-bottom: 30px;
	}
	/* PROCEDUREs Tab Section */
	.tab-tigger li span {
		width: 120px;
		height: 80px;
	}
	/* Free Consultation Section */
	.free-consultation-sec::after {
		height: 88px;
		bottom: 0;
	}
	.main-inner .free-cons-right a {
		font-size: 28px;
		padding-left: 27px;
	}
	.main-inner .free-cons-right a::after {
		top: 0px;
		left: -9px;
		-webkit-transform: scale(.7);
		-ms-transform: scale(.7);
		transform: scale(.7);
	}
	/* Testimonials Section */
	.shape-bg {
		padding: 40px 0 160px 0;
	}
	.testimonials-sec::before {
		height: 100%;
		top: 0;
		left: 0%;
	}
	.testimonials-wrap::before, .testimonials-wrap::after {
		-webkit-transform: scale(.6);
		-ms-transform: scale(.6);
		transform: scale(.6);
	}
	.single-testi p {
		font-size: 22px;
		line-height: 40px;
		margin-bottom: 55px;
	}
	/* Footer Section ------ */
	.min-footer {
		background-position: top 20px center;
	}
	.copy-right {
		padding-right: 10px;
	}
	.min-footer.back {
		padding: 260px 0 0px 0;
		background-position: top 44px center;
	}
	/* Inner Page ------- ---------*/
	.main-inner h2, .heading-view {
		font-size: 32px;
		margin-bottom: 30px;
	}
	.main-inner h3 {
		font-size: 26px;
		margin-bottom: 30px;
	}
	.excess-width {
		max-width: 100%;
	}
	.inner-banner-sec {
		border-right: none;
	}
	.inner-banner-left h1 {
		font-size: 42px;
		margin-bottom: 25px;
		line-height: normal;
	}
	.inner-banner-left h1 .title {
	    font-size: 30px;
	}
	.inner-banner-left h2 {
	    font-size: 26px;
	}
	.inner-banner-left p, .inner-banner-left p a {
		letter-spacing: 0;
		line-height: 30px;
	}
	/* Butt Lift */
	.butt-right {
		padding-right: 70px;
		padding-left: 70px;
	}
	.butt-right .LLCGslider-nav.LLCGslider-next, .butt-right .LLCGslider-nav.LLCGslider-prev {
		width: 50px;
		height: 100px;
	}
	.butt-right .LLCGslider-nav.LLCGslider-next::after {
		-webkit-transform: scale(.5);
		-ms-transform: scale(.5);
		transform: scale(.5);
	}
	.butt-right .LLCGslider-nav.LLCGslider-prev::after {
		-webkit-transform: scale(.5) rotate(180deg);
		-ms-transform: scale(.5) rotate(180deg);
		transform: scale(.5) rotate(180deg);
	}
	/* brand images */
	.brand-in-img {
		padding: 50px 15px;
	}
	/* how doses */
	.how-dos-left span {
		padding: 90px 15px 40px 15px;
	}
	/* client testimonial */
	.client-inner-wrp {
		padding-left: 40px;
	}
	.client-inner-bg::after {
		width: 70%;
		background-size: contain;
		background-position: left;
	}
	.single-client {
		padding-bottom: 20px;
		padding-top: 135px;
	}
	/* Brazilian ButtLift */
	.brazilian-but-left {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
	}
	.brazilian-but-left img {
		margin-top: auto;
	}
	.brazilian-but-right {
		padding: 40px 15px 40px 20px;
	}
	.how-can-right::after {
		height: unset;
		width: 100%;
		aspect-ratio: 16/9;
	}
	/* mps call */
	.mps-call-wrap {
		margin-left: 15px;
	}
	.mps-call-wrap > div {
		-webkit-box-flex: 1;
		-ms-flex: 1;
		flex: 1;
	}
	.mps-call-left {
		max-width: 100%;
	}
	.mps-call-right {
		-ms-flex-item-align: center;
		-ms-grid-row-align: center;
		align-self: center;
	}
	.mps-call-dr {
		max-width: 200px;
	}
	/* Profile page */
	.pro-carousel-wd {
		margin-bottom: 50px;
	}
	.inner-banner-sec.profile .inner-banner-left h1 span {
		font-size: 52px;
	}
	.pro-carousel-wd {
		padding: 50px 20px;
	}
	.pro-card-left {
		-webkit-box-flex: 2;
		-ms-flex: 2;
		flex: 2;
	}
	.pro-card-right {
		-webkit-box-flex: 1;
		-ms-flex: 1;
		flex: 1;
	}
	.inner-banner-sec.left .inner-banner-left h1, .inner-banner-sec.left #breadcrumbs, .inner-banner-sec.left .sub-head, .inner-banner-sec.left .inner-banner-left p {
		max-width: 450px;
	}
	.testi-caro {
		margin-left: 30px;
		padding: 0 30px;
	}
	.testimonial-review {
		padding: 50px 20px;
	}
	.inner-banner-sec.left::after {
		top: 31%;
		background-size: contain;
	}
	.inner-banner-sec.center #breadcrumbs {
		margin-bottom: 35px;
		margin-top: 30px;
	}
	.from-popup-area {
		padding: 0;
	}
	.press-main {
		width: 100%;
	}
	a.press-flex {
		flex-wrap: wrap;
		min-height: unset;
		gap: 0;
		text-align: center;
	}
	a.press-flex img {
		display: block;
		margin: 0 auto 30px;
	}
	.press-inner {
		width: 100%;
	}
}
/*992 End */
@media all and (max-width:768px){
    .footer-left .copy-right {
        flex-direction: column-reverse;
    }
    .footer-wrap {
        flex-direction: column;
    }
    .inner-short {
        float: none;
        display: block;
        margin: 0 auto 30px;
    }
	.logos-holder {
		grid-template-columns: repeat(4, 1fr);
	}
	.footer-locations {
		padding-left: 35px;
	}
	.new-cta-flex {
		max-width: 100%;
	}
	.about-shokrian a {
		padding: 19px 30px;
		padding-left: 124px;
	}
	.about-shokrian ul li {
		font-size: 18px;
	}
	.about-shokrian {
		gap: 25px;
		flex-direction: column;
		justify-content: flex-start;
		align-items: flex-start;
	}
	.main-inner .mps.black a, .main-inner .mps.black button {
		padding: 10px;
	}

	.statistics .horizontal-scroll-wrapper table {
		display: block;
		overflow: scroll;
	}
	.statistics table td {
		padding: 10px;
		min-width: 150px;
	}
	.main-inner.blog h2 {
		font-size: 26px;
	}
	.blog-parent-wrap {
		display: block;
	}
	.inner-banner-wrap {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
	}
	.main-inner ul.col2 {
		-webkit-column-count: 1;
		-moz-column-count: 1;
		column-count: 1;
	}
	.main-inner .mps .free-cons a, .main-inner .mps .free-cons button {
		font-size: 20px;
	}
	.banner-content h1 {
		margin-bottom: 30px;
	}
	.banner-content {
		padding: 50px 0px;
	}
	.free-cons-left {
		text-align: center;
	}
	.testimonials-sec::after, .testimonials-sec::before {
		display: none;
	}
	.featured {
		height: auto;
	}
	img.alignleft, img.alignright {
		float: none;
		margin-right: unset;
		margin-bottom: 30px;
	}

	.default-dots .LLCGslider-dots button {
		width: 55px;
		height: 36px;
		padding: 5px;
	}
	.default-dots .LLCGslider-dots button::after {
		font-size: 14px;
	}
	/* Header Top */
	.logo a {
		width: 150px;
	}
	.logo a img {
		height: 50px;
	}
	.header-right ul {
		top: 66px;
		-ms-flex-wrap: nowrap;
		flex-wrap: nowrap;
		overflow: auto;
		scroll-snap-align: start;
		-webkit-box-pack: start;
		-ms-flex-pack: start;
		justify-content: flex-start;
	}
	.header-right ul li {
		padding: 0;
		/* flex: 1; */
		-webkit-box-flex: 1;
		-ms-flex-positive: 1;
		flex-grow: 1;
		min-width: -webkit-fit-content;
		min-width: -moz-fit-content;
		min-width: fit-content;
	}
	.main-inner .free-cons button::after, .main-inner .mps.black a:after {
		display:none;
	}
	/* Services section */
	.service-wrap .third-row {
		letter-spacing: 1px;
	}
	/* 15 YEARS Section */
	.fifteen-years-sec::after {
		width: 100%;
	}
	.fifteen-years-sec::before {
		display: none;
	}
	.fifteen-year-wrap {
		gap: 40px;
		-ms-grid-columns: 100%;
		grid-template-columns: 100%;
	}
	.fifteen-year-left img {
		max-height: 628px;
		margin-bottom: 0;
		margin-top: -55px;
		width: 100%;
		-o-object-fit: cover;
		object-fit: cover;
		-o-object-position: top center;
		object-position: top center;
	}
	/* PROCEDUREs Tab Section */
	.single-proce-tab {
		-ms-grid-columns: 48% 4% 48%;
		grid-template-columns: 48% 48%;
		gap: 4%;
	}
	.proce-tab-review {
		-ms-grid-column: 1;
		-ms-grid-column-span: 2;
		grid-column: 1 / 3;
	}
	.tab-tigger li span {
		width: 85px;
		height: 50px;
		margin-left: auto;
		margin-right: auto;
	}
	/* Free Consultation Section */
	.free-consultation-sec::after {
		display: none;
	}
	.free-cons-wrap {
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}
	.free-cons-left-wrap {
		padding-bottom: 40px;
	}
	.free-cons-img {
		width: 100%;
	}
	.free-cons-img img {
		width: 100%;
		aspect-ratio: 16/9;
		-o-object-fit: contain;
		object-fit: contain;
	}
	/* Before & After Section */
	.before-after-right {
		padding: 65px 0 125px 0;
	}
	.before-after-right span {
		font-size: 28px;
		margin-top: 45px;
	}
	/* Footer Section --------- */
	.min-footer {
		padding: 95px 0 0px 0;
	}
	.footer-wrap {
		-ms-grid-columns: 60% 40%;
		grid-template-columns: 60% 40%;
	}
	.min-footer.back {
		padding: 0;
		background: unset;
	}
	.min-footer.back .footer-con {
		padding-top: 40px;
	}
	/* Inner Page ------------ */
	.inner-banner-left {
		width: 100%;
	}
	.inner-banner-right {
		width: 100%;
		height: auto;
		background-size: contain;
	}
	/* mps */
	.mps {
		-ms-grid-columns: 160px auto;
		grid-template-columns: 160px auto;
	}
	.mps p, .mps a, .mps button {
		font-size: 16px;
		letter-spacing: 0;
		line-height: 28px;
	}
	.mps p {
		padding: 30px 0 30px 25px;
		margin-left: 25px;
	}
	/* Butt Lift */
	.butt-lift-wrap {
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}
	.main-inner .butt-left{
		max-width: 100%;
		width: 100%;
	}
	/* how doses */
	.how-dos-wrp {
		-ms-grid-columns: 100%;
		grid-template-columns: 100%;
		gap: 40px;
	}
	.how-dos-left {
		max-height: unset;
		aspect-ratio: 16/9;
		width: 100%;
		max-width: 100%;
	}
	/* client testimonial */
	.client-inner-wrp {
		padding-left: 20px;
		padding-right: 75px;
	}
	.client-inner-bg::after {
		display: none;
	}
	/* How Can I Keep */
	.how-can-wrap {
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}
	.how-can-wrap > div {
		-webkit-box-flex: 1;
		-ms-flex: auto;
		flex: auto;
	}
	/* mps call */
	.mps-call-bg {
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
	}
	.mps-call-wrap {
		padding: 0 15px;
		margin-left: 0;
	}
	.mps-call-dr {
		max-width: 100%;
		margin-top: 40px;
	}
	.mps-call-right {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
	}
	/* how much */
	.how-much-bg {
		padding: 50px 15px 50px 15px;
	}
	.how-much-wrap, .how-much-tab {
		-ms-grid-columns: 100%;
		grid-template-columns: 100%;
		gap: 0;
		grid-column: unset;
	}
	.how-much-tab ~ p {
		grid-column: unset;
	}
	.single-img img {
		float: left;
		margin-right: 15px;
	}
	.inner-banner-sec.profile .inner-banner-left h1 {
		color: #FFFFFF;
		max-width: 830px;
		line-height: 67px;
		font-size: 32px;
	}
	.inner-banner-left h1 .title {
	    font-size: 26px;
	}
	/* profile page */
	.inner-banner-sec.profile .inner-banner-left h1 {
		line-height: normal;
		font-size: 32px;
	}
	.inner-banner-sec.profile .inner-banner-left h1 span {
		font-size: 32px;
		line-height: normal;
	}
	.main-inner.center .mps p, .mps a, .mps button {
		font-size: 16px;
		line-height: 26px;
		margin-bottom: 0;
	}
	.profile-card {
		padding: 50px 15px;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}
	.pro-card-left {
		-webkit-box-flex: 1;
		-ms-flex: auto;
		flex: auto;
	}
	.pro-card-right {
		-webkit-box-flex: 1;
		-ms-flex: auto;
		flex: auto;
		width: 100%;
		max-width: 100%;
	}
	.pro-card-left p {
		max-width: 100%;
	}
	.pro-card-right img:first-child {
		margin-bottom: 40px;
		height: auto;
		-webkit-box-align: start;
		-ms-flex-align: start;
		align-items: flex-start;
		width: 60%;
	}
	.profile-carousel {
		padding-right: 0;
	}
	.profile-carousel.default-dots .LLCGslider-dots {
		position: unset;
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		-ms-flex-direction: row;
		flex-direction: row;
		margin-top: 40px;
	}
	.profile-carousel.default-dots .LLCGslider-dots button {
		width: 35px;
		height: 22px;
		padding: 5px;
		border-bottom: none;
		border-right: 1px solid #cccccc;
	}
	.profile-carousel.default-dots .LLCGslider-dots button:last-child {
		border-right: none;
	}
	.inner-banner-sec.left .inner-banner-right {
		width: 100%;
		position: unset;
		margin-top: 40px;
		margin-bottom: 0;
	}
	.inner-banner-sec.left .inner-banner-left {
		padding: 0;
		padding-top: 90px;
	}
	.inner-banner-sec.left .inner-banner-left h1, .inner-banner-sec.left #breadcrumbs, .inner-banner-sec.left .sub-head, .inner-banner-sec.left .inner-banner-left p {
		max-width: 100%;
	}
	.inner-banner-sec.left::after {
		top: 15%;
	}
	.testimonial-review {
		-ms-grid-columns: 35% 65%;
		grid-template-columns: 35% 65%;
	}
	.testi-caro {
		margin-left: 30px;
		padding: 0 30px;
	}
	.inner-banner-sec.center .inner-banner-left {
		padding: 90px 0 30px 0;
	}
	/* ontact form */
	.from-group {
		gap: 30px;
		margin-bottom: 25px;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}
	.check-box-wrap {
		gap: 0 50px;
	}
	.procedure-group {
		max-width: 300px;
	}
	.from-group input, 
	.contact-frm textarea {
		padding-bottom: 15px;
	}
	.contact-frm button {
		padding: 20px 19px;
	}
	.contact-frm h2, .contact-frm .frm-title {
		margin-bottom: 50px;
		font-size: 38px;
	}
	.inner-banner-right img {
		height: 120%;
		width: 100%;
	}
	.procedures-list {
		grid-template-columns: 1fr 1fr;
	}
	.two-row {
		grid-template-columns: 1fr;
	}
	.inner-banner-wrap {
		padding-left: 15px;
		padding-right: 15px;
	}
	.inner-banner-left {
		padding-left: 0;
		padding-right: 0;
	}
	.footer-disclaimer-ada h3 {
        text-align: center;
    }
    .footer-disclaimer-ada p {
        text-align: center;
        font-size: 13px; /* Slightly smaller for mobile readability */
    }
}
/*768 End */
@media all and (max-width: 650px){
    .drprofile {
        flex-wrap: wrap;
        text-align: center;
        align-items: center;
        justify-content: center;
    }
    .drprofile img {
        max-width: 80px;
        margin: 0 auto;
    }
	.single-review {
		padding: 20px 35px;
	}
	.single-review .single-review-text::before {
		left: -3px;
		opacity: .1;
	}
	.main-inner .single-client h3 {
		font-size: 32px;
        line-height: 1.5;
	}
	.inner-banner-right {
		display: none !important;
	}
	.nyc-hotels {
		display: block;
	}
	.nyc-hotels-body {
		width: 100%;
	}
	.mps .free-cons {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: row;
		flex-direction: row;
	}
	.inner-banner-right {
		position: unset;
		display: block;
		margin: 0 auto;
		text-align: center;
	}
	.inner-banner-right img {
		margin: 0 auto 50px;
	}
	.single-img {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		-webkit-box-pack: start;
		-ms-flex-pack: start;
		justify-content: flex-start;
		text-align: left;
		-webkit-box-align: start;
		-ms-flex-align: start;
		align-items: flex-start;
		margin: 40px 0px;
		display: block;
	}
}
@media all and (max-width: 576px){
    
    
    
    .certifications-list {
        column-count: 1;
    }
	.inner-banner-wrap iframe {
		margin-top: -50px;
	}
	.footer-wrap {
		padding-left: 25px;
		padding-right: 25px;
	}
	.footer-locations span.icons-footer {
		display: flex;
		flex-direction: column;
		gap: 5px;
	}
	.footer-locations span.icons-footer a {
		margin-left: 20px;
	}
	.banner-section {
		background: #000;
	}
	.vidbox {
		position: absolute;
		z-index: -2;
		width: 100%;
		height: 100%;
		top: 120px;
		left: 0;
		max-height: 387px;
	}
	.new-cta {
		margin: 30px 0px 30px;
	}
	.new-cta-flex .fifteen-year-right .years {
		padding: 65px 0 67px 181px;
	}
	.new-cta-flex .fifteen-year-right .years::after {
		width: 173px;
		height: 153px;
	}
	.new-consult:after, .new-consult.free-cons button:before{
		display: none;
	}
	.new-consult.free-cons {
		width: 100%;
		height: 100%;
		padding: 40px 10px;
	}
	.new-consult.free-cons button{
		width: 100%;
		height: 100%;
		padding: 0px;
	}
	.free-cons-left {
		padding-right: 0px;
	}
	.free-cons-right {
		padding-left: 0px;
		max-width: 500px;
		text-align: left;
	}
	.free-cons-left-wrap .free-cons-right.first-letter a {
		margin-left: 0px;
		text-align: center;
		display: block;
	}
	.banner-content-right {
		padding: 10px 0px 0px;
	}
	.banner-content-right {
		border-left: 0px;
	}
	.banner-content-right .fifteen-year-right .years {
		padding: 50px 0 30px 168px;
	}
	.banner-content-right .fifteen-year-right .years::after {
		width: 160px;
		height: 146px;
	}
	.googlereviews div {
        max-width: 170px;
	    font-size: 12px;
        line-height: 1.4;
	    gap: 5px;
	    letter-spacing: 0px;
	}
	.googlereviews div img {
	    max-width: 70px;
	}
	.banner-content .googlereviews > span {
		font-size: 14px;
        background: #000;
        width: 40px;
        height: 40px;
	}
	.googlereviews {
		font-size: 12px;
		margin-bottom: 25px;
	}
	.fifteen-year-right {
		padding-bottom: 0px;
	}
	.googlereviews {
		gap: 5px;
        /* flex-wrap: wrap; */
        line-height: 1.3;
        letter-spacing: 0;
        justify-content: space-between;
	}
	.googlereviews img {
	    max-width: 75px;
	    height: auto;
	}
	.banner-wrap {
		padding: 0px 30px;
	}
	.desktop{
		display: none;
	}
	.mobile{
		display: block;
		width: 100%;
		height: auto;
		margin: 0 auto;
	}
	figure {max-width: 100%;}
	.nyc-hotels-body h3 {
		line-height: 30px;
	}
	.main-inner .single-accordion h2 {
		font-size: 18px;
		font-weight: bold;
		padding-bottom: 30px;
		line-height: 30px;
	}
	.vid-columns video {
		width: 100%;
		height: auto;
	}
	.vid-columns {
		gap: 20px;
	}
	.before-after-right span:last-child {
		padding-bottom: 10px;
		text-transform: uppercase;
	}
	.before-after-right .heading {
		margin: 0 0 20px;
	}
	.before-after-wrap {
		-webkit-box-orient: vertical;
		-webkit-box-direction: reverse;
		-ms-flex-direction: column-reverse;
		flex-direction: column-reverse;
	}
	.mps-call-left address {
		font-size: 16px;
	}
	.main-inner h2:after, .heading-view::after {
		top: 7px;
		width: 5px;
		height: 60px;
	}
	.main-inner.blog h2 {
		padding: 20px 0px 20px 20px;
	}
	.single-accordion h2:after {
		top: 0;
		width: 8px;
		height: 8px;
		margin: auto;
		bottom: 0;
	}
	.single-accordion h2.active:after{
		top: 0;
		width: 8px;
		height: 8px;
		margin: auto;
		bottom: 0;
	}
	.main-inner .butt-left h2:after{
		display: none;
	}
	.main-inner.center .mps p, .mps a, .mps button {
		font-size: 16px;
		line-height: 26px;
		margin-bottom: 0;
		padding: 40px 0px;
		margin: 0px;
		border-left: 0px;
	}
	.gallery {
		-webkit-column-count: 1;
		-moz-column-count: 1;
		column-count: 1;
	}
	.fullWidthIn.singlepage .contact-address {
		width: 90%;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
	}
	.single-accordion h4, .single-accordion h3 {
		letter-spacing: 0px;
	}
	.mps .free-cons {
		width: 100%;
		gap: 16px;
		padding: 0px 0px 0px 0px;
	}
	.mps .free-cons button::after, .mps .free-cons a:after {
		top: -80px;
		left: 0;
		right: 0;
		margin: auto;
		bottom: 0;
	}
	.mps .free-cons button:before, .mps .free-cons a:before{
		display: none;
	}
	.main-inner .mps .free-cons a, .main-inner .mps .free-cons button {
		font-size: 16px;
		font-family: 'Roboto';
		font-weight: 300;
		text-decoration: none;
		width: max-content;
		height: 50px;
	}
	section.inner-banner-sec.center.blog .inner-banner-left h1 {
		font-size: 27px;
		margin: 0px;
	}
	.main-inner.blog {
		margin-top: 50px;
	}
	.service-wrap h2 {
		font-size: 40px;
	}
	.heading {
		font-size: 30px;
	}
	.heading span {
		font-size: 30px;
		line-height: 1;
	}
	.default-btn {
		padding: 15px 10px;
		min-width: 210px;
		line-height: 1.3;
	}
	/* Header Top */
	.header-wrap {
		padding-right: 65px;
		height: 66px;
	}
	.logo, .logo a {
		width: 90px;
		height: 66px;
	}
	.logo, .logo a {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
	}
	.logo a img {
		height: auto;
	}
	.pro-card-right .free-cons a {
		font-size: 16px;
	}
	.pro-card-right .free-cons a:before{
		display: none;
	}
	.free-cons a, .free-cons button {
		font-size: 0;
		display: block;
		width: 30px;
		height: 40px;
	}
	.mobile-bars.active span {
		border-color: #FFF;
	}
	/* Side Menu ----- */
	.left-side {
		width: 100%;
		position: fixed;
		top: 0;
		left: 0;
		background: #af8436;
		-webkit-box-align: start;
		-ms-flex-align: start;
		align-items: start;
	}
	.left-side .side-logo {
		padding: 5px 30px;
		width: 175px;
		text-align: center;
	}
	.left-side .side-logo img {
		height: 46px;
	}
	.side-copy, .left-side ul {
		display: none;
	}
	.right-side {
		padding: 90px 20px 20px 20px;
	}
	.right-side ul {
		max-width: 100%;
	}
	/* Banner Section */
	.banner-section {
		padding: 160px 0 40px 0;
	}
	.banner-content h1 span {
		margin-bottom: 20px;
	}
	.banner-section.before::before {
		display: none;
	}
	.banner-content h1 {
		font-size: 50px;
		margin-bottom: 10px;
	}
	.about-shokrian a:before {
		width: 91px;
		height: 89px;
		background-size: cover;
	}
	.banner-content h1 span {
		font-size: 17px;
	}
	.banner-content span {
		font-size: 16px;
		letter-spacing: 0.8px;
		margin-bottom: 40px;
	}
	/* Services section ----- */
	.service-section {
		padding-bottom: 65px;
	}
	.service-wrap {
		padding: 30px 0px 0px 30px;
	}
	.service-carousel {
		padding-right: 75px;
		margin-top: 40px;
	}
	.service-wrap h2 {
		font-size: 40px;
	}
	.single-service h3, .single-service h3 a {
		font-size: 22px;
		margin-bottom: 25px;
	}
	/* 15 YEARS Section */
	.fifteen-year-left img {
		max-height: unset;
		width: 50%;
		height: auto;
		display: block;
		margin: 0 auto;
	}
	.fifteen-year-right .years {
		font-size: 18px;
		padding: 20px 0 50px 110px;
	}
	.fifteen-year-right .years span {
		font-size: 22px;
	}
	.fifteen-year-right .years::after {
		width: 100px;
		height: 96px;
	}
	.fifteen-year-right h2 {
		font-size: 34px;
	}
	.client-based {
		gap: 15px;
		margin-bottom: 30px;
	}
	.client-based div:last-child {
		padding-left: 15px;
	}
	/* Brand Section */
	.brand-section {
		padding: 50px 0 70px 0px;
	}
	/* PROCEDUREs Tab Section */
	.procedures-tab-sec {
		padding-bottom: 50px;
	}
	.tab-tigger {
		gap: 35px 20px;
		margin-bottom: 50px;
	}
	.tab-tigger li span {
		display: none;
	}
	.single-proce-tab {
		-ms-grid-columns: 100%;
		grid-template-columns: 100%;
		gap: 40px;
	}
	.text-tab-body {
		-webkit-box-ordinal-group: 1;
		-ms-flex-order: 1;
		order: 1;
	}
	.proce-tab-review {
		grid-column: unset;
		-webkit-box-ordinal-group: 2;
		-ms-flex-order: 2;
		order: 2;
		padding: 65px 15px 0px 15px;
	}
	.single-pro-img{
		-webkit-box-ordinal-group: 3;
		-ms-flex-order: 3;
		order: 3; 
	}
	.single-pro-img img {
		height: auto;
		width: 100%;
	}
	.text-tab-body h3 {
		font-size: 50px;
	}
	.text-tab-body p {
		padding: 0 0 30px 0;
		min-height: auto;
	}
	/* Free Consultation Section */
	.free-cons-left-wrap {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		gap: 30px;
	}
	.free-cons-left-wrap {
		width: 100%;
		text-align: center;
		padding-top: 35px;
	}
	.free-cons-left span.heading {
		text-align: center;
	}
	.main-inner .free-cons-right {
		margin-left: 0;
		padding-left: 0;
		border-left: none;
		max-width: 100%;
	}
	.main-inner .free-cons-right p {
		padding-right: 0px;
	}
	.single-img {border-right: none;}
	.free-cons-img {
		width: 100%;
	}
	.free-cons-img img {
		aspect-ratio: unset;
		-o-object-fit: cover;
		object-fit: cover;
		height: 430px;
		-o-object-position: top center;
		object-position: top center;
		width: 40%;
		height: auto;
		margin: 0 auto;
	}
	/* Before & After Section */
	.before-after-wrap > div {
		-webkit-box-flex: 1;
		-ms-flex: auto;
		flex: auto;
	}
	.before-after-left {
		background-position: center right;
		width: 100%;
		aspect-ratio: 16/9;
	}
	.before-after-right {
		padding: 50px 0 85px 0;
	}
	/* Testimonials Section ---- */
	.shape-bg {
		padding: 40px 0 110px 0;
	}
	.testimonials-sec::before {
		width: 100%;
		background-size: contain;
	}
	.testimonials-wrap {
		max-width: calc(100% - 80px);
		margin: 90px 15px 0 15px;
		padding: 10px 15px;
	}
	.single-testi p {
		font-size: 16px;
		line-height: 28px;
		margin-bottom: 40px;
	}
	.single-testi p:first-letter {
		font-size: 30px;
	}
	.testimonials-caro.default-dots .LLCGslider-dots {
		right: -80px;
	}
	/* Footer Section ------ */
	.min-footer {
		padding: 25px 0 0px 0;
		background: #000;
	}
	.footer-con {
		padding-bottom: 40px;
	}
	.footer-wrap {
		-ms-grid-columns: 100%;
		grid-template-columns: 100%;
		gap: 0px;
		position: relative;
		padding-bottom: 0px;
	}
	.footer-left ul {
		margin-top: 20px;
	}
	.footer-left ul::after {
		display: none;
	}
	.footer-left ul li a {
		letter-spacing: 0.5px;
	}
	.footer-locations {
		padding-left: 0;
		border-left: none;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		gap: 20px;
	}
	.footer-locations span {
		margin-bottom: 0;
	}
	.footer-locations span br {
		display: none;
	}
	.footer-locations p {
		margin-bottom: 0;
	}
	.footer-locations form {
		width: 100%;
	}
	.input-group {
		width: 80%;
	}
	.input-group input {
		width: 70%;
	}
	.banner-section.after::after, .service-section.after::after, .brand-section.after::after, .free-consultation-sec.before::before, .before-after-sec.after::after, .shape-bg::after {
		height: 40px;
	}
	/* Inner Page -------------- */
	.inner-banner-left h1 {
		font-size: 28px;
		text-align: center;
	}
	.inner-banner-left h2 {
	    font-size: 22px;
	}
	.inner-banner-right {
		width: 100%;
		position: unset;
		margin-bottom: 0px;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
		max-width: 80%;
		height: 400px;
		overflow: hidden;
		min-height: unset;
		max-height: unset;
		padding: 0px;
		margin: 0px;
		background-size: cover;
	}
	.inner-banner-sec {
		margin-bottom: 0px;
	}
	.inner-banner-right img {
		margin: 0px;
	}
	.main-inner h2, .heading-view {
		font-size: 28px;
		line-height: 1.2;
		margin: 0px 0px 30px;
		padding-left: 30px;
		padding-bottom: 0px;
		padding-top: 20px;
	}
	.main-inner h3 {
		font-size: 24px;
	}
	.brazilian-but-right h2 span {
		font-size: 15px;
		margin-top: 0px;
		margin-bottom: 40px;
	}
	.butt-lift-width.fullWidthIn {
		margin: 50px 0px;
	}
	.inner-banner-sec::after {
		top: 20%;
	}
	/* mps */
	.mps {
		-ms-grid-columns: 100%;
		grid-template-columns: 100%;
		justify-items: center;
		padding-top: 35px;
	}
	.mps p {
		border-left: none;
		margin-left: 0;
		padding: 30px 0;
	}
	/* Butt Lift */
	.butt-lift-wrap {
		padding-right: 15px;
	}
	.butt-right {
		padding-right: 0;
		padding-left: 0;
	}
	.butt-right .LLCGslider-navs {
		position: unset;
		margin-top: 20px;
	}
	.butt-right .LLCGslider-nav.LLCGslider-next, .butt-right .LLCGslider-nav.LLCGslider-prev {
		width: 60px;
		height: 40px;
	}
	.butt-right .LLCGslider-nav.LLCGslider-prev {
		display: block;
	}
	.butt-right .LLCGslider-nav.LLCGslider-prev::after {
		-webkit-transform: rotate(180deg) scale(.5);
		-ms-transform: rotate(180deg) scale(.5);
		transform: rotate(180deg) scale(.5);
	}
	/* how doses */
	.how-dos-left {
		height: 340px;
	}
	.how-dos-left span {
		padding: 60px 15px 20px 15px;
		font-size: 18px;
		line-height: 30px;
	}
	.how-dos-left span::after {
		top: 20px;
	}
	.single-img img {
		width: 32%;
		margin-top: 10px;
	}
	/* client testimonial */
	.single-client {
		padding-top: 50px;
	}
	.main-inner .single-client h2::after {
		left: -15px;
		top: -68px;
		-webkit-transform: scale(.5);
		-ms-transform: scale(.5);
		transform: scale(.5);
	}
	/* Brazilian ButtLift */
	.brazilian-but-wrp {
		padding-top: 40px;
		padding-bottom: 20px;
		gap: 0px;
		position: relative;
		overflow: hidden;
		min-height: auto;
		padding-top: 180px;
	}
	.brazilian-but-left img {
		position: absolute;
		top: 0;
		left: -20px;
		height: 140px;
		z-index: 1;
		width: 188px;
		-o-object-fit: cover;
		object-fit: cover;
		-o-object-position: top center;
		object-position: top center;
	}
	.main-inner .butt-left{
		text-align: center;
	}
	.brazilian-but-right {
		padding: 0;
		border-left: 0;
		z-index: 2;
	}
	.brazilian-but-right p {
		padding-right: 0px;
	}
	/* mps call */
	.mps-call-wrap {
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}
	.mps-call-wrap > div {
		-webkit-box-flex: 1;
		-ms-flex: auto;
		flex: auto;
	}
	.mps-call-left {
		margin-right: 0;
		padding-right: 0;
		border-right: 0;
		text-align: center;
	}
	.mps-call-left img {
		margin: auto;
	}
	/* how much */
	.main-inner .how-much-wrap h2 {
		font-size: 26px;
	}
	.how-much-tab {
		margin-top: 0;
	}
	.single-accordion h4, .single-accordion h3 {
		margin-bottom: 12px;
		padding-bottom: 12px;
		padding-right: 20px;
		font-size: 16px;
		line-height: 24px;
	}
	.mps-call-dr img {
		width: 110px;
	}
	.how-much-tab ul li {
		padding-top: 10px;
		padding-bottom: 10px;
	}
	.how-much-bg > img {
		max-width: 150px;
	}
	.mps img {
		width: 130px;
	}
	.hr-line {
		display: none;
	}
	/* profile page */
	.inner-banner-sec.profile .inner-banner-left h1, .inner-banner-sec.profile .inner-banner-left h1 span {
		font-size: 24px;
	}
	.inner-banner-sec.profile .inner-banner-left .sub-head {
		margin-bottom: 30px;
	}
	.inner-banner-sec.left::after {
		display: none;
	}
	section.inner-banner-sec.profile .inner-banner-left {
		padding-bottom: 40px;
	}
	.inner-banner-sec.left .inner-banner-left h1 span {
		font-size: 32px;
	}
	.social-review .star {
		gap: 10px;
		padding-right: 0;
		margin-top: 20px;
	}
	.social-review .star::after {
		top: -50px;
		left: 0;
		margin: auto;
		-webkit-transform: scale(.5);
		-ms-transform: scale(.5);
		transform: scale(.5);
	}
	.testimonial-review {
		-ms-grid-columns: 100%;
		grid-template-columns: 100%;
		gap: 30px;
		padding: 40px 15px;
	}
	.testimonial-review ul {
		margin-bottom: 0;
		text-align: center;
	}
	.testimonial-review ul li {
		margin-bottom: 0;
	}
	.testi-caro {
		margin-left: 0;
		padding: 0 15px;
	}
	.contact-address p {
		font-size: 18px;
		margin-bottom: 15px !important;
	}
	.inner-banner-sec.center::after {
		display: none;
	}
	.inner-banner-sec.center .inner-banner-left h1 span {
		font-size: 32px;
	}
	.contact-frm h2, .contact-frm .frm-title {
		font-size: 26px;
		padding-right: 30px;
	}
	.from-popup-area .contact-frm {
		padding: 20px 15px 40px 15px;
	}
	.procedure-group label {
		font-size: 15px;
		gap: 10px;
		margin-bottom: 15px;
	}
	.contact-frm button {
		padding: 15px 10px;
		font-size: 15px;
	}
	.from-close-pp {
		top: 32px;
		right: 32px;
		height: 32px;
		width: 30px;
	}     
	.how-can-right::after {
		height: 100%;
		width: 100%;
		aspect-ratio: 1/1;
		margin-bottom: 0px;
	}
	section.testimonials-sec.inner .testimonials-caro.default-dots .LLCGslider-dots {
		position: unset;
	}
	.main-inner section.testimonials-sec.inner .testimonials-wrap {
		margin: 30px 0px;
		padding: 0px 20px;
		max-width: 100%;
	}
	.free-cons {
		width: 140px;
	}
	.free-cons {
		gap: 50px;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
	}
	.free-cons button:before {
		content: 'Same Day Booking';
		position: absolute;
		bottom: 0px;
		color: #fff;
		font-size: 10px;
		width: 100px;
		left: -37px;
	}
	.free-cons a:before {
		content: 'Call';
		position: absolute;
		bottom: 0;
		color: #fff;
		font-size: 10px;
		width: 30px;
		left: 0;
	}
	.free-cons button:after {
		top: -20px !important;
		left: 0;
	}
	.free-cons a:after {
		top: 0px !important;
	}
	.inner-banner-sec.center .inner-banner-left {
		padding: 140px 0 30px 0;
	}
	.fullWidthIn.col2 .excess-width {
		gap: 0px;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		padding: 0px 20px;
	}
	.contact-address {
		width: 100%;
	}
	.contact-address h3 {
		letter-spacing: 0px;
		line-height: 40px;
		max-width: 100%;
	}
	.contact-address div {
		margin-left: 0px;
		margin-bottom: 0;
	}
	.inner-section iframe {
		height: unset;
		aspect-ratio: 16/9;
		margin-bottom: 30px;
		margin-top: 30px;
	}
	.contact-address {
		margin-bottom: 0px;
	}
	.the-figure-wrp {
		margin: 0px;
	}
	section.testimonials-sec.inner {
		background: none;
		margin-top: 70px;
	}
	.banner-content {
		padding: 0px;
	}
	.about-shokrian a {
		font-size: 18px;
	}
	.card-pro-wd .default-btn:before {
		display: none;
	}
	.profile-accolades ul {
		justify-content: center;
	}
	section.inner-banner-sec.profile .inner-banner-right img {
		position: unset;
		width: 170px;
		height: auto;
	}
	.inner-banner-sec.profile .inner-banner-wrap {
		padding-top: 120px;
	}
	.profile-accolades ul li {
		width: 50%;
	}
	.main-inner .free-cons-right.first-letter.profile {
		width: 100%;
		max-width: 100%;
	}
	.main-inner .free-cons-right.first-letter.profile p{
		font-size: 18px;
	}
	.accordion.profile {
		margin-bottom: 50px;
	}
	.accordion.profile .single-accordion h2 {
		padding-left: 70px;
		font-size: 20px;
		margin-bottom: 0px;
	}
	.vid-columns video {
		width: 100%;
		height: auto;
		max-width: 100%;
	}
	.vid-columns {
		gap: 20px;
	}
	.inner-banner-sec.profile .inner-banner-left h1, .inner-banner-sec.profile .inner-banner-left h1 span {
		font-size: 40px;
		line-height: 1.5;
		text-align: left;
	}
}
/*576 End */

@media all and (max-width: 424px){
	.procedures-list {
		grid-template-columns: 1fr;
	}
	.fifteen-year-right .years {
		font-size: 14px;
	}
	.new-consult span {
		font-size: 14px;
	}
	.new-consult .consult-large {
		font-size: 28px;
	}
	.statistics .horizontal-scroll-wrapper {
		overflow-x: scroll;
	}
	.inner-banner-sec.profile .inner-banner-left h1, .inner-banner-sec.profile .inner-banner-left h1 span {
		font-size: 34px;
	}
}

@media all and (max-width: 375px){
	.drblock-name {
		padding: 0;
	}
	.inner-banner-sec.profile p {
		font-size: 18px;
		line-height: 30px;
	}
	ul.profile-ul li {
		padding: 10px 10px;
		font-size: 14px;
	}
}