@import url('css/bootstrap.css');
@import url('css/bootstrap-datetimepicker.css');
@import url('css/owl.carousel.css');
@import url('css/owl.theme.css');
@import url('css/font-awesome/css/font-awesome.min.css');
@import url('css/css-plugin-collections.css');
@import url('css/menuzord-rounded-boxed.css');
@import url('css/revolution/css/settings.css');
@import url('css/revolution/css/layers.css');
@import url('css/revolution/css/navigation.css');
@import url('css/animate.css');
@import url('css/prettyPhoto.css');
/*fonts*/

@font-face {
  font-family: 'hind-light';
  src: url(fonts/hind-light.otf);  
}
@font-face {
  font-family: 'hind-medium';
  src: url(fonts/hind-medium.otf);  
}

@font-face {
  font-family: 'hind-regular';
  src: url(fonts/hind-regular.otf);  
}
@font-face {
  font-family: 'ArimaMadurai-Light';
  src: url(fonts/ArimaMadurai-Light.ttf);  
}
@font-face {
  font-family: 'ArimaMadurai-Regular';
  src: url(fonts/ArimaMadurai-Regular.ttf);  
}
@font-face {
  font-family: 'ArimaMadurai-ExtraBold';
  src: url(fonts/ArimaMadurai-ExtraBold.ttf);  
}
@font-face {
  font-family: 'Raleway-Medium';
  src: url(fonts/Raleway-Medium.ttf);  
}



body
{
margin:0;
padding: 0;
font-family: 'hind-light';
font-size: 14px;
color: #606062;
}
p
{
  margin: 0px;
}
a , a:hover , a:focus
{
  text-decoration: none;
}
h1,h2,h3,h4,h5
{
  margin-top: 0px;
}
h2
{
  font-size: 40px;
  line-height: 40px;
  font-family: 'ArimaMadurai-ExtraBold';
  text-transform: uppercase;
  color: #153043;
  letter-spacing: 2px;
  margin-top: 0px;
  position: relative;
  padding-bottom: 10px;
}
h2:before
{
  content: "";
  background: #222;
  position: absolute;
  left: 50%;
  width: 120px;
  height: 2px;
  bottom: 0;
  transform: translateX(-50%);
  z-index: 1;
}
/*------------------*/
/*----  Header ----*/
/*----------------*/
.top-header
{
  background: #222;  
}
.top-header p
{
    font-size: 14px;
    color: #fff;
    font-family: 'hind-regular';
    letter-spacing: 0.5px;
    text-transform: ;
    text-align: left;
    line-height: 25px;
    margin: 0;
    padding: 10px 0px;
}
.top-header p span
{
    float:right;
}
.menuzord
{
  background: transparent;
}

.header-upper
{  
  width: 100%;
  position: relative;z-index: 999;
}
.header-upper .menuzord-brand
{
  padding: 10px 0px;
  position: relative;
  margin: 0px auto;
}
.header-upper .menuzord-brand img
{
   height: 80px;
   margin: 0px auto;
}
.menuzord-menu li .indicator
{
    display:none;
}
.header-upper .menuzord-menu > li > a , .sticky-header  .menuzord-menu > li > a 
{
  font-size: 15px;
  padding: 0px 15px;
  text-transform: uppercase;
  color: #222;
  letter-spacing: 2px;
  line-height: 50px;
  font-weight: normal;
  font-family: 'hind-regular';
  position: relative;
}
.menuzord-menu > li.active > a, .menuzord-menu > li:hover > a 
{
    color: #333;
    background: #f5f5f5;
}
.header-upper .menuzord-menu > li > a:before  ,   .menuzord-menu > li > a:before 
{
    position: absolute;
    content: "";
    background: black;
    width: 100%;
    height:5px;
    left: 0;
    bottom: -25px;
    transition-duration: .4s;
    transform: scale(0, 1);
    margin-left:0px;
}
.header-upper .menuzord-menu > li:hover > a:before , .sticky-header .menuzord-menu >li:hover > a:before 
{
    transform: scale(1);
}
.header-upper .menuzord-menu > li.active > a:before , .sticky-header .menuzord-menu > li.active > a:before  {
    transform: scale(1);
}
/* .menuzord-menu > li
 {
  padding-left: 15px;
  padding-right: 15px;
 }*/
.fa-2{
  margin-left: 20px;
}

.menuzord-menu ul.dropdown
{
  top: 100px;
  background: #59838f;
}

.menuzord-menu ul.dropdown li a
{
  font-size: 15px;
  padding: 10px 20px;
  padding-right: 50px;
  text-transform: uppercase;
  color: #fff;
  font-family: 'hind-medium';
  letter-spacing: 1px;
  line-height: 20px;
}
.menuzord-menu ul.dropdown li a:hover
{
  padding: 10px 35px;
  color: #fff;
}
.menuzord .menuzord-menu ul.dropdown li:hover > a
{
  background: transparent;
  color: #fff;
}
.menuzord-menu ul.dropdown li
{
  padding: 0px; 
  border-top: 1px solid #3b5c65;
  border-bottom: none;
}
.menuzord-menu ul.dropdown li:first-child
{
  border-top: none;
}
.sticky-header{
  position:fixed;
  opacity:0;
  visibility:hidden;
  left:0px;
  top:0px;
  width:100%;
  padding:0px 0px;
  background:#fff;
  z-index:0;
  transition:all 500ms ease;
  -moz-transition:all 500ms ease;
  -webkit-transition:all 500ms ease;
  -ms-transition:all 500ms ease;
  -o-transition:all 500ms ease;
  box-shadow: 0px 0px 0px 5px #59838f;
}

.fixed-header .sticky-header
{
  z-index:999;
  opacity:1;
  visibility:visible;
  -ms-animation-name: fadeInDown;
  -moz-animation-name: fadeInDown;
  -op-animation-name: fadeInDown;
  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown;
  -ms-animation-duration: 500ms;
  -moz-animation-duration: 500ms;
  -op-animation-duration: 500ms;
  -webkit-animation-duration: 500ms;
  animation-duration: 500ms;
  -ms-animation-timing-function: linear;
  -moz-animation-timing-function: linear;
  -op-animation-timing-function: linear;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -ms-animation-iteration-count: 1;
  -moz-animation-iteration-count: 1;
  -op-animation-iteration-count: 1;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;   
}
.sticky-header .menuzord-brand img
{
    height: 80px;
}
.sticky-header .menuzord-brand
{
  padding: 5px 0px;
  display: inherit;
  margin:0px auto;
}
/*.sticky-header .menuzord-menu > li
{
  padding: 10px 15px;
}*/
.sticky-header .menuzord-menu > li > a::before
{
  bottom: -10px;
}
.sticky-header .menuzord-menu ul.dropdown
{
  top: 70px;
}
/*
====================================================================
  Main Slider style
====================================================================
***/
.banner
{
  padding: 50px;
  background: url(images/slider-bg.jpg);
  background-size: cover;
  position: relative;overflow: hidden;
}
.banner:before
{
  content: " ";
  position: absolute;
  width: 60%;
  height:100%;
  background: #525556;
  top: 10%;
  left: 0;transform: rotate(70deg);
}
.banner:after
{
  content: " ";
  position: absolute;
  width: 40%;
  height:100%;
  background: #525556;
  top: 0%;z-index: 0;
  left: 0;/*transform: rotate(70deg);*/
}
.rev_slider_wrapper
{
  z-index: 1;
}
.rev_slider .donation h1
{
  color:#fff;
  font-size: 70px ;
  line-height: 100px;
  font-family: 'ArimaMadurai-ExtraBold';
  letter-spacing:5px;
  text-transform: uppercase;
}
.rev_slider .donation h4
{
  font-size: 25px;
  line-height:40px;
  color:#fff;
  letter-spacing: 15px;
  font-family: 'Raleway-Medium'; 
  text-transform: uppercase;
}
.rev_slider .donation h5
{
  font-size: 25px;
  line-height:40px;
  color:#fff;
  letter-spacing: 15px;
  font-family: 'Raleway-Medium'; 
  text-transform: uppercase;
}

.slotholder:before {
  border-top: none;
  border-bottom: none;
  position: absolute ;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 999;
  background-color: none;
  content: '';
}
.tp-bullet.selected, .tp-bullet:hover
{
  /*width: 30px;*/
}
.tp-bullet.selected, .tp-bullet
{
  display: inline-block;
}

/*-------------------------------------*/
/*------- home-about-section  --------*/
/*-----------------------------------*/
.home-about-section
{
  position: relative;
  text-align: left;
  padding-top: 100px;
  padding-bottom: 70px;
}
.animated {
  animation-duration: 2.5s;
  animation-fill-mode: both;
  animation-iteration-count: infinite;
}

@keyframes bounce {
  0%, 20%, 50%, 80%, 100% {transform: translateY(0);}
  40% {transform: translateY(-30px);}
  60% {transform: translateY(-15px);}
}
.bounce {
  animation-name: bounce;
}

@keyframes flash {
  0%, 50%, 100% {opacity: 1;}
  25%, 75% {opacity: 0;}
}
.flash {
  animation-name: flash;
}

@keyframes pulse {
  0% {transform: scale(1);}
  50% {transform: scale(1.1);}
  100% {transform: scale(1);}
}
.pulse {
  animation-name: pulse;
  animation-duration: 1s;
}
@media screen and (max-width:600px){
    .pulse{
        animation-name:none;
    }
}
.featured-text{
  font-size: 40px;
line-height: 40px;
font-family: 'ArimaMadurai-ExtraBold';
text-transform: uppercase;
color: #153043;
letter-spacing: 2px;
margin-top: 0px;
position: relative;
padding-bottom: 10px;
text-align: center;
}
.featured
{
  position: relative;
  text-align: left;
  padding-top: 50px;
  padding-bottom: 50px;
  background-color: white;
}
.home-about-section h2
{
  color: #153043;
  letter-spacing: 5px;
  margin-top: 5px;
}
.home-about-section h2:before
{
  display: none;
}
.quick-link
{
  padding-left: 0px;
  margin-bottom: 0px;
  float: left;
}
.quick-link li
{
  line-height: 25px;
  transition: all 0.3s ease-out 0s;
  list-style: none;
  padding-bottom: 15px;
  text-align: left;
}   
.quick-link li:last-child
{
  padding-bottom: 0px;
}

.quick-link li 
{
  position: relative;
  padding-left: 25px;
  color: black;
  font-size: 14px;
  letter-spacing: 1px;
  text-transform: uppercase;
  /*display: inline-block;*/
}


.home-about-section h2 span
{
  font-family: 'ArimaMadurai-Regular';
  font-size: 18px;
  display: inherit;
  padding-left: 5px;
  letter-spacing: 5px;
  margin-bottom: 10px;
}
.home-about-section h5
{
    font-size:18px;
    letter-spacing:2px;
    line-height:25px;
}
.home-about-section p
{
  line-height: 30px;
letter-spacing: 1px;
color: #747474;
font-size: 16px;
text-align: justify;
margin-bottom: 10px;
}
.home-about-section a
{
  font-size: 18px;
  font-family: 'hind-medium';
  letter-spacing: 2px;
  text-transform: uppercase;
  color: #222;
  line-height: 35px;
  box-shadow: 0px 2px #222;
  display: inline-block;
  margin-top: 10px;
  margin-left: 5px;
}
.home-about-section a.sm-display
{
  display: none !important;
}
.home-about-section:before{
   content: " ";
  position: absolute;
  background: url(images/pattern-1.png);
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}


/*-------------------------------------*/
/*------- home-why-choose-us  --------*/
/*-----------------------------------*/
.home-why-choose-us
{
  position: relative;
  text-align: center;
  padding-top:70px;
  padding-bottom: 70px;
  background: #f4f4f4;
}
.home-why-choose-us:before
{
  content: " ";
  position: absolute;
  background: url(images/pattern-1.png);
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.read-more2 {
    color: #fff;
    background-color: black;
    border-color: #c7d6db;
    float: ke;
    float: left;
    margin-left: 20px;
    margin-top: 20px;
}
.read-more2:hover{
  background-color: white;
  color: black;
  border-color: grey;
}
.why-choose-block
{
  padding: 15px;
}
.why-choose-box-1
{
    background: url(images/why-choose-box-img-1.jpg);
    background-size: cover;
    padding: 20px 10px;
    border-radius: 5px;
    box-shadow: inset 0px 0px 0px 2px #e8e8e8;
}
.why-choose-box-2
{
    background: url(images/why-choose-box-img-2.jpg);
    background-size: cover;
    padding: 20px 10px;
    border-radius: 5px;
    box-shadow: inset 0px 0px 0px 2px #e8e8e8;
}
.why-choose-box-3
{
    background: url(images/why-choose-box-img-3.jpg);
    background-size: cover;
    padding: 20px 10px;
    border-radius: 5px;
    box-shadow: inset 0px 0px 0px 2px #e8e8e8;
}
.why-choose-box-4
{
    background: url(images/why-choose-box-img-4.jpg);
    background-size: cover;
    padding: 20px 10px;
    border-radius: 5px;
    box-shadow: inset 0px 0px 0px 2px #e8e8e8;
}
.why-choose-box
{
  padding: 20px 10px;
  border-radius: 5px;
  box-shadow: inset 0px 0px 0px 2px #e8e8e8;
  margin-top: 20px;
  position: relative;
}
.why-choose-box:before
{
    content: "";
    background: rgba(21, 48, 67, 0.7);
    position: absolute;
    left: 0%;
    top:0%;
    width: 100%;
    height:100%;
    z-index: 0;
    border-radius: 5px;
}
.why-choose-box h3
{
  font-size: 20px;
  color: #fff;
  font-family: 'ArimaMadurai-ExtraBold';
  text-transform: uppercase;
  letter-spacing: 2px;
  line-height: 25px;
  padding-bottom: 10px;
  position: relative;
  margin-bottom: 10px;
}
.why-choose-box h3:before
{
  content: "";
  background: #fff;
  position: absolute;
  left: 50%;
  width: 100px;
  height: 4px;
  border-radius: 2px;
  bottom: 0;
  transform: translateX(-50%);
  z-index: 1;
}
.why-choose-box p
{
  font-size: 15px;
  line-height: 30px;
  letter-spacing: 0.5px;
  color: #fff;
  min-height:120px;
  position: relative;
}
#why-choose-us
{
  overflow: hidden;
}
#why-choose-us .owl-nav div
{
  color: #fff;
  font-size: 24px;  
  left: 15px;
  margin-top: 0px;
  position: absolute;
  top: 45%;
  line-height: 40px;
  height: 40px;;
  width: 40px;
  transition: 0.4s;
  z-index: 1;
  background: rgba(0,0,0,0.5); transition: all 0.3s ease;
}

#why-choose-us .owl-nav div.owl-next 
{
  left: auto;
  right: -100px;
}
#why-choose-us .owl-nav div.owl-prev
{
  left: -100px;
} 
#why-choose-us:hover .owl-nav div.owl-prev
{
  left: 0px;
}
#why-choose-us:hover .owl-nav div.owl-next
{
  right:  0px;
}
#why-choose-us .owl-controls
{
  margin: 0px;
}

/*-------------------------------------*/
/*------- home-our-speciality --------*/
/*-----------------------------------*/
.home-speciality-section
{
  position: relative;
  background: #153043;
  text-align: left;
  padding: 70px 0px;
}
.publication{
  margin-top: 20px;
}
.read-more{
  color: #fff;
background-color: black;
border-color: #c7d6db;
}
.read-more:hover{
  background-color: white;
  color: black;
  border-color: black;
}
.home-speciality-section:before
{
  content: " ";
  position: absolute;
  top: 0;
  left: 0;
  background: #fff;
  height: 100%;
  width:20%;
}
.home-speciality-section .image-column{
  position: relative;
  /* margin-bottom: 40px; */
}

.home-speciality-section .image-column .inner-column{
  position: relative;
  margin-right: 20px;
  margin-left: -150%;
  max-height: 555px;overflow: hidden;
}

.home-speciality-section .image-column .inner-column .image{
   position: relative; 
}

.home-speciality-section .image-column .inner-column .image img{
  /* position: relative; */
  width:100%;
  display: block;
}

.home-speciality-section h2
{
  color: #fff;
}
.home-speciality-section h2:before
{
  display: none;
}
.speciality-text
{
  padding-bottom:30px;
  padding-left: 50px;
  float: left;
}

.speciality-text:last-child
{
  padding-bottom:  0px;
}
.speciality-text h3
{
  font-size: 25px;
  line-height: 25px;
  font-family: 'ArimaMadurai-ExtraBold';
  letter-spacing:5px;
  color: #fff;
  position: relative;
  text-transform: uppercase;
}
.speciality-text h3:before
{
  content: " ";
  position: absolute;
  height: 1px;
  background: #fff;
  width: 35px;
  top: 10px;
  left: -50px;
}
.speciality-text p
{
  line-height: 25px;
  color: #fff;
  letter-spacing: 2px;
  font-size: 14px;
}

/*-------------------------------------*/
/*------- home-photo-gallery  --------*/
/*-----------------------------------*/
.home-photo-gallery
{
  padding: 70px 0px; 
  background: #f5f5f5;
}
.home-photo-gallery p{
  line-height: 30px;
letter-spacing: 1px;
color: #747474;
font-size: 16px;
text-align: justify;
margin-bottom: 10px;
}
.home-photo-gallery h2
{
  text-align: center;
}
.inner-box {
  text-align: center;
  overflow: hidden;
  position: relative;
  margin: 10px 15px;
  display: inline-block;
}

.inner-box img {
  width: 100%;
  height: auto;
}

.inner-box .box-content {
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  transform: perspective(400px) rotateX(-90deg);
  transform-origin: center top 0;
  transition: all 0.5s ease 0s;
}

.inner-box:hover .box-content {
  opacity: 1;
  transform: perspective(400px) rotateX(0deg);
}
/*
.inner-box a {
  list-style: none;
  padding: 0;
  margin: 0;
  position: absolute;
  top: 40%;
  left: 0;
  right: 0;
}

.inner-box   a {
  display: block;
  width: 40px;
  height: 40px;
  line-height: 40px;
  border-radius: 50%;
  background: #ffffff;
  text-align: center;
  margin: 0px auto;
  font-size: 16px;
  color: #128e9d;
  transition: all 0.35s ease 0s;
}*/
#photo-gallery .owl-nav div
{
  color: #fff;
  font-size: 24px;  
  left: 15px;
  margin-top: 0px;
  position: absolute;
  top: 40%;
  line-height: 50px;
  height: 50px;;
  width: 50px;
  transition: 0.4s;
  z-index: 1;
  background: #128e9d;
}
#photo-gallery .owl-nav div.owl-next 
{
  left: auto;
  right: 15px;
}
#photo-gallery .owl-controls
{
  margin: 0px;
}


/*-------------------------------------*/
/*-------      FEES PAGE      --------*/
/*-----------------------------------*/

.meet-our-patients-header 
{
  z-index: 1;
  background: rgba(255,255,255);
}
.meet-our-patients-header ul
{
  list-style: none;
  float: right;
  margin-bottom:0px;
  padding:15px 0px;
}
.meet-our-patients-header ul li
{
  float: left;
  position: relative;
}
.meet-our-patients-header li a
{
  padding: 0px 15px;
  letter-spacing: 1px;
  font-size: 15px;
  color: #888;
  line-height: 30px;
  display: inline-block;
  text-transform: capitalize;
  -webkit-transition:all 300ms ease;
  -moz-transition:all 300ms ease;
  -ms-transition:all 300ms ease;
  -o-transition:all 300ms ease;
  transition:all 300ms ease;
  text-decoration: none;
}
.meet-our-patients-header ul li a:hover
{
  color:  #111;
}
.meet-our-patients-header ul li a.active
{
  color: #111;
}

.fees-section
{
    padding:100px 0px 60px;
    background:#f5f5f5;
}
.fees-text
{
    
}
.fees-text h5
{
    font-size: 20px;
    line-height: 25px;
    margin-bottom:0px;
    text-transform:uppercase;
    font-family: 'ArimaMadurai-ExtraBold';
    color:#222;
}
.fees-text ul,  .fees-box  ul
{
    padding-left: 20px;
}
.fees-text ul li, .fees-text p, .fees-box  ul li
{
    line-height:30px;
    font-size:16px;
    letter-spacing:1px;
}
.fees-text p
{
    line-height:30px;
    font-size:16px;
    letter-spacing:1px; 
    margin-bottom:10px;
}

.fees-box .panel-group .panel
{
  background: #fff;
  border: none;
}
.fees-box .panel-heading {
    color: #777;
    background-color:#fff;
    position: relative;
    border: none;
    border-radius:5px;
    border-bottom:1px solid #f5f5f5;
}
.fees-box .panel-title a
{
  font-size: 20px;
  letter-spacing: 1px;
  width: 100%;
  text-transform: uppercase;
  line-height: 24px;
  font-family: 'ArimaMadurai-ExtraBold';
  display: block;
}
.fees-box .panel-title a i
{
  font-size: 14px;
  position: absolute;
  right: 0px;
  top: 10px;
  width: 40px;
  height: 25px;
  line-height: 25px;
  text-align: center;
  color: #777;
  border-left: 1px solid #ddd;
}
.fees-box .panel-title a:hover,.fees-box .panel-title a:focus
{
  text-decoration: none;
}
.fees-box .panel-body
{
    border: 0px !important;
    background: #fff;
    padding: 10px 15px;
    border-radius: 0px 0px 5px 5px;
}
.fees-box .panel-body p
{
  margin: 0px;
  line-height: 30px;
  color: #777;
  font-size: 15px;
  letter-spacing: 1px
}
.fees-box .panel-group
{
  margin: 0px;
}
.fees-box .panel-group .panel + .panel
{
  margin-top: 2.5px;
  margin-bottom: 2.5px;
}




.chiropractic-box {
    padding: 20px 0px;
    border-bottom: 2px dotted;
}
.chiropractic-block .chiropractic-box:last-child
{
    padding-bottom:0px;
    border: none;
}
.chiropractic-box h3
{
    font-size: 25px;
    line-height: 25px;
    margin-bottom:0px;
    text-transform:uppercase;
    font-family: 'ArimaMadurai-ExtraBold';
    color:#222;   
}
.chiropractic-box p
{
    line-height:25px;
    font-size:15px;
    letter-spacing:1px; 
    margin-bottom:10px;
    text-align: justify;
}
.chiropractic-box p b
{
    line-height:25px;
    font-size:18px;
    letter-spacing:1px; 
    margin-bottom:10px;
    text-align: justify;
}
.chiropractic-box h5
{
    font-size: 18px;
    font-family: 'hind-medium';
    letter-spacing: 1px;
    line-height: 25px;
}
.chiropractic-box ul li
{
    line-height: 25px;
    font-size: 15px;
    letter-spacing: 1px;
    margin-bottom: 10px;
    text-align: justify;
}
.award{
  line-height: 26px;
letter-spacing: 1px;
color: #747474;
font-size: 16px;
text-align: left;
list-style: none;
margin-bottom: 40px;
padding: 10px 0px;
}
.award-li{
  margin-top: 10px;
}
.gallery-page
{
    padding:60px 0px;
    background-color: #edeaea;
}
.gallery-box
{
    padding:0px;
}
.gallery-box .inner-box 
{
    border-radius: 5px;
}
@media screen and (max-width: 500px){
  .gallery-page .our-why-img{
    margin-bottom: 40px;
  }
  .gallery-page{
      padding:20px 0px;
  }
}
/*-------------------------------------*/
/*-------  home-testimonial   --------*/
/*-----------------------------------*/
.home-testimonial
{
  position: relative;
  background: url(images/testimonial-bg.jpg);
  background-size: cover;
  padding: 70px 0px;
  padding-bottom:50px;
  background-position: 0 55%;
}
.home-testimonial:before
{
  content: " ";
  width: 100%;
  height: 100%;
  left: 0;
  top:0;
  background: rgba(0,0,0,0.8);
  position: absolute;
}
.home-testimonial h2
{
  text-align: center;
  color: #fff;
}
.home-testimonial h2:before
{
  background: #fff;
}
.testimonial-block
{
  text-align: center;
  width:90%;
  margin: 0px auto;
  margin-top: 20px;
}
.testimonial-block p
{
    font-size: 14px;    
    letter-spacing: 1px;
    line-height: 25px;
    color: #fff;
    margin-bottom: 20px;
}
.testimonial-img
{
  display: inline-table;
}
.testimonial-img img
{
  width: 70px !important;
  border-radius: 50%;
  float: left;
}
.testimonial-img h3
{
  font-size: 25px;
  float: left;
  text-transform: uppercase;
  text-align: left;
  color: #fff;
  font-family: 'ArimaMadurai-ExtraBold';
  
  line-height: 70px;
  margin-bottom: 0px;
  margin-left: 20px;
  letter-spacing: 2px;
  display: inline-block;
}
.testimonial-img h3 span
{
  font-size: 20px;
  text-transform: uppercase;
  text-align: left;
  font-family: 'ArimaMadurai-Regular';
  line-height: 30px;
  display: inherit;
}
#testimonial-carousel .owl-nav div
{
  color: #fff;
  font-size: 24px;  
  left: 15px;
  margin-top: 0px;
  position: absolute;
  top: 40%;
  line-height: 50px;
  height: 50px;;
  width: 30px;
  transition: 0.4s;
  z-index: 1;
}
#testimonial-carousel .owl-nav div img
{
  width: 100%;
}
#testimonial-carousel .owl-nav div.owl-next 
{
  left: auto;
  right: 15px;
}
#testimonial-carousel .owl-controls
{
  margin: 0px;
}

/*-------------------------------------*/
/*-------   Footer-Section    --------*/
/*-----------------------------------*/
footer
{
  background: #fff;
  padding-top: 30px;
}
footer .row
{
  padding-bottom: 20px;
}
.footer-logo
{

}
.footer-logo img
{
  max-height: 50px;
}
.footer-menu
{
  padding: 0px;
  text-align: center;
  margin: 0px;
}
.footer-menu li 
{
  display: inline-block;
  list-style: outside none none;    
}
.footer-menu li a 
{
  font-size: 15px;
  letter-spacing: 1px;
  color: black;
  line-height: 50px;
  font-family: 'hind-regular';
  padding: 0px 5px;
  text-transform: uppercase;
}
.social-link {
  padding: 0px;
  margin: 0px;
  float: right;
}
.social-link li {
  display: inline-block;
  padding: 15px 5px;
}
.social-link li a {
  width: 40px;
  height: 40px;
  line-height: 40px;
  background: #fff;
  color: #59838f;
  text-align: center;
  border-radius: 50%;
  font-size: 14px;
}
.social-link li a:hover {
    color: #59838f;
}
.copy-right
{
  box-shadow: 0px -1px 0px 0px #3b5c65;
}
.copy-right p
{
  text-align: center;
  font-size: 18px;
  letter-spacing: 2px;
  line-height: 60px;
  color: #fff;
}


.book-now 
{
  display: none !important;
  margin: 0px auto;
  background-color:#f99126;
  padding: 10px 20px;
  line-height: normal;
  position: fixed;
  text-transform: uppercase;
  display: inline-block;
  font-size: 16px;
  line-height: 20px;
  letter-spacing: 2px;
  color: #fff;    transform: rotate(-90deg);
  z-index: 999; top: 50%; right: -60px;
}

.book-now::before 
{
  position: absolute;
  content: "";
  width: 0;
  height: 100%;
  right: -40px;
  top: 0;
  bottom: 0;
  border-style: solid;
  border-width: 0px 40px 40px 0;
  border-color:  transparent transparent #f99126 transparent;
}

.book-now::after 
{
  position: absolute;
  content: "";
  width: 0;
  height: 100%;
  left: -40px;
  top: 0;
  bottom: 0;
  border-style: solid;
  border-width: 0px 0px 40px 40px;
  border-color: transparent transparent #f99126 transparent
}
.book-now a
{
  color: #fff;
}
.book-now a:hover
{
  color: #fff;
  text-decoration: none;
}
.book-now-modal .close
{
  width: 40px;
  height: 40px;
  background: #59838f;
  color: #fff;
  opacity: 10;
  top: 2px;
  position: absolute;
  right: 0px;
  border-radius:20px 0px 20px 20px;
  font-size: 30px;
  z-index: 999;
}
.book-now-modal .close:focus
{
  outline: none;
}
.book-now-modal h3
{
  font-size: 25px;
  letter-spacing: 1px;
  line-height: 25px;
  color:#222;
  font-family:"ArimaMadurai-ExtraBold";
  text-transform: uppercase;
  margin-bottom: 20px;
}

.book-now-modal h4
{
    padding: 40px 20px;
    font-size: 25px;
    line-height: 25px;
    color: #222;
    font-family: "ArimaMadurai-ExtraBold";
    letter-spacing: 1px;
    text-transform: uppercase;
    text-align: center;
    line-height: 50px;
}
.book-now-modal .modal-dialog
{
  margin-top: 10%;
}
.book-now-modal .modal-header
{
  padding-top: 15px;
  padding-bottom: 0px;
  border:none;
  position: relative;
}
.book-now-modal .modal-content
{
  border-radius: 0px;
}
 
.book-now-form .form-control
{
  height: 45px;
  box-shadow: none;
  border-radius:0px;
  background: transparent;
  border: 1px solid rgba(35, 31, 32, 0.13);
  margin-bottom: 25px;
  letter-spacing: 2px;
  color: #777;
}
.book-now-form span.add-on 
{
  float: right;
  position: absolute;
  top: 0;
  color: #333;
  right: 0px;
  line-height: 50px;
  width: 50px;
  text-align: center;
}
.date
{
  position: relative;
}
.book-now-form button
{
  background: #59838f;;
  border: 0;
  padding: 10px 30px;
  color: #fff;
  text-transform: uppercase;
  letter-spacing: 2px;
  border-radius: 0px;
}
.book-now-form button:hover
{
  background: #222;
}
.captcha input
{
  width: 65% !important;
  float: left;
}
.captcha label
{
  width: 35%;
  float: left;
}
/*-------------------------------------*/
/*-------    Pages Styles     --------*/
/*-----------------------------------*/
.page-title-section{
    background-image: url("images/slider/1.jpg");
    padding: 70px 0px 50px;
    margin-top: 0px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
}
.page-title-section:before 
{
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  /*  background-image: linear-gradient(to bottom right, #000, #000);*/
  background:rgba(21, 48, 67, 0.85);
  /*opacity: 0.3;*/
}

.page-title-section .container
{
    margin: 0px auto;
}

.pages-title{
    position: absolute;
    bottom: 20px;
    color: #FFF;
}
.pages-title-1
{
    position: relative;
    text-align: center;
}
.pages-title-1 p
{
    font-size: 16px;
    letter-spacing: 1px;
    line-height: 30px;
    color: #fff;
    width:80%;
    margin:0px auto;
}

.pages-title h1, .pages-title-1 h1
{
    font-size: 40px;
    line-height: 50px;
    letter-spacing: 2px;
    text-transform: uppercase;
    color: #FFF;
    font-family: 'ArimaMadurai-ExtraBold'
}

.pages-title ul
{
    padding-left: 0px;
}

.pages-title ul li{
    font-size: 16px;
    line-height: 30px;
    color: #fff;
    position: relative;
    margin-left: 10px;
    display: inline-block; 
    text-transform:uppercase;
    letter-spacing: 2px;
}

.pages-title ul li:last-child:after 
{
    display: none;  
}

.pages-title ul li:first-child
{   
  margin-left: 0px;
}

.pages-title ul li:after 
{
  position: absolute;
  top: 50%;  
  right: -5px;
  transform: translateY(-50%);
  color: #FFF;
  content: "\f105";
  font-size: 15px;
  font-weight: 600;
  font-family: 'FontAwesome';
}

.pages-title ul li{
  padding-right: 20px;
}

.pages-title ul li a{
  color: #ffffff;
  transition: all 500ms ease;
}

.page-title ul li a:hover{
  color: #b0cb23;
  transition: all 500ms ease;
}

/*-------------------------------------*/
/*-------  Health & Disease   --------*/
/*-----------------------------------*/
.our-why-section
{
    padding:60px 0px;
}
.our-why-img img
{
    border-radius: 5px;
    box-shadow: 20px 20px 0px 1px rgba(0, 0, 0, 0.10);
    border-right: 10px solid #fff;
    border-bottom: 10px solid #fff;
}
.our-why-box .panel-group .panel
{
  background: transparent;
}
.our-why-box .panel-heading {
    color: #777;
    background-color:transparent;
    position: relative;
    border: none;
}
.our-why-box .panel-title a
{
  font-size: 20px;
  letter-spacing: 1px;
  width: 100%;
  text-transform: uppercase;
  line-height: 30px;
  font-family: 'ArimaMadurai-ExtraBold';
  display: block;
}
.our-why-box .panel-title a i
{
  font-size: 14px;
  position: absolute;
  right: 0px;
  top: 10px;
  width: 40px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  color: #777;
  border-left: 1px solid #ddd;
}
.our-why-box .panel-title a:hover,.specifications-block .panel-title a:focus
{
  text-decoration: none;
}
.our-why-box .panel-body
{
  border: 0px !important;
  background: #f5f5f5;
  padding: 10px 15px;    
  max-height: 250px;
  overflow-y: scroll;
}
.our-why-box .panel-body p
{
  margin: 0px;
  line-height: 30px;
  color: #777;
  font-size: 15px;
  letter-spacing: 1px
  
}
.our-why-box .panel-group
{
  margin: 0px;
}
.our-why-box .panel-group .panel + .panel
{
  margin-top: 2.5px;
  margin-bottom: 2.5px;
}


/*-------------------------------------*/
/*-------  Publication Page  --------*/
/*-----------------------------------*/
.publication-page
{
  padding: 60px 0px;
  background-color: #edeaea;
}
.quick-link2{
  line-height: 32px;
letter-spacing: 1px;
color: #747474;
font-size: 16px;
text-align: justify;
margin-bottom: 10px;
list-style: none;
}
.quick-link2 b{
  color: #4f4a4a;
  font-weight: 600;
}

.fa-check-circle{
  color:#141e3b;font-size:18px;
}
@media screen and (max-width: 500px){
  .quick-link2{
    padding: 10px 15px;
  }
  .quick-link{
      padding-top:20px;
  }
  .home-photo-gallery p{
      padding-top:20px;
  }
  .publication-page{
      padding:20px 0px;
  }
  .our-why-img img{
      margin-bottom:20px;
  }
}
.publication-li{
  margin-top: 10px;
}
.about-text h3
{
  font-size: 30px;
  line-height: 30px;
  margin-bottom: 10px;
  font-family: "ArimaMadurai-ExtraBold";
  letter-spacing: 2px;
  text-transform: uppercase;
}
.about-text  p
{
  font-size: 14px;
  letter-spacing: 1px;
  line-height: 30px;
  text-align: justify;
  color: #777;
}
.img-box
{
  position: relative;
}
}
.img-box img
{
  position: relative;
  z-index: 999;
}
.img-box:before {
    position: absolute;
    right: -30px;
    top: -30px;
    height: 100%;
    width: 100%;
    border: 2px solid #777;
    content: "";
}
.doctors-details
{
  padding: 60px 0px;
  background: #153043;
}
.doctors-details-box
{
  padding: 20px;
  background: #fff;
}
.doctors-details-box h3
{
  line-height: 25px;
  font-size: 25px;
  font-family: "ArimaMadurai-ExtraBold";
  text-transform: uppercase;
}
.doctors-details-box p
{
  color: #777;
  line-height:30px;
  letter-spacing: 1px;
  font-size: 14px;
}

/*-------------------------------*/
/*----- About Chiropractic  ----*/             
/*-----------------------------*/

.line {
    position: absolute;
    content: '';
    background-color: #f9f9f9;
    background-image: url(images/bg-pattern-1.png);
    background-repeat: repeat;
    background-position: center center;
    opacity: 0.15;
    z-index: 0;
}
.intro-content .line1 {
    width: 100%;
    top: 0px;
    left: 0;
    height: 5px;
}

.intro-content .line2 {
    width: 5px;
    height:100%;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
}
.intro-content .line3 {
    width: 100%;
    bottom: 0px;
    left: 0;
    height: 5px;
}
.intro-content .line4 {
    width: 5px;
    height: 100%;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
}
.intro-content .line3 , .intro-content .line1
{
  width: 105%;
}
.intro-content .line4
{
  display: none;
}
.intro-content {
    position: relative;
    padding: 35px;
    margin-top: 70px;
    margin-bottom: 50px;
}
.intro-content h3
{
  font-size: 25px;
  line-height: 30px;
  font-family: "ArimaMadurai-ExtraBold";
  letter-spacing: 1px;
  margin-bottom: 10px;
  text-transform: uppercase;
}
.intro-content p
{
  font-size: 15px;
  letter-spacing: 1px;
  line-height: 30px;
  text-align: justify;
}
.aboutus-intro-img
{
  padding-left: 0px;
  position: relative;z-index: 1;
}
.aboutus-intro-img img
{
  max-height: 390px;
}


.subluxation-section
{
    padding:60px 0px;
}
.subluxation-section h3
{
    font-size: 25px;
    line-height: 25px;
    margin-bottom: 0px;
    text-transform: uppercase;
    font-family: 'ArimaMadurai-ExtraBold';
    color: #222;
}
.subluxation-text
{
    padding: 20px 0px;
    padding-left: 30px;
}
.subluxation-text h4
{
    font-size: 18px;
    line-height: 30px;
    letter-spacing: 1px;
    font-family: 'ArimaMadurai-ExtraBold';
    color:#777;
    position: relative;
}
.subluxation-text h4:before
{
    
    content: '';
    position: absolute;
    background-color: #153043;
    width:10px;
    height:10px;
    top:7px;
    left:-25px;
    z-index: 0;
    border-radius: 50%;

}
.subluxation-text p
{
    font-size: 15px;
    letter-spacing: 1px;
    line-height: 30px;
    text-align: justify;
}
/*----------------------------------------*/
/*-------    WHY CHIROPRACTIC    --------*/
/*--------------------------------------*/

.why-chiropractic-section
{
    padding:60px 0px;
}
.why-chiropractic-section p
{
    font-size: 16px;
    letter-spacing: 1px;
    line-height: 30px;
    text-align: justify;
}
.why-chiropractic-section h3
{
    font-size: 25px;
    line-height: 30px;
    letter-spacing: 1px;
    font-family: 'ArimaMadurai-ExtraBold';
    color: #777;
    position: relative;  
}
.why-chiropractic-box {
    position: relative;
    padding: 35px;
    margin-top: 50px;
    margin-bottom: 50px;
}
.why-chiropractic-box h3
{
  font-size: 25px;
  line-height: 30px;
  font-family: "ArimaMadurai-ExtraBold";
  letter-spacing: 1px;
  margin-bottom: 10px;
  text-transform: uppercase;
}
.why-chiropractic-box p
{
  font-size: 16px;
  letter-spacing: 1px;
  line-height: 30px;
  text-align: justify;
}
.why-chiropractic-box .line {
    position: absolute;
    content: '';
    background-color: #f9f9f9;
    background-image: url(images/bg-pattern-1.png);
    background-repeat: repeat;
    background-position: center center;
    opacity: 0.15;
    z-index: 0;
}
.why-chiropractic-box .line1 {
    width: 100%;
    top: 0px;
    right: 0;
    height: 5px;
}

.why-chiropractic-box .line2 {
    width: 5px;
    height:100%;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
}
.why-chiropractic-box .line3 {
    width: 100%;
    bottom: 0px;
    right: 0;
    height: 5px;
}
.why-chiropractic-box .line4 {
    width: 5px;
    height: 100%;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
}
.why-chiropractic-box .line3 , .why-chiropractic-box .line1
{
  width: 105%;
}
.why-chiropractic-box .line2
{
  display: none;
}
.why-chiropractic-section-1
{
    background: #f5f5f5;
}

/*----------------------------------------*/
/*------- type-of-treatmentpage  --------*/
/*--------------------------------------*/
.type-of-treatment-page
{
    padding:60px 0px;
}
.type-of-treatment-box.panel-group .panel
{
  background: transparent;
  border: none;
}
.type-of-treatment-box .panel-heading {
    color: #777;
    background-color:transparent;
    position: relative;
    border: none;
}
.type-of-treatment-box .panel-title a
{
  font-size: 20px;
  letter-spacing: 1px;
  width: 100%;
  text-transform: uppercase;
  line-height: 30px;
  font-family: 'ArimaMadurai-ExtraBold';
  display: block;
}
.type-of-treatment-box .panel-title a i
{
  font-size: 14px;
  position: absolute;
  right: 0px;
  top: 10px;
  width: 40px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  color: #777;
  border-left: 1px solid #ddd;
}
.type-of-treatment-box .panel-heading  p{
    
    line-height:25px;
    margin-bottom:10px;
    letter-spacing: 1px;
} 
.type-of-treatment-box .panel-title a:hover,.specifications-block .panel-title a:focus
{
  text-decoration: none;
}
.type-of-treatment-box .panel-body
{
  border: 0px !important;
  background: #f5f5f5;
  padding: 10px 15px;
}
.type-of-treatment-box .panel-body p
{
  margin: 0px;
  line-height: 30px;
  color: #777;
  font-size: 15px;
  letter-spacing: 1px;
  text-align: justify;
  
}
.type-of-treatment-box .panel-group
{
  margin: 0px;
}
.type-of-treatment-box .panel-group .panel + .panel
{
  margin-top: 2.5px;
  margin-bottom: 2.5px;
}

/*-------------------------------------*/
/*----- MEET OUR PATIENTS PAGE  ------*/
/*-----------------------------------*/
.meet-patients-page
{
  padding: 100px 0px 60px;
}
.testimonial-block-1
{
  position: relative;
}
.testimonial-block-1:before
{
  content: "\f10e";
  position: absolute;
  font-family: "FontAwesome";
  right: 15px;
  top: 0px;
  font-size: 71px;
  color: #59838f33;
  width: 100%;
}
.testimonial-block-1 p
{
  color: #777;
  font-size: 15px;
  letter-spacing: 1.5px;
}
.testimonial-block-1 .testimonial-img h3
{
  color: #222;line-height: 70px;
}
.testimonial-block-1 .testimonial-img img
{
  width:70px !important;
}
.meet-patients-page #testimonial-carousel .owl-nav div
{
  width: 50px;
  height: 50px;
  background: rgba(0,0,0,0.5);
}
.meet-patients-page #testimonial-carousel .owl-nav div img
{
  width: 30px;
}
.meet-patients-page .client-img 
{
    width: 120px;
    position: absolute;
    top: -20px;
    left: 20px;
    padding: 5px;
    box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.36);
    border-radius: 5px;
    background: #fff;
}
.meet-patients-page .client-img img
{
    width: 100%;
    border-radius:5px;
}
.meet-patients-page .client-text
{
    background-color: #fff;
    /*overflow: hidden;*/
    padding: 15px 20px 20px 20px;
    border:2px solid rgba(89, 131, 143, 0.1);
    position: relative;
    margin:15px auto;
    padding-left: 200px;
    margin-top: 50px;
}
.meet-patients-page .client-text:hover
{
    box-shadow:-1px 2px 12px 10px rgba(0,0,0, .03);
}
.meet-patients-page .client-text:before{
     content: '';
     position: absolute;
     background-color: #fff;
     width: 5px;
     height: 50%;
     top: 25%;
     left: -50px;
     transition:.5s ease;
}
.meet-patients-page .client-text:hover:before
{
     content: '';
     position: absolute;
     background-color: #153043;
     width: 5px;
     height: 50%;
     top: 25%;
     left: 0px;
}
.meet-patients-page .client-text:after
{
    content: "\f10e";
    position: absolute;
    font-family: "FontAwesome";
    right: 15px;
    top: 5px;
    font-size: 35px;
    color: #59838f;
}
.meet-patients-page  .client-text h3
{
    font-size: 20px;
    color: #222222;
    line-height:25px;
    letter-spacing: 2px;
    font-family: 'ArimaMadurai-ExtraBold';
}
.meet-patients-page .client-text p
{
    font-size: 15px;
    color: #9b9ea8;
    letter-spacing: 1px;
    line-height: 25px;    
    min-height: 70px;
}


@media (max-width:1200px)
{
  .intro-content 
  {
    position: relative;
    padding: 25px 15px;
    margin-top: 20px;
    margin-bottom: 0;
  }
}
@media (max-width:992px)
{
  .intro-content .line3, .intro-content .line1
  {
    width: 100%;
  }
  .intro-content 
  {
    padding: 30px;
  }
  .intro-content .line4 
  {
    display: inherit;
  }
  .aboutus-intro-img 
  {
    padding-left: 15px;
    text-align: center;
  }
  .aboutus-intro-img img
  {
    margin: 0px auto;
  }

}



/*-------------------------------------*/
/*-------  Our Clients Page ----------*/
/*-----------------------------------*/
.our-clients-page
{
    padding:60px 0px;
}
.our-clients-img img
{
    border-radius: 5px;
    box-shadow: 20px 20px 0px 0px rgba(89, 131, 143, 0.4);
    border-right: 10px solid #fff;
    border-bottom: 10px solid #fff;
}
.our-clients-block.panel-group .panel
{
  background: transparent;
  border: none;
}
.our-clients-block .panel-heading {
    color: #777;
    background-color:transparent;
    position: relative;
    border: none;
    padding: 10px 20px 5px;
}

.our-clients-block .panel-heading p
{
    letter-spacing:1px;
    line-height:25px;
    margin-bottom:5px;
}
.our-clients-block .panel-title a
{
  font-size: 20px;
  letter-spacing: 1px;
  width: 100%;
  text-transform: uppercase;
  line-height: 25px;
  font-family: 'ArimaMadurai-ExtraBold';
  display: block;
}
.our-clients-block .panel-title a i
{
  font-size: 14px;
  position: absolute;
  right: 0px;
  top: 0px;
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  color: #777;
  border-left: 1px solid #ddd;
}
.our-clients-block .panel-title a:hover,.our-clients-block .panel-title a:focus
{
  text-decoration: none;
}
.our-clients-block .collapse
{
    background: #f5f5f5;
    padding: 10px 20px;
    border-top: 1px solid rgba(0, 0, 0, 0.10) !important;
    padding-right: 0;
}
.our-clients-block .panel-body
{
    border: 0px !important;
    padding: 0px;
    max-height: 200px;
    overflow-y: scroll;
    padding-right: 15px
}
.our-clients-block .panel-body p
{
  margin: 0px;
  line-height: 30px;
  color: #777;
  font-size: 15px;
  letter-spacing: 1px
}
.our-clients-block .panel-body p b
{
    line-height:25px;
    font-size:18px;
    letter-spacing:1px; 
    margin-bottom:10px;
    text-align: justify;
}
.our-clients-block .panel-body h5
{
    font-size: 18px;
    font-family: 'hind-medium';
    letter-spacing: 1px;
    line-height: 25px;
}
.our-clients-block .panel-body ul li
{
    line-height: 25px;
    font-size: 15px;
    letter-spacing: 1px;
    margin-bottom: 10px;
    text-align: justify;
}
.our-clients-block .panel-group
{
  margin: 0px;
}
.our-clients-block .panel-group .panel + .panel
{
  margin-top: 2.5px;
  margin-bottom: 2.5px;
} 
/*-------------------------------------*/
/*-------  Research --------*/
/*-----------------------------------*/
.research
{
    position: relative;
    padding:60px 0px;
    background-color: #edeaea;
}
@media screen and (max-width:500px){
    .research{
        padding:20px 0px;
    }
}
.research-p{
  line-height: 26px;
letter-spacing: 1px;
color: #747474;
font-size: 16px;
text-align: left;
list-style: none;
margin-bottom: 40px;
padding: 10px 0px;
}
.gallery{
  margin-top: 30px;
}
.team-box
{
    position: relative;
}
.team-box .team-img {
    width: 40%;
    height: 100%;
    position: relative;
    margin-left: auto;
}
.team-box .team-text {
    position: absolute;
    z-index: 1;
    top: 15%;
    left: 20px;
    background: #fff;
    padding: 20px 30px;
    width: 60%;
    -webkit-box-shadow: rgba(240, 240, 240, 0.09) 0px 2px 21px 0px;
    box-shadow: rgba(1, 1, 1, 0.08) 0px 2px 21px 0px;
}
.team-box .team-text h3
{
    line-height:30px;
    font-size:20px;
    font-family: 'ArimaMadurai-ExtraBold';
    text-transform: uppercase;
    color: #153043;
    letter-spacing: 2px;
}
.team-box .team-text  p
{
    font-size:15px;
    line-height:30px;
    letter-spacing:1px;
    font-family: 'hind-medium';
}
.team-box-right .team-img
{
    margin-right: auto;
    margin-left: 0;
}
.team-box-right .team-text 
{
    right: 20px;
    left: auto;
}
/*-------------------------------------*/
/*-------  Health & Disease   --------*/
/*-----------------------------------*/
.health-disease-section
{
    padding:60px 0px;
}
.health-disease-img img
{
    border-radius: 5px;
    box-shadow: -20px 20px 0px 1px rgba(0, 0, 0, 0.10);
    border-left: 10px solid #fff;
    border-bottom: 10px solid #fff;
}
.health-disease-box.panel-group .panel
{
  background: transparent;
  border: none;
}
.health-disease-box .panel-heading {
    color: #777;
    background-color:transparent;
    position: relative;
    border: none;
}

.health-disease-box .panel-heading p
{
    line-height:25px;
    margin-bottom:5px;
    letter-spacing: 1px;
}

.health-disease-box .panel-title a
{
  font-size: 20px;
  letter-spacing: 1px;
  width: 100%;
  text-transform: uppercase;
  line-height: 30px;
  font-family: 'ArimaMadurai-ExtraBold';
  display: block;
}
.health-disease-box .panel-title a i
{
  font-size: 14px;
  position: absolute;
  right: 0px;
  top: 10px;
  width: 40px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  color: #777;
  border-left: 1px solid #ddd;
}
.health-disease-box .panel-title a:hover,.specifications-block .panel-title a:focus
{
  text-decoration: none;
}
.health-disease-box .panel-body
{
  border: 0px !important;
  background: #f5f5f5;
  padding: 10px 15px;    
  max-height: 250px;
  overflow-y: scroll;
}
.health-disease-box .panel-body p
{
  margin: 0px;
  line-height: 30px;
  color: #777;
  font-size: 15px;
  letter-spacing: 1px
  
}
.health-disease-box .panel-group
{
  margin: 0px;
}
.health-disease-box .panel-group .panel + .panel
{
  margin-top: 2.5px;
  margin-bottom: 2.5px;
}
.health-disease-box ol 
{
    
}
.health-disease-box ol li, .health-disease-box ul li
{
    line-height: 30px;
    color: #777;
    font-size: 15px;
    letter-spacing: 1px;
}
/*-------------------------------------*/
/*-------  Contact Us Page    --------*/
/*-----------------------------------*/
.contact-us-page
{
    overflow: hidden;
    padding: 50px 0px;
    background-color: #edeaea;
}
.alert-p {
    margin-bottom: 20px;
    border: 1px solid transparent;
    border-radius: 4px;
    font-size: 24px;
    color: red;
}
.contact-form h3
{
    font-size: 30px;
    letter-spacing: 2px;
    color: #153043;
    text-transform: uppercase;
    font-family: 'ArimaMadurai-ExtraBold';
    line-height: 30px;
    margin-bottom: 20px;
}
.contact-form
{
  position: relative;
  z-index: 1;
}
.contact-form .form-group{
  margin-bottom: 40px;
}
/*.contact-form:after {
    content: "";
    position: absolute;
    top: 0%;
    left: -100%;
    width: 235%;
    height: 1500px;
    z-index: -1;
    background-color: #fff;
}*/
.contact-form input
{
  font-size: 15px;
  font-weight: 400;
  line-height: 26px;
  color: #848484;
  width: 100%;
  padding: 10px 15px;
  border: 1px solid #e5e5e5;border: 2px solid #c4c4c4;
}
.contact-form textarea
{
    font-size: 15px;
    font-weight: 400;
    line-height: 26px;
    color: #848484;
    width: 100%;
    height:120px;
    padding: 10px 20px;
    box-shadow: none;
    resize: none;
    border-radius: 0px;
    border: 2px solid #c4c4c4;
}
.contact-form select{
  font-size: 15px;
font-weight: 400;
line-height: 26px;
color: #848484;
width: 100%;
padding: 10px 15px;
border: 1px solid #e5e5e5;
border: 2px solid #c4c4c4;
background:#fff;
}
.contact-form button
{
    font-size: 16px;
    font-weight: 600;
    letter-spacing: 2px;
    padding: 15px 30px;
    text-transform: uppercase;
    position: relative;
    transition: all 0.5s ease 0s;
    cursor: pointer;
    display: inline-block;
    text-align: center;
    z-index: 1;
    background: #365165;  
    color: #fff;
    border: none;
    line-height: 20px;
}
.contact-form button:before 
{
    background-color: rgb(43, 44, 54);
    content: "";
    height: 100%;
    left: 0;
    opacity: 0;
    position: absolute;
    top: 0;
    transform: scale(0.5, 1);
    transition: all 0.4s ease 0s;
    width: 100%;
    z-index: -1; 
}

.contact-form button:hover::before{
  opacity: 1;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
}

.contact-form input::-webkit-input-placeholder , .contact-form  textarea::-webkit-input-placeholder 

{
    color: #848484 !important;
    opacity: 1;
    letter-spacing: 1px;
    font-size: 14px;
    text-transform: uppercase;
}

.contact-form  input:-moz-placeholder,  .contact-form  textarea:-moz-placeholder /* Firefox 18- */
{ 
    color: #848484 !important;
    opacity: 1;  
    letter-spacing: 1px;
    font-size: 14px;
    text-transform: uppercase;
}

.contact-form  input::-moz-placeholder, .contact-form  textarea::-moz-placeholder  /* Firefox 19+ */
{ 
    color: #848484 !important;
    opacity: 1;  
    letter-spacing: 1px;
    font-size: 14px;
    text-transform: uppercase;
}

.contact-form  input:-ms-input-placeholder,.contact-form textarea:-ms-input-placeholder 
{  
    color: #848484 !important;
    opacity: 1;  
    letter-spacing: 1px;
    font-size: 14px;
    text-transform:  uppercase;
 }
.contact-info-block
{
  padding: 50px ;
  width: 100%;
  background: #365165;
}
.contact-info-inner
{
    background-color:#1e1e20;
    padding: 20px;
    position: relative;
    padding-left: 20px;
    z-index: 1;
}
.contact-info-inner h3
{
    font-size: 30px;
    letter-spacing: 2px;
    color: #fff;
    text-transform: uppercase;
    font-family: 'ArimaMadurai-ExtraBold';
    line-height: 30px;
    margin-bottom: 20px;
}
.contact-info
{
    padding: 19px 0px;    
    border-top: 2px dotted #d5cccc;
    padding-left: 40px;
    position: relative;
}
.contact-info.p-top-none
{
  padding-top:0px;
  border-top: none;
}

.contact-info:last-child
{
    padding-bottom:  0px;
}
.contact-info h4
{
    font-size: 18px;
    font-family: 'hind-medium';
    color: #fff;
    line-height: 25px;
    letter-spacing: 2px;
    margin-bottom: 0;
    text-transform: uppercase;
}
.contact-info i 
{
    position: absolute;
    left: 0px;
    float: left;
    font-size: 20px;
    color: #fff;
    text-align: center;
    line-height: 30px;
    padding-right: 20px; 
    background: transparent;
}
.contact-info p {
    
    line-height: 25px;
    margin-top: 0px;
    color: #fff;
    margin-bottom: 0px;
    font-size: 15px;
    letter-spacing: 1px;
}
/*------------------------------------*/
/*--------- Media Screen ------------*/
/*-----------------------------------*/
@media (max-width:1200px)
{

    .header-upper .menuzord-menu > li > a, .sticky-header .menuzord-menu > li > a
    {
        padding: 0px 10px;
        letter-spacing: 1px;
    }
    .home-speciality-section .image-column .inner-column
    {
        position: relative;
        margin-right: 0;
        margin-left: 0px;
    }
    .home-speciality-section:before
    {
        display: none;
    }
    .why-choose-box h3
    {
        font-size: 18px;
    }
    .why-choose-box p
    {
        font-size: 14px;
    }
    .testimonial-block
    {
        width: 100%
    }
    .footer-menu li a
    {
        line-height: 30px;
    }
    .team-box 
    {
      position: relative;
      width: 80%;
      margin: 30px auto;
      box-shadow: 0px 0px 10px #0000003b;
      border-radius: 10px;
    }
    .team-box .team-img
    {
        width:100%;
        padding: 20px;
        background: #f5f5f5;
        border-radius: 10px 10px 0px 0px;
    }
    .team-box .team-text 
    {
        border-radius: 0px 0px 10px 10px;
        position: relative;
        width: 100%;
        left: 0;
        z-index:0;
    }
}
@media (max-width:993px)
{
    h2 
    {
        font-size: 35px;
    }
    .banner
    {
        padding: 30px;
    }
    .home-about-section
    {
        padding: 60px 0px;
    }
    .home-about-section h2
    {
        margin-bottom: 0px;
    }
    .home-about-section a.md-display
    {
        display: none !important;
    }
    /*.why-choose-block
    {
        width: 80%;
        margin: 0px auto;
    }*/
    .why-choose-block:last-child .why-choose-box
    {
        min-height: auto;
    }
    .home-about-section a.sm-display
    {
        display: inherit !important;
        float: left;
        margin-left: 0;
        margin-top: 10px;
    }
    .home-speciality-section .image-column 
    {
        margin-bottom: 50px;
    }
    .testimonial-block p 
    {
        font-size: 15px;
    }

    .footer-menu
    {
        margin-top: 10px;
    }
    .footer-menu li a
    {
        line-height: 50px;
        padding: 0px 15px;
    }
    .copy-right 
    {
        box-shadow: 0px -3px 0px 0px #3b5c65;
        float: left;
        width: 100%;
    }
    .img-box
    {
        position: relative;
        width: 80%;
        margin: 0px auto;      
        margin-top: 45px;
    }
    .img-box img
    {
        position: relative;
        z-index: 999;
    }
    .doctors-details-box
    {
        margin: 15px 0px;
    }
    .gallery-box
    {
        width:50%;
        float:left;
    }
    .team-box 
    {
      position: relative;
      width: 100%;
      margin: 30px auto;
      box-shadow: 0px 0px 10px #0000003b;
      border-radius: 10px;
    }
    .contact-form .form-group
    {
        margin-bottom: 15px;
    }
    .contact-form textarea
    {
        height: 85px;
    }
    .contact-info-block
    {
        padding:20px;
    }
    .contact-info p
    {
        font-size:14px;
    }
    .fees-text h5
    {
        margin-top:30px;
    }
    .type-of-treatment-box , .fees-box
    {
        margin:20px auto;
    }
    .health-disease-box 
    {
        margin-top:30px;
    }
}


@media (max-width:767px)
{
    .menuzord-responsive .menuzord-menu.menuzord-indented > li > ul.dropdown > li > a
    {
        color: #000;
    }
    .menuzord-menu > li 
    {
        padding: 0px 0px !important;
    }
    .menuzord-menu > li > a
    {
        line-height: 43px;
        padding: 0px 10px !important;
    }
    .menuzord-responsive .menuzord-menu > li > a
    {
        padding: 10px 20px !important;
        line-height: 20px;
    }
    .menuzord-menu > li > a::before
    {
        display: none;
    }
    .menuzord-responsive .menuzord-brand 
    {
        font-size: 20px;
        line-height: 1.55;
        padding-left: 10px;
    }
    .menuzord-responsive .menuzord-menu > li > a
    {
        padding: 10px 20px !important;
        line-height: 20px;
    }
    .menuzord-menu > li > a::before
    {
        display: none;
    }
    .menuzord-menu li .indicator 
    {
       display: inherit;
    }
    .pages-title h1, .pages-title-1 h1
    {
        font-size:30px;
    }
    .pages-title-1 p
    {
        width:100%;
    }
    .banner
    {
        padding: 10px;
        background: url(images/slider-bg.jpg);
        background-size: cover;
        position: relative;overflow: hidden;
    }
    .banner:before
    {
        display: none;
    }
    .tp-tabs, .tp-thumbs, .tp-bullets
    {
        top: 110% !important;
        left: -15px !important;
    }
  
    .why-choose-block
    {
        width: 100%;
        margin: 0px auto; 
    }
    .why-choose-box
    {
        min-height: auto;
    }
    #why-choose-us .owl-nav div.owl-next 
    {
      left: auto;
      right: 0px;
    }
    #why-choose-us .owl-nav div.owl-prev
    {
      left: 0px;
    } 
    #why-choose-us:hover .owl-nav div.owl-prev
    {
      left: 0px;
    }
    #why-choose-us:hover .owl-nav div.owl-next
    {
      right:  0px;
    }
    .footer-logo
    {
        float: left;
    }
    .social-link-block
    {
        float: right;
    }
    .footer-menu
    {
        width: 100%;
        float: left;
    }
    .footer-menu li a
    {
        padding: 0px 5px;
        font-size: 14px;
        line-height: 30px;
    }
    .team-box 
    {
      position: relative;
      width: 60%;
      margin: 30px auto;
      box-shadow: 0px 0px 10px #0000003b;
      border-radius: 10px;
    }
    .team-box .team-img
    {
        width:100%;
        padding: 20px;
        background: #f5f5f5;
        border-radius: 10px 10px 0px 0px;
    }
    .team-box .team-text 
    {
        border-radius: 0px 0px 10px 10px;
        position: relative;
        width: 100%;
        left: 0;
        z-index:0;
    }
    .contact-form
    {
        margin-bottom:30px;
    }
    
}

@media (max-width:600px)
{
    .team-box 
    {
        width:80%;    
    }
}
@media (max-width:550px)
{
  .rev_slider .donation h1{
    font-size: 32px;
  }
  .top-header p span{
    float: left;
  }
    .why-choose-block
    {
        width: 100%;
        margin: 0px auto; 
    }
    .speciality-text
    {
        padding-left: 0px;
    }
    .speciality-text p 
    {
        line-height: 25px;
        color: #fff;
        letter-spacing: 1px;
        font-size: 14px;
    }
    .testimonial-block p
    {
        line-height: 25px;
        font-size: 14px;
        letter-spacing:1px;
    }
    .footer-logo 
    {
        float: none;
        width: 100%;
        float: left;
    }
    .footer-c{
      background-color: black;
    }
    .footer-logo img 
    {
        max-height: 50px;
        text-align: center;
        margin: 0px auto;
    }
    .social-link-block
    {
        float: none;
        width: 100%;
    }
    .social-link
    {
        float: none;text-align: center;
    }
    .social-link li
    {
        padding-bottom:10px;
    }
    .copy-right
    {
        padding-top: 10px;
    }
    .copy-right p 
    {
        text-align: center;
        font-size: 14px;
        letter-spacing: 2px;
        line-height: 30px;
        color: #fff;
    }
    
}
@media (max-width:450px)
{
    .gallery-box
    {
        width:80%;
        float:none;
        margin: 0px auto;
    }
    .testimonial-img img
    {
        float: none;
        width: 80px !important;
        margin: 0px auto;
    }
    .testimonial-img h3
    {
        margin: 0px;
        text-align: center;
        line-height: 25px;
        padding-bottom: 0px;
    }
    .testimonial-img h3 span
    {
        display: inline-block;
    }
    .team-box 
    {
        width:90%;    
    }  
  
}
