/*
Theme Name: SkinLab
Theme URI:  https://exellartech.com/
Author:     exellartech
Author URI: https://exellartech.com/
Template:   twentytwenty
Version:    1.0
License:    GNU General Public License v2 or later
*/


/* FONTS */


@font-face {
  font-family: "Volte-Regular";
  src: url("https://www.skinlab.in/wp-content/themes/skinlab/fonts/Volte-Regular.ttf") format("truetype");
  font-weight: 400;
  font-display: swap;
}
@font-face {
  font-family: "volte-medium";
  src: url("https://www.skinlab.in/wp-content/themes/skinlab/fonts/volte-medium.ttf") format("truetype");
  font-weight: 400;
  font-display: swap;
}
@font-face {
  font-family: "Volte-Bold";
  src: url("https://www.skinlab.in/wp-content/themes/skinlab/fonts/Volte-Bold.ttf") format("truetype");
  font-weight: 400;
  font-display: swap;
}
@font-face {
  font-family: "Volte-Semibold";
  src: url("https://www.skinlab.in/wp-content/themes/skinlab/fonts/Volte-Semibold.ttf") format("truetype");
  font-weight: 400;
  font-display: swap;
}
@font-face {
  font-family: "silentlandfield";
  src: url("https://www.skinlab.in/wp-content/themes/skinlab/fonts/silentlandfield.ttf") format("truetype");
  font-weight: 400;
  font-display: swap;
}
@font-face {
  font-family: "Volte-SemiboldItalic";
  src: url("https://www.skinlab.in/wp-content/themes/skinlab/fonts/Volte-SemiboldItalic.ttf") format("truetype");
  font-weight: 400;
  font-display: swap;
}
body {
    background: #fff;
    color: #3b3b3b;
    font-family: "volte-medium";
}
a {
    text-decoration: none;
    color: #3b3b3b;
}
p {
	font-size: 17px;
	color: #3b3b3b;
	margin: 0;
	font-family: "volte-medium";
}
h1,h2,h3,h4,h5,h6 {
    color: #3b3b3b;
    margin: 0;
}
h3 {
    font-family: "Volte-Bold";
}
ul, li {
	margin: 0;
	list-style: none;
}
.clear {
	clear: both;
}
.container {
    width: 1260px;
    max-width: 96%;
    margin: 0 auto;
}
.brz-container {
    width: 1260px !important;
    max-width: 96% !important;
    margin: 0 auto;
}
.f-r {
    font-family: "Volte-Regular";
}
.f-m {
    font-family: "volte-medium";
}
.f-b {
    font-family: "Volte-Bold";
}
.f-sb {
    font-family: "Volte-Semibold";
}
#site-header .site-description {
    display: none;
}
#mega-menu-wrap-primary #mega-menu-primary>li.mega-menu-item>a.mega-menu-link {
    font-family: "Volte-Semibold";
}
.home-slider li .banner-content a:hover,
.celeb-skincare .sc-lft .sc-btns a:hover,
.our-services ul li .content-box .os-btn a:hover {
    background-color: rgba(28, 28, 28, 1) !important;
    color: #fff !important;
}

/* Header */

.header-top {
    background: #f1e7e7;
    padding: 15px 0;
}
.header-top .header-lft {
    float: left;
}
.header-top .header-rgt {
    float: right;
    margin-top: 10px;
}
.header-top p {
    font-size: 18px;
    font-family: 'volte-medium';
}
.header-top .header-rgt p a,
.header-top .header-rgt p a img {
    display: inline-block;
    vertical-align: middle;
}
.header-top .header-rgt p a {
    font-family: 'Volte-Bold';
    color: #3b3b3b;
}
.header-top .header-rgt p a img {
    margin: 0 5px 0 16px;
    margin-top: -5px;
}
.site-logo img {
    display: initial;
}
header#site-header .section-inner {
    width: 100%;
}
#mega-menu-wrap-primary #mega-menu-primary>li.mega-menu-item a {
    font-family: 'Volte-Semibold' !important;
}
#mega-menu-wrap-primary #mega-menu-primary>li#mega-menu-item-20429 {
    margin-right: 0;
}
#mega-menu-wrap-primary #mega-menu-primary>li#mega-menu-item-20429 a {
    position: relative;
    color: #fff;
}
#mega-menu-wrap-primary #mega-menu-primary>li#mega-menu-item-20429 a:hover {
    background: transparent;
}
#mega-menu-wrap-primary #mega-menu-primary>li#mega-menu-item-20429 a::before {
    position: absolute;
    content: '';
    top: -13px;
    bottom: 0;
    left: 2px;
    right: 0;
    background: #f39200;
    z-index: -1;
    height: 65px;
    width: 65px;
    border-radius: 50%;
}
#site-header .header-navigation-wrapper .header-toggles {
    display: none;
}
li#mega-menu-item-7757 > a {
    line-height: 22px !important;
}
#mega-menu-wrap-primary #mega-menu-primary li.mega-menu-item>ul.mega-sub-menu>li>a {
    font-family: 'volte-regular' !important;
}
.m-header-rgt {
    display: none;
}
.site-logo img {
    max-width: 60%;
    max-height: inherit;
}
a.whatsapp__num:before {
    content: "";
    position: absolute;
    background: url('https://www.skinlab.in/wp-content/uploads/2022/02/whatsapp.png');
    height: 100px;
    width: 30px;
    background-size: contain;
    background-repeat: no-repeat;
    left: -37px;
    top: -2px;
}
a.whatsapp__num {
    position: relative;
}


/*FIXED HEADER */
.fixed {
    position: fixed !important;
    top: 0;
    left: 0;
    right: 0;
    animation: smoothScroll 1s forwards;
    z-index: 9999;
}
@keyframes smoothScroll {
	0% {
		transform: translateY(-40px);
	}
	100% {
		transform: translateY(0px);
	}
}
.site-header .fixed__logo {
    display: none;
}
.site-header.fixed .fixed__logo{
    display: block;    
}
.site-header.fixed .site-logo.faux-heading{
    display: none;    
}
.fixed__logo img {
    max-width: 50%;
    padding: 10px 0;
    margin-top: 6px;
    margin-left: 20px;
}
.site-header.fixed .header-inner {
    padding: 10px 0;
}
.site-header.fixed {
    z-index: 9999 !important;
    box-shadow: 1px 7px 5px -3px rgb(184 184 184 / 75%);
    -webkit-box-shadow: 1px 7px 5px -3px rgb(0 0 0 / 8%);
    -moz-box-shadow: 1px 7px 5px -3px rgba(184,184,184,0.75);
}

/* Footer */


footer {
    background-color: #f1e7e7 !important;
    padding: 40px 0 35px 0 !important;
}
footer .footer-menu-cols .f-col h3 {
    font-size: 18px;
    height: 50px;
    margin-bottom: 40px;
    font-family: "Volte-Semibold";
}
footer .footer-menu-cols .f-col {
    width: 15%;
    float: left;
    padding-right: 20px;
}
footer .footer-menu-cols .f-col.f-col-1 {
    width: 20%;
}
footer .footer-menu-cols .f-col.f-col-2 {
    width: 16%;
}
footer .footer-menu-cols .f-col.f-col-3 {
    width: 18%;
}
footer .footer-menu-cols .f-col.f-col-6 {
    width: 15%;
}
footer .footer-menu-cols .f-col ul li {
    margin: 0;
    line-height: normal;
    margin-bottom: 8px;
}
footer .footer-menu-cols .f-col ul li:last-child {
    margin-bottom: 0;
}
footer .footer-menu-cols .f-col ul li a {
    font-size: 16px;
    color: #3b3b3b;
    font-family: "Volte-Regular";
    font-weight: 400;
}
footer .f-col-bottom {
    margin-top: 20px;
}
footer .f-col-bottom .f-col-lft {
    float: left;
    width: 75%;
}
footer .f-col-bottom .f-col-rgt {
    float: right;
    width: 24%;
    text-align: right;
}
footer .f-col-bottom .f-col-align ul li {
    line-height: normal;
    margin: 0;
    display: inline-block;
    vertical-align: top;
    margin-left: 40px;
}
footer .f-col-bottom .f-col-align ul li:first-child {
    margin-left: 0;
}
footer .f-col-bottom .f-col-align ul li a {
    font-size: 16px;
    color: #3b3b3b;
    font-family: "Volte-Semibold";
}
footer .f-col-last {
    margin-top: 20px;
    padding-top: 30px;
    border-top: 2px solid #7b7777;
}
footer .f-col-last .f-col-cline {
    float: left;
    width: 40%;
    margin-top: 6px;
}
footer .f-col-last .f-col-social {
    float: right;
    width: 55%;
    text-align: right;
}
footer .f-col-last .f-col-cline p {
    font-size: 18px;
    font-family: "Volte-Regular";
    font-weight: normal;
}
footer .f-col-last .f-col-social h3.title,
footer .f-col-last .f-col-social .textwidget.custom-html-widget {
    display: inline-block;
    vertical-align: middle;
}
footer .f-col-last .f-col-social h3.title {
    font-size: 18px;
    color: #3b3b3b;
	margin-right: 15px;
    margin-top: 0;
    margin-bottom: 0;
    font-family: "Volte-Regular";
    font-weight: 400;
}
footer .f-col-last .f-col-social .textwidget ul li{
    margin: 0;
    display: inline-block;
    background: #736f6f;
    border-radius: 50%;
    width: 36px;
    height: 36px;
    position: relative;
    margin-left: 14px;
}
footer .f-col-last .f-col-social .textwidget ul li img{
    width: 50%;
    display: block;
    margin: 0 auto;
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
    left: 50%;
}

/* Home */

.crellyslider>.cs-controls,
.crellyslider>.cs-navigation {
    opacity: 1 !important;
}
.home-slider {
    position: relative;
    z-index: 0;
}
.home-slider li > div {
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
}
.home-slider li div {
    height: 100%;
    white-space: break-spaces;
}
.home-slider li .banner-content {
    display: flex;
    flex-direction: column;
    justify-content: center;
    position: relative;
    z-index: 99;
}
.home-slider li .banner-content h3,
.home-slider li .banner-content h3 span {
    font-size: 75px !important;
    font-family: 'Volte-Bold';
    line-height: 45px !important;
    display: inline-block;
    line-height: 65px !important;
}
.home-slider li .banner-content h3 span {
    color: #f39200;
}
.home-slider li .banner-content .white-txt {
    color: #fff;
}
.home-slider li .banner-content .white-bg {
    background: #fff;
    color: #f39200;
}
.home-slider li .banner-content h4 {
    font-size: 36px !important;
    margin: 12px 0 45px 0;
}
.home-slider li .banner-content p {
    font-size: 17px !important;
    font-family: 'volte-medium';
    margin-bottom: 42px;
}
.home-slider li .banner-content a {
    display: block;
    background: #f39200;
    width: 170px;
    font-size: 20px !important;
    color: #fff;
    text-align: center;
    text-transform: uppercase;
    padding: 16px 15px !important;
    box-sizing: border-box;
}
.home-slider span.cs-previous {
    background-image: url('https://www.skinlab.in/wp-content/uploads/2022/01/arrow-left.png') !important;
}
.home-slider span.cs-next {
    background-image: url('https://www.skinlab.in/wp-content/uploads/2022/01/arrow-right.png') !important;
}
.treatment-sec {
    margin-top: 75px;
}
.treatment-sec h3,
.treatment-sec span {
    text-align: center;
    display: block;
}
.treatment-sec h3 {
    margin: 0;
    font-size: 40px;
    color: #3b3b3b;
}
.treatment-sec span {
    font-size: 22px;
    color: #3b3b3b;
    font-weight: 600;
}
.treatment-sec ul {
    margin: 0;
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    grid-gap: 0 15px;
	margin-top: 50px;
}
.treatment-sec ul li {
    margin: 0;
}
.treatment-sec ul li img {
    width: 100%;
}
.treatment-sec ul li a {
    font-size: 28px;
    color: #3b3b3b;
    line-height: 28px;
    margin-top: 12px;
    display: inline-block;
    font-family: 'volte-medium';
}
.celeb-skincare {
    margin: 95px 0;
}
.celeb-skincare .sc-lft {
    float: left;
    width: 52%;
}
.celeb-skincare .sc-rgt {
    float: right;
    width: 43%;
}
.celeb-skincare .sc-lft .sc-profile {
    float: left;
    width: 26%;
}
.celeb-skincare .sc-lft .sc-content {
    float: right;
    width: 70%;
}
.celeb-skincare .sc-lft .sc-profile span.name {
    font-size: 22px;
    font-family: "silentlandfield";
    display: block;
    text-align: center;
    margin-top: 26px;
}
.celeb-skincare .sc-lft .sc-content .sc-para p {
    margin: 0;
    font-size: 17px;
    color: #3b3b3b;
}
.celeb-skincare .sc-lft .sc-content h4,
.celeb-skincare .sc-lft .sc-content h4 p {
    margin: 0;
}
.celeb-skincare .sc-lft .sc-content h4 {
    margin-bottom: 26px;
}
.celeb-skincare .sc-lft .sc-content h4 p {
    font-size: 38px;
    color: #f39200;
    line-height: 38px;
}
.celeb-skincare .sc-lft .sc-btns {
    margin-top: 20px;
}
.celeb-skincare .sc-lft .sc-btns a {
    background: #f39200;
    font-size: 17px;
    color: #fff;
    display: inline-block;
    padding: 16px 20px;
    margin-right: 10px;
}
.celeb-skincare .sc-rgt p {
    margin: 0;
}
.celeb-skincare .sc-rgt iframe {
    height: 300px !important;
    border: 4px solid #c2a9a7;
    width: 100% !important;
}
.celeb-skinlab {
    background: #f9f9f9;
    padding: 85px 0 115px 0;
}
.celeb-skinlab h3 {
    text-align: center;
    margin-bottom: 60px;
}
.celeb-skinlab .celeb-block .celeb-profile {
    float: left;
    width: 15%;
}
.celeb-skinlab .celeb-block .celeb-content {
    float: right;
    width: 80%;
}
.celeb-skinlab .celeb-block .celeb-content p {
    font-size: 17px;
    font-family: 'volte-medium';
    line-height: 25px;
}
.celeb-skinlab .celeb-block .celeb-content .title {
    margin-top: 60px;
}
.celeb-skinlab .celeb-block .celeb-content .title p {
    font-size: 18px;
    font-family: 'volte-medium';
}
.celeb-skinlab .celeb-block .celeb-content .title p span {
    font-family: 'Volte-Bold';
    color: #f39200;
}
.celeb-skinlab .celeb-block .celeb-profile img {
    border-radius: 50%;
}
.celeb-skinlab .white .owl-nav button.owl-next {
    background-image: url('https://www.skinlab.in/wp-content/uploads/2022/01/arrow-right-2.png') !important;
    background-color: transparent !important;
    right: -200px !important;
}
.celeb-skinlab .white .owl-nav button.owl-prev {
    background-image: url('https://www.skinlab.in/wp-content/uploads/2022/01/arrow-right-2.png') !important;
    transform: rotate(180deg);
    background-color: transparent !important;
    left: -200px !important;
}
.celeb-skinlab .white .sa_owl_theme .owl-nav .owl-prev:hover,
.celeb-skinlab .white .sa_owl_theme .owl-nav .owl-next:hover {
    background-color: transparent !important;
}
.other-cols {
    background: #f1e7e7;
    padding: 90px 0 60px 0;
}
.other-cols ul {
    margin: 0;
    list-style: none;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 0 170px;
	padding: 0 10px;
}
.other-cols h3 {
    margin: 0;
    font-size: 28px;
}
.other-cols ul li img {
    width: 100%;
    margin: 24px 0;
}
.other-cols ul li p {
    font-size: 17px;
    line-height: 24px;
}
.our-services ul li {
    float: left;
    width: 49.5%;
}
.our-services ul li:nth-child(even) {
    float: right;
}
.our-services ul li .our-s-wrap {
    position: relative;
}
.our-services ul li img {
    width: 100%;
}
.our-services ul li .content-box {
    position: absolute;
    bottom: 45px;
    left: 0;
    right: 0;
    padding-left: 120px;
    padding-right: 65px;
}
.our-services ul li .content-box .os-title {
    float: left;
}
.our-services ul li .content-box .os-btn {
    float: right;
}
.our-services ul li .content-box .os-title h4 {
    margin: 0;
    font-size: 60px;
    line-height: 55px;
    font-family: 'volte-medium';
}
.our-services ul li .content-box .os-btn {
    position: absolute;
    bottom: 0;
    right: 65px;
}
.our-services ul li .content-box .os-btn a {
    font-size: 20px;
    background: #f39200;
    display: block;
    color: #fff;
    text-transform: uppercase;
    padding: 12px 28px;
}
.featured-in {
    margin: 65px 0 80px 0;
}
.featured-in h3,
.featured-in span {
    display: block;
    text-align: center;
}
.featured-in span {
    font-size: 22px;
    color: #3b3b3b;
}
.featured-in .f-wrap {
    width: 80%;
    margin: 0 auto;
    margin-top: 50px;
}
.featured-in .f-wrap ul {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    align-items: center;
}
.featured-in .f-wrap ul li {
    padding: 0 15px;
}
.featured-in .f-wrap ul li img {
    display: block;
    margin: 0 auto;
}

/*NEW */

.celeb-skincare .sc-lft .sc-content h4 p br {
    display: none;
}
.header-lft .textwidget ul li:first-child {
    margin-left: 0;
}
.header-lft .textwidget ul li {
    margin: 0;
    display: inline-block;
    background: #736f6f;
    border-radius: 50%;
    width: 36px;
    height: 36px;
    position: relative;
    margin-left: 14px;
}
.header-lft .textwidget ul li img {
    width: 50%;
    display: block;
    margin: 0 auto;
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
    left: 50%;
}
.header-lft .textwidget ul li a {
    display: block;
    width: 100%;
    height: 100%;
}

.brz-row .ab-hd {
    font-family: 'Volte-Regular' !important;
}
.brz .ab-hd .brz-rich-text span {
    font-family: 'Volte-Regular' !important;
}
.brz .ab-hd .brz-rich-text strong {
    font-family: 'Volte-Regular' !important;
}
.brz .brz-css-bcsti > .brz-bg > .brz-bg-color {
    background-color: rgb(243 146 0) !important;
}
.ab-med .ab-med-left {
    font-family: 'Volte-Regular' !important;
}
.brz .ab-med .brz-rich-text>div>h1, .brz .brz-rich-text>div>h2, .brz .brz-rich-text>div>h3, .brz .brz-rich-text>div>h4, .brz .brz-rich-text>div>h5, .brz .brz-rich-text>div>h6 {
    font-family: 'Volte-Regular' !important;
}
.ab-med-left .ab-med-left-bot .brz-rich-text {
    font-family: 'Volte-Regular' !important;
}
.ab-med .ab-med-rt .brz-rich-text {
    font-weight: 600 !important;
}
.brz .ab-med-left-bot .brz-css-omnkz {
    font-family: 'Volte-Regular' !important;
}
.brz .ab-med .brz-rich-text span.brz-cp-color2 {
    font-weight: 400 !important;
    color: #6f6666;
}
.brz .ab-med-left-bot .brz-css-qerpn{
    font-family: 'Volte-Regular' !important;
}
.brz .ab-med .brz-rich-text span {
    font-weight: 400 !important;
    font-family: 'Volte-Regular' !important;
}
.ab-th-sec .brz-rich-text.brz-css-cwgui {
    font-family: 'Volte-Regular' !important;
}
.ab-th-txt span {
    font-family: 'Volte-Regular' !important;
}
.ab-th-txt span.brz-cp-color7 {
    font-family: 'Volte-Regular' !important;
   font-weight: 400 !important;
}
.brz .brz-rich-text .ab-link .link--anchor:hover, .brz .brz-rich-text .link--external:hover, .brz .brz-rich-text .link--popup:hover {
    text-decoration: none !important;
}
.treat-fac .brz-column__items.brz-css-dstbs.brz-css-jbdvl {
    font-family: 'Volte-Regular' !important;
}
.treat-fac span.brz-cp-color8 {
    font-family: 'volte-medium' !important;
}
.tret-dis {
    font-family: 'volte-medium' !important;
}
.tret-med span.brz-cp-color2 {
    font-family: 'volte-medium' !important;
}
.tret-med .tret-med-txt span.brz-cp-color7 {
    font-family: 'Volte-Regular' !important;
    font-weight: 400 !important;
}
.tret-med-btn {
    font-family: 'volte-medium' !important;
}
.brz .tret-med .brz-css-oqdwv {
    font-family: 'volte-medium' !important;
}
.tret-med strong.brz-cp-color7 {
    font-family: 'volte-medium' !important;
}
.brz .tret-med-txt .brz-css-jyuru span.brz-cp-color7 {
    font-family: 'Volte-Regular' !important;
}
.tret-med-txt .brz-css-bibrq span.brz-cp-color7 {
    font-family: 'Volte-Regular' !important;
}
.tret-med .brz-css-ylrwi span {
    font-family: 'volte-medium' !important;
}
.tret-med span.brz-cp-color8 {
    font-family: 'volte-medium' !important;
}
.tret-med .brz-css-ghetw span {
    font-family: 'Volte-Regular' !important;
}
.tret-med-txt span.brz-cp-color2 {
    font-family: 'Volte-Regular' !important;
}
.brz .tret-faq .brz-css-iglzo > .brz-accordion__item > .brz-accordion__nav .brz-accordion__nav-title {
    font-family: 'volte-medium' !important;
}
.tret-faq-txt span.brz-cp-color7 {
    font-family: 'Volte-Regular' !important;
}
.tret-faq-txt p {
    font-family: 'Volte-Regular' !important;
}
.tret-med-txt span.brz-cp-color7 {
    font-family: 'Volte-Regular' !important;
}
.tret-faq-txt p.brz-css-jgihn {
    font-family: 'Volte-Regular' !important;
}
.tret-faq span.brz-accordion__nav-title.brz-span.brz-text__editor {
    font-family: 'volte-medium' !important;
}
.tret-med-txt .brz-css-mscom span.brz-cp-color2 {
    font-family: 'volte-medium' !important;
}
.tret-faq strong.brz-cp-color7 {
    font-family: 'volte-medium' !important;
}
.brz .tret-med-txt .brz-rich-text>div>p {
    font-family: 'Volte-Regular' !important;
}
.brz .tret-med .brz-css-tifwz {
    font-family: 'volte-medium' !important;
}
.tret-med-form input, textarea, button, .button, .faux-button, .faux-button.more-link, .wp-block-button__link, .wp-block-file__button {
    font-family: 'volte-medium' !important;
}
.tret-med-form .appointment__form select {
    font-family: 'volte-medium' !important;
}
.brz .tret-med .brz-css-wtbcn {
    font-family: 'volte-medium' !important;
}
.brz .tret-med-txt .brz-rich-text>div>p>a.link--external>strong {
    text-decoration: none !important;
}
.brz .tret-faq-txt .brz-css-sodnd>div>p {
    font-family: 'Volte-Regular' !important;
}
/*location-template*/
.banner-img {
    background-size: cover;
    background-repeat: no-repeat;
    padding: 86px;
    position: relative;
}
.ban-txt {
    float: left;
   max-width: 30%;
    color: #fff;
    margin-left: 20px;
    margin-top: 119px;
}
.ban-txt h3.big-txt {
    width: 80%;
    font-size: 56px;
    color: #fff;
    line-height: 52px;
    font-family: 'Volte-SemiboldItalic';
    margin-left: -6px;
    margin-top: 7px;
}
.ban-sub {
    width: 79%;
    line-height: 13px;
    margin-top: 12px;
}
.ban-txt span.ban-sub-txt {
    font-size: 14px;
    font-family: 'Volte-Semibold';
    line-height: 1.3;
}

.ban-txt p.txt-field {
    width: 34%;
    padding: 5px 12px;
    font-family: 'Volte-SemiboldItalic';
    font-size: 13px;
}
.ban-txt .txt-field {
    color: #fff;
    background-color: #f39200;
    text-align: center;
    font-size: 12px;
}
.form-sec {
    max-width: 27%;
    position: absolute;
    right: 60px;
    bottom: -46px;
    padding: 26px;
    height: auto;
    background-color: #282828;
}
.form-sec h3.form-txt {
    font-size: 30px;
    color: #fff;
    font-family: 'Volte-Bold';
}
.form-sec p.form-sub-txt {
    color: #fff;
    font-size: 14px;
    line-height: 1.3;
    margin-bottom: 16px;
    margin-top: 5px;
    font-family: 'Volte-Semibold';
}
.form-sec .form {
    margin-top: 5px;
    background-color: #282828;
}
.form-sec .form ul li {
    padding-bottom: 5px;
}
.form .submit-btn input {
    font-size: 15px;
    font-family: 'Volte-Semibold';
    background-color: #f39200;
    float: right;
    width: 40%;
}
.form input {
    padding: 10px;
    font-family: 'Volte-Semibold';
}
.form textarea {
    font-family: 'Volte-Semibold' !important;
    font-size: 1.6rem;
    padding:10px 10px;
    height: 72px;
}
.form .wpcf7 form.invalid .wpcf7-response-output {
    width: 100%;
    color: #fff;
    margin-top: 20px !important;
}
.form .wpcf7 form.sent .wpcf7-response-output {
    border-color: #f39200;
    color: #fff;
}
.mid-sec {
    text-align: center;
    margin-top: 93px;
    padding: 27px 176px;
}
.mid-sec span.mid-txt {
    font-family: 'volte-medium' !important;
    font-size: 16px !important;
}
.mid-sec h3 {
    color: #282828 !important;
    font-size: 36px;
    font-family: 'Volte-Bold' !important;
    margin-bottom: 13px;
}
.mid-sec .mid-txt p {
    font-family: 'volte-medium' !important;
    font-size: 16px;
    line-height: 1.3;
}
.treatment-main {
    background-color: #f39200;
    padding: 46px 31px;
}
.tret-mid-sec ul {
    margin: 0;
    display: grid;
    grid-template-columns: repeat(5,1fr);
    grid-gap: 0 10px;
    margin-top: 46px;
}
.tret-mid-sec h3 {
    color: #ffffff !important;
}
.tret-mid-sec span {
    color: #ffffff !important;
}
.tret-mid-sec ul li a {
    color: #ffffff;
    display: block;
}
.tret-mid-sec ul li {
    position: relative;
}
.tret-mid-sec ul li a.f-b {
    position: absolute;
    bottom: 9px;
    left: 10px;
    right: 0;
    font-size: 22px;
    text-align: start;
    font-family: 'Volte-Bold';
}
.tret-mid-sec ul li img {
    box-shadow: 124px 69px 89px 69px #000 inset !important;
}
.exp-sec {
    margin-bottom: 42px;
    margin-top: 75px;
}
.exp-sec .exp-inner-sec ul {
    margin: 0;
    display: grid;
    grid-template-columns: repeat(2,1fr);
    grid-gap: 0 100px;
    margin-top: 50px;
}
.exp-inner-sec img {
    width: 40%;
    float: left;
}
.exp-inner-sec .rgt-sec {
    float: right;
    width: 57%;
    padding: 10px 10px;
}
.exp-inner-sec .rgt-sec h3.exp-head {
    color: #f39200;
    font-size: 28px;
    font-family: 'Volte-Bold';
    line-height: 27px;
    margin-bottom: 8px;
    width: 77%;
}
.exp-inner-sec .rgt-sec p {
    font-family: 'volte-medium';
   font-size: 16px;
    line-height: 1.3;
    margin-bottom: 19px;
}
.exp-inner-sec .rgt-sec a.exp-btn {
    font-family: 'Volte-Semibold';
    color: #f39200;
    background-color: #282828;
    font-size: 13px;
    padding: 13px;
}
.testimonial-main {
    background-color: #f9f9f9;
    padding: 24px 0px;
}
.test-main h3 {
    text-align: left !important;
}
.testimonial-sec h3.offer-head {
    color: #fff;
    background-color: #282828;
    font-family: 'Volte-Bold';
    font-size: 27px;
    padding: 34px 81px;
    position: relative;
}
.testimonial-sec h3.offer-head:before {
    background-image: url(https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img/https://www.skinlab.in/wp-content/uploads/2022/03/offer-img.png);
    content: "";
    width: 100px;
    height: 35px;
    position: absolute;
    background-repeat: no-repeat;
    background-size: contain;
    margin-left: -50px;
}
.testimonial-sec .test-main {
    float: left;
    width: 60%;
    margin-left: 39px;
    padding: 31px 0px;
}
.test-form-sec {
    float: right;
    width: 30%;
    padding: 2px;
}
.form-inner-sec {
    background-color: #282828;
    padding: 18px;
    margin-top: -93px;
    margin-right: 50px;
    position: relative;
}
.form-inner-sec h3.form-txt {
    color: #f39200;
    font-size: 29px;
}
.form-inner-sec p.form-sub-txt {
    color: #fff;
    font-size: 14px;
    font-family: 'Volte-Semibold';
    line-height: 14px;
    margin-top: 7px;
    margin-bottom: 14px;
}
.form-inner-sec .form {
    margin-top: 7px;
}
.form-inner-sec .form ul li {
    padding-bottom: 5px;
}
.test-form-sec .tel-no-txt {
    padding: 11px 0px;
    margin-top: 21px;
}
.test-form-sec .tel-no-txt a {
    color: #f39200;
    font-size: 31px;
    font-family: 'Volte-Bold';
}
.map-section {
    margin-bottom: 73px;
}

.map-section ul {
    margin: 0;
    display: grid;
    grid-template-columns: repeat(4,1fr);
    grid-gap: 0 60px;
    margin-top: 50px;
    margin-left: 18px;
}
.map-section h3.map-title {
    font-size: 23px;
    margin-bottom: 3px;
}
.map-section p.map-sub-title {
    margin-bottom: 10px;
    font-size: 16px;
    line-height: 1.3;
    width: 100%;
}
.map-section p.map-email-title {
    margin-bottom: 10px;
    margin-left: 25px;
    font-size: 16px;
    line-height: 1.3;
    position: relative;
}
.map-section p.map-email-title:before {
    background-repeat: no-repeat;
    background-size: contain;
    content: 'E';
    width: 20px;
    position: absolute;
    height: 20px;
    margin-left: -31px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 0px;
    background-color: #f39200;
    border-radius: 55%;
    padding: 12px;
}
.map-section p.map-con-title {
    margin-bottom: 14px;
    margin-left: 25px;
    font-size: 16px;
    position: relative;
    line-height: 1.3;
}
.map-section p.map-con-title:before {
    background-repeat: no-repeat;
    background-size: contain;
    content: 'C';
    width: 20px;
    position: absolute;
    height: 20px;
    margin-left: -31px;
    display: flex;
    align-items: center;
    justify-content: center;
    top: 12px;
    margin-top: 0px;
    background-color: #f39200;
    border-radius: 55%;
    padding: 12px;
}
.map-section-mobile {
    display: none;
}
.con-sec {
    padding: 20px 15px !important;
}
.con-sec span.title-1 {
    font-size: 36px;
    font-family: 'Volte-Regular';
    color: #fff;
    line-height: 1.3;
    letter-spacing: -1.5px;
    font-weight: 300 !important;
}
.con-sec .consulting__left h3 {
    font-family: 'Volte-Regular';
    color: #fff;
    font-size: 36px;
    line-height: 1.3;
}
.con-sec .consulting__left {
    float: left;
    width: 46%;
}
.con-sec .consulting__right {
    width: 48%;
    margin-top: 67px;
}
.con-sec .consulting__right a:hover {
    background-color: #00d084 !important;
}
.con-sec a.wp:after {
    content: " ";
    position: absolute;
    background: url(https://www.skinlab.in/wp-content/uploads/2022/03/whatsapp-1.png);
    height: 29px;
    width: 33px;
    background-size: contain;
    background-repeat: no-repeat;
    right:19px;
    top: 18px;
}
.con-sec .consulting__right a {
    background-color: rgba(102,102,102,1);
     padding: 21px 56px;
    color: #fff;
    font-family: 'volte-regular';
    margin: 2px 14px;
    font-size: 20px;
    font-weight: 700;
}
.con-sec a.ap:after {
    content: " ";
    position: absolute;
    background: url(https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img/https://www.skinlab.in/wp-content/uploads/2022/02/ap-w.png);
    height: 27px;
    width: 23px;
    background-size: contain;
    background-repeat: no-repeat;
    right: 17px;
    top: 20px;
}
/*CONSULTING SECTION */
.consulting {
    background-color: #f39200;
    margin-top: 60px;
    padding: 60px 0;
}
.consulting__left {
    float: left;
    width: 60%;
}
.consulting__left h3 {
    font-family: "Volte-medium";
    color: #fff;
}
.consulting__right {
    float: right;
    width: 34%;
    margin-top: 16px;
}
.consulting__right a {
    background-color: rgba(102,102,102,1);
    padding: 15px 45px 15px 20px;
    color: #fff;
    font-family: 'volte-regular';
    margin: 0 15px;
}
.consulting__right a:hover {
    background-color: rgba(28,28,28,1) !important;
    transition: 0.3s;
}
a.wp, a.ap{
    position: relative;    
}
a.wp:after {
    content: " ";
    position: absolute;
    background: url("https://www.skinlab.in/wp-content/uploads/2022/02/wp-w.png");
    height: 16px;
    width: 17px;
    background-size: contain;
    background-repeat: no-repeat;
    right: 22px;
    top: 16px;
}
a.ap:after {
    content: " ";
    position: absolute;
    background: url(https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img/https://www.skinlab.in/wp-content/uploads/2022/02/ap-w.png);
    height: 16px;
    width: 17px;
    background-size: contain;
    background-repeat: no-repeat;
    right: 22px;
    top: 16px;
}
.consulting__right br {
    display: none;
}

/*APPOINTMENT PAGE - FORM STYLING */
ul.appointment__form {
    margin-top: 60px;
}
ul.appointment__form li {
    margin: 0 5px 10px 5px;
    width: 48%;
    float: left;
}
.appointment__form select {
    width: 100%;
    box-sizing: border-box;
    padding: 16px;
    border: 1px solid #dcd7ca;
    outline-color: #f39200;
}
ul.appointment__form li.ta {
    width: 98%;
    float: none;
    box-sizing: border-box;
}
ul.appointment__form li.ta textarea{
    outline-color: #f39200;   
}
.appointment__form select {
    color: #75758b;
}
.appointment__form input {
    color: #75758b;
    outline-color: #f39200;
}
.appointment__form li.submit input {
    background-color: #f39200;
    color: #fff;
    padding: 12px 25px;
}
.appointment__form li.submit input:hover{
    text-decoration: none;
    background-color: rgba(28,28,28,1) !important;
    transition: .4s;
}
.wpcf7 form.invalid .wpcf7-response-output {
    width: 100%;
    margin-top: 70px !important;
}
input.wpcf7-not-valid,
textarea.wpcf7-not-valid{
    border: 1px solid red !important;
}
.wpcf7-not-valid-tip {
    display: none;
}
.brz .tret-faq-txt .brz-rich-text>div>p {
    font-family: 'Volte-Regular' !important;
}
/*FOOTER NEW STYLING */
.f-col-above-bottom{
    margin-top: 60px;   
    background-color: #736f6f;
    padding: 5px 0;
}
.f-col-above-bottom ul li {
    display: inline-block;
    padding: 0px 15px;
    border-right: 1px solid #f1e7e7 !important
}
.f-col-above-bottom nav.menu-footer-locations-container a{
    color: #fff;
    font-family: 'Volte-Regular';
}
.f-col-above-bottom nav.menu-footer-locations-container {
    display: inline-block;
    font-size: 16px;
    color: #fff;
    font-family: "Volte-Semibold";
}
.f-col-above-bottom h3.title {
    border-right: 0px !important;
    display: inline-block;
    font-size: 17px;
    color: #f1e7e7;
    font-family: "Volte-Semibold";
    padding: 0 15px;
    position: relative;
}
.f-col-above-bottom nav.menu-footer-locations-container a {
    color: #fff;
    font-weight: 100 !important;
    font-family: 'Volte-Regular';
}
.f-col-above-bottom h3.title::after {
    content: " -";
    position: absolute;
    right: 0px;
}
.blog-sec #sb_instagram .sbi_photo {
    margin-left: 17px;
    margin-bottom: 17px;
}
.brz .offer-fea-head .brz-rich-text>div>h3 {
    font-family: 'Volte-Bold' !important;
}
.brz .offer-fea-head .brz-rich-text span {
    font-family: 'Volte-Semibold';
}
.brz .tret-med .brz-rich-text span {
    font-family: 'volte-medium' !important;
}
.brz .tret-med-txt .brz-rich-text h4 {
    font-family: 'Volte-Regular' !important;
}
/*MEDIA QUERY STARTS HERE */

/*----------------------------- Small Laptop -------------------------------*/
@media only screen and (max-width :1600px) and (min-width: 1366px) {
    
    .home-slider li .banner-content {
        padding: 0 30px !important;
    }
    .celeb-skinlab .white .owl-nav button.owl-prev {
        left: -30px !important;
        top: 50px;
    }
    .celeb-skinlab .white .owl-nav button.owl-next {
        right: -30px !important;
        top: 50px;
    }
    .celeb-skinlab .white .owl-nav button.owl-prev {
        left: -30px !important;
        top: 50px;
    }
    .celeb-skinlab .white .owl-nav button.owl-next {
        right: -30px !important;
        top: 50px;
    }

}

@media only screen and (max-width :1366px){
    .our-services ul li .content-box {
        padding-left: 60px;
    }
    li#mega-menu-item-5539 ul.mega-sub-menu {
        right: -60px !important;
    }
}

/*----------------------------- Small Laptop -------------------------------*/
@media only screen and (max-width :1280px) and (min-width: 1101px) {
    
    /* Header */
    
    #mega-menu-wrap-primary #mega-menu-primary li#mega-menu-item-5539 ul.mega-sub-menu {
        right: -70px;
    }
    
    .home-slider li .banner-content {
        padding: 0 55px !important;
    }
    .celeb-skinlab .white .owl-nav button.owl-prev {
        left: -10px !important;
        top: 50px;
    }
    .celeb-skinlab .white .owl-nav button.owl-next {
        right: -10px !important;
        top: 50px;
    }
    .celeb-skinlab .celeb-block {
        padding-left: 20px;
    }
    .our-services ul li .content-box {
        padding: 0 60px;
    }
    .our-services ul li .content-box .os-title h4 {
        font-size: 50px;
        line-height: 45px;
    }
    .our-services ul li .content-box .os-btn {
        right: 60px;
    }
    .our-services ul li .content-box .os-btn a {
        padding: 12px 22px;
    }
    /*location*/
    .con-sec .consulting__right a {
    margin: 8px 11px;
    }
    .con-sec a.wp:after {
    right: 16px;
    }
    .con-sec .consulting__right a {
    background-color: rgba(102,102,102,1);
    padding: 21px 48px;
    }
}

/*----------------------------- Media 1024 -------------------------------*/
@media only screen and (max-width :1100px){
    
    /* Header */
    .header-titles-wrapper {
    margin-right: 0rem;
    max-width: 26%;
    }
    #mega-menu-wrap-primary #mega-menu-primary li#mega-menu-item-5539 ul.mega-sub-menu {
        right: -70px;
    }
    
    .home-slider li .banner-content {
        padding: 0 55px !important;
    }
    .home-slider li .banner-content h3, .home-slider li .banner-content h3 span {
        font-size: 60px !important;
    }
    .home-slider li .banner-content h4 {
        font-size: 30px !important;
    }
    .home-slider li .banner-content p {
        line-height: 22px !important;
    }
    .treatment-sec ul li a {
        font-size: 22px;
        line-height: 24px;
    }
    .celeb-skincare .sc-lft,
    .celeb-skincare .sc-rgt {
        float: none;
        width: 100%;
    }
    .celeb-skincare .sc-lft .sc-profile img {
        width: 100%;
    }
    .celeb-skincare .sc-rgt {
        width: 60%;
        margin: 50px auto 0 auto;
    }
    .other-cols ul {
        grid-gap: 0 100px;
        padding: 0;
    }
    .other-cols ul li p br {
        display: none;
    }
    .celeb-skinlab .white .owl-nav button {
        top: inherit;
        bottom: -60px;
    }
    .celeb-skinlab .white .owl-nav button.owl-prev {
        left: 440px !important;
    }
    .celeb-skinlab .white .owl-nav button.owl-next {
        right: 440px !important;
    }
    .our-services ul li .content-box {
        padding: 0 20px;
    }
    .our-services ul li .content-box .os-title h4 {
        font-size: 40px;
        line-height: 38px;
    }
    .our-services ul li .content-box .os-btn {
        right: 20px;
    }
    .our-services ul li .content-box .os-btn a {
        font-size: 18px;
    }
    /*location*/
    .banner-img {
    padding: 38px;
    }
   .ban-txt {
    max-width: 34%;
    margin-left: 23px;
    margin-top: 119px;
    }
    .form-sec {
    max-width: 273px;
    right: 19px;
    bottom: -85px;
    padding: 20px;
    height: auto;
    }
    .form-sec h3.form-txt {
    font-size: 24px;
    }
    .form-sec p.form-sub-txt {
    font-size: 14px;
    line-height: 14px;
    }
    .mid-sec {
    padding: 27px 117px;
    }
    .exp-inner-sec .rgt-sec {
    width: 56%;
    padding: 0px 0px;
    }
    .exp-inner-sec .rgt-sec h3.exp-head {
    font-size: 24px;
    line-height: 25px;
    width: 80%;
    }
    .testimonial-sec h3.offer-head {
    font-size: 25px;
    }
    .test-form-sec {
    width: 33%;
    }
    .test-main .white .owl-nav button.owl-prev {
    left: 150px !important;
    }
    .test-main .white .owl-nav button.owl-next {
    right: 278px !important;
    }
    .map-section ul {   
    grid-gap: 0 16px;
    }
    .con-sec .consulting__left {
    width: 44%;
    }
    .con-sec .consulting__right {
    width: 50%;
    margin-top: 70px;
    }
    .con-sec .consulting__right a {
    padding: 20px 48px;
    }
    /* Footer */
    
    footer .footer-menu-cols .f-col {
        width: 33% !important;
    }
    footer .footer-menu-cols .f-col.f-col-4 {
        clear: left;
    }
    footer .footer-menu-cols .f-col h3 {
        height: auto;
        margin-bottom: 20px;
    }
    footer .footer-menu-cols .f-col.f-col-4,
    footer .footer-menu-cols .f-col.f-col-5,
    footer .footer-menu-cols .f-col.f-col-6 {
        margin-top: 40px;
    }
    footer .f-col-bottom .f-col-align ul li {
        margin-left: 26px;
    }
    .consulting__left {
        width: 50%;
    }
    .consulting__right {
        width: 43%;
        margin-top: 45px;
    }
    ul.appointment__form li {
        margin: 0 6px 10px;
        width: 47%;
    }
    ul.appointment__form li.ta {
        width: 97%;
    }
}


/*----------------------------- Media 768 -------------------------------*/
@media only screen and (max-width:999px){
    
    /* Header */
    
    .m-header-rgt {
        position: relative;
        width: 15rem;
        display: flex;
        align-items: center;
        justify-content: flex-end;
    }
    .m-header-rgt .mobile-head {
        display: flex;
        align-items: center;
        margin-right: 8px;
        display: none;
    }
    #site-header .toggle {
        align-items: center;
    }
    .m-header-rgt .mobile-head .c-icon.call {
        margin-left: 10px;
    }
    .m-header-rgt .mobile-head img {
        width: 50px;
    }
    .m-header-rgt .mobile-head .c-icon.call img {
        width: 40px;
    }
    #site-header .toggle {
        position: relative;
    }
    .nav-toggle .toggle-inner {
        padding-top: 0;
    }
    .site-logo a {
        text-align: left;
    }
    #site-header .toggle {
        justify-content: flex-end;
        padding-right: 0;
    }
    #site-header button.toggle.search-toggle {
        display: none;
    }
    #site-header .header-titles-wrapper {
        padding: 0;
        justify-content: space-between;
    }
    
    /* Mobile Menu */
    
    .menu-modal.active {
        z-index: 99999;
    }
    .menu-modal.active .section-inner {
        width: 100%;
        background: #222;
    }
    .menu-modal.active button.toggle.close-nav-toggle {
        padding: 15px 30px;
    }
    .menu-modal.active button.toggle.close-nav-toggle span.toggle-text {
        display: none;
    }
    .modal-menu>li {
        border: 0;
    }
    .menu-modal.active .section-inner svg polygon {
        fill: #fff;
    }
    .modal-menu>li>.ancestor-wrapper>a {
        color: #fff;
        font-size: 18px;
        font-weight: 400;
        padding: 16px 12px;
    }
    .modal-menu li.current-menu-item {
        background: #333;
    }
    .modal-menu li.current-menu-item a {
        color: #f39200;
        text-decoration: none !important;
    }
    .modal-menu>li ul.sub-menu.active li a {
        display: block;
        background: #f1f1f1;
        color: #333;
        font-family: inherit;
        font-size: 16px;
        font-weight: 400;
        padding: 0 10px;
        line-height: 35px;
        text-decoration: none;
        text-transform: none;
        vertical-align: baseline;
    }
    .modal-menu>li ul.sub-menu.active li {
        border: 0;
        border-bottom: 1px solid #666;
    }
    .menu-modal.active .section-inner button.sub-menu-toggle {
        border: 0;
    }
    
    .home-slider span.cs-next {
        right: 10px !important;
    }
    .home-slider span.cs-previous {
        left: 10px !important;
    }
    .home-slider li .banner-content {
        padding: 0 40px !important;
    }
    .home-slider li .banner-content h3,
    .home-slider li .banner-content h3 span {
        font-size: 45px !important;
        line-height: 40px !important;
    }
    .home-slider li .banner-content h4 {
        font-size: 24px !important;
        margin-top: 5px;
        margin-bottom: 30px;
    }
    .home-slider li .banner-content p {
        margin-bottom: 30px;
    }
    .treatment-sec ul {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-evenly;
        grid-gap: 30px 0px;
    }
    .treatment-sec ul li {
        width: 30%;
        align-items: center;
    }
    .other-cols ul {
        grid-gap: 0 40px;
    }
    .other-cols h3 {
        font-size: 24px;
    }
    .celeb-skinlab .celeb-block {
        width: 90%;
        margin: 0 auto;
    }
    .celeb-skinlab .white .owl-nav button {
        bottom: inherit;
        top: 50%;
    }
    .celeb-skinlab .white .owl-nav button.owl-prev {
        left: 0 !important;
    }
    .celeb-skinlab .white .owl-nav button.owl-next {
        right: 0 !important;
    }
    .celeb-skinlab .celeb-block .celeb-content .title {
        margin-top: 30px;
    }
    .our-services ul li .content-box .os-title h4 {
        font-size: 32px;
        line-height: 30px;
    }
    .our-services ul li .content-box .os-btn a {
        font-size: 14px;
        padding: 12px 18px;
    }
    /*location*/
    .banner-img {
    padding: 22px;
    }
    .ban-txt {
    max-width: 52%;
    margin-left: 32px;
    margin-top: 51px;
    }
    .ban-txt p.txt-field {
    width: 30%;
    padding: 5px 6px;
    font-size: 12px;
    }
    .form-sec {
    max-width: 211px;
    }
    .form-sec h3.form-txt {
    font-size: 18px;
    }
    .ban-txt h3.big-txt {
    width: 52%;
    font-size: 40px;
    line-height: 43px;
    margin-top: 0px;
    }
    .ban-sub {
    width: 63%;
    line-height: 13px;
    margin-top: 3px;
    }
    .form-sec {
    max-width: 224px;
    bottom: -99px;
    }
    .form-sec p.form-sub-txt {
    font-size: 13px;
    line-height: 13px;
    margin-bottom: 13px;
    margin-top: 5px;
    }
    .exp-inner-sec .rgt-sec h3.exp-head {
    font-size: 20px;
    line-height: 20px;
    width: 96%;
    }
    .exp-inner-sec img {
    width: 100%;
    }
    .exp-inner-sec .rgt-sec {
    width: 100%;
    margin-top: 17px;
    }
    .testimonial-sec h3.offer-head {
    font-size: 17px;
    }
    .testimonial-sec h3.offer-head:before {
    width: 89px;
    height: 31px;
    margin-left: -43px;
    }
    .testimonial-sec .test-main {   
    width: 57%;
    margin-left: 17px;
    }
    .testimonial-sec .test-main {
    width: 100%;
    padding: 31px 0;
    margin: 0 auto;
    display: block;
    }
    .test-form-sec {
    width: 64%;
    margin: 0 auto;
    display: block;
    }
    .test-form-sec {
    margin-top: 36px;
    width: 64%;
    margin-right: 98px;
    }
    .form-inner-sec p.form-sub-txt {
    font-size: 17px;
    line-height: 16px;
    margin-top: 7px;
    margin-bottom: 14px;
    }
    .map-section ul {
    margin: 0;
    display: grid;
    grid-template-columns: repeat(2,1fr);
    grid-gap: 0 36px;
    margin-top: 50px;
    margin-left: 18px;
    }
    .map-section ul li {
    margin-bottom: 31px;
    }
    .con-sec .consulting__left {
    width: 48%;
    }
    .con-sec .consulting__right {
    width: 46%;
    margin-top: 74px;
    }
    .con-sec .consulting__right a {
    display: grid;
    grid-gap: 3px;
    }
    /* Footer */
    
    footer .f-col-bottom {
        margin-top: 60px;
    }
    footer .footer-menu-cols .f-col h3 {
        height: 40px;
    }
    footer .f-col-bottom .f-col-lft,
    footer .f-col-bottom .f-col-rgt {
        float: none;
        width: 100%;
        text-align: center;
    }
    footer .f-col-bottom .f-col-rgt {
        margin-top: 25px;
    }
    footer .f-col-last .f-col-cline {
        width: 47%;
    }
    footer .f-col-last .f-col-social {
        width: 51%;
    }
    .consulting__left {
        width: 40%;
    }
    .consulting__right {
        width: 56%;
    }
    ul.appointment__form {
        margin-top: 0px;
    }
    ul.appointment__form li,
    ul.appointment__form li.ta{
        float: none;
        width: 100%;
    }
    div#nav_menu-10 {
        text-align: center;
    }
    .f-col-above-bottom h3.title{
        border-right: 0px !important;    
        margin-bottom: 10px;
    }
    .f-col-above-bottom ul li{
        border-right: 0px !important;    
    }
}

/*----------------------------- Media 480 -------------------------------*/
@media only screen and (max-width:767px){
    
    .header-top {
        padding: 8px 0 6px 0;
    }
    .header-top .header-rgt {
        display: none;
    }
    header#site-header .section-inner {
        padding: 10px 0;
    }
    .nav-toggle .toggle-inner {
        height: auto;
    }
    #site-header .toggle {
        top: -10px;
        margin-right: 5px;
    }
    .m-header-rgt {
        width: 13rem;
    }
    .m-header-rgt .mobile-head {
        margin-right: 0;
        display: flex;
    }
    .toggle-inner .toggle-text {
        font-size: 1.5rem;
    }
    .header-top p {
        font-size: 15px;
    }
    .header-lft, .header-rgt {
        float: none;
        width: 100%;
        text-align: center;
    }
    .header-top .header-rgt p a img {
        margin-left: 10px;
    }
    .home-slider li .banner-content p {
        display: none;
    }
    .home-slider li .banner-content p br {
        display: none;
    }
    .home-slider li .banner-content h3,
    .home-slider li .banner-content h3 span {
        font-size: 30px !important;
        line-height: 25px !important;
    }
    .home-slider li .banner-content h4 {
        font-size: 20px !important;
    }
    .home-slider li .banner-content p {
        font-size: 15px !important;
        line-height: 18px !important;
        margin-bottom: 15px;
    }
    .home-slider li .banner-content a {
        font-size: 16px !important;
        width: 120px;
    }
    .treatment-sec h3 {
        font-size: 30px;
    }
    .treatment-sec span {
        font-size: 20px;
    }
    .treatment-sec ul {
        grid-gap: 30px 10px !important;
    }
    .treatment-sec ul li {
        width: 47%;
    }
    .celeb-skincare .sc-lft .sc-profile,
    .celeb-skincare .sc-lft .sc-content {
        width: 100%;
        float: none;
    }
    .celeb-skincare .sc-lft .sc-profile img {
        width: 60%;
        margin: 0 auto;
        border: 1px solid #000;
        padding: 5px;
    }
    .celeb-skincare .sc-lft .sc-profile span.name {
        font-size: 28px;
        margin: 20px 0;
    }
    .celeb-skincare .sc-rgt {
        width: 100%;
    }
    .other-cols {
        padding: 60px 0;
    }
    .other-cols ul {
        grid-template-columns: repeat(1,1fr);
        grid-gap: 30px 0;
    }
    .celeb-skinlab .celeb-block .celeb-profile,
    .celeb-skinlab .celeb-block .celeb-content {
        float: none;
        text-align: center;
        width: 95%;
        margin: 0 auto;
    }
    .our-services ul li {
        width: 100%;
        margin-bottom: 30px;
    }
    .our-services ul li:nth-child(even) {
        margin-bottom: 0;
    }
    .our-services ul li .content-box {
        top: 50%;
        transform: translate(0, -50%);
        bottom: inherit;
    }
    .our-services ul li .content-box .os-title h4 {
        font-size: 40px;
        line-height: 40px;
    }
    .featured-in .f-wrap {
        width: 100%;
    }
    .featured-in .f-wrap ul {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-evenly;
        align-items: center;
        grid-gap: 30px 0;
    }
    .featured-in .f-wrap ul li {
        width: 50%;
    }
    /*location*/
    .banner-img {
    padding: 0;
    }
    .ban-txt {
    max-width: 79%;
    margin-top: 92px;
    margin-bottom: 48px;
    }
    .ban-txt p.txt-field {
    width: 26%;
    padding: 4px 4px;
    }
    .ban-txt h3.big-txt {
    width: 46%;
    font-size: 33px;
    line-height: 32px;
    margin-top: 7px;
    }
    .form-sec {
    display: none;
    }
    .mid-sec {
    padding: 27px 12px;
    }
    .exp-sec .exp-inner-sec ul {
    margin: 0;
    display: grid;
    grid-template-columns: repeat(1,1fr);
    grid-gap: 24px;
    margin-top: 50px;
    }
    .exp-inner-sec img {
    width: 63%;
    }
    .test-form-sec {
    margin-top: 76px;
    width: 85%;
    margin-right: 12px;
    }
    .map-section ul {
    grid-gap: 20px;
    }
    .con-sec .consulting__left {
    width: 100%;
    }
    .con-sec .consulting__right {
    width: 66%;
    margin-top: 34px;
    margin-left: 80px;
    }
    .consulting__left h3 {
    font-size: 38px;
    }
    /* Footer */
    
    footer .footer-menu-cols .f-col ul li a {
        font-size: 14px;
    }
    footer .f-col-bottom .f-col-align ul li {
        margin-bottom: 8px;
    }
    footer .f-col-last .f-col-cline,
    footer .f-col-last .f-col-social {
        float: none;
        width: 100%;
        text-align: center;
    }
    footer .f-col-last .f-col-social {
        margin-top: 20px;
    }
    .consulting__left {
        float: none;
        width: 100%;
    }
    .consulting__right {
        float: none;
        width: 100%;
    }
}


/*----------------------------- Media 320 -------------------------------*/
@media only screen and (max-width:479px){
    
    .m-header-rgt {
    width: 14rem;
    margin-left: 46px;
    }
    .site-logo img {
    max-width: 118px;
    max-height: inherit;
    margin-left: 37px;
    }
    .fixed__logo img {
    max-width: 164px;
    padding: 12px 19px;
    margin-top: 6px;
    margin-left: 6px;
    }
    .m-header-rgt .mobile-head .c-icon.call img {
    max-width: 21px;
    }
    .m-header-rgt .mobile-head img {
    max-width: 26px;
    }
    .header-top {
        padding: 10px 0;
    }
    .header-top .header-lft,
    .header-top .header-rgt {
        float: none;
        width: 100%;
        text-align: center;
    }
    .header-top .header-rgt {
        margin-top: 10px;
    }
    .home-slider .cs-controls span {
        width: 25px !important;
        height: 25px !important;
    }
    .home-slider li .banner-content {
        padding: 0 30px !important;
    }
    .home-slider span.cs-previous {
        left: 5px !important;
    }
    .home-slider span.cs-next {
        right: 5px !important;
    }
    .home-slider li .banner-content h3,
    .home-slider li .banner-content h3 span {
        font-size: 20px !important;
        line-height: 20px !important;
    }
    .home-slider li .banner-content h4 {
        margin: 5px 0;
        line-height: normal !important;
        font-size: 14px !important;
    }
    .home-slider li .banner-content p {
        font-size: 14px !important;
        margin: 2px 0 8px 0;
        line-height: 15px !important;
    }
    .home-slider li .banner-content p br {
        display: none;
    }
    .home-slider li .banner-content a {
        font-size: 12px !important;
        padding: 14px 5px !important;
    }
    .treatment-sec ul li a {
        font-size: 20px;
        display: block;
    }
    .celeb-skincare .sc-lft .sc-profile img {
        width: 80%;
    }
    .celeb-skincare .sc-lft .sc-content h4 p {
        font-size: 28px;
        line-height: 34px;
    }
    .celeb-skincare .sc-lft .sc-btns {
        text-align: center;
    }
    .celeb-skincare .sc-lft .sc-btns a:last-child {
        margin-right: 0;
    }
    .our-services ul li .content-box .os-title h4 {
        font-size: 30px;
        line-height: 28px;
    }
    /*location*/
    .ban-txt {
    max-width: 66%;
    margin-top: 31px;
    margin-bottom: 19px;
    }
    .banner-img {
    padding: 0;
    }
    .ban-txt p.txt-field {
    width: 36%;
    padding: 4px;
    }
    .ban-txt h3.big-txt {
    width: 81%;
    font-size: 33px;
    line-height: 32px;
    margin-top: 7px;
    }
    .ban-sub {
    width: 66%;
    line-height: 13px;
    margin-top: 3px;
    }
    .mid-sec {
    margin-top: 35px;
    }
    .tret-mid-sec {
    margin-top: 35px;
    }
    .tret-mid-sec ul {
    margin-top: 35px;
    grid-gap: 10px 10px !important;
    }
    .exp-inner-sec img {
    width: 100%;
    margin-top: 8px;
    }
    .exp-sec {
    margin-bottom: 42px;
    margin-top: 35px;
    }
    .test-form-sec {
    margin-top: 76px;
    width: 100%;
    margin-right: 0;
    }
    .map-section ul {
    grid-gap: 24px;
    grid-template-columns: repeat(1,1fr);
    }
    .form-inner-sec {
    background-color: #282828;
    padding: 18px;
    margin-top: -93px;
    margin-right: 0;
    position: relative;
    }
    .map-section {
    margin-bottom: 35px;
    margin-top: -33px;
    }
    .map-section p.map-sub-title {
    margin-bottom: 0;
    }
    .map-section p.map-email-title {
    margin-bottom: 3px;
    }
    .map-section p.map-con-title {
    margin-bottom: 7px;
    }
    .map-section .map-sec {
    margin-right: 22px;
    }
    .featured-in {
    margin: 35px 0 80px;
    }
    .con-sec {
    margin-top: 0px !important;
    }
    .con-sec .consulting__right {
    width: 70%;
    margin-left: 50px;
    margin-top: -31px;
    }
    .con-sec .consulting__right a {
    padding: 20px 40px;
    bottom: -52px;
    }
    .con-sec a.wp:after {
    right: 12px;
    }
    /* Footer */
    
    footer .footer-menu-cols .f-col {
        width: 48% !important;
        margin-top: 40px;
        padding-right: 0;
    }
    footer .footer-menu-cols .f-col:nth-child(even) {
        float: right;
    }
    footer .footer-menu-cols .f-col.f-col-1,
    footer .footer-menu-cols .f-col.f-col-2 {
        margin-top: 0px;
    }
    footer .footer-menu-cols .f-col.f-col-3 {
        clear: left;
    }
    footer .footer-menu-cols .f-col.f-col-4 {
        clear: inherit;
    }
    footer .f-col-bottom .f-col-align ul li {
        margin: 5px 13px;
    }
    footer .f-col-last .f-col-social h3.title {
        margin: 0 0 10px 0;
        display: block;
    }
    footer .f-col-last .f-col-social .textwidget ul li:first-child {
        margin-left: 0;
    }
    .consulting {
        padding: 40px 0 90px 0;
    }
    .consulting__right br {
        display: block;
    }
    .consulting__right a {
        font-size: 15px;
    }
    .consulting__right a.ap {
        top: 40px;
    }
    .con-sec {
    padding: 63px 15px !important;
    }
    
}












