/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ Reset css ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */

@font-face{ font-family:neuropolitical; src:url(../fonts/neuropolitical.html);}
@font-face{ font-family:LithosProRegular; src:url(../fonts/LithosProRegular.html);}
@font-face{ font-family:LithosProBold; src:url(../fonts/LithosProBold.html);}
@font-face{ font-family:SCRIPTBL; src:url(../fonts/SCRIPTBL.html);}
@font-face{ font-family:latha; src:url(../fonts/latha.ttf);}
@font-face{ font-family:SaiIndira; src:url(../fonts/SaiIndira.ttf);}
@font-face{ font-family:ji-pierce; src:url(../fonts/ji-pierce.ttf);}
*{
 
 box-sizing: border-box;
}

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
 border: 0;
 font-family: 'Roboto', sans-serif;
 font-size: 100%;
 font-style: inherit;
 font-weight: inherit;
 margin: 0;
 outline: 0;
 padding: 0;
 vertical-align: baseline;
}
html {
 -webkit-text-size-adjust: none;
}

::-webkit-scrollbar {
width: 5px;
height: 5px;
background-color: transparent;
-webkit-box-shadow: 2px 3px 5px 0px rgba(0, 0, 0, 0.30);
box-shadow: 2px 3px 5px 0px rgba(0, 0, 0, 0.30);
}
::-webkit-scrollbar-thumb {
background: hsl(2, 100%, 28%);
}

::-webkit-scrollbar-thumb {
border-radius: 2px;
-webkit-box-shadow: 2px 3px 5px 0px rgba(0, 0, 0, 0.30);
box-shadow: 2px 3px 5px 0px rgba(0, 0, 0, 0.30);
}
::-webkit-scrollbar-track {
background-color: rgba(38, 50, 56, .1);
-webkit-box-shadow: 2px 3px 5px 0px rgba(0, 0, 0, 0.30);
-moz-box-shadow: 2px 3px 5px 0px rgba(0, 0, 0, 0.30);
}

/* 
---------------------------------------------
global styles
--------------------------------------------- 
*/
::selection {
 background: #4886FF;
 color: #fff;
}

::-moz-selection {
background: #4886FF;
color: #fff;
}
:focus {
 outline: 0;
}
table {
 border-collapse: separate;
 border-spacing: 0;
}
caption, th, td {
 font-weight: normal;
 text-align: left;
}
a img {
 border: 0;
}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
 display: block;
}
embed, iframe, object {
 max-width: 100%;
}
/* Horizontal Line */
hr {
 border-color: #eaeaea;
 border-style: solid none none;
 border-width: 1px 0 0;
 height: 0;
 margin: 0 0 0px;
}
body {
 color: #666666;
 font-size: 14px;
 line-height: normal;
 word-wrap: break-wbannerord;
 background: #fff;
 margin: 0 auto;
 -webkit-font-smoothing: antialiased;
 -moz-osx-font-smoothing: grayscale;
 height: 100%;
}
/* Text elements */

h1, h2, h3, h4, h5, h6 {
 margin: 0px 0px 20px 0px;
 padding: 0px;
 font-weight: normal;
 line-height: normal;
}
h1 {
 font-size: 34px;
}
h2 {
 font-size: 34px;
}
h3 {
 font-size: 30px;
}
h4 {
 font-size: 24px;
}
h5 {
 font-size: 18px;
}
h6 {
 font-size: 16px;
}
p {
 font-family: 'Roboto', sans-serif;
 font-size: 16px;
 line-height: 1.625;
 letter-spacing: 0;
color:#666;
}
/* Links */
a {
 color: #000;
 text-decoration: none;
}
a:hover, a:focus, a:active {
 text-decoration: none;
 color: #666;
}
img {
 max-width: 100%;
 height: auto;
 vertical-align: middle;
}
ol, ul {
 margin: 0;
 /*padding: 0px 0px 10px 30px;*/
 list-style: none;
}
strong {
 font-weight: 700;
}
/* Forms */
input, textarea {
 -webkit-border-radius: 0px;
}
input[type="text"], input[type="email"], input[type="search"], input[type="password"], input[type="reset"], input[type="button"], input[type="submit"], textarea {
 -webkit-appearance: none !important;
 appearance: none !important;
}
input[type="text"], input[type="email"], input[type="password"], textarea, select {
 padding: 5px 10px;
 border: 1px solid #cccccc;
 line-height: 20px;
 width: 100%;
 margin: 0 0 10px;
 background-color: #fff;
 -webkit-border-radius: 0px;
 -moz-border-radius: 0px;
 border-radius: 0px;
 min-height: 40px;
 font-family: 'Roboto', sans-serif;
 font-size: 16px;
 color: #666;
}
input[type="reset"], input[type="button"], input[type="submit"] {
 background: #d75811;
 border: none;
 color: #fff;
 display: inline-block;
 min-height: 40px;
 margin: 0px;
 padding: 5px 16px;
 cursor: pointer;
 font-family: 'Roboto', sans-serif;
 font-size: 16px;
 transition: linear 0.3s all;
 -webkit-transition: linear 0.3s all;
}
input[type="reset"]:hover, input[type="button"]:hover, input[type="submit"]:hover {
 background: #978865;
}
textarea {
 height: 75px;
 resize: none;
}
cite, em, i {
 font-style: italic;
}
pre {
 background-color: #fff;
 margin-bottom: 20px;
 overflow: auto;
 padding: 20px;
}
pre, code, kbd {
 font-family: 'poppinsregular';
 font-size: 14px;
 line-height: 19px;
 background-color: #F9F9F9;
}
abbr, acronym, dfn {
 border-bottom: 1px dotted #666;
 cursor: help;
}
address {
 display: block;
 margin: 0 0 1.625em;
}
ins {
 background: #fff9c0;
}
/* Superscript and Subscript */
sup, sub {
 font-size: 10px;
 height: 0;
 line-height: 1;
 position: relative;
 vertical-align: baseline;
}
sup {
 bottom: 1ex;
}
sub {
 top: .5ex;
}
figure {
 margin: 0;
 text-align: center;
}
img.alignleft, img.alignright, img.aligncenter {
 margin-bottom: 1.625em;
}
/* clearfix hack */
.clearfix:after {
 visibility: hidden;
 display: block;
 font-size: 0;
 content: " ";
 clear: both;
 height: 0;
}
.clearfix {
 display: inline-block;
 width: 100%;
}
/* start commented backslash hack \*/
* html .clearfix {
 height: 1%;
}

/* close commented backslash hack */
.clearfix-third, .clear {
 clear: both;
}
.fl {
 float: left
}
.fr {
 float: right
}
.rel {
 position: relative
}
.txtc {
 text-align: center
}
.txtl {
 text-align: left
}
.txtr {
 text-align: right
}
.upper {
 text-transform: uppercase;
}
.lower {
 text-transform: lowercase;
}
.capital {
 text-transform: capitalize;
}
*, *:before, *:after {
 -webkit-box-sizing: border-box;
 -moz-box-sizing: border-box;
 box-sizing: border-box;
}
.container {
 max-width: 1200px;
 padding: 0 20px;
 margin: 0 auto;
}
.btn {
 border: 1px solid #f7776e;
 padding: 15px 15px;
 min-width: 155px;
 display: inline-block;
 text-align: center;
 font-size: 13px;
 border-radius: 3px;
 margin-top: 10px;
 transition: all 0.3s;
 color: rgba(255,255,255,1);
 -webkit-transition: all 0.3s;
 -moz-transition: all 0.3s;
 -o-transition: all 0.3s;
 position: relative;
 color: #f7776e;
 overflow: hidden;
}
.btn::before, .btn::after {
 content: '';
 position: absolute;
 top: 0;
 left: 0;
 width: 100%;
 height: 100%;
 z-index: 1;
 background-color: rgba(255,255,255,0.25);
 -webkit-transition: all 0.3s;
 -moz-transition: all 0.3s;
 -o-transition: all 0.3s;
 transition: all 0.3s;
 -webkit-transform: translate(-100%, 0);
 transform: translate(-100%, 0);
 -webkit-transition-timing-function: cubic-bezier(0.75, 0, 0.125, 1);
 transition-timing-function: cubic-bezier(0.75, 0, 0.125, 1);
}
.btn:hover {
 background: #f7776e;
 color: #fff;
 border: 0px solid transparent;
}
.btn::after {
 -webkit-transition-delay: 0.2s; /* Safari */
 transition-delay: 0.2s;
}
.btn:hover::before, .btn:hover::after {
 -webkit-transform: translate(0, 0);
 transform: translate(0, 0);
}
.mg_tp150 {
 margin-top: 150px;
}
.mg_tp50 {
 margin-top: 50px;
}
/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
/*****************TOP HEADER***********************/

.top-header-one {
background-color: #d75811;
padding: 5px 0;
}

.top-head-one-lt a{
font-size: 14px;
display: inline-block;
color: #fff; 
}
.top-head-one-lt i, .top-head-one-rt i{
 width: 30px;
 height: 30px;
 line-height: 30px;
 text-align: center;
 background-color: #fff;
 border-radius: 30px;
 color:#8e0400;
}
.top-head-one-lt p, .address-1{
 float: left;
 margin-left: 10px;
 color:#fff;
     font-size: 14px;
}
.address-1 a{
    color:#fff;
}
/*****************TOP HEADER ENDS***********************/
/*****************HEADER START***********************/
.top-header {
padding: 5px 0;
}
.res_menu a, .whatsapp a{
    color: #000;
    font-size: 18px;
}
.res_menu{
padding: 5px;
display: none;
}
.whatsapp {
 display: none;
 position: absolute;
 right:70px;
}
.whatsapp a i{background:#25D366;color:#fff;border-radius:50%;font-size: 25px;width: 30px;height: 30px;line-height: 30px;}

.res_menu a i {
background: #fff;
    padding: 10px;
   color: rgb(142, 4, 0);
}
.top-header i{
 width: 30px;
 height: 30px;
 line-height: 30px;
 text-align: center;
 background-color: #fff;
 border-radius: 30px;
 color: #0082c6;
}
.top-head-rgt {
 float: right;
color: #092f87;
}
.top-head-rgt a{
 display: inline-block;
 color:#fff;
}
.top-head-rgt p{
 float: left;
 margin-left: 10px;
 margin-right:10px;
}
.logo{
color: #fff;
margin-bottom: 5px;
}
.logo img{
vertical-align: middle;
top: 0px;
 z-index: 1;
}
.header{
width:100%;
/*position:absolute;
z-index:1;*/
padding: 10px 0;
/*background-color: rgb(185, 5, 0);*/
background-color: rgb(142, 4, 0);
}
.menu {
/*margin-top: 15px;*/
 margin: 20px 0;
}
.menu-list li{
display: inline-block;
}
.menu-list li a {
display: inline-block;
color:#fff;
font-size:14px;
font-weight: 500;
padding: 10px 20px;
}
/*.menu-list li:last-child a{
 padding-right: 0;
}*/
.menu-list li a i {
 font-size: 20px;
 width: 50px;
 height: 50px;
 text-align: center;
 background-color: #fbbc12;
 line-height: 50px;
 border-radius: 50px;
 }
.menu-list li a:hover, .menu li a.active {
    color: #fff;;
 background:#d75811;
 border-radius:5px;
}
.appointment-one li{
     padding-bottom:24px;
}
.appointment li{
 width: 100%;
 display: inline-block;
 text-align: center;
 border-bottom: 1px solid rgb(232, 131, 128);
}
.appointment li:last-child{
 border-bottom: 0;
}
.appointment p{
margin-top: 8px;
color: #000;
font-weight: 500;
font-size: 11px;
 line-height: 13px;
}
.side-bar-one{
position: absolute;
top: 25%;
width: 350px;
z-index: 1;
left: 7%;
}
.side-bar-one img{
background: #fff;
border-radius:50%;
}
.side-bar-one a{
 color:#fff;
 font-size:20px; 
 padding-left:10px;
}
.side-bar{
position: absolute;
top: 48%;
right:0;
z-index: 1;
width: 95px;
background: #fff;
border-radius:15px 0 0 15px; 
}
.side-bar img{
width:30px;
height:30px;
display: block;
margin: 0 auto; 
}
.side-bar a{
color: #000;
padding: 10px;
font-size: 14px;
border-radius: 10px 10px 0 0px;
display: inline-block; 
}
/*****************HEADER ENDS***********************/
.tips{
width:100%;
display: inline-block;
}
.health-text{
text-align: center;
background:#8e0400;  
width: 30%;
 height:70px; 
}
.health-text p{
font-size:28px; 
color:#fff;
margin:13px 0;
font-family: ji-pierce; 
}
.health-pic{
background: #f4f4f4;
width:70%;
height:70px;  
text-align: center; 
}
marquee{
margin:18px  0 0 0;
font-size:16px; 
color:#000;
}
marquee img{
 padding-left:20px;
}
/*****************BANNER STARTS***********************/
.banner{
width:100%;
/*height:100vh;*/
/*background-image: url(../images/banner-1.jpg);
background-size: cover;
background-repeat: no-repeat;*/
 position: relative;
z-index: 0; 
overflow: hidden;
}
.banner .item{
 position: relative;
 z-index: 0;
}
.banner .item::before{
 content: "";
 position: absolute;
 top: 0;
 left: 0;
 right: 0;
 bottom: 0;
z-index: 1;
}
.banner .item img{
/* height: 120vh;*/
 width: 100%;
}
.banner .item .cont{
 position: absolute;
 top: 85%;
 left: 0;
 right: 0;
 margin: 0 auto;
 text-align: center;
 z-index: 2;
}
.cont-tit{
font-weight: 600;
font-family: 'SCRIPTBL';
font-size: 36px;
color: #000 !important;
margin-left:50px; 
}
.cont-tit-one{
font-weight: 600;
font-size: 25px;
text-transform: uppercase;
color: #000 !important;
margin-left:50px; 
}
.cont a{
color: #fff;
text-transform: uppercase;
border-radius: 30px;
background-color: #FBBC12;
padding: 15px 30px;
display: inline-block;
}
.leaf-left{
position: absolute;
bottom:-200px;
left:0;
z-index: 1;  
}
.leaf-right{
position: absolute; 
right:0;
bottom:-200px;
z-index: 1; 
}
.banner-inner{
padding-top: 50px;
text-align: center;
padding-bottom: 50px;
}

.banner-inner img{
  height: 50vh;
}
.brochure_in img{
    width:100%;
    height:inherit;
}
/*****************BANNER ENDS***********************/
/*****************ABOUT STARTS***********************/
.about{
width:100%;
display: inline-block;
position: relative;
padding:90px 0px 50px 0;
background:url(../images/transparent.png)center 88px;
background-repeat: no-repeat;
text-align: center;
 z-index: 0;
}
.about::before{
 content: "";
 position: absolute;
 top: 0;
 left: 0;
 right: 0;
 bottom: 0;
 background-image: url(../images/bg.jpg);
 background-size: cover;
 opacity: 0.3;
 display: block !important;
 z-index: -1;
}
.about-in{
width:100%;
display: inline-block;
position: relative;
padding: inherit;
background:url(../images/transparent.png)center 15px;
background-repeat: no-repeat;
text-align: center;
}
.title-txt{
padding: 30px 0px 0px 0px;
 text-align: center;
}
.title-txt h1{
font-size: 20px;
color: #000;
margin-bottom: 15px;
text-transform: uppercase;
}
.title-txt h2{
font-size: 30px;
font-family: ji-pierce;
font-weight:600;
color: #8e0400;
text-transform: uppercase;
position: relative;
 letter-spacing:7px; 
}
.title-txt h2::before{
content: '';
height: 55px;
width: 55px; 
position: absolute;
background-image: url(../images/left-1.png) ;
 background-repeat: no-repeat;
z-index:1; 
left:22%; 

}
.title-txt h2::after{
content: '';
height: 55px;
width: 55px; 
position: absolute;
background-image: url(../images/right-1.png);
background-repeat: no-repeat; 
z-index:1; 
right:22%; 
}
.title-txt p{
 line-height: 1.6em;    
 color:#000;
 font-size:15px;
 margin: 0 auto;
 width: 80%;
}
.title-txt-one p{
    text-align: center;
    line-height: 1.625;
    font-size: 17px;
    padding-bottom: 20px;
    margin: 0 auto;
    width: 85%;
}
.doc-details{
 width:100%;
 display:inline-block;
 background-image: url(../images/bg.jpg);
 background-repeat: repeat;
 padding:20px 0;
}
.doc-about{
 width:100%;
 display:inline-block;
 padding:20px 0;
}
 .doc-details h3{
  font-size: 24px;
  font-family: 'Bitter', serif;
  font-weight: 600;
  color: #4b9d24;
  text-transform: uppercase;
  position: relative;
  letter-spacing: 7px;
  text-align: center;
}

.doc-pic-lt h2{
padding-top: 10px;
font-size: 16px;
font-family: 'Bitter', serif;
font-weight: 600;
color: #4b9d24;
text-align: center;
}
.doc-pic-lt span{
color: #000;
font-weight: 600;1332
}
.doc-pic-lt{
width: 12%;
display:inline-block;
}
.doc-pic-lt img{
 border-radius:50%;
}
.doc-pic-rt{
 width:80%;
}
.doc-pic-rt p{
 color:#000;
 font-weight: 500;
}
.doc-pic-rt ul li {
padding-bottom: 10px;
color: #000;
list-style-type: circle;
font-size: 15px;
 font-weight: 500; 
}
.doc-pic-rt ul{
 padding-left: 17px;
}

/*****************ABOUT ENDS***********************/
/*****************ARTICLES STARTS***********************/
.post-title a {
color: #8e0400;
font-size: 35px;
font-weight: 700;
font-family: ji-pierce;  
}
.article-lt {
    width: 65%;
    border-bottom: solid 1px #eee;
    padding-bottom: 50px;
}
.article-rt {
    width: 28%;
    margin-top: 60px;
}
.article-lt h4 {
    font-weight: 500;
    margin: 20px 0 0 0;
    font-size: 20px;
}
.lat li {
    border-bottom: solid 1px #eee;
    margin-bottom: 10px;
    padding-bottom: 10px;
    width: 100%;
    display: inline-block;
}
.lat li img {
    width: 25%;
    float: left;
}
.lat li span {
    color: #333;
    font-size: 16px;
    padding-left: 8px;
    float: left;
    width: 75%;
}
.articles{
    margin: 30px 0 0px 0;
}
.article_ser p{
 text-align: justify;
padding-top: 25px;
font-size: 16px;
font-weight: 400;}
.article_ser li {
    padding: 10px 10px;
    float: left;
    width: 100%;
}
.article_ser li span{
 padding-left:15px;
 color:#4b9d24;
 font-weight: 500;
}
.article_ser span{
font-size: 18px
 color:#000;
 font-weight:700;
}
.type{
width: 50%;
text-align: center;
border-radius: 10px;
   
}
.btn-green{
    border: 1px solid #8e0400;
    padding: 15px 15px;
    min-width: 155px;
    display: inline-block;
    text-align: center;
    font-size: 13px;
    border-radius: 3px;
    margin-top: 10px;
    transition: all 0.3s;
    color: rgba(255,255,255,1);
        border-top-right-radius: 10px;
    border-bottom-left-radius: 10px;
    
        background-color: #8e0400;
    overflow: hidden;
}
.btn-green:hover, .btn-green:focus {
    background: #000;
    color: #fff;
 border: 1px solid #fff;
}
/*****************ARTICLES ENDS***********************/
/*****************VIS&MIS STARTS***********************/
.relax-vis-mis{
 width:100%;
 display:inline-block;
 padding:50px 0;
 text-align: left;
}
.vis-mis-content{
 width:50%;
}
.vis-mis-pic{
width: 30%;
box-sizing: border-box;
}

.vision h2, .mission h2{
font-size: 20px;
font-weight: 700;
color: #8e0400;
margin-bottom: 15px;
text-transform: uppercase;
font-family: ji-pierce;  
}
.vision p, .mission p{
color:#000;
line-height: 1.625;
padding-bottom: 20px;
text-align: justify;
font-size:15px; 
}
.mission ul{
 padding-left:18px; 
}
.mission ul li{
padding-bottom:10px;
color:#000;
list-style-type: circle;
font-size: 15px;
}
/*****************VIS&MIS ENDS***********************/

.audio-bgm{
display: none;
}

/*****************therapy-lists STARTS***********************/
.therapy-lists{
width:100%;
padding:90px 0;
display:inline-block;
z-index:0; 
 position: relative;
}
.therapy-lists::before{
content:'';
position: absolute;
background-image: url(../images/dark-leaf-one.png);
background-repeat: no-repeat;
width:150px;
height:150px;
z-index: 0;
top: -46px;
left: -25px;
}
.therapy-lists::after{
content:'';
position: absolute;
background-image: url(../images/dark-leaf-two.png);
background-repeat: no-repeat;
width:150px;
height:150px;
z-index: -1;
bottom: 0;
right: 0px;
visibility: visible;
}
.therapy_set .item{
margin:2%;
}
.therapy h2{
text-transform:uppercase;
font-size:22px;
font-weight: 800;

     color: #000;
   }
.therapy img{
position: absolute;
width:50%;
bottom:0px;
right:0px;
bottom: 1px;
right: 1px;
border-bottom-right-radius:10px; 
}
.therapy{
position: relative;
background: #fcf8f3; 
padding:50px 20px;
width: 100%;
}
.therapy-products h2{
 color:#8e0400;
font-family: ji-pierce;  
}
.product-list{
overflow: hidden;
}
.product-list ul li{
padding: 15px 15px;
float: left;
width: 33.33%;
text-align: center;

}
.product-list ul li h2{
color:#4b9d24;
font-weight: 500;
font-size:22px; 
 padding-top:20px;
}
.product-list ul li img{
width:100%;
height:200px;
     border-top-right-radius: 30px;
    border-bottom-left-radius: 30px;
    border: 5px solid #e3d1d1;
}
.btn-card{
padding:0px 0;
}
.flat-button {
    position: relative;
    z-index: 1;
    padding: 10px 20px 10px 20px;
    font-size: 14px;
    font-weight: 500 !important;
    overflow: hidden;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    display: inline-block;
    background: #f2c21a;
    color: #28293a;
    cursor: pointer;
    text-transform: uppercase;
    font-family: 'Ropa Sans', sans-serif;
    border-top-right-radius: 10px;
    border-bottom-left-radius: 10px;
}
.flat-button.style2 {
    background-color: #8e0400;;
    color: #fff;
}
.therapy-lists .item::after{
content:'';
position: absolute;
background-image: url(../images/right-1.png);
background-repeat: no-repeat;
width:55px;
height:55px;
right: 16px;
top: 10px;
}
.therapy-products{
width:100%;
display: inline-block;
padding:90px 0;
}
.therapy p{
width:50%;
color: #000;
font-size: 15px;
}
.view-btn{
position: relative;
display: inline-block;
color: #fff;
text-transform: uppercase;
font-weight: 700;
font-size: 12px;
background-color: #8e0400;
border-radius:10px;
padding: 10px 30px 10px 30px;
line-height: 26px;
}
.btn-one{
background-color: rgb(142, 4, 0);
 color:#fff;
 border:1px solid rgb(142, 4, 0);
}
.view-btn-one{
position: relative;
display: inline-block;
color: #fff;
text-transform: uppercase;
font-weight: 700;
font-size: 12px;
background-color: #8e0400;
border-radius:10px;
padding: 10px 30px 10px 30px;
line-height: 26px;
margin:0 auto;  
} 
.therapy-inner {
 width:100%;
 display: inline-block;
 padding:90px 0;
}
.therapy-inner h2 {
    color: #8e0400;
}
/*****************therapy-lists ENDS***********************/


/*****************Concepts Starts***********************/
.ayurveda-concepts{
 width:100%;
 display:inline-block;
 padding: 50px 0 100px 0;
 position: relative;
 z-index:1; 
 }
.ayurveda-concepts .item {
margin: 2%;
}
.ayur-concept-in{
 margin-bottom: 50px;
}
.leaf-left-one{
 position: absolute;
 bottom:110px;
 left:0;
 z-index:0;
 opacity:0.5; 
}
.leaf-right-one{
 position: absolute; 
 right:0;
 bottom:50px;
 z-index:0;
opacity:0.5;  
}
.concepts{
 width:100%;
 background-color:#eaeaea;
 text-align: center;
     padding-bottom: 35px;
 }
.art h1{
 font-family: ji-pierce; 
}
.concepts-inner{width: 47%;
    background-color: #eaeaea;
    text-align: center;
    padding-bottom: 35px;
    margin: 1%;}
.concepts h2{
color:#8e0400;
font-weight: 400;
font-size:25px; 
margin-top:20px; 
font-family: ji-pierce;  
}
.concepts p{
color:#000;
font-weight: 500;
font-size:14px;
margin-bottom:20px;
}
.hor_1 img {
  width: 50%;
  text-align: center;
  margin: 0 auto;
  display: block;
}
.team{
 position: relative;
 z-index: 0;
}
.team .hor_1 li {
    line-height: 25px;
}
.plastic_surgery  h3 {
    text-transform: uppercase;
    font-weight: bold;
    font-size: 15px;
    color: #F06538;
}
.plastic_surgery li h4 {
    text-transform: uppercase;
    font-weight: bold;
    font-size: 15px;
    color: #4b9d24;
}
.tit_1 {
position: relative;
z-index: 0;
padding: 10px 0;
font-family: ji-pierce; 
}
.panel-default>.panel-heading {
    background-color: #eaeaea;
}
.ortho_tabs .panel-title a {
    font-weight: bold;
    width: 95%;
    display: inline-block;
}
.ortho_tabs .panel-title i{
    float: right;
    line-height: 25px;
}
.tit_1::before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    background: #eaeaea;
    height: 1px;
}
.tit_1::after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    width: 75px;
    background: #f06538;
    height: 2px;
}
.faci_con {
    margin: 20px 0;
    text-align: justify;
}
/*****************Concepts ENDS***********************/
/*****************OUR-TESTI STARTS***********************/
.our-testi{
 width:100%;
 display:inline-block;
 padding:50px 0 100px 0;
 }
.title-txt-th h2 {
   font-size: 24px;
    font-family: 'Bitter', serif;
   font-weight: 600;
    color: #4b9d24;
    text-transform: uppercase;
    position: relative;
    letter-spacing: 7px;
}
.title-txt-th h1 {
    font-size: 24px;
    font-family: 'Bitter', serif;
    font-weight: 700;
    color: #010101;
    text-transform: uppercase;
}

.title-txt-th {
    width: 100%;
    display: inline-block;
    margin-bottom: 30px;
 text-align: center;
}
.line-th {
    padding-bottom: 22px;
    background-position:center;
    margin-bottom: 30px;
    background-image: url(../images/line-th.html);
    background-repeat: no-repeat;

}
.test_left img{
 border-radius:50px;
}
.testi_set{
 background-image:url(../images/bg.jpg);
 background-repeat: repeat;
padding:40px;
}
.test_left p{
font-size: 17px;
font-family: 'Bitter', serif;
font-style: italic;
font-weight:500;
width:50%;
padding-bottom:20px;
margin:0 auto;
 display: block;
 }
.test_left{
 text-align: center;
padding:20px 0;
}
.test_left i{
 padding-bottom:20px;
 color:#c9a628;;
 font-size: 25px;
}
.test_left h3{
 font-size:22px;
 font-family: 'Bitter', serif;
font-style: italic;
font-weight: 700;
 color:#577800;
} 
/*****************OUR-TESTI ENDS***********************/
/* ~~~~~~~~~~~~contact-starts~~~~~~~~~~~~ */ 
.contact-us{
 width:100%;
 display:inline-block;
 padding:90px 0; 
}
.contact-inner-lt{
 width:30%;
 display:inline-block;
}
.contact-inner-lt a{
    display:block;
    margin:10px 0;
}
.contact-inner-rt{
 width:65%;
 display:inline-block;
} 
.contact-inner-lt ul li{
 padding:25px 0;
 border-bottom-style:dashed;
 border-bottom-width:1px;
 width: 100%;
 border-color:#d2d2d2;
}
.contact-inner-lt ul li:last-child{
 border-bottom: none;
}
.contact-inner-lt ul li i{
     color: #0b6d00;
    font-size: 25px;
    display: inline-block;
}
.contact-inner-lt ul li span{
 color: #0b6d00;
 font-size: 25px;
 line-height: 30px;
 display: inline-block;
 padding-left: 10px;
}
.contact-inner-lt ul li p{
 color: #000;
 font-size: 15px;
 line-height: 30px;
 padding:10px 0 0 25px ;
}
/* ~~~~~~~~~~~~contact-ends~~~~~~~~~~~~ */
/* ~~~~~~~~~~~~art-starts~~~~~~~~~~~~ */ 
.vaazhum{
 width:100%;
 display: inline-block;
 padding:90px 0;
}
.art{
 text-align: center;
}
.art img{
width:50%;
}
.art p{
 padding-bottom: 15px;
 color:#000;
}
.regards{
 text-align: center;
 width:100%;
 padding:20px 0;
}
.regards img{
width:20%;
 border-radius:50%;
}
.regards p{
 padding-top:10px;
 color:#8e0400;
 font-weight: 600;
}
.regards span{
 padding-top:10px;
 color:#000;
 font-weight: 600;
}
/* ~~~~~~~~~~~~art-ends~~~~~~~~~~~~ */ 
/* ~~~~~~~~~~~~footer-starts~~~~~~~~~~~~ */ 
.footer{
width:100%;
background-image: url(../images/footer-bg.png);
background-repeat: repeat;
display: inline-block;
position: relative;
z-index: 0;
padding: 100px 0;
 }
.footer .container, .footer_cprt  .container{
 padding: 0;
}
.footer_set {
background-size: cover;
background-position: 770px 0;
}
.foot_des {
 position: relative;
}
.footer ul {
width:24%;
float: left;
margin: 0 10px 0 0;
}
.footer ul h2 {
color: #000;
font-size: 22px;
padding-bottom: 20px;
margin-bottom: 25px;
position: relative;
text-transform: uppercase;
font-weight: 800;
font-family: ji-pierce;  
}
.footer ul h2::before {
background: #8e0400 none repeat scroll 0 0;
bottom: -2px;
content: "";
height: 3px;
left: 0;
position: absolute;
width: 70px;
}
.footer ul li i{
     padding-right: 5px;
}
.contacts{
 margin-top:15px;
}
.contacts a{
 padding-left:10px;
 margin:0 auto;
}
.footer ul li {
color: #7d7776;
line-height: 30px;
}
.footer ul li p {
margin-right: 10px;
color: #7d7776;
}
.footer ul li a span {
width: 30px;
height: 30px;
background: #000;
text-align: center;
display: inline-block;
margin: 3px 8px 3px 0;
 font-weight: 700;
}
.footer ul li a span i {
line-height: 30px;
text-align: center;
margin-right: 0;
 color:#fff;
}
.footer ul li a {
color: #333;
font-size: 14px;
  font-weight: 700;
}
.footer ul li i{
 color: #8e0400;;
 font-size: 14px;
 font-weight: 700;
}
.footer ul li a:hover {
color: #000;
}
.footer ul li a.active {
color: #7d7776;
}
.footer_logo {
width: 70%;
}
.footer_cprt {
padding: 15px 0;
background: #fff;
width: 100%;
display: inline-block;
text-align: center;
}
.footer ul li img{
width:100px;
padding-bottom:5px;
}
.social-bottom li a{
 float:left;
 padding-right:9px;
 }
.footer_cprt p{
 color: #000;
 font-size: 14px;
}
strong{
 color:#8e0400;
}
.foot-logo{
 margin: 20px 0 0 0;
 display: inline-block;
}
.working-hours{
 width:100%;
 display: inline-block;
 text-align: center;
padding-top:10px; 
}
.working-hours p{
 font-size:16px;
 font-weight:700;
 color:#000;
}
/* ~~~~~~~~~~~~footer-ends~~~~~~~~~~~~ */


/***********POPUP*****************/

.enq_pop {
 position: fixed;
 width: 100%;
 height: 100%;
 top: 0;
 left: 0;
 right: 0;
 bottom: 0;
 background: rgba(0,0,0,0.8);
 z-index: 999;
 display: none;

}
.enq_pop_1{
  position: fixed;
 width: 100%;
 height: 100%;
 top: 0;
 left: 0;
 right: 0;
 bottom: 0;
 background: rgba(0,0,0,0.8);
 z-index: 999;
 display: none;

 text-align: center;
/* background-color: rgba(255,255,255,0.8);*/
 
}
.pop_inr_1{
background-color: rgba(255,255,255,1);
width: 50%;
margin: 50px auto;
padding: 50px;
 color: #000;
}
.pop_inr_1 a{
 display: block;
 width: 50%;
 margin: 10px auto;
}
.pop_inr_1 p{
 color: #000;
}
.enq_pop_flex {
 height: 100%;
 justify-content: space-around;
}
.pop_inr {
/* background: #fff url(../images/spices_bg.jpg) 0 0 / cover;*/
 padding: 5px;
 flex-basis: 45%;
 text-align: center;
 padding: 40px 0;
 /*box-shadow: 2px 2px 30px rgba(0,0,0,0.9);*/
 border-radius: 10px;
 width: 65%;
 margin: 0 auto;
 padding-top: 10%;
}
.enq li input, .enq li textarea {
 width: 100%;
 border: 0;
 border-bottom: 2px solid #ccc;
 height: 50px;
 padding: 0 10px;
 color: #333;
 padding: 10px;
}
.enq li{
 margin: 10px 0;
}
.fa-close {
 top: 10px;
 position: relative;
  background: #f00;
 width: 25px;
 line-height: 25px !important;
 text-align: center;
 cursor: pointer;
 border-radius: 50%;
}
.fa-close:hover{
  background: #f00;
 color: #fff;
}

/***************POPUP***************/

.thirukural-lt{
 background-image: url(../images/bg.jpg);
 background-size: cover;
 padding: 20px;
 color: #fff;
 background-position: center center;
 margin-top: 10px;
 width:77%
}
.thirukural-rt{
    width: 22%;
}
.thiruvalluvar img{
 width:50%;
 border-radius:50%;
}
.thirukural p{
 color: #000;
 font-family:SaiIndira;
     font-size: 16px;
}
.thirukural a i{
 vertical-align: middle;
 margin-left: 10px;
}
.thirukural-exp{
width:100%;
display:inline-block;
 text-align: center;
 padding:50px 0;
}
.thirukural-inner{
width:100%;
display: inline-block;
margin:0 auto;

}
.thirukural-inner h2{
color:#8e0400;
font-size:20px;
font-weight:600;  
}
.thirukural-inner h3{
color:#8e0400;
font-size:20px;
font-weight:600;
text-align: left; 
}
.thirukural-inner h4{
color:#8e0400;
font-size:20px;
font-weight:600;
text-align: left; 
}
.thirukural-inner span{
 color:#000;
 font-size:20px;
font-weight:600
}
.thiru-details li{
 border: 1px dotted #8e0400;
 padding: 5px 0 5px 5px;
 margin-bottom: 10px;
 background-color: #FCFCFC;
}
.thiru-details li p{
 text-align: left;
 padding-bottom:10px; 
}

.preloader {
    position: fixed;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    z-index: 999999999999;
    background-color: #8e0400;
    -webkit-transition: background-color 0.6s ease-in-out 0s;
    transition: background-color 0.6s ease-in-out 0s;
}
.top-logo{
    margin: 0px auto;
    position: absolute;
    top: 30%;
    left:29%;
    }
.top-logo img{
padding:0 10px;
}
.top-logo span{
 color:#fff;
 font-weight: 600;
font-size: 25px;
}
.sk-cube-grid {
    width: 40px;
    height: 40px;
    margin: 0px auto;
    position: absolute;
    top: 54%;
    left: 0;
    right: 0;
}
.sk-cube-grid .sk-cube {
    width: 33%;
    height: 33%;
    background-color: #fff;
    float: left;
    -webkit-animation: sk-cubeGridScaleDelay 1.3s infinite ease-in-out;
    animation: sk-cubeGridScaleDelay 1.3s infinite ease-in-out;
}
.sk-cube-grid .sk-cube1 {
  -webkit-animation-delay: 0.2s;
          animation-delay: 0.2s; }
.sk-cube-grid .sk-cube2 {
  -webkit-animation-delay: 0.3s;
          animation-delay: 0.3s; }
.sk-cube-grid .sk-cube3 {
  -webkit-animation-delay: 0.4s;
          animation-delay: 0.4s; }
.sk-cube-grid .sk-cube4 {
  -webkit-animation-delay: 0.1s;
          animation-delay: 0.1s; }
.sk-cube-grid .sk-cube5 {
  -webkit-animation-delay: 0.2s;
          animation-delay: 0.2s; }
.sk-cube-grid .sk-cube6 {
  -webkit-animation-delay: 0.3s;
          animation-delay: 0.3s; }
.sk-cube-grid .sk-cube7 {
  -webkit-animation-delay: 0s;
          animation-delay: 0s; }
.sk-cube-grid .sk-cube8 {
  -webkit-animation-delay: 0.1s;
          animation-delay: 0.1s; }
.sk-cube-grid .sk-cube9 {
  -webkit-animation-delay: 0.2s;
          animation-delay: 0.4s; }

@-webkit-keyframes sk-cubeGridScaleDelay {
  0%, 70%, 100% {
    -webkit-transform: scale3D(1, 1, 1);
            transform: scale3D(1, 1, 1);
  } 35% {
    -webkit-transform: scale3D(0, 0, 1);
            transform: scale3D(0, 0, 1); 
  }
}

@keyframes sk-cubeGridScaleDelay {
  0%, 70%, 100% {
    -webkit-transform: scale3D(1, 1, 1);
            transform: scale3D(1, 1, 1);
  } 35% {
    -webkit-transform: scale3D(0, 0, 1);
            transform: scale3D(0, 0, 1);
  } 
}
.tour{
position: absolute;
bottom:95px;
left: 20px;
right: 0;
z-index: 1;
background-color: #000;
height: 70px;
border-radius: 50%;
width: 70px;
padding: 10px 10px; 
}
.tour i{
color:#fff;
font-size:22px;
background-color:#8e0400; 
border-radius:50%;
padding: 14px 16px;
}
.tour h3{
color:#8e0400;
font-weight:500;
margin: 17px 0;
text-align: center;
font-size: 18px;
 display: inline-block;
}
.book-appoint{
 width:100%;
 display:inline-block;
 padding:100px 0;
 text-align: center;
}
.forms{
background:#8e0400;
width: 52%;
text-align: center;
display: inline-block;
padding: 50px 0;
}
.forms h1{
 text-align: center;
 font-size:25px;
 color:#fff;
}
.form-actions{
 display: inline-block;
}
.form-actions li{
    padding: 10px 0;
     width: 50%;
    text-align: center;
    display: inline-block;
}
.field-label {
    font-size: 14px;
    font-weight: bold;
    text-align: left;
    margin: 0px 0px 0px 0px;
     display: block;
 color:#fff;
}
textarea {
  height: 105px;
}
.field-input {
    height: 40px;
    background-attachment: scroll;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    border: 1px solid #cccccc;
    border-radius: 0px 0px 0px 0px;
}
.accept {
  background: #d75811;;
  padding: 10px 30px;
  color: #8e0400;
  text-transform: uppercase;
 font-weight: 600;
 }
.accept:hover{
 background-position: 0;
 background: #8e0400;
 color:#fff;
 transition: background 300ms ease-in-out;

}