body
{
	font-family: 'Quicksand';
}
.pin
{
	 font-family: 'Pinyon Script';
}
.sand
{
	 font-family: 'Quicksand';
}
.main-menu{width: 100%; height: 100%; opacity: 0; visibility: hidden;}
.nav-open .main-menu {opacity: 1; visibility: visible; background-image: url(../img/menu-bg.png);    background-size: cover  }
.main-menu .nav li a{color:#000; font-size: 21px;font-family: 'Quicksand'; padding:0px; position: relative; transition:all 0.5s;     display: inline-block; }
.main-menu .nav li{
    opacity: 0;
    -webkit-transform: translateY(-40px);
    transform: translateY(-40px);
    -webkit-animation-timing-function: cubic-bezier(.45,.005,0,1);
    -moz-animation-timing-function: cubic-bezier(.45,.005,0,1);
    -o-animation-timing-function: cubic-bezier(.45,.005,0,1);
    animation-timing-function: cubic-bezier(.45,.005,0,1);
}
.nav-open .main-menu .nav li{
    opacity: 1;
    opacity: 1;
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
    -webkit-transition: -webkit-transform .2s,opacity .2s;
    transition: transform .2s,opacity .2s;
}
.main-menu .nav li.delay-1{-webkit-transition-delay:0.1s; -moz-transition-delay:0.1s; -ms-transition-delay:0.1s; -o-transition-delay:0.1s; transition-delay:0.1s; }
.main-menu .nav li.delay-2{-webkit-transition-delay:0.2s; -moz-transition-delay:0.2s; -ms-transition-delay:0.2s; -o-transition-delay:0.2s; transition-delay:0.2s; }
.main-menu .nav li.delay-3{-webkit-transition-delay:0.3s; -moz-transition-delay:0.3s; -ms-transition-delay:0.3s; -o-transition-delay:0.3s; transition-delay:0.3s; }
.main-menu .nav li.delay-4{-webkit-transition-delay:0.4s; -moz-transition-delay:0.4s; -ms-transition-delay:0.4s; -o-transition-delay:0.4s; transition-delay:0.4s; }
.main-menu .nav li.delay-5{-webkit-transition-delay:0.5s; -moz-transition-delay:0.5s; -ms-transition-delay:0.5s; -o-transition-delay:0.5s; transition-delay:0.5s; }
.main-menu .nav li.delay-6{-webkit-transition-delay:0.6s; -moz-transition-delay:0.6s; -ms-transition-delay:0.6s; -o-transition-delay:0.6s; transition-delay:0.6s; }
.main-menu .nav li.delay-7{-webkit-transition-delay:0.7s; -moz-transition-delay:0.7s; -ms-transition-delay:0.7s; -o-transition-delay:0.7s; transition-delay:0.7s; }
.main-menu .nav li.delay-8{-webkit-transition-delay:0.8s; -moz-transition-delay:0.8s; -ms-transition-delay:0.8s; -o-transition-delay:0.8s; transition-delay:0.8s; }
.main-menu .nav li.delay-9{-webkit-transition-delay:0.9s; -moz-transition-delay:0.9s; -ms-transition-delay:0.9s; -o-transition-delay:0.9s; transition-delay:0.9s; }

.nav-button i{cursor:pointer;position:relative; z-index:1111;  height:40px; display:block; width:85px; display:flex; align-items:center; justify-content:center; padding:0px; background-image:url(../img/menu.png); background-size:100%; transition:all 0.5s;background-repeat:no-repeat; opacity:1;top:0}
 

.nav-button
{
	position:relative;
}
.nav-open .nav-button em {
    background-image: none;
}
.nav-open .nav-button:hover i {
    opacity: 1;
    top: 0;
}
a.nav-button{
    cursor: pointer;
}
.nav-button em
{
	background-image:url(../img/menu.png); 
	position:absolute; 
	z-index:1111;  
	height:40px; 
	display:block;
	width:85px;
	top: 0px;
    background-size: cover;
	filter: brightness(0);
	transition:all 0.5s;
	opacity:0;
	} 	
	
	.nav-button:hover em
	{
	opacity:1;
	top: -6px;
	} 

	.nav-button:hover i
	{
	top:-6px;
	opacity:0;  
	}
.nav-button #nav-icon3{opacity: 0;width:24px;height:22px;display:inline-block;position:relative;-webkit-transform:rotate(0deg);-moz-transform:rotate(0deg);-o-transform:rotate(0deg);transform:rotate(0deg);-webkit-transition:.5s ease-in-out;-moz-transition:.5s ease-in-out;-o-transition:.5s ease-in-out;transition:.5s ease-in-out;cursor:pointer;}
.nav-open .nav-button i , .nav-open .nav-button i:before {
    background-image: none;
}
.nav-open .nav-button #nav-icon3 { opacity:1; }
.nav-button #nav-icon3 span{display:block;position:absolute;height:3px;width:100%;background:#ccc;border-radius:9px;opacity:1;left:0;-webkit-transform:rotate(0deg);-moz-transform:rotate(0deg);-o-transform:rotate(0deg);transform:rotate(0deg);-webkit-transition:.25s ease-in-out;-moz-transition:.25s ease-in-out;-o-transition:.25s ease-in-out;transition:.25s ease-in-out}
.nav-button #nav-icon3 span:nth-child(1){top:0}
.nav-button #nav-icon3 span:nth-child(2),#nav-icon3 span:nth-child(3){top:7px}
.nav-button #nav-icon3 span:nth-child(4){top:14px}
.nav-open #nav-icon3 span:nth-child(1){top:9px;width:0;left:50%}
.nav-open #nav-icon3 span:nth-child(2){-webkit-transform:rotate(45deg);-moz-transform:rotate(45deg);-o-transform:rotate(45deg);transform:rotate(45deg)}
.nav-open #nav-icon3 span:nth-child(3){-webkit-transform:rotate(-45deg);-moz-transform:rotate(-45deg);-o-transform:rotate(-45deg);transform:rotate(-45deg)}
.nav-open #nav-icon3 span:nth-child(4){top:9px;width:0;left:50%}



.hvr-text span {
    display: none;
    text-align: center;
	transition:all 0.5s
}
.hvr-text {
    text-align: center;
}

.modal-video {
  display: none;
  position: fixed;
  z-index: 99999999;  
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
background-color: rgba(255, 255, 255, 0.87);
}
div#sch-appoint .contact-form {
    background: #fff;
    padding: 45px 99px 30px;
	    min-height: 200px;
}
div#sch-appoint .nf-response-msg
{
	background-color:#fff;
	    margin-top: 16px;
}

/* Modal Content */
.modal-video-body {
    margin: auto;
    padding: 0;
    width: 100%;
    max-width: 580px;
        position: absolute;
    box-shadow: 1px 1px 11px 1px #ccc;
    left: 50%;
    top: 50%;
    transform: translate(-50% , -50%)
}

/* The Close Button */
.close_box {
    color: #adadad;
    float: right;
    font-size: 50px;
    position: relative;
    z-index: 11;
    right: 15px;
}
.s-app.head h2 {
    font-size: 31px;
}
div#sch-appoint label {
    font-size: 17px;
}
.s-app.head p {
    font-size: 17px; 
	margin-bottom:30px !important; 
}
div#sch-appoint p
{
	margin:0;
	max-width:100%;
}

.modal-video-body:before {
    width: 100%;
    position: absolute;
    content: '';
    left: 0;
    right: 0;
    top: 0;
    background-image: url(../img/gold-border.png);
    height: 8px;
    background-size: cover;
	    z-index: 9;
}
.modal-video-body:after {
    width: 100%;
    position: absolute;
    content: '';
    left: 0;
    right: 0;
    bottom: -1px; 
    background-image: url(../img/gold-border.png);
    height: 8px;
    background-size: cover;
	    z-index: 9;  
}
.s-app.head {
    text-align: center;
}

.close_box:hover,
.close_box:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer;
}

ul#main-menu {
    width: 60%;
    margin: 50px auto 0;
     padding-right: 65px;
}
ul#main-menu.nav {
    display: block;
}
ul#main-menu li {
    padding-bottom: 15px;
	display:table;
}
ul#main-menu li a:hover {
    padding-left: 35px;
	color:#e0c478;
	font-weight:600;
}
ul#main-menu .menu-item-has-children .dropdown-menu {
    position: static !important;
    transform: none !important;
    border: 0;
	    width: 100% !important;
    background-color: transparent !important;
	    padding-left: 35px;
}
ul#main-menu li:last-child {
    margin-bottom: 0;
}

.menu-item-has-children {
    padding-left: 0px !important;
	transition:all 0.5s;
}
ul#main-menu .dropdown-toggle::after
{
	display:none;
}
ul#main-menu .menu-item-has-children.show>a {
    color: #e0c478 !important;
}
ul#main-menu li#menu-item-358 ul li {
    width: 32.3%;
    display: inline-block;
}
ul#main-menu li#menu-item-578 ul li {
    width: 29.3%;
    display: inline-block;
}
/* ul#main-menu .menu-item-has-children.show {
    padding-left: 20px !important;
} */
.dropdown-item.active, .dropdown-item:active {
    background-color: transparent !important;
}
ul#main-menu .menu-item-has-children .dropdown-menu li:hover a {
    background-color: transparent;
}
ul#main-menu .menu-item-has-children .dropdown-menu li {
    background: transparent;
}
ul#main-menu li a:before {
    position:absolute;
	content:'';
	background-image:url(../img/menu-line.png);
	width:0px;
	height:5px;
	transition:all 0.7s;
	background-size:cover;
	top:43%;
	left:0;
}

ul#main-menu li a:hover:before {
	width:25px;
}

div#wrapper-navbar:after {
    position: absolute;
    content: '';
    left: 0;
    height: 8px;
    bottom: 0;
    right: 0;
    width: 100%;
    background-image: url(../img/gold-border.png);

	top:112px;
	    z-index: -1;
}
div#wrapper-navbar {
    position: fixed;
	z-index:999;
	min-height: 120px;
    width: 100%;
	background-color: #fff;
}
.header-gap {
    height: 120px;
} 
.home .header-gap {
    height: 75px;
}
.main-sld
{
	position:fixed;
	
}

.main-sld:after {
    position: absolute;
    content: '';
    left: 0;
    height: 8px;
    bottom: 0;
    right: 0;
    width: 100%;
    background-image: url(../img/gold-border.png);
    display:none;
}

.shadow-bdr a    {
    position: relative !important;
}

.shadow-bdr a > div:after {
    position: absolute !important;
    content: '' !important;
    background-image: url(../img/sdo.png);
    width: 100%;
    height: 100%;
    top: 12px;
    right: 0;
    left: 0;
    bottom: 0;
    padding: 0;
    background-size: 100% 100%;
    z-index: -1;
	opacity:0;
}
.shadow-bdr a:hover > div:after
{
	opacity:1;
}
div#nf-field-6290-wrap .nf-field-element , div#nf-field-18-wrap .nf-field-element {
    display: inline-block;
    width: auto;
    margin: 0 auto;
	position:relative;
	z-index:11;
}
div#nf-field-6290-wrap .nf-field-element:after , div#nf-field-18-wrap .nf-field-element:after {
     position: absolute !important;
    content: '' !important;
    background-image: url(../img/sdo.png);
    width: 100%;
    height: 100%;
    top: 11px;
    right: 0;
    left: 0;
    bottom: 0;
    padding: 0;
    background-size: 100% 100%;
	opacity:0;
}
div#nf-field-6290-wrap .nf-field-element:hover::after , div#nf-field-18-wrap .nf-field-element:hover::after
{
	opacity:1;
}
nav.navbar {
    padding: 0;
}
a.navbar-brand.custom-logo-link {
    margin: 0;
	    padding-top: 0;
}
.main-logo{
    margin: 0;
    padding: 0;
    position: absolute;
    display: flex;
    align-items: center;
    width: 30%;
    justify-content: center;
    left: 50%;
    transform: translateX(-50.2%);
}
.navbar>.container, .navbar>.container-fluid {
    align-items: flex-start !important;
}
.right-social {
    margin-top: 35px;
	display: flex;
	
    align-items: center;
}

.sld-p p , .sld-p a {
    font-family: 'Quicksand' !important;
}
.taggline {
    margin-top: 52px !important;  
	max-width:85% !important;
}
/****************Home page********************/
body{
	font-family: "Quicksand" !important;
}
ul.header-social {
    display: flex;
    margin: 0;
}
.left-contact {
    margin: 35px 0 0;
	z-index: 123;
	    padding-left: 20px;
}
.header-social li a {
    border: 3px solid #dfc478;
    display: inline-block;
    position: relative;
    width: 45px;
    height: 45px;
    transition: 0.5s ease-in-out;
}
.header-social li a:hover .ghover {
    position: relative;
    top: -10px;

}
.ft-logo-text ul li a:hover .ghover {
    position: relative;
    top: -12px;
    transition: 0.5s ease-in-out;
}
.right-social ul li .ghover {
    width: auto;
}
.ghover {
    position:relative; 
    display:block;
	transition: all 0.5s;
    top: 0;
}
.header-social li a::after {
    background: #fff;
    content: "";
    height: 5px;
    position: absolute;
    width: 3px;
    margin: 0 auto;
    left: 0;
    right: 0;
    bottom: -5px;
}
.left-contact ul li {
    margin-right: 18px;
}
.right-social ul li {
    margin-left: 18px;
}

.header-social li a::before {
    background: #fff;
    content: "";
    height: 5px;
    position: absolute;
    width: 3px;
    margin: 0 auto;
    left: 0;
    right: 0;
    top: -5px;
}
/* .header-social li a:hover img {
    position: absolute !important;
    top: -20px !important;
} */
.right-social ul li a {
    font-size: 36px;
    text-align: center;
    color: #000;
    line-height: 40px;
}
.right-social ul.header-social {
    margin-right: 30px;
}

#s-logo {
   position: absolute;
    top: 0;
	transition:all 1s;
	opacity:0;
	max-width: 196px;
}

.darkHeader #s-logo {
	    max-width: 105px;
	opacity:1;
}
 #l-logo
{
	opacity:1;
	transition:all 1s;
	    height: 100%;
	
}
.darkHeader #l-logo
{
	opacity: 0;
    height: 0;
    overflow: hidden;
}
section.we-offer {
    background: #efefef;
	position: relative;
}

.title-section {
    background-image: url("https://drkaga.com/wp-content/uploads/2019/04/title-bck.jpg");
    background-repeat: no-repeat;
    padding: 10px 0;
    text-align: center;
    position: relative;
}

.title {
    font-size: 35px;
}

.we-offer-main {
    display: flex;
    align-items: flex-end;
}
.we-offer-section .container {
    max-width: 100%;
    padding: 0 100px;
}
.we-offer-img {
	padding-top: 32px;
	padding-left: 32px; 

}

.we-offer-vid {
    padding: 0 35px;
}
.we-offer-vid p {
    margin: 0px 0 25px;
    font-size: 18px;
	text-align:center;
}
.kaga-video video {
    background-image: url(../img/grd-border.png);
    padding: 3px;
    background-size: 100% 100%;
    background-repeat: no-repeat;
	width: 100%;
	padding: 3px 2px 2px 3px;
	cursor:pointer;
}
.kaga-video video[poster] {
    object-fit: cover;
}

.title-section::after {
    position: absolute;
    content: '';
    left: 0;
    height: 8px;
    bottom: 0;
    right: 0;
    width: 100%;
    background-image: url(../img/gold-border.png);
}
.title-section::before {
    position: absolute;
    content: '';
    left: 0;
    height: 8px;
    top: -1px;
    right: 0;
    width: 100%;
    background-image: url(../img/gold-border.png);
}
section.our_facility {
    background-image: url(https://drkaga.com/wp-content/uploads/2019/04/our-back.jpg);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    padding: 0px 0;
    position: relative;
    overflow: hidden;
}
.facility_inner {
    padding: 0 0 0 0%;
}

.facility_text:before {
    content: '';
    position: absolute;
    background-image: url(https://drkaga.com/wp-content/uploads/2019/04/art-design-1.png);
    width: 100%;
    max-width: 430px;
    height: 100%;
    left: 0;
    top: 0;
    bottom: 0;
    background-size: 100% 100%;
    background-repeat: no-repeat;
	z-index: 1;
}

.image-slider {
    padding: 50px 25px 50px 0px;
	width:56%;
} 
.facility_text {
    position: relative;
	height: 100%;
	width:44%;
	min-height: 434px;
	margin-bottom: 3px;
    margin-top: 2px;
}
.fct-inner {
    padding: 60px 0 60px 30%;
    text-align: center;
}
.title-two {
    font-size: 44px;
    font-weight: 400;
}

.grey-box {
    background: #adadad;
    padding: 15px 0;
    position: relative;
}
.grey-box p {
    color: #fff;
    margin: 0 auto !important;
    max-width: 280px;
    display: block;
    font-size: 18px;
    padding: 0 !important;
}

.image-slider .slick-slide img {
    width: 97%;
}

.facility_text p {
    font-size: 16px;
    margin: 20px 0 0;
    padding: 0 60px;
}

.grey-box::after {
    content: "";
    background: #ebd083;
    height: 2px;
    position: absolute;
    width: 100%;
    left: 0;
    right: 0;
    bottom: 0px;
}

.grey-box::before {
    content: "";
    background: #ebd083;
    height: 2px;
    position: absolute;
    width: 100%;
    left: 0;
    right: 0;
    top: 0px;
}

section.contact_mira {
    padding: 0 0 0 5%;
    position: relative;
    background-color: #fff;
}
.contact-form {
    background: #efefef;
    padding: 30px;
	    min-height: 740px;
		position:relative;
	padding-bottom: 1px;
}
.nf-response-msg p {
    display: flex !important;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    width: 100%;
    height: 100%;
}
.nf-response-msg * {
    font-size: 17px;
    font-family: "Quicksand" !important; 
}
#ninja_forms_required_items, .nf-field-container {
    margin-bottom: 0px !important;
}
.mira-image {
    width: 40%;
    /* height: 100%; */
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center top;
}

.mira-text {
    width: 60%;
    text-align: center;
}

.mira-text p {
    padding: 0 55px;
    font-size: 16px;
    margin: 0 0 24px;
}

.mira-text .grey-box p {
    padding: 0;
    font-size: 29px;
    max-width: 72%;
}

.mira-text h2 {
    font-size: 38px;
    font-weight: 400;
    margin: 0 0 20px;
}

.contact-form h3 {
    text-align: center;
    font-size: 47px;
    font-weight: 400;
    margin: 0 0 15px;
}

.contact-form p {
    text-align: center;
    font-size: 19px;
    max-width: 480px;
    display: block;
    margin: 0 auto 40px;
}

.nf-field-label label {
    font-weight: normal !important;
	 font-size: 19px;
}

.contact-form input, .contact-form textarea {
    background: transparent !important;
    border-top: none !important;
    border-right: none !important;
    border-left: none !important;
    border-bottom: 1px solid #afafaf !important;
    border-radius: 0px !important;
    margin: 0 0 5px;
}

.contact-form textarea {
    height: 50px !important;
    resize: none;
}

.contact-form input:focus, .contact-form textarea:focus {
    box-shadow: none !important;
	outline: 0;
}
.contact_mira .nf-response-msg span {
    font-family: "Quicksand" !important;
    font-weight: 400;
    font-size: 16px !important;
	
}
.contact_mira .nf-response-msg  {
	position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50% , -50%);
    width: 100%;
}

.contact-form #nf-field-6290 , #sch-appoint #nf-field-18 {
    margin: 15px auto 0;
    display: block;
    background: #e0c478 !important;
    color: #fff;
    border: none !important;
    text-transform: uppercase;
    padding: 10px 0px !important;
    line-height: normal;
    height: auto;
    font-size: 24px;
    max-width: 242px;
    width: 100%;
	    z-index: 9;
		position:relative;
		min-width: 220px;
}
.contact-form #nf-field-6290:hover , #sch-appoint #nf-field-18:hover{
    background: #acacac !important;
}

.contact-form #nf-field-6290:focus , #sch-appoint #nf-field-18:focus{
    otline: 0 !important;
}

.footer {
    background: #acacac;
    padding: 20px 0;
	    position: relative;
}

.footer-main {
    display: flex;
	    padding-bottom: 62px;
}


.footer-inner {
    padding: 0 0 0 2%;
}

.footer-section p {
    color: #fff;
    font-size: 18px;
}

ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.h3 {
    font-size: 29px;
    color: #fff;
}

.footer-section h3 {
    font-size: 29px;
    color: #fff;
}
.footer-section h4 {
    color: #fff;
    font-size: 18px;
    margin: 0 0 5px;
}

.footer-section ul {
    margin: 0 0 5px 15px;
}

.footer-section ul a {
    color: #fff;
    font-size: 14px;
}

.ft-logo-text ul {
    margin: 25px 0 15px;
    display: inline-block;
}
.lgr-menu li {
    list-style: none;
}
.lgr-menu .widget_nav_menu {
    width: 33.3%;
}
.lgr-menu li.menu-item-has-children .sub-menu a {
    font-size: 14px !important;
}
.lgr-menu li a {
    font-size: 16px;
}
.detail {
    display: flex;
}

.lgl-menu .footer-section {
    width: 28%;
    margin-left: 5%;
}
.icon {
    width: 40px;
}

.icon img {
    width: 100%;
}

.detail span {
    width: 86%;
    display: inline-block;
    margin: 0 0 0 5px;
    color: #fff;
    font-size: 16px;
}

.days li {
    color: #fff;
    font-size: 18px;
}

ul.days {
    margin: 0 0 0 5px;
}

.ft-logo-text li {
    display: inline-block;
    border: 3px solid #e0c378;
    margin: 0 10px;
	position:relative;
}

.ft-logo-text li a {
    font-size: 36px;
    text-align: center;
    color: #fff;
    line-height: 45px;
    width: 45px;
    height: 45px;
    display: inline-block;
	position:relative;
}
.ft-logo-text li a::before {
    background: #acacac;
    content: "";
    height: 5px;
    position: absolute;
    width: 1px;
    margin: 0 auto;
    left: 0;
    right: 0;
    top: -5px;
}
.ft-logo-text li a::after {
    background: #acacac;
    content: "";
    height: 5px;
    position: absolute;
    width: 1px;
    margin: 0 auto;
    left: 0;
    right: 0;
    bottom: -5px;
}
.footer-menu ul li a:hover {
    text-decoration: none;
}
.og-3 ul li ul li a {
    font-weight: 400;
}
.og-3 ul li a {
    font-weight: 600;
}
#menu-footer-menu {
    margin: 0;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    background: #e0c478;
    align-items: center;
    position: relative;
       padding: 6px 0;
}

#main-menu-ftr .dropdown-menu li a {
    color: #e0c478 !important;
    background-color: #fff !important;
	    margin: 5px 0;
		min-height: auto;
}
#main-menu-ftr .dropdown-menu li {
    width: 100% !important;
    border: 0 !important;
    background-color: #fff !important;
    background-color: #fff !important;
}
#main-menu-ftr .dropdown-menu.show {
    display: block;
    background-color: #fff !important;
    width: 100% !important;
margin:0;
    padding: 0;
    border: 0;
    border-top: 2px solid #e0c478;
    border-radius: 0 !important;
	    left: -4px !important;
}

#main-menu-ftr li {
    text-align: center;
    width: 100%;
    border-right: 2px solid #fff;
    background-color: #e0c478;
    display: flex;
    align-items: center;
}
#main-menu-ftr .menu-item-has-children a:after 
{
	display:none;
}
ul#main-menu-ftr {
    flex-wrap: nowrap !important;
}

.footer-menu ul li a {
    color: #fff;
    background: #e0c478;
    display: inline-block;
    font-size: 18px;
    padding: 4px 10px;
    width: 100%;
    margin: 0 auto;
    float: none;
	line-height: normal;
	min-height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
	white-space:normal;
}
.footer-menu ul li:hover a {
    background: #acacac;
}

/**************popup**********************/
.modal {
  display: none; /* Hidden by default */
  position: fixed; /* Stay in place */
  z-index: 1; /* Sit on top */
  padding-top: 100px; /* Location of the box */
  left: 0;
  top: 0;
  width: 100%; /* Full width */
  height: 100%; /* Full height */
  overflow: auto; /* Enable scroll if needed */
  background-color: rgb(0,0,0); /* Fallback color */
  background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
}

/* Modal Content */
.modal-content {
  background-color: #fefefe;
  margin: auto;
  padding: 20px;
  border: 1px solid #888;
  width: 80%;
}

/* The Close Button */
.close {
  color: #aaaaaa;
  float: right;
  font-size: 28px;
  font-weight: bold;
}

.close:hover,
.close:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer;
}


.about-slide .slick-prev:before {
    content: "<";
    font-family: 'Quicksand';
    font-size: 40px;
    color: #909594;
    font-weight: 500;
}
.about-slide .slick-next:before {
    content: " >";
    font-family: 'Quicksand';
    font-size: 40px;
	color:#909594;
	font-weight:500;
}
.image-slider .slick-next:before {
    content: " >";
    font-family: 'Quicksand';
    font-size: 22px;
	color:#909594;
	font-weight:600;
}
.image-slider .slick-prev:before {
    content: "<";
   font-family: 'Quicksand';
    font-size: 22px;
	color:#909594;
	font-weight:600;
}

.ne-ev .slick-next:before {
    content: " >";
    font-family: 'Quicksand';
    font-size: 30px;
	color:#909594;
	font-weight:500;
}
.ne-ev .slick-prev:before {
    content: "<";
   font-family: 'Quicksand';
    font-size: 30px;
	color:#909594;
	font-weight:500;
}

.image-slider .slick-next{
   right:-8px;
}
.footer-menu {
    position: fixed;
    border: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
	    z-index: 99;
}
.center-ftr-logo {
    margin-top: -10px;
}
/*******************About page************************/
.about-testimonial {
    padding: 84px 30px;
}
.about-heading {
    background-image: url(https://drkaga.com/wp-content/uploads/2019/04/our-back.jpg);
    padding: 86px 0;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
}
.about-heading::after {
    position: absolute;
    content: '';
    left: 0;
    height: 8px;
    bottom: 0;
    right: 0;
    width: 100%;
    background-image: url(../img/gold-border.png);
}

.about-heading h2 {
    font-size: 38px;
    font-weight: 700;
    padding-left: 15%;
}
.about-img {
    background-image: url(https://drkaga.com/wp-content/uploads/2019/04/mira.jpg);
    background-repeat: no-repeat;
    background-size: cover;
}

.about-text p {
    font-size: 18px;
    margin-bottom: 50px;
    line-height: 34px;
}

.about-text {
    padding: 140px 70px;
}
.overlay-about {
    position: absolute;
    right: 0;
    top: -224px;
    width: 100%;
    max-width: 632px;
}

.about-content {
    position: relative;
    z-index: 0;
}

.about-content .col-lg-12.col-xl-9 {
    position: unset;
}
.overlay-about img {
    width: 100%;
}
.about-content::after {
    position: absolute;
    content: '';
    left: 0;
    height: 8px;
    bottom: -9px;
    right: 0;
    width: 100%;
    background-image: url(../img/gold-border.png);
}
.about-slide .slick-slide {
    margin: 0 7px !important;
}
.about-slide .slick-prev {
    left: -25px !important;
}
.ouerlay-text p {
    font-size: 25px;
    font-weight: 700;
    position: absolute;
    width: 100%;
    max-width: 440px;
    text-align: center;
    top: 184px;
    right: 15px;
}
.pg-heading {
    min-height: 210px;
    display: flex;
    align-items: center;
    position: relative;
    background-image: url(../img/m-bg.png);
    background-size: cover;
}
.pg-heading:after {
    position: absolute;
    content: '';
    left: 0;
    height: 8px;
    bottom: -1px;
    right: 0;
    width: 100%;
    background-image: url(../img/gold-border.png);

}
.marble
{
	position:relative;
}
section.marble:after {
    position: absolute;
    content: '';
    max-width:32%;
    right: 0;
    top: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background-image: url(../img/marble-right.png);
	background-size:cover;
}
.left-mk-team img {
    width: 100%;
}
.left-mk-team {
    max-width: 84%;
	width: 100%;
}
.pg-heading h2 {
    font-weight: 600;
    font-size: 35px;
	width:45%;
	text-align:center;
}

section.marble:before {
	    position: absolute;
    content: '';
    left: 0;
    height: 8px;
    bottom: -1px;
    right: 0;
    width: 100%;
    background-image: url(../img/gold-border.png);
	    z-index: 1;
}
.members-content h3 {
    font-size: 18px;
    text-align: center;
    width: 100%;
    margin-bottom: 5px;
}
.members-content h5 {
    display: block;
    text-align: center;
    font-size: 15px;
    width: 100%;
	 margin-bottom: 20px;
}
.members-content p {
    font-size: 14px;
}
.members-content {
    width: 50%;
    padding: 20px;
    padding-right: 0;
}
.members-image {
    width: 50%;
}
section.staff-mewmbers .container {
    max-width: 1300px;
}
.members-image img {
    width: 100%;
    /* box-shadow: 10px 8px 11px -2px #ccc; */
}
.members-image {
    width: 50%;
    box-shadow: 10px 8px 11px -2px #ededed;
}
section.staff-mewmbers {
    margin: 70px 0px 20px; 
}
.members-inner {
    margin-bottom: 50px;
}
section.marble.tmt {
    min-height: 82vh;
    height: 100%;
} 
.tmt .left-mk-team {
	height: 67vh;
    background-position: center right;
    background-repeat: no-repeat;
    background-size: contain;
}
.tmt .left-mk-team .container {
    height: 100%;
}
.tmt .left-mk-team p {
    max-width: 500px;
    font-size: 18px;
    font-weight: 500;
    display: flex;
    align-items: center;
    height: 100%;
}
.right-trt-menu li a {
    font-size: 18px;
    color: #000;
    font-weight: 500;
	    position: relative;
    transition: all 0.7s;
}
.right-trt-menu li a:hover {
    padding-left: 35px;
    color: #e0c478;
    font-weight: 600;
	text-decoration:none;
}
.right-trt-menu li a:hover:before {
    width: 25px;
}
.right-trt-menu li a:before {
    position: absolute;
    content: '';
    background-image: url(../img/menu-line.png);
    width: 0px;
    height: 5px;
    transition: all 0.7s;
    background-size: cover;
    top: 43%;
    left: 0;
}


.right-trt-menu li {
    margin-bottom: 25px;
}
.right-trt-menu {
    position: absolute;
    z-index: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 15%;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
	overflow-X: hidden;
}
#main-menu-ftr li:last-child {
    border-right: 0;
}

section.marble.skin-cel:after {
    max-width: 47%;
    background-image: url(../img/marble-right-lines.png);
}

section.marble.skin-cel .left-mk-team 
{
	overflow:hidden;
}
section.marble.skin-cel .left-mk-team video {
    width: 87%;
    object-fit: cover;
    max-height: 641px;
    height: 100%;
}
section.marble.skin-cel .left-mk-team video:focus {
    outline: 0 !important;
}
.right-skin-text p {
    font-size: 24px;
    font-weight: 500;
}
.tp-tabs button.slick-arrow:hover {
    background-color: transparent !important;
}

.right-skin-text {
    width: 21%;
    position: absolute;
    right: 0;
    z-index: 1;
    margin-top: 40px;
}

.skin-cel .right-skin-text {

    display: flex;
    height: 100%;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    top: 0;
    bottom: 0;
	    margin-top: 0;
		width:24%;
		margin-right:30px;
		
}

.tp-tabs li:last-child a {
    border-right: 0;
}
.tp-tabs li a {
    padding: 14px;
    border-bottom: 2px solid #adadad !important;
    border-radius: 0 !important;
    color: #000 !important;
    font-weight: 500;
    border-right: 2px solid #adadad;
	transition:all 0.5s;
	   font-size: 24px;
}
.tp-tabs li a:hover
{
	    border-color: #e0c478 !important;
	background-color:#e0c478 !important;
	color:#fff !important;
}

.tp-tabs li a.active {
    border-radius: 0 !important;
    background-color: #adadad !important;
    color: #fff !important;
}
.tp-tabs li a.active:hover {
    border-color: #adadad !important;
}
.tp-tabs .tab-content {
    max-width: 95%;
    margin: 15px auto 40px;
}

.tp-tabs li:last-child a , .tp-tabs li:nth-child(2) a {
    position: relative;
}
.tp-tabs li:last-child a:hover:before , .tp-tabs li:nth-child(2) a:hover:before {
     opacity: 1;
}
.tp-tabs li:last-child a:before , .tp-tabs li:nth-child(2) a:before {
    position: absolute;
    content: '';
    left: -2px;
    height: 103%;
    width: 2px;
    background-color: #e0c478;
    top: 0px;
    opacity: 0;
	transition:all 0.5s;
}
.tp-tabs li:hover a.active:before
{
	display:none;
}
.tp-slider-image img {
    margin: 0 auto;

}
.tp-slider-image {
    min-height: 420px;
    text-align: center;
}
.page-template-skincare .tp-slider-image {
    display: flex;
    align-items: flex-end;
    display: -webkit-flex;
}

.tp-tabs-slider-inner a {
    background-color: #e0c478;
    text-decoration: none;
    text-transform: uppercase;
    color: #fff;
    padding: 3px 0px;
    display: inline-block;
    margin: 10px;
    width: 100%;
	position:relative;
    max-width: 155px;
}
.tp-tabs-slider-inner {
    text-align: center;
	    position: relative;
    z-index: 1;
}
.tp-tabs-slider-inner a:after

{
	
}

.tp-tabs-slider-inner a:after {
    position: absolute !important;
    content: '' !important;
    background-image: url(../img/sdo.png);
    width: 100%;
    height: 100%;
    top: 9px;
    right: 0;
    left: 0;
    bottom: 0;
    padding: 0;
    background-size: 100% 100%;
    z-index: -1;
	opacity:0;
}
.tp-tabs-slider-inner a:hover:after
{
	opacity:1;
}
.tp-tabs-slider-inner a:focus
{
	outline:0;
}


.tp-tabs-slider-inner a:hover
{
	color:#fff;
	text-decoration:none;
	 background-color: #acacac;
}
.tp-tabs-inner p {
    font-size: 18px;
	max-width: 77%;
	font-weight:400;
		
}
.tp-tabs-inner h5 {
    font-size: 25px;
    margin-bottom: 21px;
}

.tp-tabs-slider .slick-prev:before {
    content: "<";
    font-family: 'Quicksand';
    font-size: 40px;
    color: #909594;
    font-weight: 500;
	color: #adadad;
}
.tp-tabs-slider .slick-next:before {
    content: " >";
    font-family: 'Quicksand';
    font-size: 40px;
	color:#909594;
	font-weight:500;
	color: #adadad;
}
/* #main-menu .menu-item-has-children:hover ul {
    display: block !important;
} */
#main-menu-ftr .menu-item-has-children:hover ul {
    display: block !important;
    width: 100%;
    margin: 0;
    border: 0;
    border-radius: 0;
    border-top: 2px solid #e0c478;
}
.gallery-image {
    max-width: 42%;
}
.right-gallery-slider {
    position: static;
    right: 0;
    max-width: 100%;
    margin-right: 0;
    z-index: 9;
    top: 0;
    bottom: 0;
}
.left-mk-team.gal-mk {
    width: 100%;
    position: relative;
    z-index: 1;
	    max-width: 100%;
}
.gal-slider-text {
    width:40%;
	    padding-right: 50px;
}
.gallery-image-slider {
    width: 58%;
}
.right-gallery-slider p {
    font-size: 18px;
}
.right-gallery-slider h2 {
    font-size: 35px;
	font-weight:600;
}
.gal-slider .slick-prev:before {
    content: "<";
    font-family: 'Quicksand';
    font-size: 40px;
    color: #909594;
    font-weight: 500;
	color: #adadad;
}
.gal-slider .slick-next:before {
    content: " >";
    font-family: 'Quicksand';
    font-size: 40px;
	color:#909594;
	font-weight:500;
	color: #adadad;
}
.gal-slider .slick-next, .gal-slider .slick-prev {
    height: 50px;
}
.gal-slider .slick-track{
	display: flex;
}
	
/* .gal-slider	.slick-slide{
		display: flex;
		height: auto;
		align-items: center; 
		justify-content: center; 
	} */

.bf-af {
    width: 42%;
	height: 100%;
}
.twenty20 {
    margin-bottom: 0 !important;
}
.single-trt-content p {
    font-size: 18px;
    font-weight: 400;
}
.single-trt-content {
    width: 30%;
    margin-left: 12%;
} 
 


.fa-plus.set-plus{  
    color: #e0c478 !important;
	 
    font-size: 24px;
}

.fa-plus.set-minus{  
    color: #000 !important;
	 
    font-size: 24px;
}

.card {
	border: 0 !important;
}
.trt-inner-tabs .card-body p {
    max-width: 91%;
    text-align: left;
    color: #000;
}
.card-body {
	padding: 0 !important;

}
.card-header {
	background-color: transparent !important;
	padding: 5px 0 !important;
	position: relative !important;
	border: 0 !important;
}
.accordion button {
    font-size: 18px;
    color: #000 !important;
    text-align: left;
    padding-left: 0 !important;
    font-weight: 400;
}
.accordion button i {
    vertical-align: middle;
    top: 3px;
    margin-right: 10px;
    position: relative;
    display: inline;
}
.accordion button:focus
{
	outline:0px !important;
	box-shadow:none !important;
}

.card p {
	color: #808080;
/*     font-family: 'Metropolis'; */
	margin-bottom: 0; font-weight:400;
}
section.faq-main {
	margin-top: 55px;
}
.accordion>.card .card-header {
	margin-bottom: 0 !important;
}

.trt-inner-tabs p {
    margin: 0 auto;
    text-align: center;
    max-width: 45%;
    margin-top: 15px;
}
.trt-inner-tabs {
    margin: 30px 0 70px;
}
.ne-ev h5 {
    text-align: center;
    margin: 10px 0 50px;
    font-weight: 600;
}
.article-nsg .content p {
    font-weight: normal;
}
.article-nsg .content p strong {
    display: block;
    font-weight: 500;
}
.article-nsg .content p {
    max-width: 100%;
}
.article-nsg .image {
    width: 100%;
}
.article-nsg .content {
    width: 100%;
}
.page-template-skincare .tp-tabs .slick-next, .slick-prev
{
	height:40px;
}
.outer-ww {
    width: 73.8%;
}

.page-template-gallery section.marble.skin-cel:after {
    max-width: 34%;
    background-image: url(../img/marble-right-lines.png);
}

.article-nsg .image img {
    width: auto;
    height: -webkit-fill-available;
	    margin: 0 auto;
}

.article-nsg .image {
    width: 100%;
    max-height: 392px;
    margin-bottom: 31px;
}
.bg-ro
{
	background-color:#f7f7f7;
}
.ne-ev .tp-tabs .tab-content {
    width: 100%;
    max-width: 100%;
}
.ne-ev .tp-tabs .tab-content .row {
    padding: 10px 50px;
}
.article-nsg .content a {
    max-width: 165px;
}
.events p {
    font-weight: 400;
    color: #000;
    text-align: center;
    max-width: 100%;
}
.ne-ev .tp-slider-image img {
    height: auto;
}

.ne-ev .tp-slider-image
{
	min-height:100%;
}
.abt-image {
    width: 39%;
    height: auto;
    background-size: cover;
    background-position: center top;
    min-height: 784px;
}
.abt-text p {
    font-size: 18px;
    margin: 18px 0;
	    line-height: 35px;
}
.abt-text {
    width: 37%;
    padding: 36px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    flex-direction: column;
	padding-left: 60px;
}

.abt--corner-txt p {
    font-size: 20px;
    font-weight: 500;
    text-align: center;
}
.abt--corner-txt {
    position: absolute;
    z-index: 1;
    max-width: 293px;
    right: 3vw;
}
.left-mk-team.abt-mk
{
	position:relative;
	max-width:100%;
}

.pg-heading .container {
    max-width: 100%;
}
.about-slide img {
    width: 100%;
}
.abt-var-sld.d-flex {
    margin-right: 30px;
}
.right-gallery-slider .slick-prev {
    left: 10px;
    z-index: 1;
}
.right-gallery-slider .slick-next {
    right: 10px;
}
.gallery-image-slider .bf-af {
    max-width: 100%;
    min-width: 61%;
	    border-left: 3px solid #fff;
	
}
.slick-current .gallery-image-slider .bf-af .twenty20 {
    margin-left: -3px;
}
.kaga-video video:focus {
    box-shadow: none !important;
    outline: 0 !important;
}
.nf-form-fields-required {
    display: none;
}
#main-menu-ftr .dropdown-menu li a:hover {
    color: #adadad !important;
}
.ninja-box p {
    max-width: 100%;
}
.ninja-box {
    width: 42%;
}
.ninja-box .contact-form {
    min-height: 700px;
}
.ninja-box div#nf-field-6290-wrap {
    margin-top: 35px;
}
.ninja-address {
    width: 24%;
    margin: 0 auto;
}
.ic {
    margin-right: 2%;
}
.ic img {
    max-width: 32px;
}
.ic-content p, .ic-content a {
    color: #000;
    font-size: 20px;
}
.field-outer {
    margin: 11px 0px;
} 
.right-trt-menu ul {
    width: 100%;
	    margin-bottom: 0;
}
.right-trt-menu li:last-child {
    margin-bottom: 0;
}
.sld-p.sub-hd p {
    font-size: 29px !important;
}
.sld-p.some-left {
    max-width: 100vw !important;
    width: 100vw !important;
    margin-left: -50px !important;
}
.itr-list {
    text-align: left;
    padding-left: 35px;
    font-size: 19px !important;
}
.ms {
    display: none;
}
.tp-tabs-slider .slick-prev {
    left: -25px;
}
.tp-tabs-slider .slick-next {
    right: -10px;
}
.left-contact.ms button span.v-oppo {
    transform: rotate(-180deg);
}
.hide-extra-char {
    visibility: hidden;
    font-size: 10px !important;
}
.mob-girl {
    display: none;
}
.detail.dctec {
    margin-bottom: 30px;
	align-items: center;
}
.footer-section .detail a:hover {
    text-decoration: none !important;
}
.footer-section .detail a {
    color: #fff !important;
}
.product-description {
        padding: 70px 45px;
}
.pr-left-sec {
    width: 30%;
	text-align: center;
}
.pr-right-sec {
    width: 65%;
}
.proc-dec-modal-outer .modal-video-body {
    max-width: 800px;
    background-color: #fff;
}
.pr-right-sec h2 {
    text-align: center;
}
.cin .collapsing
{
	transition:none !important;
}
.pr-right-sec p {
    max-width: 100%;
	font-size: 18px;
	font-weight: normal;
}
.dctec-last {
    align-items: center;
}
.members-content.no-image {
    margin-left: auto;
    margin-right: auto;
}
.right-gallery-slider .slick-next, .right-gallery-slider .slick-prev{
	height:40px;
}
.outer-ww button.slick-prev {
    left: 46%;
}
.cosmetic-image {
    width: 24%;
}
.single-trt-content.cos-content {
    width: 42%;
}
.cosmetic-inner-tab {
    max-width: 898px;
    margin: 0 auto 15px;
    width: 100%;
}
.cosmetic-inner-tab .lft ul li ul li:before {
    position: absolute;
    content: '.';
    top: 0;
    font-size: 37px;
    line-height: 4px;
    left: 0;
}
.cosmetic-inner-tab .lft ul li ul li {
    margin-bottom: 0;
    position: relative;
    padding-left: 14px;
    margin: 4px 0;
}
.cosmetic-inner-tab .lft ul li ul {
    padding-left: 20px;
    margin: 1px 0 0;
}
.cosmetic-inner-tab .lft ul li {
    margin-bottom: 0px;
    font-weight: 500;
    font-size: 18px;
}
.cosmetic-inner-tab .lft {
    padding-left: 30px;
}
.outer-ww .gal-slider-text {
    left: -8%;
    position: relative;
    padding-right: 0;
    width: 42%;
}
.single-treatment .bf-af {
    max-width: 25%;
}
ul#main-menu .menu-item-has-children .dropdown-menu li:last-child {
    padding-bottom: 0;
}
section.tp-tabs ul.ppopup-list li:before {
    position: absolute;
    content: '.';
    left: 0;
    top: 0px;
    font-size: 42px;
    line-height: 0;
    font-family: lato;
}
section.tp-tabs ul.ppopup-list li {
    font-size: 18px;
    position: relative;
    padding-left: 15px;
	width:100% !important;
}
ul#main-menu-ftr li.menu-item-has-children.show ul.dropdown-menu {
    display: none !important;
}


/* No content menues , hide for now */
li#menu-item-790 , .menu-item-790 ,
li#menu-item-272 , .menu-item-272 ,
li#menu-item-282 , .menu-item-282 ,
li#menu-item-308 , .menu-item-308 ,
li#menu-item-317 , .menu-item-317 ,
li#menu-item-316 , .menu-item-316 ,
li#menu-item-315 , .menu-item-315 ,
li#menu-item-320 , .menu-item-320 ,
li#menu-item-337 , .menu-item-337 ,
li#menu-item-336 , .menu-item-336 ,
li#menu-item-351 , .menu-item-351 ,
li#menu-item-487 , .menu-item-487 

{
    display: none !important;
}
p.powered-by a:hover {
    text-decoration: none;
}

p.powered-by a {
    color: #fff;
}
p.powered-by {
    text-align: center;
    color: #fff;
    font-size: 14px;
}


section.op-outer {
    padding: 35px 0px;
}
.dn-load a:hover {
    text-decoration: none;
    color:#fff;
}

.dn-load a {
    color: #fff;
    text-transform: uppercase;
    background-color: #e0c478 ;
    padding: 7px 23px;
    max-width: 233px;
    width: 100%;
    display: inline-block;
    text-align: center;
    font-size: 20px;
    margin: 25px 0 22px;
	position:relative;
}

.pol-group p {
    margin-bottom: 22px;
}
.dn-load a:after {
    position: absolute !important;
    content: '' !important;
    background-image: url(../img/sdo.png);
    width: 100%;
    height: 100%;
    top: 12px;
    right: 0;
    left: 0;
    bottom: 0;
    padding: 0;
    background-size: 100% 100%;
    z-index: -1;
    opacity: 0;
}
.dn-load a:hover:after {
    opacity: 1;
}
.dn-load a:hover
{
 background-color: #adadad;
}
 
 /*******************Consent forms page************************/
.manualyy-section a {
    color: #fff;
    text-transform: uppercase;
    background-color: #e0c478;
    padding: 7px 23px;
    max-width: 233px;
    width: 100%;
    display: inline-block;
    text-align: center;
    font-size: 20px;
    margin: 0;
    position: relative;
} 

.manualyy-section a:hover:after {
    opacity: 1;
}
.manualyy-section a:after {
    position: absolute !important;
    content: '' !important;
    background-image: url(../img/sdo.png);
    width: 100%;
    height: 100%;
    top: 12px;
    right: 0;
    left: 0;
    bottom: 0;
    padding: 0;
    background-size: 100% 100%;
    z-index: -1;
    opacity: 0;
}
.manualyy-section a:hover {
    background-color: #adadad;
	color:#fff;
	text-decoration:none;
}
 
 .big-frm input:focus
 {
	 outline:0;
	 box-shadow:none;
 }
 
 .big-frm p {
    font-size: 16px;
    max-width: 100%;
    font-weight: 500;
	    color: #000 !important;
}

.big-frm label {
    font-size: 16px;
    font-weight: 500 !important;
    color: #000;
	    margin-top: 15px !important;
}
.big-frm span.ninja-forms-req-symbol
{
 color: #000;	
}
.manualyy-section {
    margin: 20px 0 10px;
}






.big-form-main h4 {
    font-size: 23px;
    font-weight: 500;
    color: #000;
    border-bottom: 2px solid #000;
    margin-top: 23px;
    margin-bottom: 0px;
}
.half-ele input {
    padding: 6px;
    border: 1px solid #000;
}
.cal-ico .datepicker {
    background-image: url(../img/cal-ico.png);
    background-position: 2% center;
    background-repeat: no-repeat;
}

.cs-radio ul {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}
.cs-radio ul li label {
    margin: 0 !important;
    display: flex !important;
    align-items: center !important;
    margin-right: 12px !important;
}
.cs-radio ul li label:before {
    position: absolute;
    content: '';
    width: 11px;
    height: 11px;
    box-shadow: 0px 0px 0px 2px #000;
    left: 2px;
    top: 6px;
    border-radius: 100%; 
}

.cs-radio ul li {
    position: relative;
}
.cs-radio ul li input {
    opacity: 0;
}
.cs-radio ul li input[type="radio"]:checked + label:before , .cs-radio ul li input[type="checkbox"]:checked + label:before {
    border: 2px solid white;
    background-color: #000;
}
.cal-ico.ci-left .datepicker {
    background-position: 2% center;
}
.cs-radio.mst ul li {
    width: 50%;
}
.spacing-m {
    height: 22px;
}
.small-date .pikaday__container:after {
    position: absolute;
    content: '';
    width: 88%;
    height: 100%;
    right: 0px;
	border:1px solid #000;
	left:0;
}
.small-date .pikaday__container {
    position: relative;
    max-width: 210px;
}
.small-date .pikaday__container input {
    border: 0;
	    z-index: 99;
}
.cs-radio.tripple ul li {
    width: 33.33%;
}
.txtarea textarea {
    max-height: 95px;
    height: 500px;
    resize: none;
    border: 1px solid #000;
    padding: 6px;
    color: #000;
}
.right-line-text {
    position: relative;
    margin: 18px 0 12px;
}

.right-line-text:after {
    top: 50%;
    position: absolute;
    width: 100%;
    height: 2px;
    background-color: #000;
    right: 0;
    content: '';
    transform: translateY(-50%);
}
.right-line-text h5 {
    position: relative;
    display: inline-block;
    background-color: #fff;
    margin: 0;
    z-index: 1;
    padding-right: 13px;
    font-size: 16px;
    font-weight: 600;
}
.single-line-radio .nf-field-label {
    width: 50%;
}
.single-line-radio .nf-field-element {
    width: auto !important;
    margin-top: 15px !important;
}
.single-line-date .nf-field-label {
    margin-left: -10px;
}
.single-line-date .nf-field-element {
    width: 84% !important;
    margin-top: 10px !important;
    margin-left: 20px !important;
} 
.container.big-frm {
    max-width: 1280px !important;
}
 .spacing-s {
    height: 15px;
}

 .spacing-xs {
    height: 8px;
}
.cs-radio.four-time ul li {
    width: 22.2%;
}

.cs-radio.two-times .nf-field-element {
    width: 66.8% !important;
}
.cs-radio.two-times ul li {
    width: 50%;
}
.cs-radio.two-times .nf-field-element {
    margin-top: 0 !important;
}
.cs-radio.two-times .nf-field-label label {
    margin-top: 0 !important;
}
.cs-radio.two-times .nf-field-label {
    width: 33.2%;
    margin-bottom: 0;
}
.preg-field .nf-field-label label {
    margin: 0 !important;
}
.preg-field .nf-field-element {
    width: 66.8% !important;
}
.preg-field .nf-field-label {
    width: 33.2%;
}
.sbl .nf-field-label label {
    margin-top: 3px !important;
}
.period-days {
    margin-top: 47px;
}
.period-days .nf-field-label label {
    margin-top: 7px !important;
    margin-right: 10px !important;
    margin-bottom: 0 !important;
}
.period-days .nf-field-description {
    width: auto !important;
    margin-top: 7px;
    margin-left: 10px;
}
.period-days .nf-field-label {
    order: 1;
    margin-bottom: 0;
}
.period-days .nf-field-element {
    width: 100px !important;
    order: 2;
}
.min-number .nf-field-element {
    width: 100px !important;
    margin-left: 10px !important;
    margin-top: 8px !important;
}
.inline-fielda .nf-field-element {
    width: auto !important;
    margin-top: 10px !important;
    margin-left: 10px !important;
}
.big-form-main textarea {
    border-color: #000;
    resize: none;
}
.center-kaga-info {
    margin: 30px 0;
}
.center-kaga-info p {
    text-align: center;
    margin: 0 0 3px;
    font-weight: 600;
}
.cnt-label ul {
    display: block;
}
.cnt-label .nf-field-label label {
    font-weight: 600 !important;
}
.cnt-label .nf-field-label {
    width: 100%;
    text-align: center;
}
.slight-left {
    padding-left: 30px !important;
}
.block-radio li
{
	width:100% !important;
}
p.lable-type-p {
    margin: 6px 0;
}
.big-form-main  .default-submit .nf-field-element
{
	display:inline-block !important;
	width:auto !important;
	
}

.big-form-main input[type="button"]
{
    margin: 15px 0 0;
    display: block;
    background: #e0c478 !important;
    color: #fff;
    border: none !important;
    text-transform: uppercase;
    padding: 10px 0px !important;
    line-height: normal;
    height: auto;
    font-size: 24px;
    max-width: 242px;
    width: 100%;
    z-index: 9;
    position: relative;
    min-width: 220px;
}


.big-form-main  .default-submit .nf-field-element:after {
    position: absolute !important;
    content: '' !important;
    background-image: url(../img/sdo.png);
    width: 100%;
    height: 100%;
    top: 16px;
    right: 0;
    left: 0;
    bottom: 0;
    padding: 0;
    background-size: 100% 100%;
    opacity: 0;
}
.big-form-main  .default-submit .nf-field-element:hover::after {
    opacity: 1;
}

.big-form-main input[type="button"]:hover {
    background: #acacac !important;
}

/* Assest Medicine */

.ever-had .nf-field-element {
    margin-top: 0 !important;
}

.ever-had .nf-field-label label {
    margin-top: 0 !important;
}
.ever-had .nf-field-label {
    margin: 0 !important;
}
.cs-radio.full-width-radio ul li {
    margin-bottom: 10px !important;
	width:100% !important;
}
.big-size-label .nf-field-label label {
    font-size: 23px;
}
p.big-label-p {
    font-size: 23px;
    margin-bottom: 0;
	    margin-top: 13px;
}
.iko-line .nf-field-label {
    width: 15%;
}
.iko-line .nf-field-element {
    width: 85% !important;
    margin-top: 10px !important;
}
.laser-text li strong {
    display: block;
}
.laser-text li {
    font-size: 16px;
    max-width: 100%;
    font-weight: 500;
    color: #000 !important;
    margin: 0 0 20px;
}
.laser-text p {
    margin: 25px 0;
}
.acknowled {
    margin: 42px auto 0;
}
.acknowled p {
    font-weight: 700 !important;
}
.laser-text ul {
    padding-left: 40px;
    list-style: disc;
}
.laser-text b {
    padding-left: 10px;
    margin-bottom: 8px !important;
    display: block;
}
.small-date-laser .pikaday__container, .small-date-box {
    max-width: 210px;
}
.cal-ico input {
    padding-left: 35px;
}
.cal-ico.small-date-laser input {
    padding-left: 35px;
    background-position: 5% center;
}

.filler-pannel {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin: 70px 0px 100px;
} 
.btn-shadow .nf-field-element::after {
    position: absolute !important;
    content: '' !important;
    background-image: url(https://drkaga.com/wp-content/themes/understrap/img/sdo.png);
    width: 100%;
    height: 100%;
    top: 15px;
    right: 0;
    left: 0;
    bottom: 0;
    padding: 0;
    background-size: 100% 100%;
    z-index: -1;
    opacity: 0;
}

.btn-shadow .nf-field-element{
display:inline-block;
width:auto !important;
}
.btn-shadow .nf-field-element:hover:after {
    opacity: 1;
}
.units-box {margin: 49px 0 0;}

.units-box .nf-field .textbox-wrap {
    width: 100%;
    display: flex;
    align-items: center;
}

.units-box .nf-field-element {
    width: 100%;
    max-width: 168px;
}

.units-box .nf-field-label {
    padding: 0 2% 0 0px;
    margin: 0;
}
.units-box .nf-field-label {
    margin-bottom: 0 !important;
}
.units-box .nf-field-label label {
    margin: 0 !important;
}
.consent-tabs .tab-content .tab-pane {
    overflow: visible;
}

/* Forms new layout */
.n-l-forms h4 {
    background: #909493;
    color: #fff;
    border: none;
    padding: 6px 10px;
}
.n-l-forms .nf-form-content {
    width: 100%;
}
.n-l-forms .five-clm.cs-radio ul li {
    width: 20% !important;
    padding-right: 2% !important;
}
.n-l-forms .half-ele input {
    border: none;
}
/*.n-l-forms .nf-cell {
    border-right: 1px solid #a9a9a9;
}
.n-l-forms .nf-cell:last-child {
    border-right: none;
}
.n-l-forms .nf-row {
    border: 1px solid #a9a9a9;
    border-collapse: collapse;
    display: table-row;
    width: 100%;
}*/
.n-l-forms .nf-cell {
    padding: 0 !important;
}
.b-lft-hide {
    border-left: none !important;
}
.b-tp-hide {
    border-top: none !important;
}
.b-ful {
    border: 1px solid #a9a9a9;
    padding: 0 5px;
        height: 100%;
    
}
.mg-tp .nf-field-element {
    margin-top: 2px !important;
}
.list-half .list-radio-wrap ul li {
    width: 49% !important;
    height: 100%;
    padding: 8px 0 !important;
    border-right: 1px solid #a9a9a9;
    margin: 0 1% 0 0 !important;
}
.list-half .list-radio-wrap ul li:last-child {
    border-right: none !important;
}
.list-half .nf-field-label {
    padding: 0 !important;
}
.list-half .nf-field-element {
    padding: 0 !important;
}
.cs-radio.list-half ul li label:before {
    top: 14px;
}
.single-line-bx .list-radio-wrap {
    display: inline-block !important;
    width: 100%;
}
.single-line-bx .nf-field-label {
    width: auto;
    float: left;
    margin: 0 10px 0 0px !important;
}
.n-l-forms .cs-radio.single-line-bx .nf-field-element {
    float: left;
    width: auto;
}
.li-hg .nf-field {
    height: 100%;
}

.li-hg .list-radio-wrap {
    height: 100%;
}
.remove-bdr .nf-field-label {
    border-right: none !important;
}
/*.started input {
    border-bottom: 1px solid #a9a9a9 !important;
}*/
.started .textbox-wrap {
    flex-direction: row !important;
    flex-flow: row !important;
}
.n-l-forms .Spacing-m {
    display: none !important;
}
.b-rt-hide {
    border-right: none;
}

.grn-list .nf-field-label {
    border-right: 1px solid #a9a9a9;
    margin: 0 1% 0 0px !important;
    width: 65%;
}
.bx-fld input {
    border: 1px solid #000 !important;
}

.bx-fld {
    margin: 0 5px 0 0px;
}
.n-l-forms .cs-radio ul li label:before {
    border-radius: 0%; 
}
.n-l-forms .nf-input-limit {
    margin-top: 0;
}
.grn-list .nf-field-element {
    width: 34% !important;
}
.n-l-forms .list-radio-wrap .nf-field-element li {
    margin-bottom: 0 !important;
}
.n-l-forms .cs-radio .nf-field-label {
    padding: 8px 0;
    margin-top: 0 !important;
}
.n-l-forms .cs-radio .nf-field-element {
    padding: 8px 0;
}
.n-l-forms .nf-field-label label {
    margin-top: 5px !important;
}
.big-frm .n-l-forms label {
    margin-top: 5px !important;
}
.big-frm .n-l-forms li label {
    margin-top: 2px !important;
}
.n-l-forms .five-clm.cs-radio.mr-btm li {
    margin-bottom: 8px !important;
}
.mr-btm .nf-field-label {
    padding: 0 !important;
    margin-bottom: 5px !important;
}
.big-frm .n-l-forms .cs-radio label {
    margin-top: 0px !important;
}
.labl-pad .nf-field-label label {
    margin-top: 0 !important;
}
.labl-pad .nf-field-label {
    margin-bottom: 0 !important;
    padding-bottom: 0 !important;
}
.n-l-forms .skn-spce .nf-field-element li {
    border-top: 1px solid #a9a9a9;
    padding: 7px 7px !important;
}
.cs-radio.skn-spce ul li label:before {
    top: 13px;
    left: 8px;
}
.skn-spce .nf-field-label label {
    padding-left: 7px;
}
.bx-spce {
    margin: 0 10px;
}
.skn-spce {
    padding: 0 !important;
}
.diagnose-center {
    background: #909493;
    float: right;
    width: 100%;
    height: 100%;
    position: relative;
    border-top: 23px solid #fff;
}
.cs-radio.diagnose-center ul li label:before {
    width: 15px;
    height: 15px;
    box-shadow: 0px 0px 0px 2px #fff;
    left: -6px;
    top: 7px;
}
.diagnose-center .nf-field-label {
    display: none;
}
.diagnose-center label {
    color: #fff;
    font-size: 20px;
}
.diagnose-center .field-wrap {
    justify-content: flex-end;
}
.big-form-main.n-l-forms h4 {
    font-size: 22px;
}
.diagnose-center .nf-field-element {
    padding: 3px 0 0 !important;
}
.five-clm .nf-field-element {
    margin-top: 0 !important;
}

/* Forms new layout */
/* Internal Medicine form*/
.lbl-bg .nf-field-element {
    background: #d2d3d5;
}
.lbl-bg {
    padding: 0 !important;
}
.lbl-bg .nf-field-element label {
    padding: 0 6px;
}
.n-l-forms .childhood .nf-field-element {
    padding: 6px 0;
    text-align: right;
}
.childhood .nf-field-label {
    display: none;
}
.n-l-forms .childhood ul li {
    margin: 0 !important;
    width: auto !important;
}
.childhood ul {
    justify-content: flex-end;
}
.childhood {
    background: #d2d3d5;
    height: 100%;
}
.chld-bd .nf-field-label {
    padding: 0 !important;
}

.chld-bd .list-checkbox-wrap .nf-field-element li {border: 1px solid #a9a9a9;margin: 0 !important;padding: 10px !important;border-top: none;border-left: none;}

.chld-bd {
    padding: 0;
}
.six-clm .list-checkbox-wrap ul li {
    padding-right: 0% !important;
    width: 16%;
}

.six-clm .nf-field-label {
    display: none;
}
.chld-bd .nf-field-element {
    padding: 0 !important;
}

.chld-bd .list-checkbox-wrap .nf-field-element li:nth-child(1), .chld-bd .list-checkbox-wrap .nf-field-element li:nth-child(4) {
    border-left: 1px solid #a9a9a9;
}
.cs-radio.chld-bd ul li label:before {
    left: 10px;
    top: 14px !important;
}
.n-l-forms textarea {
    border: none;
}
.b-bt-hide {
    border-bottom: none !important;
}
.n-l-forms .cs-radio.two-times .nf-field-label {
    width: 50%;
}
.n-l-forms .cs-radio.two-times .nf-field-element {
    width: 49% !important;
}
.n-l-forms .cs-radio.two-times ul li {
    width: auto;
}
.n-l-forms .period-days {
    margin-top: 0px;
}
.cs-radio.two-clm ul li label:before {
    left: 11px;
    top: 15px !important;
}
.two-clm .list-radio-wrap .nf-field-element li {
    border: 1px solid #a9a9a9;
    margin: 0 !important;
    padding: 10px !important;
    border-bottom: none;
    border-left: none;
}
.two-clm .nf-field-label {
    display: none;
}
.two-clm {
    padding: 0;
}

.two-clm .nf-field-element {
    padding: 0 !important;
}

.two-clm ul {
    align-items: unset;
}
.two-clm .list-radio-wrap .nf-field-element li:nth-child(2n) {
    border-right: none;
}
.two-clm .list-radio-wrap .nf-field-element li:nth-child(1), .two-clm .list-radio-wrap .nf-field-element li:nth-child(2) {
    border-top: none;
}
.n-l-forms .two-times .nf-field-label {
    border-right: 1px solid #a9a9a9;
    margin-right: 1%;
}
.rcnt .list-checkbox-wrap .nf-field-element li:nth-child(3) {
    border-right: none;
}
.rcnt .list-checkbox-wrap .nf-field-element li:nth-child(4) {
    border-right: none;
    border-bottom: none;
}

.rcnt .list-checkbox-wrap .nf-field-element li:nth-child(1), .rcnt .list-checkbox-wrap .nf-field-element li:nth-child(4) {
    border-left: none;
}
.n-l-forms .single-line-date .nf-field-label {
    margin-left: 0px;
}
.hg-auto {
    height: auto;
}
.hg-auto .nf-field-element {
    padding-top: 0 !important;
}
.lbl-bg-lbl .nf-field-label {
    background: #d2d3d5;
    width: 100%;
    padding: 0 5px 7px;
}
.lbl-bg-lbl {
    padding: 0 !important;
}
.top-bx input {
    color: #000 !important;
    font-weight: 500;
}
.top-bx input::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #000 !important;
}
.top-bx input::-moz-placeholder { /* Firefox 19+ */
  color: #000 !important;
}
.top-bx input:-ms-input-placeholder { /* IE 10+ */
  color: #000 !important;
}
.top-bx input:-moz-placeholder { /* Firefox 18- */
  color: #000 !important;
}
/*#nf-form-25-cont .nf-row:first-child .nf-cell:first-child {
    width: 50% !important;
}*/

#nf-form-25-cont .nf-row:first-child .nf-cell:nth-child(2), #nf-form-25-cont .nf-row:first-child .nf-cell:nth-child(3) {
    width: 25% !important;
}
 
  


/* Internal Medicine form*/


.ng-container {
    width: 47%;
    margin: 0 auto;
}
.ng-single {
    width: 45%;
    margin: 30px 0;
}

.ng-image img {
    width: 100%;
}

.ng-single a {
    background-color: #e0c478;
    text-decoration: none;
    text-transform: uppercase;
    color: #fff;
    padding: 3px 0px;
    text-align: center;
    width: 80%;
    position: relative;
    max-width: 250px;
    margin: 10px auto 0;
    display: block;
}
.ng-single a:after {
    position: absolute !important;
    content: '' !important;
    background-image: url(../img/sdo.png);
    width: 100%;
    height: 100%;
    top: 9px;
    right: 0;
    left: 0;
    bottom: 0;
    padding: 0;
    background-size: 100% 100%;
    z-index: -1;
    opacity: 0;
}
.ng-single a:hover {
    color: #fff;
    text-decoration: none;
    background-color: #acacac;
}
.ng-single a:hover:after {
    opacity: 1;
}
section.new-gallery-outer {
    margin-bottom: 100px;
}

.single-gal-new-text p {
    font-size: 18px;
    line-height: 31px;
}
.single-gal-new-text h2 {
    font-size: 34px;
    font-weight: 600;
}
.single-gal-new-text, .single-gal-new-slider {
    width: 47%;
}
.single-gal-new {
    width: 61%;
    margin-left: 7%;
	    position: relative;
    margin-top: 60px;
    margin-bottom: 60px;
}
.single-gal-new:after {
    position: absolute;
    content: '';
    width: 79%;
    height: 1px;
    background-color: #e0c478;
    bottom: -28px;
    margin: 0 auto;
    left: 0;
    right: 0;
}
section.marble.skin-cel.plus-ng:after {
    height: 730px !important;
    bottom: auto;
    max-width: 37%;
    background-image: url(../img/marble-right-lines-ng.png);
}
section.marble.skin-cel.plus-ng .right-trt-menu {
    top: 0.5% !important;
    transform: none;
} 

.single-gal-new:last-child:after {
    visibility: hidden;
}
.sgns-inner {
    padding: 3px;
}
a#l-logo {
    max-width: 155px;
}


/* New header design */
a.ndm-top-sc {
    background-color: #e0c478;
    text-decoration: none;
    color: #fff;
    padding: 7px;
    display: inline-block;
    margin-right: 2px;
    width: 100%;
    position: relative;
    max-width: 228px;
    height: 100%;
    text-align: center;
}
a.ndm-top-sc:hover
{
    color: #fff;
    text-decoration: none;
    background-color: #acacac !important;
}

a.ndm-top-sc:after {
    position: absolute !important;
    content: '' !important;
    background-image: url(../img/sdo.png);
    width: 100%;
    height: 100%;
    top: 12px;
    right: 0;
    left: 0;
    bottom: 0;
    padding: 0;
    background-size: 100% 100%;
    z-index: -1;
    opacity: 0;
}
a.ndm-top-sc:hover:after {
    opacity: 1;
}
.ndm-top-left .right-social ul li a {
    font-size: 25px;
    line-height: 33px;
	width: 38px;
    height: 38px;
}
.ndm-top-left .right-social {
    margin-top: 0;
}
.ndm-top {
    padding: 18px 50px;
}
.ndm-right ul li span {
    display: inline-block;
    width: 28px;
    height: 28px;
    background-position: 0 0;
    background-size: 28px;
    background-repeat: no-repeat;
    margin: 0 6px 0 0;
}
.ndm-right ul li:hover span
{
    background-position: 0px -27px;
}

.ndm-right ul li.ndm-first 
 span {
    background-image: url(../img/tel.png);
}
.ndm-right ul li.ndm-second
 span {
    background-image: url(../img/loc.png);
}
.ndm-right ul li {
    margin-right: 50px;
}
.ndm-top-left {
    justify-content: flex-end;
}
.ndm-right ul {
    margin: 0;
    padding: 0;
}
.ndm-right ul li {
    display: flex;
    align-items: center;
    display: -webkit-flex;
    -webkit-align-items: center;
}
.ndm-right ul li a {
    color: #000;
    font-weight: 500;
    text-decoration: none;
}
.ndm-right ul li:hover a{text-shadow: 0px 0px 1px #000;}

.wpmm_brand_logo_wrap {
    display: none;
}
.tpm-new {
    position: relative;
    
}

#wp-megamenu-topnew:before {
    position: absolute;
    content: '';
    background-image: url(../img/gold-border.png);
    width: 100%;
    height: 8px;
    left: 0;
        top: -1px;
	z-index: 99;
}

#wp-megamenu-topnew:after {
    position: absolute;
    content: '';
    background-image: url(../img/gold-border.png);
    width: 100%;
    height: 8px;
    left: 0;
    bottom: 1px;
}
li#wp-megamenu-item-wpmm-search-icon {
    display: none;
}
nav#wp-megamenu-topnew {
    padding: 0 70px;
    background-color: #fff;
}

#wp-megamenu-topnew>.wpmm-nav-wrap ul.wp-megamenu>li>a {
    color: #040404 !important;
    font-size: 20px !important;
    padding: 13px;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
	font-family: "Quicksand" !important;
	    text-transform: capitalize !important;
    font-weight: 400 !important;

}
#wp-megamenu-topnew>.wpmm-nav-wrap ul.wp-megamenu>li>a b {
    margin-left: 10px;
}
.tpm-new #wp-megamenu-topnew>.wpmm-nav-wrap ul.wp-megamenu>li ul.wp-megamenu-sub-menu li a, #wp-megamenu-topnew>.wpmm-nav-wrap ul.wp-megamenu>li ul.wp-megamenu-sub-menu li, #wp-megamenu-topnew>.wpmm-nav-wrap ul.wp-megamenu h1, #wp-megamenu-topnew>.wpmm-nav-wrap ul.wp-megamenu h2, #wp-megamenu-topnew>.wpmm-nav-wrap ul.wp-megamenu h3, #wp-megamenu-topnew>.wpmm-nav-wrap ul.wp-megamenu h4, #wp-megamenu-topnew>.wpmm-nav-wrap ul.wp-megamenu h5, #wp-megamenu-topnew>.wpmm-nav-wrap ul.wp-megamenu h6 {
   font-family: "Quicksand" !important;
   word-break: break-word;
}

.tpm-new ul#menu-top-new .wp-megamenu-sub-menu *
{
 font-family: "Quicksand" !important;	
}

.wp-megamenu-wrap .wpmm-nav-wrap > ul > li {
    border-top: none;
    width: 9%;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0;
}

#wp-megamenu-topnew>.wpmm-nav-wrap ul.wp-megamenu>li:hover>a
{
 background-color: #030303 !important;
    color: #e0c478 !important;
	text-decoration:none;
}
#wp-megamenu-topnew>.wpmm-nav-wrap ul.wp-megamenu>li:hover>a>b {
    transform: rotate(180deg);
}

ul#menu-top-new {
    display: flex !important;
    justify-content: center;
	flex-wrap: wrap;
}
.wp-megamenu-wrap .wpmm-nav-wrap > ul > li {
    border-bottom: 8px solid transparent;
    z-index: 1;
}
#wp-megamenu-topnew>.wpmm-nav-wrap ul.wp-megamenu>li>ul.wp-megamenu-sub-menu{
    /* border-top: 8px solid transparent !important; */
    margin-top: 8px !important;
	    border-radius: 0 !important;
    padding: 32px !important;
    min-width: 490px;
    border: 2px solid #e0c478 !important;
    min-height: 281px;
    background-image: url(../img/vector-bg.png) !important;
    background-repeat: no-repeat !important;
    background-position: center right !important;
    padding-right: 200px !important;
}
 
ul.wp-megamenu-sub-menu li 
{
	border-bottom: 1px solid #ededed;
    margin-bottom: 5px;
    padding-bottom: 6px;
}
ul.wp-megamenu-sub-menu li:last-child {
    margin-bottom: 0;
    padding-bottom: 0;
    border: 0;
}

ul.wp-megamenu-sub-menu li > a {
    font-weight: 500 !important;
	font-size:17px !important;
    padding: 2px 5px !important;
	
}

ul.wp-megamenu-sub-menu li > a:hover {
    background-color: #e0c478 !important;
	text-decoration:none !important;
	color:#040404 !important;
}
li#wp-megamenu-item-4028 {
    width: 12%;
}

li#wp-megamenu-item-4331 {
    width: 14%;
}
.wpmm-sticky.wpmm-sticky-wrap {
    position: static !important;
	    animation-name: dash !important;
}
.wpmm-sticky.wpmm-sticky-wrap .wpmm-nav-wrap {
    width: 100% !important;
    padding-left: 0px !important;
    padding-right: 0px !important;
}
.main-logo.ndmm-logo {
    margin-top: auto;
    z-index: 99999;
    top: 9px;
	width: 10%;
}
.main-logo.ndmm-logo a#l-logo {
    max-width: 133px;
}
.darkHeader .main-logo.ndmm-logo #s-logo {
    max-width: 135px;
} 
.new-desk-menu.darkHeader {
    position: fixed;
    width: 100%;
    z-index: 9;
}
.new-desk-menu {
    background-color: #fff;
    position: fixed;
    width: 100%;
    z-index: 99;
    min-height: 150px;
	display:none;
}
li#wp-megamenu-item-3816 {
    opacity: 0;
	margin-left: 2%;
}
.wpmm-strees-row-and-content-container {
    bottom: 0;
}  
/* mega */
li#wp-megamenu-item-4331 * {
    text-transform: capitalize !important;
    font-weight: 600 !important;
}

li#wp-megamenu-item-4331 ul ul ul ul {padding-left: 15px; width: auto !important;}

li#wp-megamenu-item-4331 ul ul ul ul a {
    font-weight: 400 !important;
}

li#wp-megamenu-item-4331 ul ul ul ul li {
    border: 0 !important;
    margin: 0 !important;
    padding: 0 !important;
}
#wp-megamenu-topnew>.wpmm-nav-wrap ul.wp-megamenu>li#wp-megamenu-item-4331>ul.wp-megamenu-sub-menu {
    padding: 23px 0 !important;
    padding-right: 95px !important;
    background-size: contain;
}
li#wp-megamenu-item-4471 ul {
    display: block !important;
    position: static;
    background-color: transparent;
    border: 0 !important;
    box-shadow: none !important;
    opacity: 1 !important;
    visibility: visible !important;
    margin: 0 !important;
    padding: 0;
	animation:none !important;
}
li#wp-megamenu-item-4471 a b {
    display: none !important;
}
#wp-megamenu-topnew>.wpmm-nav-wrap ul.wp-megamenu>li ul.wp-megamenu-sub-menu li:hover>a, #wp-megamenu-topnew>.wpmm-nav-wrap ul.wp-megamenu>li ul.wp-megamenu-sub-menu li.current-menu-ancestor>a, #wp-megamenu-topnew>.wpmm-nav-wrap ul.wp-megamenu>li ul.wp-megamenu-sub-menu li.active>a {
    color: #040404 !important;
}
#wp-megamenu-topnew>.wpmm-nav-wrap .wp-megamenu>li>ul.wp-megamenu-sub-menu li.wpmm-type-widget:hover>a, #wp-megamenu-topnew>.wpmm-nav-wrap .wp-megamenu>li .wpmm-strees-row-container>ul.wp-megamenu-sub-menu li.wpmm-type-widget:hover>a, #wp-megamenu-topnew>.wpmm-nav-wrap .wp-megamenu>li .wpmm-strees-row-and-content-container>ul.wp-megamenu-sub-menu li.wpmm-type-widget:hover>a {
    color: #040404 !important;
}
li#wp-megamenu-item-4331 .wpmm-col.wpmm-col-2 {
    width: 16.66666%;
    border: 0;
    margin-bottom: 0;
    border-left: 1px solid #ededed !important;
    padding-top: 0 !important;
    padding-bottom: 0 !important;
    margin-top: 20px !important;
} 

li#wp-megamenu-item-4331 .wpmm-col.wpmm-col-2 > ul >li:first-child >a:hover {
    color: #404040 !important;
    background-color: #fff !important;
}
li#wp-megamenu-item-4331 .wpmm-col.wpmm-col-2 > ul >li:first-child >a:hover {
    background-color: #e0c478 !important;
    text-decoration: none !important;
    color: #040404 !important;
}
.tpm-new nav ul#menu-top-new>li.current-menu-item>a {
    background-color: #e0c478 !important;
    color: #fff !important;
}

.both-ul li a:hover:before {
    width: 15px;
}

.both-ul li a:before {
    position: absolute;
    content: '';
    background-image: url(../img/menu-line.png);
    width: 0px;
    height: 5px;
    transition: all 0.7s;
    background-size: cover;
    top: 43%;
    left: 0;
}
  
.both-ul li a:hover {
    padding-left: 20px;
    color: #e0c478;
    font-weight: 600;
}
.both-ul li a {
    position: relative;
    transition: all 0.5s;
}  
/* mega end */

/* mega Galery */
li#wp-megamenu-item-4459 > ul {
    margin-left: auto !important;
    right: 0 !important;
}

li#wp-megamenu-item-4459 .wpmm-col.wpmm-col-6 {
    border-bottom: 0 !important;
    margin-bottom: 0 !important;
    padding-bottom: 0 !important;
	    padding-top: 0 !important;
		    border-left: 1px solid #ededed;
}
li#wp-megamenu-item-4459 .wpmm-col.wpmm-col-6:first-child {
		    border-left: 0;
}

li#wp-megamenu-item-4459 .wpmm-col.wpmm-col-6 li a {
    text-transform: capitalize !important;
}
li#wp-megamenu-item-4459 .wpmm-col.wpmm-col-6 li {
    margin-bottom: 7px !important;
    text-transform: capitalize !important;
}
/* mega Galery end */

/* internal */
li#wp-megamenu-item-font-family: 'Chivo', sans-serif ul li ul li ul li ul li {
    border: 0 !important;
	    margin: 0 !important;
}
li#wp-megamenu-item-4028 ul li ul li ul li {
    padding: 0;
    margin-bottom: 9px;
}
li#wp-megamenu-item-4028 ul li ul li ul li ul {
    padding-left: 14px;
    margin-bottom: 11px;
}
li#wp-megamenu-item-4028 ul li ul li ul li ul li a {
    font-weight: 400 !important;
}
li#wp-megamenu-item-4028 .wpmm-col.wpmm-col-6 {
    margin-bottom: 0 !important;
    border-bottom: 0 !important;
    padding-bottom: 0 !important;
	    padding-top: 0 !important;
		    border-left: 1px solid #ededed;
}
li#wp-megamenu-item-4028 .wpmm-col.wpmm-col-6:first-child {
    border: 0;
}
li#wp-megamenu-item-4028 * {
    text-transform: capitalize !important;
	font-weight: 600 !important; 
}
li#wp-megamenu-item-4028 > ul {
    left: 11% !important;
    margin: 0 auto !important;
    background-size: contain;
}
li#wp-megamenu-item-3820 > a:hover {
    background-color: #fff !important;
    color: #404040 !important;
    cursor: text;
}

.new-treat .bf-af-new .twenty20 {
    width: 33.3% !important;
    padding: 0 15px;
    clear: none !important;
}
.gold-line-menu ul li.menu-item-has-children::before {
    content: "\f067";
    font-family: FontAwesome;
    position: absolute;
    right: -28px;
    cursor: pointer;
    color: #000;
    top: 2px;
}

.gold-line-menu ul li.menu-item-has-children {
    position: relative;
    display:table;
}
.gold-line-menu ul li.menu-item-has-children.show-menu{
    display:inline;
}

.both-ul li ul.sub-menu {
    display: none;
    padding-left: 15px;
    padding-top: 10px;
}

.gold-line-menu ul li.menu-item-has-children.show-menu::before {content: "\f068";color: #000;}

.gold-line-menu ul li.menu-item-has-children.show-menu>ul.sub-menu {
    display: block;
}

.gold-line-menu ul li ul li.menu-item-has-children.shows-menu::before {content: "\f068";color: #000;}

.gold-line-menu ul li ul li.menu-item-has-children.shows-menu>ul.sub-menu {
    display: block;
}

.gold-line-menu ul li ul li.menu-item-has-children.shows-menu{
    display:inline;
}

/* mega responsive */

/* Skincare new page */

.acne-rep .tp-tabs-inner h3 {
    color: #e0c478;
    font-size: 33px;
    text-transform: uppercase;
    margin: 0 0 15px;
    font-weight: 700;
}
.acne-rep .tp-tabs-inner h5 {
    font-size: 26px;
    color: #000;
}
.acne-rep {
    border-bottom: 1px solid #6c6c6e;
    padding: 70px 0 30px;
}
.acne-rep:last-child {
    border-bottom: none;
}
/* End Skincare new page */

/* Aeshtic page */

/*.aest-img-mb {
    display: none;
}
*/
.aesthetic-main .left-mk-team {
    background-position: right top;
    background-repeat: no-repeat;
    background-size: 50%;
}

.aest-content p {
    max-width: 100% !important;
}

.aest-content {
    width: 49%;
    margin-top: 40px;
}
.aest-content p:first-child {
    padding-right: 48px;
}
.aesthetic-main .catt-content {
    margin-top: 0;
}

.aest-content .both-ul>div {
    width: 50%;
    padding-left: 25px;
}
.aest-img-mb {
    margin-top: -40px;
}
/* End Aeshtic page */

.header-gap.hgp-new {
    height: 150px;
}
.ndm-right {
    height: 100%;
    display: flex;
}
.ntr-content-abt p:last-child {
    margin-bottom: 0;
}
.hr-btn a {
    background-color: #e0c478;
    text-decoration: none;
    text-transform: uppercase;
    color: #fff;
    padding: 3px 0px;
    display: inline-block;
    margin: 10px;
    width: 100%;
    position: relative;
    max-width: 190px;
    text-align: center;
}

.hr-btn {
    text-align: center;
    margin-top: -20px;
    margin-bottom: 25px;
}

.hr-btn a:after {
    position: absolute !important;
    content: '' !important;
    background-image: url(../img/sdo.png);
    width: 100%;
    height: 100%;
    top: 9px;
    right: 0;
    left: 0;
    bottom: 0;
    padding: 0;
    background-size: 100% 100%;
    z-index: -1;
    opacity: 0;
}

.hr-btn a:hover {
    color: #fff;
    text-decoration: none;
    background-color: #acacac;
}

.hr-btn a:hover:after {
    opacity: 1;
}
.ex-pro {
    padding-left: 30px;
}
.ex-pro strong {
    margin-bottom: 4px;
}
.both-ul.acct>div {
    width: 45%;
}
.dnd-mob {
    display: none;
}


/* order -olnly for laser treatment*/
.tax-types-new.term-32 .both-ul ul li:nth-child(6) {
    order: 6;
}
.tax-types-new.term-32 .both-ul ul li:nth-child(5) {
    order: 2;
}
.tax-types-new.term-32 .both-ul ul li:nth-child(2) {
    order: 4;
}
.tax-types-new.term-32 .both-ul ul li:nth-child(4) {
    order: 5;
}
.tax-types-new.term-32 .both-ul ul li:nth-child(3) {
    order: 3;
}
.tax-types-new.term-32 .both-ul ul {
    display: flex;
    flex-direction: column;
}
a.text-uppercase.ndm-top-sc.vdm-top-new {
    background-color: #000;
    margin-right: 20px;
}
.nst-inner span {
    font-weight: 400;
}
.nst-inner {
    font-size: 25px !important;
    font-weight: 500;
    margin-bottom: 22px;
}
.anty-body-joint {
    display: flex;
    width: 73%;
    justify-content: flex-end;
}
.cvd-testing-mob {
    display: none;

}
.slu .nf-field-label {
    display: block !important;
    padding-left: 16px;
    background-color: #ededed;
    display: block !important;
    width: 100%;
    margin: 0 !important;
    padding: 4px 8px 8px 8px;
} 
.b-lf-hide {
    border-left: 0;
}
.im-flex {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    justify-content: space-between;
}

.left-im {
    width: 48%;
}

.right-im {
    width: 48%;
}

.plus-im-sec .container {
    max-width: 85%;
}

.plus-im-sec {
    background-color: #fff;
}
.page-id-4914 section.our_facility {
    background-size: 100% 105%;
}
.page-id-4914 section.contact_mira {
    border-top: 2px solid #e0c478;
}
li#wp-megamenu-item-9753 ul {
    display: block !important;
    opacity: 1;
    visibility: visible;
    position: relative;
    left: 0;
    border: 0;
    box-shadow: none;
    padding-left: 13px;
    transform: none;
    margin-top: 4px;
	width: 100% !important;
}
#wp-megamenu-topnew>.wpmm-nav-wrap ul.wp-megamenu>li#wp-megamenu-item-3813>ul.wp-megamenu-sub-menu {
    padding-right: 180px !important;
}
li#wp-megamenu-item-3895 > a {
    font-weight: 700 !important;
}
li#wp-megamenu-item-9753 li {
    border: 0;
    margin: 0;
	    padding-bottom: 0;
}

li#wp-megamenu-item-9753 >  a {
    font-weight: 700 !important;
}

li#wp-megamenu-item-9753 li a {
    padding: 0 !important;
	    font-weight: 400 !important;
}

li#wp-megamenu-item-9753 > a > b {
    display: none;
}
li#wp-megamenu-item-3813 * {
    animation-duration: 0ms !important;
}
li#wp-megamenu-item-3813 ul {
    background-size: contain;
}

@media screen and (max-width:1600px)
{
	.plus-im-sec .container {
    max-width: 95%;
}
	.nst-inner {
    font-size: 22px !important;
}
 .ndm-top {
    padding: 18px 10px;
}
a.text-uppercase.ndm-top-sc.vdm-top-new {
    margin-right: 10px;
    max-width: 180px;
}
a.ndm-top-sc {
    max-width: 205px;
    font-size: 13px;
    padding: 6px;
    max-width: 182px;
}

nav#wp-megamenu-topnew {
    padding: 0 0px;
}
#wp-megamenu-topnew>.wpmm-nav-wrap ul.wp-megamenu>li>a {
    font-size: 16px !important;
}
li#wp-megamenu-item-4331 {
    width: 14%;
}
ul.wp-megamenu-sub-menu li > a {
    font-size: 13px !important;
    padding: 1px 2px !important;
}
#wp-megamenu-topnew>.wpmm-nav-wrap ul.wp-megamenu>li#wp-megamenu-item-4331>ul.wp-megamenu-sub-menu {
    padding-right: 0px !important;
	    padding-left: 10px !important;
}
li#wp-megamenu-item-3816 {
    width: 11%;
	margin-left: 0;
}
li#wp-megamenu-item-4028 ul li ul li ul li {
    padding: 0;
    margin-bottom: 2px;
}
.page-id-4323 .marble.catt:after {
    max-height: 550px;
}
}


section.marble.catt {
    min-height: 100vh;
	padding-bottom: 40px;
}
.marble.catt .left-mk-team {
	 max-width: 97%;
    width: 100%;
}
.marble.catt:after {
    max-width: 430px;
    background-image: url(../img/marble-right.png);
    background-size: cover;
    max-height: 855px;
    background-repeat: no-repeat;
    width: 50%;
}
section.marble.catt.sub-catt {
    min-height: auto;
    padding-bottom: 0;
}

section.marble.catt {
    min-height: auto;
    padding-bottom: 0;
}
.catt-content p {
    font-size: 18px;
    font-weight: 500;
    line-height: 30px;
    margin-bottom: 35px;
    max-width: 1200px;
}
.catt-content {
    width: 85%;
    margin-left: 14%;
    margin-top: 40px;
}
.catt-container {
    padding: 0 15px;
}

.catt-content img {
    width: 100%;
    float: right;
    margin-left: 30px;
    margin-bottom: 0px;
    max-width: 690px;
}
.catt-content strong {
    display: block;
	font-size: 18px;
}
.catt-content>ul li {
    font-weight: 500;
    margin: 4px 0;
    font-size: 18px;
}
.catt-content>ul {
    padding-left: 40px;
    list-style: disc;
}
.both-ul ul li {
    margin-bottom: 14px;
}
.both-ul ul li a {
    color: #000;
    font-size: 18px;
    font-weight: 500;
}
.both-ul ul {
    margin-right: 50px;
}
.both-ul>div {
    width: 25%;
}
.both-ul {
    display: flex;
    flex-wrap: wrap;
}
.both-ul .menu-item-has-children>a:hover:before {
    width: 10px;
}
.both-ul .menu-item-has-children>a:hover {
    padding-left: 15px;
}
.gold-line-menu > p {
    margin: 40px 0 20px;
    text-transform: uppercase;
    color: #e0c478;
}
.both-ul ul li a:hover
{
	text-decoration:none;
}
.marble.catt.sub-catt:after {
    max-width: 430px;
    max-height: 776px;

}
.marble.catt.sub-catt .catt-content img {
    margin-top: -40px;
}

.ntr-image {
    width: 25%;
}

.ntr-content-abt {
    width: 48%;
	padding-left: 20px;
}
#wp-megamenu-topnew>.wpmm-nav-wrap ul.wp-megamenu>li ul.wp-megamenu-sub-menu li.current-menu-item>a, ul.wp-megamenu li ul.wp-megamenu-sub-menu .wpmm-vertical-tabs-nav ul li.active>a, ul.wp-megamenu li ul.wp-megamenu-sub-menu .wpmm-vertical-tabs-nav ul li.active {
    color: #231f20 !important;
    background-color: inherit;
}

.ntr-content-abt p {
    font-weight: 500;
    line-height: 30px;
}
.new-treat p {
    font-weight: 500;
    line-height: 31px;
}
.new-treat h3 {
    color: #e0c478;
    font-size: 26px;
    margin-top: 35px;
	font-weight: 600;
}
.new-treat #accordion .card p {
    font-weight: 500;
    color: #000;
    font-size: 16px;
    padding-left: 50px;
}
.new-treat #accordion .card button {
    font-size: 16px;
    font-weight: 500;
	display: flex;
}
.new-treat div#accordion {
    padding-left: 61px;
}
.new-treat {
    margin-bottom: 50px;
}



/* 
@media screen and (min-width:1300px)
{
	.new-desk-menu{
    display:block;
}
}
@media screen and (max-width:1300px)
{
	div#wrapper-navbar {
    display: block !important;
}
}
 */

@media screen and (min-width:768px){
.n-l-forms nf-cells {
    display: flex;
}
.n-l-forms .nf-cell {
    width: 100% !important;
}
}
@media screen and (min-width:1150px) and (max-width:1370px)
{
 div#n2-ss-2{
    height: 502px !important; 
} 	
}
@media screen and (min-width:1900px){

.two-factor .image {
    min-height: 368px;
}
.right-trt-menu ul {
    width: 100%;
}

} 

@media screen and (min-width:2018px){
.overlay-about {
    max-width: 592px;
}
.ouerlay-text p {
    max-width: 380px;
    top: 180px;
}

} 
@media screen and (min-width:2312px){
    .pol-group * {
    font-size: 18px;
}
section.marble.skin-cel.plus-ng .right-trt-menu {
    top: 2% !important;
}
section.marble.skin-cel.plus-ng:after {
    height: 850px !important;
}
	.home .header-gap {
    height: 120px;
}
	.gallery-image-slider .bf-af {
    max-width: 100%;
    min-width: 80%;
}
.outer-ww .gal-slider-text {
    left: -4%;
    width: 45%;
}

.overlay-about {
    max-width: 568px;
}
.outer-ww {
    width: 71.2%;
	min-height: 293px;
}
.two-factor .image {
    min-height: 430px;
}

.ouerlay-text p {
    max-width: 370px;
    top: 170px;
    right: 15px;
}	
.skin-cel .right-skin-text {
    margin-right: 28px;
    width: 24%;
}
section.marble.skin-cel .left-mk-team video {
   max-height: 953px;
    object-fit: initial;
    width: 87%;
}

section.marble.skin-cel .left-mk-team video[poster] {
    object-position: left;
}
}
@media screen and (min-width:2200px)
{
	.detail span {
    font-size: 18px;
}
ul#main-menu {
    padding-right: 75px;
}
.lgr-menu li a {
    font-size: 18px;
}
	.proc-dec-modal-outer .modal-video-body {
    max-width: 950px;
}
.pr-right-sec {
    width: 72%;
}
.pr-left-sec {
    width: 25%;
	    text-align: center;
}
	.contact-form #nf-field-6290-wrap, #sch-appoint #nf-field-18-wrap {
    margin: 15px auto 18px;
	}
	.itr-list {
    font-size: 27px !important;
}
ul#main-menu {
    width: 58%;
    margin: 50px 0 0;
    margin-left: 20%;
}
.gallery-image-slider {
    width: 50%;
}
.abt-text {
    width: 39%;
}
.abt--corner-txt {
right: 4vw;
    top: 6rem;
    max-width: 368px;
}
.abt-text p {
    font-size: 22px;
    line-height: 45px;
}
.abt--corner-txt p {
    font-size: 25px;
}

	.we-offer-vid p {
    font-size: 23px;
}
.facility_text p {
    font-size: 23px;
}
.facility_text:before {
    max-width: 50%;
}
.facility_text {
    min-height: 550px;
}
.mira-text p {
    font-size: 23px;
}
.contact-form p {
    font-size: 23px;
    max-width:750px;
}
.sld-p p {
    font-size: 27px !important;
}
.shadow-bdr a {
    font-size: 28px !important;
}
.sld-p.sub-hd p {
    font-size: 35px !important;
}
}
@media only screen and (max-width:1754px){
.overlay-about {
    max-width: 656px;
}
}
@media only screen and (max-width:1640px){
.overlay-about {
    max-width: 674px;
}
.about-text {
    padding: 100px 108px 140px 70px;
}
.ouerlay-text p {
    max-width: 420px;
    top: 198px;
    right: 45px;
}
}
@media only screen and (max-width:1600px){
	
   .both-ul.acct>div {
    width: 52%;
}
.both-ul.acct>div:first-child {
    width: 48%;
}
.catt-content {
    width: 98%;
    margin-left: 2%;
}
.both-ul ul li a {
    font-size: 16px;
}	
		.ntr-content-abt {
    width: 44%;
}
.both-ul>div {
    width: 35%;
}

.ntr-image {
    width: 32%; 
}
	.footer-section ul {
    margin: 0 0 5px 5px;
}
.marble.catt.sub-catt:after {
    max-width: 300px;
    max-height: 544px;
}
.marble.catt:after {
    max-width: 300px;
    max-height: 604px;
}
.catt-content img {
    max-width: 500px;
}
.center-ftr-logo .ft-logo-text {
    margin-top: 20px;
}
	.we-offer-vid {
    padding: 0 0px;
}
ul#main-menu li {
    padding-bottom: 9px;
}
ul#main-menu li#menu-item-578 ul li {
    width: 31.3%;
}
.single-trt-content {
    width: 48%;
    margin-left: 3%;
}
.page-template-gallery section.marble.skin-cel:after {
    max-width: 41%;
}
.gallery-image-slider .bf-af {
    max-width: 100%;
    min-width: 80%;
}
.page-template-gallery .right-trt-menu {
    width: 20%; 
}
}
section.marble.skin-cel.plus-ng .right-trt-menu {
    width: 20%;
}
.outer-ww .gal-slider-text {
    left: -5%;
}
.outer-ww button.slick-prev {
    left: 50%;
}

.tp-tabs-inner p {
    font-size: 16px;
}

.single-trt-content p {
    font-size: 16px;
}
.kaga-video iframe {
    height: 259px;
}

.sld-p p {
    padding: 10px 10px !important;
	    font-size: 14px !important;
}
.itr-list {
    font-size: 14px !important;
}
.shadow-bdr a {
    font-size: 16px !important;
}
.sld-p.sub-hd p {
    font-size: 19px !important;
}
.contact-form h3 {
    font-size: 36px;
}
.mira-text .grey-box p {
    padding: 0 10px !important;
    font-size: 20px;
    max-width: 100%;
}
.mira-text h2 {
    font-size: 32px;
}
.contact-form label {
    font-size: 16px;
}
section.contact_mira {
    padding: 0 0 0 2%;
}


@media screen and (max-width:1570px)
{
	.skin-cel .right-skin-text {
    width: 21%;
}
section.marble.skin-cel .left-mk-team video {
    width: 87%;
    max-height: 437px;
}
.about-heading {
    padding: 66px 0;
}
.about-text {
    padding: 80px 108px 110px 50px;
}
.overlay-about {
    max-width: 644px;
}
.ouerlay-text p {
    right: 20px;
}

}
@media screen and (max-width:1500px)
{
	.ng-container {
    width: 65%;
    
}
section.marble.skin-cel.plus-ng:after {
    height: 629px !important;
    max-width: 42%;

}
	.page-template-cosmetic .tp-tabs li a {
    font-size: 20px;
}
section.tp-tabs ul.ppopup-list li {
    font-size: 14px;
}
section.tp-tabs ul.ppopup-list li:before {
    top: -3px;
    font-size: 38px;
}
	.pr-right-sec p {
    font-size: 14px;
}
.close_box {
    font-size: 32px;
}
.pr-right-sec h2 {
    text-align: center;
    font-size: 24px;
}
	.og-1 {
    padding-right: 0 !important;
}
.og-1 .footer-section:nth-child(2) {
    margin-left: 0;
    width: 31%;
}
	.ninja-box {
    width: 53%;
}
	.gal-slider-text {
    padding-right: 36px;
}
	.events .tp-slider-image img
{
	max-width:90%;
	height:auto;
}
.article-nsg .content p {
    font-size: 16px;
}

	.taggline {
    margin-top: 4px !important;
    max-width: 85% !important;
}
.right-skin-text p {
    font-size: 19px;
    font-weight: 500;
}

.hvr-text {
    text-align: center;
    margin-top: -4px;
    font-size: 12px;
}
.modal-video-body {
    position: relative;
    transform: none;
    margin-top: 65px;
    left: 0;
    top: 0;
}
.footer-menu ul li a {
	min-height: 40px;
}
	.ft-logo-text li {
    margin: 0 6px;
}
#s-logo {
    max-width: 130px;
}
.pg-heading {
    min-height: 135px;
}


.darkHeader #s-logo {
    max-width: 80px;
}

.header-gap {
    height: 90px;
}
.page-id-3896 .header-gap {
    height: 150px;
}
.home .header-gap {
    height: 90px;
}
.ft-logo-text li a {
    font-size: 33px;
    line-height: 42px;
    width: 40px;
    height: 40px;
}
.lgl-menu .footer-section {
    width: 26%;
    margin-left: 3%;
}
div#wrapper-navbar:after {
    top: 86px;
}
div#wrapper-navbar {
    min-height: 94px;
}
.right-social  , .left-contact{
    margin-top: 19px;
}
	.footer-menu ul li a {
    font-size: 14px;
    padding: 0px 5px;
}
.footer-inner {
    padding: 0 0 0 0%;
}
.footer-section h3 {
    font-size: 21px;
}
.detail span {
    font-size: 14px;
}
	.facility_text {
    min-height: auto;
}

.days li {
    font-size: 14px;
}
	.facility_text:before {
    max-width: 345px;
}
.image-slider {
    padding: 45px 25px 45px 0px;
	   width: 50%;
}
.facility_text {
    width: 50%;
}
.fct-inner {
    padding: 25px 0 25px 30%;
    text-align: center;
}
.right-gallery-slider p {
    font-size: 18px;
}
.right-gallery-slider h2 {
    font-size: 25px;
}
.right-gallery-slider {
    margin-right: 0%;

}
.slick-prev:before , .slick-next:before
{
	font-size:25px !important;
}
.abt--corner-txt {
    max-width: 270px;
    right: 3px;
    top: 1rem;
}
.abt--corner-txt p {
    font-size: 17px;
}
.abt-image {
  min-height: auto; 
}
.abt-text p {
    font-size: 17px;
    line-height: 28px;
}
	.main-menu .nav li a {
    font-size: 16px;
}
ul#main-menu li a:hover {
    padding-left: 30px;
}
ul#main-menu .menu-item-has-children .dropdown-menu {

    padding-left: 30px;
}
}
@media screen and (max-width:1366px){
	

	
	
.about-heading {
    padding: 46px 0;
}
.about-text {
    padding: 90px 133px 90px 40px;
}	
.about-text p {
    font-size: 15px;
    margin-bottom: 40px;
    line-height: 28px;
}
.about-text p:last-child {
    margin: 0;
}
.overlay-about {
    max-width: 560px;
}
.ouerlay-text p {
    font-size: 20px;
    max-width: 370px;
    right: 15px;
}
}

@media screen and (max-width:1300px)
{
.right-social ul.header-social {
    margin-right: 0px;
}

	.sld-p p {
    font-size: 14px !important;
}
.sld-p.sub-hd p {
    font-size: 15px !important;
}
.shadow-bdr a {
    font-size: 14px !important;
}
.abt--corner-txt {
    right: 3px;
    top: 1rem;
    position: static;
    max-width: 100%;
    padding: 17px;
}
.abt-text {
    width: 43%;
    padding: 30px;
    padding-left: 20px;
}
	.right-gallery-slider p {
    font-size: 13px;
}
.right-gallery-slider h2 {
    font-size: 18px;
}
	.facility_text {
    width: 89%;
}
.image-slider {
    padding: 45px 45px 45px 45px;
    width: 100%;
}
.image-slider .slick-next {
    right: -25px;
}
.overlay-about {
    max-width: auto;
    position: unset;
}
.overlay-about img {
    display: none;
}
.left-mk-team {
    max-width: 86%;
}
.tmt .left-mk-team  {
    max-width: 83%;
}
section.marble.tmt:after {
    max-width: 38%;
}
.right-skin-text p {
    font-size: 15px;
} 
.tp-tabs-inner p {
    font-size: 16px; 
}
.tp-tabs-inner h5 {
    font-size: 20px;
}
.ft-logo-text li a {
    font-size: 28px;
    line-height: 33px;
    width: 30px;
    height: 30px;
}
.ft-logo-text li {
    margin: 0px 3px;
}
.footer-menu ul li a {
    font-size: 13px;
}
.pg-heading h2 {
    font-weight: 600;
    font-size: 28px;
}
.tp-tabs li a {
    font-size: 18px;
}
}




@media only screen and (max-width:1170px){
	.anty-body-joint {
    width: 46%;
    flex-wrap: wrap;
}
.anty-body-joint a {
    margin: 0 !important;
    width: 100% !important;
    padding: 5px 0;
    font-size: 12px !important;
    max-width: 100% !important;
    margin: 2px 0 !important;
}
/* .page-id-4323 .marble.catt:after {
    max-height: 516px;
} */
.marble.catt.sub-catt:after {
    max-height: 526px;
}	
.marble.catt:after {
    max-height: 570px;
}
.both-ul ul li {
    margin-bottom: 10px;
}	
	li#wp-megamenu-item-3808 {
    width: 8% !important;
}
	
.ndm-top {
    padding: 11px 0px;
}	
.ndm-right ul li {
    margin-right: 18px;
}
ul.wp-megamenu>li>a {
    font-size: 13px !important;
}
#wp-megamenu-topnew>.wpmm-nav-wrap ul.wp-megamenu>li>a {
    font-size: 16px !important;
	padding: 10px 5px;
	    width: auto;
   /* display: inline-flex; */
}
li#wp-megamenu-item-3816 {
    display: none;
}
.wp-megamenu-wrap .wpmm-nav-wrap > ul > li {
    width: 10% !important;
}
li#wp-megamenu-item-4028 {
    width: 10% !important;
}
li#wp-megamenu-item-4459 {
    width: 10% !important;
}
.wp-megamenu-wrap .wpmm-nav-wrap > ul > li.menu-item-has-children {
    width: 14% !important;

}
li#wp-megamenu-item-3813:after {
    right: 19px;
}
li#wp-megamenu-item-4352:after {
    top: 0px !important;
    right: 0;
}
.wp-megamenu-wrap .wpmm-nav-wrap > ul > li.menu-item-has-children:hover:after {
    content: '\f106';
    color: #e0c478;
}
.main-logo.ndmm-logo {
    width: 4.8%;
}
.wp-megamenu-wrap .wpmm-nav-wrap > ul > li.menu-item-has-children:after {
    position: absolute;
    content: '\f107';
	font-family:'FontAwesome';
	margin-top: 22px;
	display:none !important
}
li#wp-megamenu-item-4331 .wpmm-col.wpmm-col-2 {
    padding: 0 10px;
}
li#wp-megamenu-item-4331 ul ul ul ul {
    padding-left: 10px;
}
.ndm-right ul li a {
    font-size: 14px;
}
.we-offer-section .container {
    padding: 0 15px;
}	

ul#main-menu {
    width: 72%;
    margin: 50px 0 0 auto;
}
.skin-cel .right-skin-text {
    width: 19%;
}
.n2-ss-slide-background-image {
    display: none;
}
.ninja-address {
    width: 30%;
}
.we-offer-vid {
    padding: 0px 6% 6% 3%;
}
.title {
    font-size: 25px;
}
.contact-form div#wpcf7-f54-o1 {
    margin: 0 20px !important;
}
.mira-text h2 {
    margin-top: 20px;
}
section.contact_mira {
    padding: 25px 0 25px 2%;
}

.about-content .col-lg-12.col-xl-9 {
    position: unset;
    max-width: 100% !important;
    flex: 0 0 100% !important;
}
.about-text {
    padding: 90px 40px 90px 40px;
}
.ouerlay-text p {
    max-width: 100%;
    position: unset;
    margin: 20px 0;
}
.overlay-about {
    max-width: 100%;
    position: unset;
}
.catt-content {
    width: 98%;
    margin-left: 2%;
}
ul.wp-megamenu>li>a b {
   /* display: none !important; */
}
.aest-content {
    width: 58%;
}
li#wp-megamenu-item-4028 > ul {
    left: 0% !important;
    right: 0 !important;
    width: 100% !important;
}
#wp-megamenu-topnew>.wpmm-nav-wrap ul.wp-megamenu>li>ul.wp-megamenu-sub-menu {
    left: 0 !important;
    right: 0 !important;
    width: 100% !important;
	margin-left: 0 !important;
}
.detail span {
    font-size: 13px;
}
.footer-section h3 {
    font-size: 15px;
}
#wp-megamenu-topnew>.wpmm-nav-wrap ul.wp-megamenu>li#wp-megamenu-item-4028>ul.wp-megamenu-sub-menu {
    width: 30% !important;
    margin-left: 8% !important;
}
#wp-megamenu-topnew>.wpmm-nav-wrap ul.wp-megamenu>li#wp-megamenu-item-3813>ul.wp-megamenu-sub-menu {
    left: -260px !important;
}
li#wp-megamenu-item-3813:after {
    margin-left: -13px;
}
.catt-content p {
        font-size: 14px;
    line-height: 26px;
}
.both-ul ul li a {
    font-size: 14px;
}
.both-ul ul {
    margin-right: 15px;
}
.catt-content {
    margin-top: 20px;
}
.ntr-content-abt {
    width: 50%;
    padding-left: 15px;
    padding-right: 20px;
}
.ntr-content-abt p {
    font-size: 14px;
    line-height: 24px;
}
.single-treatmentnew section.marble:after {
    max-width: 22%;
}
}
@media only screen and (max-width:992px){
.both-ul.acct>div:first-child {
    width: 48%;
    margin-right: 28px;
}
.both-ul.acct>div {
    width: 41%;
}
	.wp-megamenu-wrap .wpmm-nav-wrap > ul > li.menu-item-has-children:after {
	margin-top: 17px;
}
.page-id-4323 .marble.catt:after {
    max-height: 395px;
}
.ntr-content-abt p {
    font-size: 13px;
    line-height: 20px;
}
.ntr-image {
    width: 40%;
}
.single-treatmentnew section.marble:after {
    max-width: 14%;
}
	.catt-content img {
    max-width: 325px;
}
.catt-content img {
    max-width: 325px;
}
.marble.catt.sub-catt:after {
    max-width: 190px;
    max-height: 383px;
}
.ndm-right ul li span {
    width: 50px;
}
a.ndm-top-sc {
    font-size: 14px;
    max-width: 125px;
}
.main-logo.ndmm-logo {
    width: 7%;
}
.ndm-right {
    height: 100%;
    display: flex;
}
.marble.catt:after {
    max-width: 190px;
    max-height: 465px;
}
	
li#wp-megamenu-item-4331 .wpmm-col.wpmm-col-2 {
    width: 32.66666%;
    padding: 0 25px;
}	
	.abt-text {
    width: 61%;
    padding: 30px;
}
#wp-megamenu-topnew>.wpmm-nav-wrap ul.wp-megamenu>li>a {
    font-size: 13px !important;
	line-height: 18px !important;
}
.og-1 {
    order: 2;
    margin: 40px 0;
}
.og-3 {
    order: 3;
}
.nav-open .main-menu {
    background-position: 23%;
}
ul#main-menu {
    width: 100%;
    padding-right: 0px
}
.gal-slider-text {
    width: 50%;
}
.abt-text {
    width: 61%;
    padding: 30px;
    position: relative;
    z-index: 1;
}
.about-img {
    background-size: contain;
    min-height: 600px;
    background-position: center;
    margin: 35px 15px 0;
}
	.article-nsg .image  , .article-nsg .content {
    width: 100%;
}
.right-gallery-slider {
    max-width: 100%;
}
.abt-mm .row {
    margin: 0;
}
.about-text {
    padding: 25px 0px 20px 0px;
}
.about-heading h2 {
    font-size: 30px;
    padding-left: 0;
    text-align: center;
}
.about-heading {
    padding: 36px 0;
}
.ouerlay-text p {
    margin: 0px 0px 20px;
    font-size: 16px;
    padding: 0 15px;
}
.tmt .left-mk-team {
    max-width: 76%;
    height: auto;
    background-image: none !important;
}
section.marble.tmt {
    height: 100%;
    min-height: auto;
}
.right-skin-text {
    width: 19%;
    margin-top: 0;
}
.right-skin-text p {
    font-size: 12px;
}
.pg-heading h2 {
    font-size: 20px;
    text-align: left;
    width: 100%;
}
}

@media only screen and (max-width:768px){
.title {
    font-size: 20px;
}	
.we-offer-main {
    display: inline-block;
}	
.we-offer-vid p {
    margin: 0px 0 25px;
}
.we-offer-vid {
    width: 100%;
    padding: 0px 0% 6% 0%;
}
.we-offer-img {
    width: 100%;
    padding: 0 0 0 0px;
}
.n2-ss-slide-background-image
{
	display:none;
	
}
.n-l-forms .five-clm.cs-radio ul li {
    width: 50% !important;
    padding-right: 0% !important;
}
.grn-list .nf-field-label {
    border-right: none;
    margin: 0 0px 0 0px !important;
}
.started {
    border-right: 1px solid #a9a9a9 !important;
}
}

@media screen and (max-width:767px)

{
	.left-im {
    width: 100%;
    margin-top: 15px;
}
.right-im {
    width: 100%;
    margin: 30px 0px;
}
    
.cvd-testing-mob a {
    width: 100% !important;
    max-width: 100% !important;
}

.cvd-testing-mob {
    display: block;
    position: relative;
    top: 2px;
    z-index: 11;
}
	
	.both-ul.acct>div:first-child {
    width: 100%;
    margin-right: 0px;
}
.both-ul.acct>div {
    width: 100%;
}
	
	
	
/* 	ul#main-menu li.menu-item-has-children:hover>ul {
    display: block;
} */


.menu-new-primary-container ul#main-menu li {
    display: table;
    padding-right: 25px;
}
.menu-new-primary-container ul#main-menu li.menu-item-has-children:after {
    content: "\f067";
    font-family: FontAwesome;
    position: absolute;
    margin-left: 20px;
    cursor: pointer;
    color: #e0c478;
    top: 2px;
    font-size: 15px;
}
.menu-new-primary-container ul#main-menu li.s-menu:after  {
    content: "\f068";
}
.menu-new-primary-container ul li ul li.menu-item-has-children.ss-menu:after
{
	content: "\f068" !important;   
}
.menu-new-primary-container ul li ul li ul li.menu-item-has-children.sss-menu:after
{
	content: "\f068" !important;   
}

.menu-new-primary-container ul#main-menu li.s-menu>ul , .menu-new-primary-container .ss-menu>ul , .menu-new-primary-container .sss-menu>ul {
    display: block;
}
.menu-new-primary-container ul li ul li.menu-item-has-children.ss-menu>a {
    display: initial;
}
.menu-new-primary-container ul li ul li ul li.menu-item-has-children.sss-menu>a {
    display: initial;
}



.header-gap.hgp-new {
    height: 10px;
} 
.ntr-content-abt p {
    font-size: 16px;
    line-height: 30px;
} 
.catt-container {
    padding: 0 0px;
} 
section.marble.catt .left-mk-team {
    width: 100%;
    max-width: 100%;
}

	.both-ul>div {
    width: 100%;
}
	.catt-content p {
    font-size: 16px;
}
.catt-content img {
    max-width: 100%;
	float:none;
	    margin-left: 0;
    margin-right: 0;
	margin-bottom: 30px;
}
.gold-line-menu {
    padding: 0 15px;
        margin-bottom: 20px;
}
.catt-content p , .catt-content strong {
    padding: 0 15px;
}
.catt-content {
    width: 100%;
    margin-left: auto;
    margin-top: 30px;
    margin-right: auto;
}
.both-ul {
    /* display: flex; */
    flex-wrap: wrap;
}
.both-ul a {
    font-size: 16px !important;
}
.both-ul ul {
    margin-right: 0px;
    margin-bottom: 0;
}
	.ntr-image {
    width: 100%;
	    order: 2;
}
.ntr-content-abt {
    width: 100%;
    padding: 0px 15px 15px;
	    margin-top: 30px;
}
	.new-treat div#accordion {
    padding-left: 0px;
}
	.og-1 {
    margin: 5px 0;
}
    a#l-logo {
	max-width: 78px;
}
	
	.single-gal-new {
    width: 100%;
   margin:45px 0;
}
.single-gal-new:after {
    width: 100%;
}
.single-gal-new-text {
    width: 100%;
}
.single-gal-new-slider {
    width: 85%;
    margin: 0 auto;
}
	.ng-container {
    width: 90%;
}

section.marble.skin-cel.plus-ng .right-trt-menu {
    position: static;
       padding-bottom: 40px;
    margin-bottom: 0;
	    width: 100%;
}
.single-gal-new-text h2 {
   font-size: 25px;
    font-weight: 600;
    margin-bottom: 20px;
}
.ng-single {
    width: 100%;
}
	.filler-pannel {
    justify-content: center;
    margin: 10px 0px 10px;
    width: 100%;
}
	.page-template-consent-forms-php #accordion-main i.heading-vtvt
	{
	display: inline-block !important;
    min-width: 145px;
	}

	.laser-text p {
    margin: 15px 0;
}
.acknowled {
    margin: 20px auto 0;
}
.laser-text ul {
    padding-left: 33px;
}
	.iko-line .nf-field-element {
    width: 100% !important;
    margin-top: 0px !important;
}
	.container.big-frm {
    padding: 0;
}
.manualyy-section a {
    margin-top: 15px;
}
.manualyy-section {
    margin: 5px 0 10px;
    text-align: center ;
}

.spacing-m {
    height: 0;
}
.cs-radio.four-time ul li {
    width: 50%;
}
.big-frm p {
    text-align: left !important;
}
.manualyy-section p{
    
    text-align: center !important ;
}
.cs-radio.tripple ul li {
    width: 50%;
}
.single-line-radio .nf-field-label {
    width: 100%;
}
.single-line-radio .nf-field-element {
    margin-top: 0px !important;
}
.single-line-date .nf-field-label {
    margin-left: 0;
}
.single-line-date .nf-field-element {
    width: 80% !important;
}
.cs-radio.mst.mst-full ul li {
    width: 100%;
}
.cs-radio.two-times .nf-field-label {
    width: 100%;
    margin-bottom: 5px;
}
.preg-field .nf-field-label {
    width: 100%;
}
.preg-field .nf-field-element {
    width: 100% !important;
} 
.period-days {
    margin-top: 15px;
}
.big-form-main h4 {
    font-size: 20px;
}

	section.tp-tabs ul.ppopup-list li {
    font-size: 13px;
    font-weight: 500;
	padding-left: 12px;

}

.footer-menu ul li:hover a {
    background: #fff;
}

ul#main-menu-ftr li.menu-item-has-children.show:before
{
    transform: none !important;
}
section.tp-tabs ul.ppopup-list li:before {
    top: -2px;
    font-size: 34px;
}
	.tp-tabs-slider .slick-next {
    right: -25px;
	    text-align: right;
}

	.single-treatment .bf-af {
    max-width: 100%;
}
	.outer-ww button.slick-prev {
    left: -25px;
}
	.cosmetic-inner-tab .lft ul li {
    width: 100% !important;
	font-size: 16px;
}
.cosmetic-inner-tab .lft ul li ul {
    padding-left: 15px;
}
.single-trt-content.cos-content {
    width: 90%;
}
.cosmetic-image {
    width: 100%;
	    order: 2;
}
.cosmetic-inner-tab .lft {
    padding-left: 0;
}
	.article-nsg .image img {
    width: 100%;
    height: auto;
}
	body.fixpop {
    overflow: hidden;
}
	div#myModal_light {
    background-color: #fff;
}
	.nav-button em
	{
	display:none !important;
	} 

	.nav-button i
	{
	top:0px !important;
	opacity:1 !important;  
	}
	
	.nav-button:hover em
	{
	opacity:1;
	top: 1px !important;
	}

	
	.footer .ft-logo-text ul li a:hover .ghover {
    top: 0px !important;
}
.outer-ww {
    width: 100%;
}
	.pr-left-sec img {
    height: 100%;
}
	h2.outside-h {
    width: 100%;
    text-align: center;
    font-size: 19px;
       margin-bottom: 0;
}
	.og-1 .footer-section:nth-child(2) {
    margin-left: 3%;
    width: 86%;
}
body.nav-open .footer-menu.ftr-menu-mob.ms {
    display: none;
}
	.convert-accord .card-header h5 .ic.vv {
    background-color: #000;
    color: #fff;
    width: 15px;
    display: inline-block;
    line-height: 13px;
    text-align: center;
    vertical-align: text-bottom;
    height: 15px;
    margin-left: 5px;
}
.convert-accord .card-header {
    padding: 0 !important;
}
.convert-accord .card:last-child .card-header h5 {
    border: 0 !important;
}
h5.h-five.vv.vv-minus button {
    color: #fff !important;
}
.convert-accord .card-header h5.h-five.vv {
    border-bottom: 1px solid #acacac !important;
	padding: 7px 0;
}
.convert-accord .card-body p {
    color: #000;
    font-weight: 500;
    text-align: center;
}
.convert-accord .card-body {
    padding: 20px !important;
    border-bottom: 1px solid #acacac;
}
.inner-accord .card-header h5 button {
    color: #000 !important;
}
.inner-accord * {
    text-align: left !important;
}
.convert-accord .card-header h5.h-five.vv.vv-minus {
    border-bottom: 1px solid #e0c478 !important;
	position:relative;
}
.convert-accord .card-header h5.h-five.vv.vv-minus:before {
    position: absolute;
    content: '';
    width: 100%;
    height: 1px;
    background-color: #e0c478;
    top: 0;
}
i.heading-vtvt {
    font-style: normal;
    display: inline-block;
    position: static !important;
    min-width: 77px;
    margin: 0 !important;
    vertical-align: unset !important;
}
.inner-accord .card-body {
    padding-top: 0 !important;
    padding-right: 0 !important;
    padding-left: 38px !important;
}
h5.h-five.vv.vv-minus {
    background-color: #e0c478;
}
span.ic.vv.vv-minus {
    transform: rotate(-180deg);
    background-color: #fff !important;
    color: #e0c478 !important;
}

.convert-accord .card-header h5 button {
    color: #000 !important;
    font-size: 16px;
    font-weight: 500;
	width: 100%;
    text-align: center;
}

.convert-accord .card-header h5 {
    text-align: center;
}
	section.tp-tabs .ds {
    display: none !important;
}
	.abt-image:before {
    position: absolute;
    content: '';
    width: 100%;
    height: 3px;
    bottom: -33px;
    background-image: url(../img/small-gold-line.png);
    background-size: cover;
    background-repeat: no-repeat;
    margin-bottom: 30px;
}
	.pr-right-sec {
    width: 100%;
	padding: 0 15px;
	    margin-bottom: 15px;
}
.product-description {
    padding: 25px 0px 0;
}
.pr-right-sec p{
    font-size: 13px;
}
.pr-left-sec {
    margin: 8% auto;
    width: 100%;
  height: 220px;
}
.pr-right-sec h2 {
    font-size: 23px;
}  
.pr-right-sec p {
    text-align: center;
}
	.term-9 .tmt-single-mob-image:after {
    max-width: 30%;
}
.term-10 .tmt-single-mob-image:after {
    max-width: 26%;
}
.term-11 .tmt-single-mob-image:after , .term-13 .tmt-single-mob-image:after {
    max-width: 28%;  
}
section.marble.tmt .right-trt-menu {
    margin-bottom: 30px; 
}
	.tmt-single-mob-image {
    position: relative;
	margin-bottom: 30px;
	}
	.tmt-single-mob-image:after {
    position: absolute;
    content: '';
    max-width: 22%;
    right: 0;
    top: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background-image: url(../img/mira-marble.png);
    background-size: cover;
}
.tmt .left-mk-team p {
    display: block;
}
.ms.tmt-single-mob-image:before {
    position: absolute;
    content: '';
    width: 100%;
    height: 3px;
    bottom: -33px;
	background-image:url(../img/small-gold-line.png);
	    background-size: cover;
    background-repeat: no-repeat;
	    margin-bottom: 30px;
}
	.page-id-106 .left-mk-team.abt-mk .abt-text {
    order: 2;
    padding-top: 0;
}
	.mob-girl img {
    width: 100%;
}
.page-id-106 .left-mk-team.abt-mk .abt--corner-txt p {
    margin-bottom: 0;
}
.page-id-106 .left-mk-team.abt-mk .abt--corner-txt {
    padding-bottom: 0;
    max-width: 290px;
    margin: 0 auto;
}

.mob-girl {
    position: relative;
    bottom: 0;
    width: 100%;
    display: block;
	top: -75px;
}
	.nav-button:hover i {
    background-image: url(../img/menu.png);
}
.nav-button:hover i:before
{
	display:none;
}
.nav-open .nav-button i {
    background-image: none;
}
	div#wrapper-navbar {
    min-height: 106px;   
}
#hdr-tgl .header-social li a:hover .ghover {
    position: relative;
    top: 0;
}
#hdr-tgl .header-social li a:active .ghover {
    top: 0px;
}  
.footer-menu.ftr-menu-mob.ms.fxs {
    top: 0;
}
	section.we-offer {
    margin-top: 15px;
}
	#main-menu-ftr .dropdown-menu li {
	    padding-left: 20px !important;
}
div#n2-ss-3 .nextend-arrow {
       height: 180px !important;
    width: 50% !important;
    top: 0 !important;
}
div#n2-ss-3-arrow-previous img , div#n2-ss-3-arrow-next img {
    max-width: 16px !important;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}
div#n2-ss-3-arrow-next {
    text-align: right;
}
.n2-ss-slider .n2-ss-swipe-element>*, .n2-ss-slider>* {
    -webkit-tap-highlight-color: transparent !important;
}
.detail span a {
    color: #e0c478 !important;
}
.n2-ss-slider-1.n2-ss-swipe-element.n2-ow.n2-grab {
    max-height: 460px !important;
}
.header-social li a:hover
{
	text-decoration:none !important;
}
.footer-inner {
    padding: 0 0 0% 0%;
}
.nav-open .main-menu {
    z-index: 9999999;
    background-image: none;
  background-position: center bottom;
    background-size: 102%;
    background-repeat: no-repeat;
    background-color: #fff;
	min-height:100%;
    overflow-y: auto; 
	
}
.fixed-top.main-menu .flx-flx {
    display: flex;
    min-height: 100%;
    height: auto;
   
    flex-direction: column;
    display: -webkit-flex;
    -webkit-flex-direction: column;
 
  
}
.nav-open .main-menu .flx-flx .right-marble-mob {
    position: absolute;
    content: '';
    background-image: url(../img/mob-menu-bg.png);
    width: 100% !important;
    height: 100%;
    top: 0;
    bottom: 0;
    right: 0;
    background-position: center right;
  background-size: 100% 100% !important;
    background-repeat: no-repeat;
}
.nav-open .menu-main-menu-container , .nav-open .menu-new-primary-container {
    position: relative;
    z-index: 1;
}
div#hdr-tgl {
    position: absolute;
    width: 60%;
    background-color: #fff;
    padding: 8px;
    border: 1px solid #e0c478;
	    transition: none !important;
}
.left-contact ul li:last-child {
    border-bottom: 0;
}
.header-social li a i {
    color: #000;
    font-weight: 600;
    font-style: normal;
	    margin-left: 15px;
}
div#sch-appoint .contact-form {
   padding: 23px 14px 35px;
}
.s-app.head h2 {
    font-size: 24px;
}
.header-social li a {
   
    display: flex;
    align-items: center;
    display: -webkit-flex;
    -webkit-align-items: center;
}
.header-social li:nth-child(3) a i {
    white-space: nowrap;
}
ul.header-social {
    display: block;
}
.left-contact ul li {
    margin-right: 18px;
    width: 100%;
    border-bottom: 1px solid #e0c478;
    padding: 11px 10px;
}
	.main-logo {
    width: 21%;
}
	.left-contact.ms button:before 
	{
	background: #fff;
    content: "";
    height: 5px;
    position: absolute;
    width: 3px;
    margin: 0 auto;
    left: 0;
    right: 0;
    top: -5px;
}

	.left-contact.ms button:after 
	{
	background: #fff;
    content: "";
    height: 5px;
    position: absolute;
    width: 3px;
    margin: 0 auto;
    left: 0;
    right: 0;
    bottom: -5px;
}
.left-contact.ms button {
    border: 3px solid #dfc478;
    display: inline-block;
    position: relative;
    width: 45px;
    height: 45px;
    transition: 0.5s ease-in-out;
	padding: 2px
}	
.left-contact.ms button span {
    position: absolute;
    background-color: #000;
    color: #fff;
    top: -3px;
    bottom: -3px;
    right: -23px;
    width: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    display: -webkit-flex;
    -webkit-align-items: center;
    -webkit-justify-content: center;
    font-size: 18px;
}
	
	#main-menu-ftr .dropdown-menu li a {
    color: #b7b6b1 !important;
}
#main-menu-ftr li {
    width: 100%;
    text-align: left !important;
    background-color: #fff;
    padding-left: 13% !important;
    position: relative;
	flex-wrap: wrap;
}
ul#main-menu-ftr {
    padding-top: 15px;
    background-color: #fff;
}
#main-menu-ftr li.menu-item-has-children:before {
    position: absolute;
    content: 'v';
    color: #fff;
    width: 17px;
    height: 17px;
    background-color: #e0c478;
    text-align: center;
    line-height: 17px;
    left: 11%;
    top: 5px;
}
div#ftr-tgl {
      height: 100%;
    background-color: #fff;
    overflow-y: auto;
    padding-bottom: 30px;
}
.footer-menu {
    z-index: 99999999;
}
.footer-menu.ftr-menu-mob li a {
    display: inline-block;
    width: auto;
    text-align: left !important;
       margin-left: 18px;
}
.bf-af {
    width: 100%;
    height: 100%;
}
.single-trt-content {
    width: 90%;
    margin: 19px auto;
}
#main-menu-ftr .menu-item-has-children:hover ul {
    display: none !important;
}
#main-menu-ftr .menu-item-has-children ul.dropdown-menu.openmm {
    display: block !important;
	    width: 100%;
    border: 0;
	padding-bottom: 14px;
	position:relative !important;
	margin-top: 0;
    padding-top: 0;
	
}
#main-menu-ftr .menu-item-has-children ul.dropdown-menu.openmm li:before {
    visibility: hidden;
}
.footer-menu {
    display: none;
}
.footer-menu.ftr-menu-mob button span {
    background-color: #fff;
    display: inline-block;
    color: #e0c478;
     width: 17px;
    height: 17px;
    line-height: 16px;
    transform: rotate(-180deg);
}
.ftr-menu-mob .footer-menu ul li a {
    font-size: 20px;
}
.footer-menu ul li a {
    color: #e0c478;
    background: #ffffff;
    font-size: 20px;

}
.footer-menu.ftr-menu-mob button {
    width: 100%;
    background-color: #e0c478;
    color: #fff;
    border: 0;
    padding: 8px;
	font-size: 20px;
}
	.footer-section h3 {
    font-size: 22px;
    margin-bottom: 22px;
    font-weight: normal;
}
.icon img {
    width: 100%;
    max-width: 100%;
}
.ft-logo-text li a {
    font-size: 34px;
    line-height: 46px;
    width: 45px;
    height: 45px;
}
.detail.dctec {
    margin-bottom: 20px;
}
.contact-form {
    padding: 30px 10px;
}

.detail span {
    font-size: 16px;
}
.lgr-menu li a {
    font-size: 17px;
	font-weight: 500;
}
.lgr-menu li.menu-item-has-children .sub-menu a {
    font-size: 16px !important;
	font-weight: 400;
}
.facility_text:before {
    max-width: 264px;
    margin-left: -164px;
}
.mira-text h2 {
    text-transform: uppercase;
}
section.contact_mira {
    padding:0;
}
.image-slider {
    padding: 45px 45px 0px 45px;
    width: 100%;
}
.lgr-menu .widget_nav_menu {
    width: 100%;
}
.mira-image.ms {
    width: 90%;
    margin: 0 auto 8px;
}
.ms {
    display: block;
}

.ds {
    display: none;
}
.sld-p.some-left {
    margin-left: 0 !important;
}
.itr-list {
    padding-left: 0 !important;
}
.main-sld:after {
    display: none;
}
section.we-offer .kaga-video {
    margin: 0 -15px;
}
.we-offer-vid {
    padding: 0px 0% 0% 0%;
}
section.our_facility {
    margin-top: -9px;
	background-size: 100% 61.5%;
}
	.gal-slider-text {
    width: 100%;
	margin-top:20px;
	padding-right:0px;
	    text-align: center;
}
.outer-ww .gal-slider-text {
    left: 0;
    padding-right: 0;
    width: 100% !important;
}
.nav-open a.nav-button {
    position: fixed;
    top: 6px;
    right: -10px;
    margin: 0 !important;
    z-index: 99999999;
} 
ul#main-menu li#menu-item-358 ul li , ul#main-menu li#menu-item-578 ul li {
    width: 100%;
}
ul#main-menu {
    margin: 0px 0 0 auto;
}
.fixed-top.main-menu .p-5 {
    padding: 15px 0px 0 80px !important;
}
.skin-cel .right-skin-text {
    width: 100%;
}
section.tp-tabs li {
    width: 50% !important;
    flex-basis: 50% !important;
}
.tp-tabs-inner p {
    max-width: 100%;
}
.ninja-box {
    width: 100%;
}
.ninja-address {
    width: 75%;
    margin-top: 33px;
}
.gallery-image-slider {
    width: 100%;
}
.right-gallery-slider .slick-next  {
    right: -25px;
	top: 42%;
}
.right-gallery-slider .slick-prev {
    left: -25px;
    top: 42%;
}
	.main-sld {
    position: relative;
}
.sld-gap {
    display: none;
}
	.lif {
    max-height: 180px !important;
    height: 100%;
    background-size: cover !important;
}
.header-gap {
    height: 10px;
}
.home .header-gap {
    height: 10px;
}
	.abt-image {
    min-height: 460px;
    width: 100%;
}
.abt-text {
    width: 100%;
    padding: 20px;
}
.abt-text p {
    font-size: 16px;
}
.pg-heading h2 {
    text-align: center;
}
.pg-heading {
    min-height: 110px;
    margin-top: 20px;
}
	section.marble.skin-cel .left-mk-team video {
    width: 100%;
}
.left-mk-team {
    max-width: 100%;
}
.right-skin-text p {
    font-size: 16px;
}
	.right-gallery-slider {
    max-width: 80%;
    position: static;
    margin: 20px auto;
}
.gallery-image {
    max-width: 100%;
}
.left-mk-team.gal-mk {
    max-width: 100%;
}

	.right-skin-text {
    width: 100%;
    position: static;
    right: 0;
    z-index: 1;
    margin-top: 15px;
    padding: 15px;
}
.new-treat .bf-af-new .twenty20 {
    width: 100% !important;
    margin: 0 0 15px !important;
}
	.tmt .left-mk-team {
    max-width: 100%;
}
	.members-image {
    width: 100%;
}
.right-trt-menu {
    position: relative;
    z-index: 1;
    width: 85%;
    margin: 10px auto;
    border-top: 1px solid #ededed;
    padding-top: 16px;
	    transform: none;
}
.page-template-gallery .right-trt-menu {
    width: 85%;
    top: 0 !important;
}
div#wrapper-navbar {
    position: fixed;
	top:0px;
}
div#wrapper-navbar.darkHeader
{
	position:fixed;
}
section.marble:after {
 display:none;
}

.abt-image:after {
       position: absolute;
    content: '';
    max-width: 41%;
    right: 0;
    top: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background-image: url(../img/mira-marble.png);
    background-size: cover;
}
.abt-image {
    position: relative;
}
.home div#wrapper-navbar:after {
    top: 104px;
	opacity:0;
	transition:none;
}

.home div#wrapper-navbar.darkHeader:after {
	opacity:1;
}
div#wrapper-navbar:after {
    top: 104px;
}
.darkHeader#wrapper-navbar:after {
    top: 104px !important; 
}

.members-content {
    width: 100%;
    padding: 20px !important;
}
	.image-slider .slick-slide img {
    width: 100%;
}
.facility_text {
    width: 100%;
}

.fct-inner {
    padding: 25px 0 25px 0%;
    text-align: center;
}
.mira-image {
    width: 100%;
    min-height: 500px;
}
.mira-text {
    width: 100%;
}
.mira-text p {
    padding: 0 10px;
}

.right-social .header-social {
    display: none;
}
.right-social, .left-contact {
    margin-top: 18px;
    float: right;
    width: 36%;
}
.og-1 {
    padding-right: 15px !important;
}
.lgl-menu .footer-section {
    width: 97%;
    margin-bottom: 20px;
}
.icon img {
    width: 100%;
    max-width: 30px;
}
ul#main-menu li a:hover {
    padding-left: 0;
}
ul#main-menu li a:before {
    visibility: hidden;
}
ul#main-menu li.menu-item-has-children a:before {
    visibility: visible;
}
.main-menu .nav li a

{
	transition:none;
}

.main-menu .nav li.menu-item-has-children a , ul#main-menu li a:before

{
	transition:all 0s;
}

ul#main-menu li.menu-item-has-children a:hover {
    padding-left: 0px;
	    color: #000;
    font-weight: normal
}
ul#main-menu li a:hover:before {
    width: 0px;
	visibility:hidden;
}

 /*  ul#main-menu li.menu-item-has-children a.hvr-oppo {
    padding-left: 10px;
	color: #e0c478; 
    font-weight: 600 
} */
ul#main-menu li.menu-item-has-children.show>a {
    padding-left: 10px;
	    font-weight: 600;
} 
/*ul#main-menu li a.hvr-oppo:before {
    width: 9px;
	visibility:visible;
} */

ul#main-menu li.show>a:before {
    width: 9px;
    visibility: visible;
}

ul#main-menu .menu-item-has-children .dropdown-menu {
    padding-left: 10px;
}




.main-menu .nav li a {
    font-size: 14px;
}
li#menu-item-578 ul.dropdown-menu li {
    width: 100%;
    display: inline-block;
    margin-bottom: 2px;
    margin-top: 4px;
}
ul#main-menu li {
    margin-bottom: 10px;
	    padding-bottom: 0;
}
li#menu-item-465 ul li {
    width: 100%;
    display: inline-block;
}
ul#main-menu .menu-item-has-children.show ul li a {
    color: #000 !important;
}

/* #main-menu .menu-item-has-children:hover ul {
    display: none !important;
} 
#main-menu li ul.dropdown-menu
{
	display:none !important
} 
#main-menu li ul.dropdown-menu.menu-oppo
{
	display:block !important
} */
.sld-p.sub-hd.sld-neg-margin {
    margin-top: -15px !important;
    margin-bottom: -11px !important;
}
.modal-video-body {
    margin-top: 0;
}
.s-app.head p {
    font-size: 14px;
    margin-bottom: 18px !important;
}
.close_box {
    font-size: 23px;
    top: 15px;
}
div#sch-appoint label {
    font-size: 15px;
}
div#sch-appoint .label-above .nf-field-label {
    margin-bottom: 0px;
}
#sch-appoint #nf-field-18 {
    padding: 8px !important;
    font-size: 20px;
}
span.f-v-oppo {
    transform: rotate(0deg) !important;
}
div#ftr-tgl {
    transition: none !important;
}
#main-menu-ftr li.menu-item-has-children.mci-open:before {
    transform: rotate(-180deg);
}
.we-offer .title {
    max-width: 312px;
    margin-left: auto;
    margin-right: auto;
}
	.skin-cel .right-skin-text {
    margin-right: 0;
}
.skin-cel .right-skin-text p {
    text-align: center;
}
.product-description {
	min-height:100%;
	height:auto;
	flex-direction: column;
	 
}
.proc-dec-modal-outer .close_box {
    position: absolute;
}
.product-description:after {
    position: absolute;
    content: '';
    width: 100%;
        background-image: url(../img/gold-border.png);
    height: 8px;
    background-size: cover;
    background-color: red;
    left: 0;
    right: 0;
    width: 100%;
    bottom: 0;
	display:none;
}
.btm-golden-pro
{
	    background-image: url(../img/gold-border.png);
    height: 8px;
    background-size: cover;
    overflow: hidden;
    margin-top: auto;
	width: 100vw;
	align-self: flex-end;
}
.proc-dec-modal-outer .modal-video-body:after {
    visibility: hidden;
}
.tp-tabs-inner h5 {
    font-size: 20px;
    text-align: center;
}
.convert-accord .slick-arrow {
    color: transparent !important;
}
.convert-accord .tp-slider-image {
    margin-top: 25px;
}
.page-id-15 .convert-accord i.heading-vtvt {
    min-width: 143px;
}
.single-treatment .bf-af {
    order: 2;
}
.single-treatment .single-trt-content {
    text-align: center;
}
ul.new-acdaccordion li {
    width: 100% !important;
    display: block !important;
}
.new-acd-inner {
    display: none;
}
span.new-acd i {
    font-size: 26px;
    vertical-align: middle;
    margin-right: 7px;
}

span.new-acd {
    font-weight: 500;
    margin: 7px 0 19px;
    display: block;
}
span.new-acd i.fa-plus {
    color: #e0c478;
}
.new-acd-inner p {
    text-align: left !important;
    margin-left: 30px;
    margin-bottom: 22px;
}
.bg-ro {
    background-color: #ffffff;
}
.page-id-912 i.heading-vtvt {
    min-width: 115px;
}
.page-id-912 .convert-accord .card-header h5.h-five
{
	margin:0px;
}
body
{
	margin-top:100px !important;
	
}
body.nav-open {
    max-height: 100vh;
    overflow: hidden; 
	position:fixed;
	-webkit-overflow-scrolling: touch;
	
}
.nav-open .main-menu
{
	height:100vh;
	overflow-y:auto
}
.n2-section-smartslider {
    display: block;
}
body.nav-open .n2-section-smartslider {
    display: none;
}
.nav-open .main-menu .nav li {
    transition: none !important;
	    animation: none !important;
}

.darkHeader #l-logo {
    opacity: 1;
    height: auto;
    overflow: unset;
}
#l-logo {
    transition: all 0s;
}
#s-logo {
    display: none;
}
.pg-heading {
    margin-top: 0px; 
}
.proc-dec-modal-outer {
    z-index: 999999999;
}.proc-dec-modal-outer .modal-video-body {
   height:100%;
}
.term-body-treatments .right-trt-menu li a:hover {
    padding-left: 0;
    color: #000;
	font-weight:500;
}
.term-body-treatments .right-trt-menu li a:before {
   display:none;
}
.fix-pop
{
	overflow:hidden; 
	position:fixed;
	width:100%;
}

.fix-pop .footer-menu
{
	display:none;
}
body.fix-pop * {
    visibility: hidden !important;
}
body.fix-pop div#myModal_light {
    visibility: visible !important;
}
body.fix-pop div#myModal_light * {
    opacity: 1 !important;
    visibility: visible !important;
}
#myModal_light input#nf-field-hp-3 {
    border: 0 !important;
}
.n-l-forms .nf-cell {
    width: 100% !important;
}
.b-lft-hide {
    border-left: 1px solid #a9a9a9 !important;
    border-top: none !important;
}
.diagnose-center {
    border-top: 0 solid #fff;
}
.chld-bd .list-checkbox-wrap .nf-field-element li:nth-child(4) {
    border-left: none;
}

.chld-bd .list-checkbox-wrap .nf-field-element li:nth-child(3), .chld-bd .list-checkbox-wrap .nf-field-element li:nth-child(5) {
    border-left: 1px solid #a9a9a9;
}
.n-l-forms .cs-radio.two-times .nf-field-label {
    margin-bottom: 0;
}
.n-l-forms .cs-radio.two-times .nf-field-label {
    width: 100%;
    margin-right: 0 !important;
    border-right: none;
}
.chld-bd .list-checkbox-wrap .nf-field-element li {
    border-left: none;
    border-right: none;
}
.n-l-forms .cs-radio.tripple ul li {
    width: 100%;
}
.chld-bd .list-checkbox-wrap .nf-field-element li:nth-child(3), .chld-bd .list-checkbox-wrap .nf-field-element li:nth-child(5) {
    border-left: none;
}
.chld-bd .list-checkbox-wrap .nf-field-element li:nth-child(1){
    border-left: none;
}
.chld-bd {
    border: 1px solid #a9a9a9 !important;
}
.tripple.chld-bd ul li:last-child {
    border-bottom: none;
}
.mb-b {
    border-bottom: 1px solid #a9a9a9 !important;
}
.b-rt-hide {
    border-right: 1px solid #a9a9a9;
}
.two-clm .list-radio-wrap .nf-field-element li {
    border: none;
    border-bottom: 1px solid #a9a9a9;
}

.aest-img-mb {
    display: block;
    max-width: 100% !important;
}
.aesthetic-main .left-mk-team {
    background-image: none !important;
}
.aest-content {
    width: 100%;
    margin-top: 0;
}
.aest-content .both-ul>div {
    width: 100%;
}
.aest-content p:first-child {
    padding-right: 0px;
}

.dnd-desk {
    display: none;
}

.dnd-mob {
    display: block;
}


}

@media screen and (min-width:768px) and (max-width:1170px)

{
	.home .header-gap {
    height: 147px;
}
}

@media only screen and (max-width:520px){
.right-gallery-slider .slick-prev {
    top: 36%;
}
.right-gallery-slider .slick-next  {
    top: 36%;
}

}
@media only screen and (max-width:480px){
.right-gallery-slider .slick-prev {
    top: 32%;
}
.right-gallery-slider .slick-next  {
    top: 32%;
}
}
@media only screen and (max-width:360px){
.right-gallery-slider .slick-prev {
    top: 25%;
}
.right-gallery-slider .slick-next  {
    top: 25%;
}
}






/* New Forms Edits neuro */
div#nf-field-6019-container {
    display: none;
}


div#nf-field-6018-container {
    display: none;
}

div#nf-field-2936-container {
    display: none;
}

div#nf-field-3032-container {
    display: none;
}

div#nf-field-2938-container {
    display: none;
}


/* Laser */
div#nf-field-6022-wrap {
    margin-bottom: 0;
    text-align: center;
}

div#nf-field-6022-wrap p {
    margin: 0;
}
label#nf-label-field-6006 {
    margin: 0 !important;
 
}


div#nf-field-6010-container {
    display: none;
}

div#nf-field-6020-container {
    display: none;
}

div#nf-field-6011-container {
    display: none;
}

div#nf-field-6012-container {
    display: none;
}

div#nf-field-6013-container {
    display: none;
}

div#nf-field-6014-container {
    display: none;
}

div#nf-field-6015-container {
    display: none;
}

div#nf-field-6016-container {
    display: none;
}
div#nf-field-6121-container {
    display: none;
}
.ultra-laser .nf-row:nth-child(5) {
    display: none;
}

/* limelight */
.chest-bdr input {
    border: 1px solid #000;
    padding: 6px;
}
.saltos {
    text-align: center;
	border-top: 1px solid #000;
    border-left: 1px solid #000;
}

.saltos p {
    margin: 0;
    height: 70px;
    display: flex;
    align-items: center;
    justify-content: center;
	    font-weight: 600;
}
.lime-light-form .nf-row:nth-child(3) .nf-cell {
    padding: 0 !important;
}
.saltos.slt-right {
    border-right: 1px solid;
}
div#nf-field-6074-container p {
    height: auto !important;
    padding: 6px;
}


div#nf-field-6075-container p {
    height: auto;
    padding: 6px;
    border-bottom: 1px solid;
}
.lime-light-form .nf-row:nth-child(3) .nf-input-limit {
    margin: 0;
}
.blor-l input {
    border-bottom: 0;
}
.blor-r input {
    border-bottom: 0;
    border-right: 0;
}
.blor-o-r input {
    border-right: 0;
}
.lime-light-form .nf-row:nth-child(3) {
    margin-top: 30px;
    padding-left: 6px;
    margin-bottom: 10px;
}
.lime-light-form .nf-row:nth-child(3) .nf-cell {
    width: 12.4444% !important;
}

/* Bccc Form */
.kia-fields-btm {
    border-bottom: 1px solid;
}
.kia-fields input {
	 border: 1px solid;
    border-bottom: 0;
    margin-bottom: -5px !important;
    border-left: 0;
	
    padding: 12px;
}
.kia-left p {
    margin: 0;
}
.kia-left {
    border: 1px solid #000;
    padding: 9.5px;
}
.kia-btm {
    border-bottom: 0;
}
.bccf-form .nf-row:nth-child(3) .nf-cell {
    padding: 0;
}
.cell-test-center p {
    text-align: center;
}
.cell-test-left label {
    margin: 0 !important;
}
.bccf-form .nf-row:nth-child(3) {
    padding: 0 6px;
    margin: 25px 0 0px;
}

/* phpto-video-form */
.pro-nox-form .cs-radio li {
    display: block;
    width: 100%;
}
.pro-nox-form .cs-radio ul li label:before {
    border-radius: 0;
}
div#nf-field-6238-wrap .nf-field-label {
    margin-left: -70px;
}

div#nf-field-6238-wrap .nf-field-label label {
    margin-top: 0 !important;
}

div#nf-field-6239-container {
    margin-left: -60px;
    margin-top: 20px;
}

div#nf-field-6238-container {
    margin-top: 30px;
}

div#nf-field-6225-container {
    display: none;
}

/* Micronedling form */
.micro-fields p {
    margin: 0;
    border: 1px solid #000;
    padding: 9px;
    height: 69px;
    text-align: center;
    border-left: 0;
    margin-bottom: -5px;
}

.micro-fields input {border: 1px solid #000;padding: 8px;margin-bottom: -5px !important;border-top: 0;border-left: 0;}

.micro-left {border: 1px solid #000;padding: 5.5px 6px;}

.micro-left p {
    margin: 0;
}

.micro-left.micro-btm {
    border-bottom: 0;
}
.micro-top-left {
    height: 68px;
}
.micro-area-treated .nf-field-label {
    width: 9% !important;
    padding-right: 0 !important;
    margin: 0 !important;
}

.micro-area-treated .nf-field-label label {
    margin: 0 !important;
}

.micro-area-treated .nf-field-element {
    width: 91% !important;
}

.micro-area-treated input {
    padding: 8px;
    border: 0;
}

.micro-area-treated {
    border: 1px solid #000;
    border-top: 0;
    margin: 0 2px 0 1px;
}    
.micro-leading-form .nf-row:nth-child(3), .micro-leading-form .nf-row:nth-child(4) {
    display: none;
}










ul.gcf-buttons li a {
    color: #fff;
    text-transform: uppercase;
    background-color: #e0c478;
    padding: 7px 23px;
    max-width: 233px;
    width: 100%;
    display: inline-block;
    text-align: center;
    font-size: 20px;
    margin: 0;
    position: relative;
}

ul.gcf-buttons {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
	    margin: 0;
}

ul.gcf-buttons li a:after {
    position: absolute !important;
    content: '' !important;
    background-image: url(../img/sdo.png);
    width: 100%;
    height: 100%;
    top: 12px;
    right: 0;
    left: 0;
    bottom: 0;
    padding: 0;
    background-size: 100% 100%;
    z-index: -1;
    opacity: 0;
}

ul.gcf-buttons li a:hover:after {
    opacity: 1;
    text-decoration: none;
}

ul.gcf-buttons li a:hover {
    text-decoration: none;
}
section.gcf-forms h3 {
    font-size: 20px;
    margin: 0;
}

section.gcf-forms {
    margin: 50px 0 150px;
}
section.gcf-forms .row {
    margin: 40px 0;
}



li#wp-megamenu-item-4028 > .wp-megamenu-sub-menu {
    width: 800px !important;
}

@media screen and (max-width:767px)
{
	ul.gcf-buttons li {
    margin: 15px 0;
}
}