* { margin: 0; padding: 0; outline:0; }

body 
{
    font-family: Arial;
    color: #000000!important;  
}

.background 
{
  /*background: #caeef5 url('../images/background_main_1.jpg') scroll repeat-y center -300px;*/
  /*background-image:url(../design/background_new.png);*/
 /* width: 100%;
  background-size: cover;*/

}

a { color: #0252aa; text-decoration: none; cursor:pointer; }
a:hover { text-decoration: none !important; }
a img { border: 0; }

input, textarea, select { font-size: 12px; font-family: Arial; }
textarea { overflow: auto; }

.cl { display: block; height: 0; font-size: 0; line-height: 0; text-indent: -4000px; clear: both; }
.notext { font-size: 0; line-height: 0; text-indent: -4000px; }

.left, .alignleft { float: left; display: inline; }
.right, .alignright { float: right; display: inline; }

.shell { /* width: 1147px; */ margin: 0 auto; }

.last { margin-right: 0 !important; }

/* header start */
#header { position: relative; height: 54px; repeat-x 0 0; margin-bottom: 0px; z-index: 5;   }
/* header end */


/* ...Menu css start... */

/* Language Selection Dropdown */

/*#languages li {
  padding: 5px 0px;
  font-weight: 600;
}*/

#menu-bar {
  position: relative; float: left; display: inline; margin-top: 0px; z-index: 5; margin-left:10px;
  background:url("../images/ie_menu_bar.jpg"); 
  background-repeat:no-repeat;
  margin: 0px 0px 0px 0px;
  padding: 6px 6px 0px 6px;
  height: 46px;
  line-height: 100%;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  background: linear-gradient(top,  #C8E0F8,  #DAEAF9);
  background: -ms-linear-gradient(top,  #C8E0F8,  #DAEAF9);
  background: -webkit-gradient(linear, left top, left bottom, from(#C8E0F8), to(#DAEAF9));
  background: -moz-linear-gradient(top,  #C8E0F8,  #DAEAF9);
  border: solid 0px #FFFFFF;
  position:relative;
  /*z-index:999;*/
}
#menu-bar li {
  margin: 0px 0px 0px 0px;
  padding: 0px 4px 0px 4px;
  float: left;
  position: relative;
  list-style: none;
}
#menu-bar a {
  font-weight:600;
  font-family: Arial;
  font-style: normal;
  font-size: 12px;
  color:#964bb6;
  text-decoration: none;
  display: block;
  padding: 12px 3px 17px 3px;
  margin: 0;
  margin-bottom: 3px;
  border-radius: 7px;
  -webkit-border-radius: 7px;
  -moz-border-radius: 7px;
  
}
#menu-bar li ul li a {
  margin: 0;
}
#menu-bar .active a, #menu-bar li:hover > a {
  background: #0399D4;
  background: linear-gradient(top,  #FBFCFE,  #DAEAF9);
  background: -ms-linear-gradient(top,  #FBFCFE,  #DAEAF9);
  background: -webkit-gradient(linear, left top, left bottom, from(#FBFCFE), to(#DAEAF9));
  background: -moz-linear-gradient(top,  #FBFCFE,  #DAEAF9);
  color: #993399;
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, .2);
  -moz-box-shadow: 0 1px 1px rgba(0, 0, 0, .2);
  box-shadow: 0 1px 1px rgba(0, 0, 0, .2);
  text-shadow: -11px -13px 7px #FFFFFF;
}
#menu-bar ul li:hover a, {
/*  background: none;*/
  border: none;
  color: #666;
  -box-shadow: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
}
#menu-bar ul a:hover {
  background: #0399D4 !important;
  background: linear-gradient(top,  #FBFCFE,  #DAEAF9) !important;
  background: -ms-linear-gradient(top,  #FBFCFE,  #DAEAF9) !important;
  background: -webkit-gradient(linear, left top, left bottom, from(#FBFCFE), to(#DAEAF9)) !important;
  background: -moz-linear-gradient(top,  #FBFCFE,  #DAEAF9) !important;
  color: #993399 !important;
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  text-shadow: -19px -19px 5px #FFFFFF;
}
#menu-bar ul {
  background: #DDDDDD;
  background: linear-gradient(top,  #FBFCFE,  #DAEAF9);
  background: -ms-linear-gradient(top,  #FBFCFE,  #DAEAF9);
  background: -webkit-gradient(linear, left top, left bottom, from(#FBFCFE), to(#DAEAF9));
  background: -moz-linear-gradient(top,  #FBFCFE,  #DAEAF9);
  display: none;
  margin: 0;
  padding: 0;
  width: 135px;
  position: absolute;
  top: 45px;
  left: 0;
  border: solid 1px #FFFFFF;
  border-radius: 13px;
  -webkit-border-radius: 13px;
  -moz-border-radius: 13px;
  -webkit-box-shadow: 2px 2px 3px #BDBDBD;
  -moz-box-shadow: 2px 2px 3px #BDBDBD;
  box-shadow: 2px 2px 3px #BDBDBD;
}
#menu-bar li:hover > ul {
  display: block;
}
#menu-bar ul li {
  float: none;
  margin: 0;
  padding: 0;
}
#menu-bar ul a {
  padding:8px 0px 8px 15px;
  color:#993399 !important;
 font-weight:600;
  font-family: Arial;
  font-style: normal;
  font-size: 11px;
 
  text-shadow: 2px 2px 3px #FFFFFF;
}
/*#menu-bar ul li:first-child > a {
  border-top-left-radius: 13px;
  -webkit-border-top-left-radius: 13px;
  -moz-border-radius-topleft: 13px;
  border-top-right-radius: 13px;
  -webkit-border-top-right-radius: 13px;
  -moz-border-radius-topright: 13px;
}*/
/*#menu-bar ul li:last-child > a {
  border-bottom-left-radius: 13px;
  -webkit-border-bottom-left-radius: 13px;
  -moz-border-radius-bottomleft: 13px;
  border-bottom-right-radius: 13px;
  -webkit-border-bottom-right-radius: 13px;
  -moz-border-radius-bottomright: 13px;
}*/
#menu-bar:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
#menu-bar {
  /*display: inline-block;*/
}
  html[xmlns] #menu-bar {
  display: block;
}
* html #menu-bar {
  height: 1%;
}

/* left Side Drop_down */

#main-nav {
  
  float: left;
  width: 110px;
  z-index: 1000;
}

#main-nav ul {
  font-family: 'Droid Sans', sans-serif;
  font-size: .9em;
  font-weight: bold;
  list-style: none;
}
#main-nav ul li {
  border-left: 1px solid #7dad16;
  float: left;
  
}
#main-nav ul li:first-child {
  border: none;
}
#main-nav ul li a {
  color: #ffffff;
  display: block;
  
  position: relative;
  width: 100px;
  text-decoration: none;
  text-shadow: 0 1px 1px #1254gs;
}
#main-nav ul li a span.drop-down {
  height: 7px;
  position: absolute;
  right: 10px;
  top: 12px;
  width: 10px;
}
#main-nav ul li ul li:hover {
  
}
/* First Level drop-down */
/* Language Selection Dropdown */

#main-nav ul li ul {
  display: none;
}
#main-nav ul li:hover ul {
  background: rgba(255, 255, 255, .8);
  
  display: block;
  font-size: 14px;
  font-weight: normal;
  
  position: absolute;
  z-index: 100;
}
#main-nav ul li ul li {
  float: none;
  display: block;
  border-left: none;
  position: relative;
  
}
#main-nav ul li ul li a {
  width: 100px;
  padding: 10px 0px 10px 18px;
  border-bottom: 2px solid #333;
  color: #000;
  font-weight: 700;
}
#main-nav ul li ul li a:hover {
 
  color: #993399;
}

/* ...Menu End... */


#main { min-height: 400px;}

#main-content { padding-left:240px; }
#sidebar { float: left; display: inline; margin-top:-37px; }



.post { }
.post h2 { border-bottom: 5px solid #e4e4e4; padding-bottom: 5px; margin-bottom: 11px; }
.post .more { display: block; background: url(../images/pink-arrow.gif) no-repeat 0 4px; color: #c40083; font-size: 11px; line-height: 12px; padding-left: 10px; margin-top: 10px; }
.post .more:hover { color: #000; text-decoration: none; }

#sidebar .post { padding: 0 18px 0 14px;  }
#sidebar .post .more { margin-top: 17px; }

#content { float: left; display: inline; width: 550px; margin-left:-26px; margin-top: -22px;}

.col { margin-bottom: 25px; }
.cols-2 { float: left; display: inline; width: 520px; margin-right: 0px;margin-top: -13px;


 }

.col { margin-bottom: 25px; }
.cols-3 { float: left; display: inline; width:780px;  margin-left:230px;  color:#3f0347;
font-family:Arial; font-size:14px; line-height:22px; font-weight:590; margin-top:-55px;

}


.col { margin-bottom: 25px; }
.cols-4 { float: left; display: inline; width:600px; margin-right: 40px; margin-left:230px; margin-top:46px;  }


.pera1{
font-family:Arial; font-size:20px; color:#3f0347; text-align:center; width:490px; 

}
.pera2{
font-family:Arial; font-size:20px; color:#3f0347; text-align:center; width:430px; margin-left:26px;

}

.headline {
  font-family: 'Alice', serif;
  font-size: 27px;
  line-height: 1.3em;
  color: #610495;
  text-align: center;
  margin-left: -50px;
}

.bg_subdropdown
{
background: url("../images/subdropdown.png") scroll 0 0 transparent;
height:28px;
width:72px;

}
.sidemenu{
margin-left:12px;margin-top:2px; font-size:13px; 
}

.drop-img{
margin-left:10px;
}

.sidebar
{
padding-top:2px;
height:40px;
}
.input_button {
  margin-top:5px;
  margin-left:5px;
  padding:0.10em;
  padding-left: 25px;
  padding-top: 8px;
  width:130px;
  height:35px;
  border:1px solid #f4f9fb;
  background:#ffffff;
  color:#44b1ff;
  font:normal 0.7em arial, sans-serif;
  font-weight:800;
  -moz-border-radius:10px; /* Firefox */
  -webkit-border-radius: 10px; /* Safari, Chrome */
  -khtml-border-radius: 10px; /* KHTML */
  border-radius: 10px; 
  -moz-box-shadow: 1px -1px 7px #ccc;
    -webkit-box-shadow: 1px -1px 7px #ccc;
    box-shadow: 1px -1px 7px #ccc;
  font-size:12px;
}
.input_button:hover, input_button:focus {
  border-color:#c5c5c5;
  background:#f6f6f6;
}

.input_book_button {
 font-size:16px;
 width:300px;
 height:50px;
 color:#660066;
 margin-top:5px;
 margin-left:5px;
 padding:0.10em;
 padding-left:1px;
 border:1px solid #f4f9fb;
 background:#ffffff;
 font:normal 0.7em arial, sans-serif;
 font-weight:800;
 -moz-border-radius:10px; /* Firefox */
 -webkit-border-radius: 10px; /* Safari, Chrome */
 -khtml-border-radius: 10px; /* KHTML */
 border-radius: 10px; 
 -moz-box-shadow: 1px -1px 7px #ccc;
 -webkit-box-shadow: 1px -1px 7px #ccc;
  box-shadow: 1px -1px 7px #ccc;
}
.input_book_button:hover, input_book_button:focus {
  border-color:#c5c5c5;
  background:#f6f6f6;
}

.input_seethrough_button {
 font-size:12px !important;
 width:82px;
 height:35px;
 color:#000;
 margin-top:7px;
 margin-left:12px;
 margin-bottom:-9px;
 padding:0.10em;
 padding-left:1px;
 border:1px solid #f4f9fb;
 background:transparent;
 font:normal 0.7em arial, sans-serif;
 font-weight:800;
 -moz-border-radius:10px; /* Firefox */
 -webkit-border-radius: 10px; /* Safari, Chrome */
 -khtml-border-radius: 10px; /* KHTML */
 border-radius: 10px; 
 -moz-box-shadow: 1px -1px 7px #ccc;
 -webkit-box-shadow: 1px -1px 7px #ccc;
  box-shadow: 1px -1px 7px #ccc;
  padding-top: 8px;
}
.input_seethrough_button:hover, input_seethrough_button:focus {
  border-color:#c5c5c5;
  background:transparent;
}

.fix_button
{
 width:140px;
 float:left;
 margin-top:5px;
 padding-left:30px;
 
}


.fix_drop
{
margin-left:102px;
padding-top:10px;
}

/* start fixed div css */
.fixed_div
{
width:1105px;
margin:0 auto;
}
/* end fixed div css */

.fix_findhealer
{
width:150px;
 float:left;
 margin-left:15px;
 margin-top:5px;
}
.fix_read
{
width:300px;
height:30px;
margin-top:5px;
 
}

.center
{
padding-left:50px;
}

/* About us page css */

/*#content1 {
  display: inline-block;
  width: 980px;
  margin-left: -26px;
  margin-top: 10px;
}*/

.heading
{
padding-left:240px; 
padding-top:15px;
color:#27386e; 
font-size:24px; 
font-weight:bold;
}

.foundationalheading{
padding-top:15px;
color:#0082c0; 
font-size:24px; 
font-weight:bold;
}

.sub_heading
{
padding-left:240px; 
padding-top:15px; 
padding-bottom:8px;
color:#27386e; 
font-size:18px; 
font-weight:bold;
}

.book_heading
{
padding-left:240px; 
padding-top:15px; 
padding-bottom:0px;
color:#000000; 
font-size:20px; 
font-weight:bold;
}

.text
{
padding-left:240px;

}

.ftext
{
font-size:15px;
padding-left:35px;
}
.bio_name
{
float:right; padding-right:70px;
}
.Marcela_bio_name
{
float:right; padding-right:70px;
}
.paragraph
{

padding-top:14px;
font-family: Calibri;
color: #27386e;
font-size: 1.37em !important;
}

.b_paragraph
{
padding-top:12px;
font-family: Calibri;
color: #27386e;
font-size:1.3em;
width:760px;
}

#p_text
{
padding-left:280px;
font-size:1.8em;
width:370px;
}

.b_text
{
padding-left:240px;
}

.a_link
{
color:#660066;
font-weight:bold;
font-size:26px;
text-decoration:underline;
}

#order_link
{
font-size:26px;
color:#660066;
font-weight:bold;
width:810px;
}
.blank_line
{
border-bottom-style:solid;
border-bottom-color:#5469ae;
border-bottom-width:thin;
width:780px;padding-top:13px;
}
#referrals_tbody td {
  padding: 0px 5px;
}
td.class-level {
  text-align: center;
}
#contacts_tbody tr:nth-child(2n+1), #referrals_tbody tr:nth-child(2n+1) {
  background-color: #fff;
}
#contacts_tbody tr:nth-child(2n), #referrals_tbody tr:nth-child(2n) {
    background-color: #edf3fe;
}
/* start bottom links */
.bottomLink
{
font-size:16px;
color: #0252aa !important;
}
.bottomLink_1
{
font-size:16px;
color:#000000;
}
/* end bottom links */

/* footer start */
#footer {font-size: 11px; color: #000; padding-top:30px; padding-bottom:20px;}
#footer .shell { padding: 0px 0 0 0; }
#footer a { color: #7f7f7f; }
#footer p.left span { padding: 0 3px; }

.footer
{
padding-left:10px;
padding-bottom:5px;
}
.footer_Secondary
{
padding-left:20px;
padding-bottom:5px;
}

/* footer end */


.p_head {
    font-size: 2.05em !important;
  width: 89% !important;
}
.b_para_2 {
  font-size: 1.5em !important;
}
.order_link_2 {
  font-size: 26px !important;
}




/* CSS Document */
.header {
  background-image:url(../design/header2.jpg);
  width:100%;
  height:75px;
  background-size: cover;
}
.header_logo{
  display:block;
  width:100px!important;
  padding-top:10px!important;
}
.header_nav{
padding-top:1.5px!important;
font-size:16px!important;

}
.header_nav a{
padding-left:3px;
padding-right:3px;
}
 .header_healing{
    font-family:TempusSansITC;
  color:#6c21a0;
  font-weight:900;
  padding-top:5px;
  font-size:24px;
    padding-top:10px;
  margin-top: 0px;
  }
  .header_nav a{
  color:#6c21a0;
  }
  .header_icon_1{
  padding-top:18px;
  padding-bottom:05px;
  
  }
  .header_icon_2{
  float:left;
  padding-left:25px;
  padding-right:10px;
  }
 @font-face{
    font-family:TempusSansITC;
    src:url(../fonts/TempusSansITC.ttf),
    url(../fonts/TempusSansITC.woff) format('woff');
  }
@font-face{
    font-family:Laila-Regular;
    src:url(fonts/Laila-Regular.ttf);
  }
@font-face{
    font-family:ProximaNovaBold;
    src:url(fonts/ProximaNovaBold.ttf);
  }
@font-face{
    font-family:Laila-SemiBold;
    src:url(fonts/Laila-SemiBold.ttf);
  }
@font-face{
    font-family:ProximaNovaBold;
    src:url(fonts/ProximaNovaBold.ttf);
  }
@font-face{
  font-family:ProximaNovaRegular;
  src:url(ProximaNovaRegular.tff);
  }
@font-face{
  font-family:Roboto-Medium;
  src:url(Roboto-Medium.ttf);
  }
  @font-face{
  font-family:TEMPSITC;
  src:url(TEMPSITC.ttf);
  }
  @font-face{
  font-family:proximanova-semibold-webfont;
  src:url(proximanova-semibold-webfont.woff);
  }
@font-face{
  font-family:proxima_nova_light_it-webfont;
  src:url(proxima_nova_light_it-webfont.woff);
  }
  


.hamburger-menu{
float:left;
}
.ham_menu_span{
font-size:30px;
cursor:pointer;
}
#toggle-menu, #menu-bar {
    display: none !important;
}
@media only screen and (max-width: 767px){
#toggle-menu {
    border: 2px solid #964bb6;
    border-radius: 4px;
    color: #964bb6;
    cursor: pointer;
    display: block;
    font-size: 22px;
    font-weight: bold;
    padding: 2px 6px;
    position: absolute;
    right: 8px;
    top: 6px;
    z-index: 1001;
  transition: all 0.5s ease;
  }
  #menu-bar {
    display: block!important;
  }
}
#menu-bar > li {
    float: left;
    width: 100%;
    margin: 0px;
    padding: 0px;
}
#menu-bar .active a, #menu-bar li:hover  a {
    border-radius: 0;
    box-shadow: none;
    color: #964bb6!important;
    text-shadow: initial;
} 


@media screen and (max-width: 420px) {
.header_healing{
font-size:15px;
}
.header .col-xs-10{
width:75%;

}

  
}


@media screen and (max-height: 768px) {
  .sidenav {padding-top: 15px;}
  .sidenav a {font-size: 18px;}
}

.hamburger-menu {
  display:none;
}
.sidenav {
  display:block;
  
}

@media only screen and (max-width: 767px) {
  .social-media, .header_nav 
  {
  display:none;
  }
  .hamburger-menu {
    display:block;
  }
}

.hom_1_row{
padding-top:30px;

}
.slider-p{
color:#000000;
font-size: 17px!important;
/*font-family:ProximaNovaRegular;*/

}
.carousel_1{
padding-bottom:40px;

}
.btn_3{
padding-bottom:80px;
}
.hom_1_text{

  font-family:Laila-Regular;
   text-align:center; 
   color:#6f20af; 
   font-weight: 700!important;
   padding-left: 0px !important;
      }
.hom_1_img{
  padding-left:400px!important;
  padding-right: 0px;
}

.hom_2 h2
    {
    /*font-family:TempusSansITC;*/
     font-weight:800;
      color:#2d8ef7;
     text-align:center;
     margin-top: 0px;
    
    }
.hom_2 p{
   /* font-family:ProximaNovaRegular;*/
    /*color:#0082c0; */
    font-size:18px;
    text-align:center;
	padding-bottom:18px !Important;
    }
    
.hom_com_row{
float:left;
text-align:center;
}
.hom_3 h2{
    font-family:TempusSansITC; 
     color:#6f20af;
     text-align:center;
     font-size: 34px;
     margin-top: 20px;
	 font-weight:bolder;
     }
.hom_4 h4{     
      font-family:Laila-SemiBold!important; 
       color:#2d8ef7!important;
     text-align:center!important;
     padding-top:30px!important;
     font-size:30px;
    }
    .row_arrow{
    text-align: center;
    padding-bottom:10px;
    padding-top:10px;
    
    }
    .hom_6_1 .btn{
    padding-bottom:10px!important;
    }
    .hom_6_2 .btn{
    margin-left:630px!important;
    padding-bottom:10px!important;
    }
    .hom_6_3 .btn{
    margin-left:650px!important;
    padding-bottom:10px!important;
    }
    .slider-size {
  height: 200px;
  background-color:#ebfdff;
}



.about_row_1{
padding-top: 50px;
}
.about_row_1{
padding-top: 50px;
}
.about_us h3{
font-family:ProximaNovaBold;
color:#2d8ef7;
}
.about_us p{
font-family:ProximaNovaBold; 
font-size:18px;
}
.about_row_2{
padding-top: 20px;
padding-bottom:20px;
}
.about_row_2_but_1{
color:#ffffff;
font-family:ProximaNovaBold;
border-radius:50px!important;
font-size:16px;
border:none; 
height:60px;
}
.about_row_2_but_2{
padding-top: 20px;
padding-bottom: 10px;

}
.about_row_3 p{
text-align: center;
color:#0082c0; 
font-size:18px;
 font-family:ProximaNovaRegular;
  

}
.about_img{
padding-left: 0px!important;
text-align: center!important;
}
.about_row_4{
padding-bottom:30px;
padding-left:0px;
padding-right: 10px;
}
.about_row_5{
border-top:#000000 .5px solid;
padding-top:7px;
padding-left: 0px;
border-top:#000000 .5px solid;
padding-left: 0px;
}
.about_row_5 p{
color:#2d8ef7;
font-size:20px;
}
.about_row_6{
border-top:#000000 .5px solid;
padding-top:7px;
padding-left:0px;
}
.about_row_6 p{
color:#2d8ef7;
font-size:20px;
}
.q_icon{
vertical-align: text-top;
cursor:pointer;
}
.answer{
display: none;
padding-left:0px;
padding-right: 25px;
}
 .btn-primary{
      background-color:#32bbff!important;
     border-radius:30px!important; 
     color:#fff!important;
     width:auto!important;
     font-size: 16px!important;
     height:45px!important;
     font-family:ProximaNovaBold!important; 
     border:none!important;
    

   }

.header-nav-clear{
  display:none;
}
.footer-nav-clear{
  display:none;
}

@media (max-width:991px) and (min-width:769px) {
  .header-nav-clear{
    display:block;
  }
}
@media (max-width:899px) and (min-width:769px) {
  .header-nav-clear{
    display:block;
  }
  .footer-nav-clear{
    display:block;
    
  }
  .footer-nav{
padding-right:0px!important;
}
  
}
@media (max-width:991px) and (min-width:769px) {
  .header {
    height: 84px;
  }
  .header .container {
    max-width: 100%;	
  }
}

.page footer{
       background-image:url(../design/header2.jpg);
}

.custom-button-groups .btn {
  font-family:ProximaNovaBold;
  border-radius: 50px!important;
  font-size: 14px;
  border:none;
  height:40px;
}
.footer{
background-image:url(../design/Footer.jpg);
background-size: cover;
height: auto !important;
padding-top:0px !important;

}
.footer_2_row{
padding-left:50px;
}
.footer_2_col{
float:left;
}
.footer_2_col p{
 font-size:13px;
}
.footer_2_col_1{
padding-right:20px; 
padding-top:10px;
}
.footer_2_col_2{
padding-top:10px;
}
.footer-nav{
 padding-top:10px;
}
.footer-nav a{
color:#000;
font-family:ProximaNovaBold;
 font-size:15px; 
 text-decoration:underline;
  padding-right:5px;
}
    
@media(min-width:768px) and (max-width:1199px)  {
  .custom-button-groups div{
    padding-left:5px;
    padding-right:5px;
  }
  .custom-button-groups .btn {
    height:55px;
  }
}
@media(min-width:576px) and (max-width:767px)  {
.custom-button-groups .btn {
    height:60px;
  }

}
.shedule_p 
{
text-align:center; 
margin-block-end:auto; 
smargin-bottom:0;
font-size:20px; 
color:#0082c0; 
font-family:ProximaNovaBold;

}
@media (max-width:991px){
  .footer_2 .col-xs-1{
  width:60px !important;
  
  }
}
.adv_tr_1{
font-family:ProximaNovaRegular!important;
font-size:18px!important;
}
.adv_tr_col_1{
padding-top:30px;
padding-bottom:20px;
}
.adv_tr_col_1 h4{
font-family:ProximaNovaBold;
color:#2d8ef7;
font-size:24px;
}
.adv_tr_col_2{
line-height: 15px;
}
.adv_tr_col_2 p{
font-family:ProximaNovaBold;
}
.adv_tr_col_3{
padding-bottom:30px;
padding-left:0px!important;
}
.adv_tr_col_4 p{
font-family:ProximaNovaBold;
padding-top:35px;
margin-bottom: 0px;
}
.adv_tr_col_5{
padding-left:0px;
padding-top:40px;
padding-bottom:10px;
}
.adv_tr_col_5 h4{
font-family:ProximaNovaBold;
color:#2d8ef7;
font-size: 20px;
}
.adv_tr_col_6 p{ 
font-family:ProximaNovaBold;
margin-bottom: 20px;
}
.adv_tr_col_7{
font-family:ProximaNovaBold;
text-align: center;
}
.adv_tr_col_8{
background-color:#e8f8ff;
margin-bottom:10px;
padding-left:0px!important;
padding-right:0px!important;
padding-top:10px;
padding-bottom:10px;
margin-left: 10px;
}

.adv_sd_1{
font-family:ProximaNovaBold;
color:#2d8ef7;
font-size:20px;
text-align:center;
}
.adv_sd_2{
text-align:center;
margin-block-end:auto;
}
.adv_sd_2 p{
margin-bottom: 0px;
}
.adv_sd_3{
padding-bottom: 20px;
}
.adv_sd_3 .btn{
font-family:ProximaNovaBold;
font-size:16px;
border-radius:50px!important;
border:none;
width:200px!important;

}
.adv_sd_4{
background-color:#e8f8ff;
height:auto;
padding-left:0px!important;
padding-right:0px!important;
width: 250px;
padding-top:10px;
padding-bottom:10px;
}
.adv_sd_5{
padding-bottom:10px;
}
.adv_sd_5 .btn{
font-family:ProximaNovaBold;
font-size:16px;
border-radius:50px!important;border:none;
width:200px!important;
}
.adv_sd_6{
margin-bottom:20px;
}
.adv_sd_6 p{
color:#8f43c2;
font-family:ProximaNovaBold;
padding-left:13px!important;
font-size:18px!important;
}
.price_main{
padding-bottom:30px;
padding-top:20px;
}
.price_1{
padding-left:0px;
}
.price_1 h6{
padding-top:20px;
padding-bottom:20px;
color:#0082c0;
font-size:20px;
font-weight:400;
}

.price_1 h4{
font-family:ProximaNovaBold;
color:#2d8ef7;
font-size:24px;
padding-left:15px;
}
.price_2{
font-family:ProximaNovaBold; 
font-size:18px;
}
.price_3{
font-size:20px!important;
font-weight:400!important;
}
.price_4{
padding-top:8px;
text-align:right;
}
.price_5 h4{
font-family:ProximaNovaBold;
color:#2d8ef7;
font-size:24px;
padding-left: 0px;
}
.price_5{
font-family:ProximaNovaBold;
color:#2d8ef7;
font-size:24px;
}
.price_6{
background-color:#ebfdff;
padding-top:10px;
padding-bottom:30px;
}
.price_6_p{
font-family:ProximaNovaBold;
 font-size:18px;
 line-height: 20px;
}
.price_7{
padding-left:0px;
padding-right:0px;
}
.price_7 h4{
font-family:ProximaNovaBold;
color:#2d8ef7;
font-size:24px;
padding-left:15px;
padding-top:10px;
}
.price_8{
padding-bottom:20px;
padding-top:20px;
background-color:#ebfdff;
}
.price_9{
padding-bottom:10px;
}
.price_9 .btn{
font-family:ProximaNovaBold;
font-size:16px;
border-radius:50px!important;
 border:none;
 width:250px!important;

}
.body-text{
font-size:14px;
}
.research_1 h4{
font-family:ProximaNovaBold;
color:#0082c0;font-size:24px;
text-align:center;

}
.research_2{
font-family:ProximaNovaBold;
font-size:18px;
text-align:center;
padding-top: 20px;
padding-bottom: 20px;
}
.research_3{
color:#0082c0; 
font-size:20px; 
font-weight:400;
margin-bottom: 0px;
}
.research_4{
font-family:ProximaNovaBold;
 font-size:18px;
}
.research_btn{
  padding-top: 5px;
padding-bottom: 40px;
}
.research_btn p{
color:#0082c0;  
font-weight:600;
font-size: 20px;
}
.research_btn .btn{
font-family:ProximaNovaBold;
border-radius:50px!important;
font-size: 16px; 
border:none;

}
.test_1 h4{
font-family:ProximaNovaBold;
color:#0082c0;
font-size:24px;
text-align:center;
padding-bottom:20px;
}
.test_2{
padding-bottom:20px;
}
.test_2 p{
font-family:ProximaNovaBold;
 font-size:20px;
}
.test_3{
padding-left: 20px;
 padding-bottom:100px;
}
.test_4{
text-align:right;
padding-right:100px;
}
.test_4 .btn{
font-family:ProximaNovaBold;
font-size:18px;
border-radius:50px!important;
border:none;
width:260px;
height:60px;
} 
.test_5{
padding-left:50px;
}
.test_5 .btn{
font-family:ProximaNovaBold;
font-size:18px;
border-radius:50px!important;
 border:none;
 width:260px;
 height:60px;
}
.sch_1{
padding-top: 20px;
}
.sch_2{
padding-top:20px;
padding-bottom:20px;

}
.sch_2 a{
font-size: 18px;
}
.sch_2 h4{
font-family:ProximaNovaBold;
color:#0082c0;
font-size:28px;
}
.sch_3{
font-size:18px; 
font-family:ProximaNovaBold;
}
.sch_3 p{
  padding-bottom: 6px;
}
.sch_2 p {
color:#0082c0;
 font-size:20px; 
 font-weight:400;
 margin-bottom: 20px;
}
.sch_2 .btn{
font-family:ProximaNovaBold;
font-size:16px;
border-radius:50px!important;
 border:none;
 width:auto;
}
.sch_4{
font-family:ProximaNovaBold;
font-size:17px;
padding-top:20px;
}
.sch_5{
background-color:#e8f8ff;
margin-bottom:10px;
padding-left:0px!important;
padding-right:0px!important;
padding-top: 10px;
}
.sch_5_p{
font-family:ProximaNovaBold;
color:#2d8ef7;
font-size:20px;
text-align:center;
margin-bottom: 0px!important;
}
.sch_5 p{
text-align:center;
 margin-block-end:auto;
}
.sch_5_img{
text-align:center;
 margin-block-end:auto;
}

.home-link-button-groups div {
  text-align: center;
}
.hom_1_text h3 {
  font-size: 27px;
  width: max-content;
}
.hom_com_row_1{
  float: left;


}
.tr_info_icon{
cursor:pointer;
}
.pagination li span,a{
      border:none!important;
      background-color: transparent!important;
      color:#32bbff!important;
    }
    .pagination .active a{
      color: #ffffff!important;
      background-color: #32bbff !important;
      border-radius: 5px;
    }



/**/

/**/


.stext{
    color:#0082c0; 
    font-size:20px; 
    font-weight:400; 
    border-style: solid; 
    border-width: 0px 0px 1px 0px; 
    padding-top: 5px;
    padding-bottom: 5px; 
    border-color: #0082c0; 
    background-color: transparent; 
    font-style: italic;
    width: 100%;
  }
  ::placeholder {
    color:#0082c0;
    font-style: italic;
	opacity:1;
  }
  :-ms-input-placeholder { /* Internet Explorer 10-11 */
	  color:#0082c0;
	  font-style: italic;
  }
  ::-ms-input-placeholder { /* Microsoft Edge */
	  color:#0082c0;
	  font-style: italic;
  }
  .itext{
    color:#0082c0; 
    font-size:20px; 
    font-weight:400; 
    border-style: solid; 
    border-width: 0px 0px 1px 0px; 
    border-bottom-color: #0082c0;
    padding-bottom: 5px; 
    background-color: transparent;
    width: 100%;
  }
  .contact{
    color: #0082c0;
  }
  .paddings{
    padding-bottom: 25px;
  }
  .paddingt{
    padding-top: 6px;
  }
  .paddingb{
    padding-bottom:50px!important;
  }
  .paddingbot{
    padding-bottom: 20px;
  }
  .ptag{
    font-size:18px; 
    font-family:ProximaNovaBold; 
    padding-bottom: 10px;
  }








  /*contactus*/
  .btnsend{
    border: 0px; 
    border-radius:20px; 
    background-color:#32bbfd!important;
  }
  .btnfind{
    border: 0px; 
    border-radius:20px; 
    background-color:#32bbfd!important;
  }
  a{
     color: #0082c0 !important;
  }
@media screen and (min-width: 769px) {
    .btnsend{
        width:110px!important;
    }
    .btnfind{
      margin: 85px 50px 50px 90px; 
      width: 130px!important;
    }
}
@media screen and (max-width: 770px) {
    .btnsend{
        width:100%!important;
    }
    .btnfind{ 
      width: 100%!important;
    }
}

/*studenthome*/
.dots{
    color: #32bbfd;
      font-size: 25px;
      padding-left:202px;
    }
  .box{
    text-align: center;
    width: 250px;
  }
  .boxtext{
    font-size: 17px;
  }
  .btn1{
    width: 250px;
    border: 0px; 
    border-radius:20px; 
    background-color:#32bbfd!important;
    margin-top: 60px;
  }
  .btn2{
    width: 170px;
    border: 0px; 
    border-radius:20px; 
    background-color:#32bbfd!important;
    margin-top: 20px;
  }
  .btn3{
    width: 170px; 
    border: 0px; 
    border-radius:20px; 
    background-color:#32bbfd!important;
    margin-top: 20px;
  }
  .btn4{
    width: 170px;
    border: 0px; 
    border-radius:20px; 
    background-color:#32bbfd!important;
    margin-top: 10px;
  }
  .btn5{
    width: 250px; 
    border: 0px; 
    border-radius: 20px; 
    background-color: #32bbfd!important;
    margin-top: 60px;
  }
  .h1heading{
    color: #0082c0; 
    font-size: 26px; 
    font-weight: bold;
  }
  .subhead{
    color: #0082c0; 
    font-size: 22px;
  }
  .boxhead{
    padding-left: 50px !important;
    font-family: ProximaNovaBold;
  }
  .box{
    background-color: #e6f6fd; 
    margin-bottom: 10px;
  }
  .boxheading{
    font-family: ProximaNovaBold; 
    color: #2d8ef7; 
    font-size: 20px;
  }
  .hedattext{
    padding-top: 20px;
  }
  @media screen and (min-width: 768px) {
        .btn1{
          margin-top: 60px;
        }
        .btn2{
          margin-top: 40px;
        }
        .btn3{
          margin-top: 20px;
        }
        .btn4{
          margin-top: 10px;
        }
        .btn5{
          margin-top: 60px;
        }
  }
  @media screen and (max-width: 767px) {
      .btn1{
        margin-top: 10px;
      }
      .btn2{
        margin-top: 10px;
      }
      .btn3{
      margin-top: 10px;
    }
    .btn4{
      margin-top: 10px;
    }
    .btn5{
      margin-top: 10px;
    }
  }
  @media screen and (max-width:332px){
    .dots{
      font-size: 09px;
      padding-left: 15px;
    }
  }
  @media (min-width:333) and (max-width:649px)  {
    .dots{
      font-size: 20px;
      padding-left: 15px;
    }
  }
  @media (min-width:650px) and (max-width:675px)  {
    .dots{
      font-size: 21px;
      padding-left: 15px;
    }
  }
  @media (min-width:676px) and (max-width:709px)  {
    .dots{
      font-size: 22px;
      padding-left: 15px;
    }
  }
  @media(min-width:710px) and (max-width: 767px)  {
    .dots{
      font-size: 23px;
      padding-left: 15px;
    }
  }
  @media(min-width:768px) and (max-width: 989px)  {
    .dots{
      font-size: 19px;
      padding-left: 133px;
    }
  }
  @media(min-width:991px) and (max-width: 1199px)  {
    .dots{
      font-size: 22px;
      padding-left:168px;
    }
  }
  @media screen and(max-width: 1200px)  {
    .dots{
      font-size: 25px;
      padding-left:202px;
    }
  }

  @media screen and (min-width: 769px) {
        .box{
            width:250px;
        }
    }
    @media screen and (max-width: 770px) {
        .box{
            width:100%;
        }
    }

    /*header*/
 /* .navbar-nav{
    padding-left: 100px!important;
  }*/
  .dropdown-menu{
    background-color: #ebfdff !important;
  }
  .list{
    padding-top: 0px !important;
    padding-bottom: 0px !important;
    padding-right: 0px !important;
    background-color: transparent !important;
  }
.dropdown:hover .dropdown-content {display: block;}

.h-colour{
  color:#6c21a0 !important;
}
.f-colour{
  color:#000000 !important;
}

@media only screen and (max-width: 1200px){
#menu-bar.open {
    height: auto;
    padding: 0 0 20px;
}
}
@media only screen and (min-width:769px){
#menu-bar {
    border-radius: 0;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.43);
    height: 0;
    overflow: hidden;
    padding: 0;
    width: 100%;
    position: relative;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}
}
.para_content{
  color: #000000;
  font-size: 18px;
  line-height: 22px;
  margin-bottom: 0px;
}
.para_content p{
  padding-bottom: 0px!important;
  margin-bottom: 20px !important;
}
.para_heading{
  font-family:ProximaNovaBold;
  color:#2d8ef7;
  margin-bottom: 15px;
  font-size: 28px;
  padding-top: 20px;
  padding-bottom: 10px;
}
.para_subheading{
  color:#2d8ef7;
  font-size:22px;
  text-align: center;
}
.para_subheading1{
  color:#2d8ef7;
  font-size:22px;
  text-align: left;
  font-weight:bold;
}

/*header sidenav */
#toggle-menu, #menu-bar {
    display: none !important;
}
@media only screen and (max-width: 767px){
#toggle-menu {
    border: 2px solid #964bb6;
    border-radius: 4px;
    color: #964bb6;
    cursor: pointer;
    display: block !important;
    font-size: 22px;
    font-weight: bold;
    padding: 2px 6px;
    position: absolute;
    right: 8px;
    top: 6px;
    z-index: 1001;
  transition: all 0.5s ease;
  }
  .menu-bar .open {
    display: block !important;
  }
}
#menu-bar > li {
    float: left;
    width: 100%;
    margin: 0px;
    padding: 0px;
}
 #menu-bar li:hover  a {
    border-radius: 0;
    box-shadow: none;
    color: #964bb6!important;
    text-shadow: initial!important;
}
.nav_icon .active a{
     border-radius: 0;
    box-shadow: none;
    color: #FFFFFF!important;
    text-shadow: initial!important;
} 
@media only screen and (max-width: 1200px){
#menu-bar.open {
    height: auto;
    padding: 0 0 20px;
	display: block !important;
}
}
@media only screen and (max-width:1200px){
#menu-bar {
    border-radius: 0;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.43);
    height: 0;
    overflow: hidden;
    padding: 0;
    width: 100%;
    position: relative;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}
}
@media(min-width:800px) {
    .break_btn{
      display: none;
     
    }
  }
  @media(max-width:800px) {
    .hom_link_btn{
      height: 61px!important;
     width: 260px!important;
     font-size: 20px!important;
     padding: 0px!important;
    }
  }
@media (max-width: 569px){
 .research_btn p {
  font-size: 8px;
}
     }
 @media(min-width:767px) and (max-width:1199px)  {
    .audio_btn p{
      font-size: 11px;
      
    }
  }
  .test4s{
  padding-top: 20px !important;
 text-align: center !important;
 position: absolute;
}
.test5s{
  padding-top: 20px !important;
text-align: center !important;
position: absolute;
}
@media(min-width:992px) and (max-width: 1200px) {
    .header_nav{
		font-size:12px !important;	
		margin-left:0% !important;	
		}
	}
@media(min-width:768px) and (max-width: 991px) {
    .header_nav{
		font-size:10px !important;			
		}
  	.col-sm-offset-1 
  	{
  	margin-left:0% !important;	
  	}
  	.col-sm-10	
  	{
  	width: 100% !important;	
  	}
	}	
@media(min-width:768px) and (max-width: 991px)  {
    .test5s{
        padding-bottom: 50px !important;
      }
    }
	 @media screen and (max-width: 649px) {
    .dots{
        font-size: 15px!important;
        padding-left: 40px!important;
    }
	}
    @media screen and (max-width: 503px) {
    .dots{
        font-size: 15px!important;
        padding-left: 0px!important;
    }
	}
    @media screen and (max-width: 457px) {
    .dots{
        display: none;
    }
}
 
/*index healing and awakening*/
 
@media screen and (min-width: 992px) {
    .sub_content {
      float: right;
    }
}	
@media (min-width: 452px) and (max-width: 721px) {
  .header-logo{
    width:50px !important;
  }
  .h_logo{
    padding-top: 10px;
    padding-right: 0px!important;
    width: max-content!important;
  }
  
}


/*header logo */
.header-logo{
  width: 100px;
}
@media screen and (max-width: 451px) {
  .header-logo {
    width: 40px!important;
    padding-top: 10px;    
    padding-left: 0px;
}
  .h_logo {
     width: auto!important;
    padding-left: 0px!important;
    padding-right: 0px!important;
  }
  .header_healing{
    padding-left: 20px;
  }
} 
.content {
    background-image:url(../design/background_new.png) ;
    background-position: center;
    background-size: cover;
}

/*13/01/2019*/

.footer_2_col_1,.footer_2_col_2,.footer_2_row,.footer_2_col{
  padding-left: 0px!important;
}

@media(min-width:992px) and (max-width: 1199px) {
  .footer_2_col p{
    font-size: 12px!important;
  }
  .footer_logo{
    padding-top: 10px!important;
  }
}

@media(min-width:768px) and (max-width: 991px)  {
  .footer_img {
    padding-top: 10px!important;
    width: 130px!important;
  }
  .footer_2_col{
    width: 74%!important;
    padding-right: 0px!important;
  }
  .footer_2_col p{
    font-size: 10px!important;
  }
  .footer_2_col_1,.footer_2_col_2{
    padding-right: 0px!important;
  }
  .footer-nav a {
    font-size: 12px!important;
  }
  .nav_footer{
    padding-left: 0px!important;
    padding-right: 0px!important;
  } 
}
@media(min-width:576px) and (max-width: 767px)  {
  .footer_img {
    padding-top: 20px!important;
    width: 160px!important;
    float: right;
  }
  .footer-nav {
    display: none!important;
  }
  .footer_logo{
    width: 30%!important;
  }
}
@media(min-width:480px) and (max-width: 575px)  {
  .footer-nav {
    display: none!important;
  }
  .footer_logo{
    width: 30%!important;
  }
  .footer_img {
    padding-top: 8px!important;
    width: 110px!important;
    height: 120px!important;
	padding-bottom: 15px!important;
  }
  .footer_2_col p {
    font-size: 10px!important;
  }
}
@media(min-width:320px) and (max-width: 479px)  {
  .footer-nav {
    display: none!important;
  }
  .footer_2_col_1,.footer_2_col_2,.footer_2_col{
    padding-right: 0px!important;
  }
}
.footer_img{
  padding-top: 0px;
  width: 100px;
  float: right;
}
.drpdwn
{
  padding-top:10px !important;
  padding-bottom:10px !important;
  cursor:pointer;
}






