/*
Theme Name: TNL
Theme URI: http://www.tentoflifeclinic.com/
Author: EFX Creations
Author URI: http://www.efxcreationsng.com
Description: This is a wordpress template built for Tent Of Life ENT Clinic
Version: 1.0
*/

@import url("https://maxcdn.bootstrapcdn.com/font-awesome/4.3.0/css/font-awesome.min.css");
@import url("https://fonts.googleapis.com/css?family=Roboto+Condensed:400,300,400italic,700");
@import url("https://fonts.googleapis.com/css?family=Lobster");
@import url("https://fonts.googleapis.com/css?family=Raleway:700,600,400,300,200");



/*========================================================
                      Main Styles
=========================================================*/

body {
  background: #e2e6e9;
  color: #a4a4a5;
  font: 400 16px/24px 'Roboto Condensed', sans-serif;
  -webkit-text-size-adjust: none;
}
img {
  max-width: 100%;
  height: auto;
}
h1 {
  font-size: 80px;
  font-family: 'Raleway', sans-serif;
  line-height: 92px;
}
h2 {
  font-size: 72px;
  line-height: 80px;
  font-weight: 700;
  font-family: 'Raleway', sans-serif;
}
h3 {
  font-size: 48px;
  line-height: 53px;
  font-weight: 300;
  font-family: 'Raleway', sans-serif;
}
h3 + p {
  margin-top: 17px;
}
h4 {
  text-transform: uppercase;
  font-size: 36px;
  line-height: 40px;
  font-weight: 400;
  color: #414141;
  font-family: 'Raleway', sans-serif;
}
h4 + p {
  margin-top: -2px;
  color: #909497;
  font-size: 14px;
}
h5 {
  color: #414141;
  text-transform: capitalize;
  font-size: 30px;
  line-height: 36px;
  font-weight: 400;
  font-family: 'Lobster', sans-serif;
}
h5 + * {
  margin-top: 52px;
}
h5 + p {
  margin-top: 6px;
}
h5 + .row {
  margin-top: 51px;
}
h5 + form {
  margin-top: 58px;
}
h6 {
  font-size: 20px;
  line-height: 22px;
  font-weight: 400;
}
h6 + span {
  margin-top: 2px;
}
h6 + p {
  margin-top: 15px;
}
p {
  font-family: 'Roboto Condensed', sans-serif;
  color: #a4a4a5;
}
p a:hover {
  text-decoration: underline;
}
p + .row {
  margin-top: 14px;
}
time {
  display: block;
}
a {
  font: inherit;
  color: inherit;
  text-decoration: none;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
a:active,
a:focus,
a:hover,
a:visited {
  outline: 0;
}
a:active {
  background: transparent;
}
a[href^="tel:"] {
  color: inherit;
  text-decoration: none;
}
strong {
  font-weight: 700;
}
.fa {
  line-height: inherit;
}
[class*='fa-']:before {
  font-weight: 400;
  font-family: 'FontAwesome';
}
.page {
  overflow: hidden;
  min-height: 500px;
}
.lt-ie9 .page {
  min-width: 1200px;
}
.bg-wrap {
  background: #e2e6e9;
}
.video01 {
  width: 570px;
  height: 322px;
}
/*=======================================================
                        Components
=========================================================*/
/*========================   Menu   ==========================*/
.sf-menu {
  display: inline-block;
}
.sf-menu:before,
.sf-menu:after {
  content: " ";
  display: table;
}
.sf-menu:after {
  clear: both;
}
.sf-menu > li {
  position: relative;
  float: left;
}
.sf-menu > li + li {
  margin-left: 11px;
}
.sf-menu a {
  display: block;
}
.sf-menu > li > a {
  font-size: 15px;
  line-height: 30px;
  font-weight: 400;
  padding: 5px 17px;
  padding-top: 6px;
  padding-bottom: 4px;
  color: #525252;
  text-transform: uppercase;
}
@media only screen and (max-width: 979px) {
  .sf-menu > li > a {
    font-size: 14px;
    padding: 5px 10px;
  }
}
.sf-menu > li.sfHover > a,
.sf-menu > li > a:hover {
  color: #de0500;
}
/*
.sf-menu > ul li.active > a {
  color: #fff;
  background: #de0500;
  border-radius:30px;
} */


.sf-menu li.current-menu-item a,
.sf-menu li.current-menu-item a:focus,
.sf-menu li.current-menu-item a:hover {
  color: #fff;
  background: #de0500;
  border-radius:30px;
}




.sf-menu ul {
  display: none;
  position: absolute;
  top: 100%;
  left: 50%;
  width: 106px;
  margin-left: -53px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  margin-top: 1px;
  padding: 16px 13px;
  background: #01b9af;
  z-index: 2;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.sf-menu ul > li {
  position: relative;
}
.sf-menu ul > li > a {
  text-transform: uppercase;
  display: inline-block;
  font-size: 12px;
  line-height: 34px;
  font-family: "Arial", sans-serif;
  font-weight: 400;
  color: #FFF;
  background: #01b9af;
}
.sf-menu ul > li.sfHover > a,
.sf-menu ul > li > a:hover {
  color: #FFF;
  font-size: 14px;
  font-weight: 700;
}
.sf-menu ul ul {
  position: absolute;
  top: 0;
  left: 100%;
  width: 98px;
  margin-top: 8px;
  margin-left: 13px;
  padding: 0px 13px;
  z-index: 4;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
}
.sf-menu ul ul {
  background: #414141;
}
.sf-menu ul ul > li > a {
  color: #FFF;
  font-size: 12px;
  line-height: 30px;
  font-family: "Arial", sans-serif;
  font-weight: 400;
  background: #414141;
}
.sf-menu ul ul > li.sfHover > a,
.sf-menu ul ul > li > a:hover {
  color: #de0500;
  font-size: 12px;
  font-weight: 400;
}
.sf-menu > li > .sf-with-ul {
  position: relative;
}
.sf-menu > li > .sf-with-ul:before {
  position: absolute;
  left: 50%;
  top: 77%;
  margin-left: -2px;
  color: #191919;
  content: '\f0d7';
  font: 400 12px/12px 'FontAwesome';
}
.active .sf-with-ul:before {
  color: #fff !important;
}
@media (max-width: 767px) {
  .sf-menu {
    display: none;
  }
}
/*==================  Select Menu  ======================*/
.select-menu {
  position: relative;
  display: none;
  margin: 0 auto;
  width: 420px;
  background: #ffffff url('images/select.png') no-repeat right center;
  overflow: hidden;
}
.select-menu .select {
  width: 420px;
  height: 30px;
  color: #585858;
  background-color: transparent;
  font: 400 15px 'Roboto Condensed', sans-serif;
  line-height: 30px;
  border: 1px solid grey;
  border-radius: 0;
  box-shadow: none;
  outline: none;
  -webkit-appearance: none;
}
.select-menu .select::-ms-expand {
  display: none;
}
@media (max-width: 767px) {
  .select-menu {
    display: block;
  }
}
@media (max-width: 479px) {
  .select-menu {
    width: 270px;
  }
  .select-menu .select {
    width: 270px;
  }
}
/*==================  Stuck menu  ======================*/
.isStuck {
  background: #ffffff;
  z-index: 999;
  border-bottom: 1px solid #f0efef;
}
.isStuck .list-01 {
  display: none;
}
.isStuck .sf-menu {
  padding-top: 28px;
  margin-top: -15px;
}
.isStuck .sf-menu > li {
  position: relative;
  float: left;
}
.isStuck .sf-menu > li + li {
  margin-left: 0px;
}
.isStuck .book-appointment {
  margin-top: 16px;
}
.isStuck .nav {
  padding-bottom: 15px;
  margin-bottom: 0;
}
.isStuck .brand {
  display: none;
  padding-left: 0;
  margin-top: 10px;
  margin-bottom: -37px;
}
.isStuck .brand_name {
  font-size: 30px;
  line-height: 30px;
}
.isStuck .brand .brand-icon {
  position: relative;
  text-align: center;
}
.isStuck .brand .brand-icon:before {
  content: url(images/logo.png);
  position: absolute;
  top: -5px;
  left: 0;
  padding-left: 12px;
  padding-right: 12px;
  padding-top: 8px;
  padding-bottom: 3px;
  margin-top: 1px;
  margin-left: -65px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}
.isStuck .brand_slogan {
  font-size: 10px;
  line-height: 12px;
  letter-spacing: 1px;
  margin-top: -3px;
  margin-left: 3px;
  color: #de0500;
  font-family: 'Roboto Condensed', sans-serif;
  font-weight: 400;
  text-transform: uppercase;
}

@media only screen and (max-width: 1199px) {
  .isStuck .sf-menu {
    margin-left: 0;
    padding-top: 15px;
    margin-top: -11px;
  }
  .isStuck .sf-menu > li > a {
    font-size: 14px;
    padding: 5px 10px;
  }
  .isStuck .brand {
    display: none;
  }
  .isStuck .nav {
    padding-bottom: 5px;
  }
  .isStuck .book-appointment {
    margin-top: 7px;
  }

}
@media only screen and (max-width: 979px) {
  .isStuck {
    display: none !important;
  }
}
/*==================     ToTop     ======================*/
#toTop {
  width: 42px;
  height: 42px;
  font-size: 27px;
  line-height: 38px;
  color: #8f8f90;
  background: #f7f7f7;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  position: fixed;
  right: 3%;
  bottom: 3%;
  display: none;
  overflow: hidden;
  text-align: center;
  text-decoration: none;
  z-index: 20;
}
#toTop:hover {
  color: #de0500;
  background: #f7f7f7;
  text-decoration: none;
}
@media only screen and (max-width: 1399px) {
  .toTop {
    display: none !important;
  }
}
/*=================       Tabs     ======================*/
.resp-tabs-list {
  display: none;
}
.resp-tabs-list li {
  cursor: pointer;
}
.resp-tabs-container {
  margin-top: 15px;
  margin-bottom: 27px;
}
.resp-accordion {
  position: relative;
  display: block;
  background: #f9f9f9;
  cursor: pointer;
  font-size: 12px;
  line-height: 18px;
  text-transform: uppercase;
  color: #9BBB59;
  padding: 5px 5px;
  padding-top: 6px;
  padding-left: 32px;
  border: 1px solid #ececec;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  margin-bottom: 9px;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.resp-accordion:before {
  content: "\f067";
  font-family: 'FontAwesome';
  position: absolute;
  left: 8px;
  top: 50%;
  margin-top: -8px;
  font-size: 10px;
  line-height: 17px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  text-align: center;
  width: 16px;
  height: 16px;
  border: 1px solid #7b7f82;
  color: #51565a;
}
.resp-accordion:hover {
  color: #de0500;
}
.resp-tab-active:before {
  content: "\f068";
}
.resp-tab-content {
  display: none;
  padding: 6px 20px 33px 31px;
  font-size: 13px;
  line-height: 18px;
}
.resp-tab-content-active {
  display: block;
}
@media (max-width: 767px) {
  .resp-accordion {
    display: block;
  }
  .resp-tabs-list {
    display: none;
  }
}
/*==================   Parallax    ======================*/
.parallax {
  background-position: center 0;
  background-repeat: no-repeat;
}
.mobile .parallax,
.tablet .parallax {
  background-position: 50% 0 !important;
  background-size: cover;
}
.parallax1 {
  background-color: #FFF;
  background-image: url(images/stethoscope_blue_kbd.jpg);
  position: relative;
}
.parallax2 {
  background-color: #FFF;
  background-image: url(images/page-4_parallax01.jpg);
  position: relative;
}
@media (max-width: 767px) {
  .parallax {
    background-position: center 0 !important;
    background-size: cover;
  }
}
@charset "UTF-8";
@font-face {
  font-family: "sawmill";
  src: url("../fonts/sawmill.eot");
  src: url("../fonts/sawmill.eot?#iefix") format("embedded-opentype"), url("../fonts/sawmill.woff") format("woff"), url("../fonts/sawmill.ttf") format("truetype"), url("../fonts/sawmill.svg#sawmill") format("svg");
  font-weight: normal;
  font-style: normal;
}
[data-icon]:before {
  font-family: "sawmill" !important;
  content: attr(data-icon);
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  speak: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
[class^="icon-"]:before,
[class*=" icon-"]:before {
  font-family: "sawmill" !important;
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  speak: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.icon-arrow-right:before {
  content: "a";
}
.icon-subtract:before {
  content: "b";
}
.icon-add:before {
  content: "c";
}
/*==================   Tumbnail    ======================*/
.thumb {
  display: block;
  position: relative;
  overflow: hidden;
}
.thumb img {
  width: 100%;
  height: auto;
  -moz-transition: 0.5s all ease;
  -o-transition: 0.5s all ease;
  -webkit-transition: 0.5s all ease;
  transition: 0.5s all ease;
}
.thumb_overlay {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  opacity: 0;
  -moz-transition: 0.3s all ease;
  -o-transition: 0.3s all ease;
  -webkit-transition: 0.3s all ease;
  transition: 0.3s all ease;
  color: #ffffff;
  background: transparent;
}
.thumb_overlay:before {
  content: '\f065';
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  font: 400 30px 'FontAwesome';
  line-height: 30px;
  margin-top: -15px;
  text-align: center;
}
.lt-ie9 .thumb_overlay:before {
  display: none;
}
.thumb:hover .thumb_overlay {
  opacity: 1;
  background: rgba(0, 0, 0, 0.5);
}
.lt-ie9 .thumb:hover .thumb_overlay {
  background: none;
  -ms-filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#80000000');
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#80000000');
  zoom: 1;
}
.lt-ie9 .thumb:hover .thumb_overlay:before {
  display: block;
}
.thumb:hover img {
  -moz-transform: scale(1.2);
  -ms-transform: scale(1.2);
  -o-transform: scale(1.2);
  -webkit-transform: scale(1.2);
  transform: scale(1.2);
}
.stacktable {
  width: 100%;
}
.st-head-row {
  padding-top: 1em;
}
.st-head-row.st-head-row-main {
  font-size: 1.5em;
  padding-top: 0;
}
.st-key {
  width: 49%;
  text-align: right;
  padding-right: 1%;
}
.st-val {
  width: 49%;
  padding-left: 1%;
}
/* RESPONSIVE EXAMPLE */
.stacktable.large-only {
  display: table;
}
.stacktable.small-only {
  display: none;
}
@media (max-width: 800px) {
  .stacktable.large-only {
    display: none;
  }
  .stacktable.small-only {
    display: table;
  }
}
/*=================== Tables ==========================*/
table + table {
  margin-top: 5px;
}
.taddress {
  font-size: 30px;
  line-height: 32px;
  margin: 20px 0;
  color: #01b9af;
  display: none;
}
@media only screen and (max-width: 801px) {
  .taddress {
    display: inline-block;
    text-align: center;
  }
}
.table1 {
  width: 100%;
  border: 1px solid #edeaea;
  border-collapse: collapse;
  font-size: 16px;
  line-height: 24px;
  color: #252525;
  font-weight: 400;
}
@media only screen and (max-width: 479px) {
  .table1 {
    font-size: 14px;
    line-height: 20px;
  }
}
.table1 .ton {
  display: none;
}
.table1 tr td {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 17px;
  padding-top: 14px;
  padding-bottom: 17px;
  border: 1px solid #edeaea;
  vertical-align: top;
}
@media only screen and (max-width: 979px) {
  .table1 tr td {
    padding: 5px;
  }
}
.table1 span {
  display: block;
  font-size: 13px;
  line-height: 21px;
  color: #a4a4a5;
  margin: 0;
  padding: 0;
}
@media only screen and (max-width: 479px) {
  .table1 span {
    font-size: 12px;
  }
}
.table1 .td01 {
  padding-right: 50px;
  color: #9BBB59;
  vertical-align: top;
  width: 198px;
}
@media only screen and (max-width: 1199px) {
  .table1 .td01 {
    width: 160px;
    padding-right: 20px;
  }
}
@media only screen and (max-width: 979px) {
  .table1 .td01 {
    padding: 5px;
    width: 100px;
  }
}
.table1 .td02 {
  width: 198px;
}
@media only screen and (max-width: 1199px) {
  .table1 .td02 {
    width: 150px;
  }
}
@media only screen and (max-width: 979px) {
  .table1 .td02 {
    width: 130px;
  }
}
.table1 .td03 {
  width: 154px;
}
.table1 .va-m {
  vertical-align: middle;
}
@media only screen and (max-width: 801px) {
  .table1 .ton {
    display: block !important;
  }
  .table1 .toff {
    display: none !important;
  }
}
/*========================================================
                     HEADER  Section
=========================================================*/
header {
  background: #ffffff;
  position: relative;
  z-index: 5;
  -webkit-box-shadow: 0px 3px 3px 0px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0px 3px 3px 0px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 3px 3px 0px rgba(0, 0, 0, 0.1);
}
header .brand {
  float: left;
}
header .nav {
  float: left;
  margin-bottom: 17px;
}
@media (max-width: 767px) {
  header {
    text-align: center;
  }
  header .brand,
  header .nav {
    float: none;
  }
}
/*header .list01 {
  margin-top: 50px;
}
@media only screen and (max-width: 1199px) {
  header .list01 {
    margin-top: 10px;
  }
}
@media only screen and (max-width: 767px) {
  header .list01 {
    margin-top: 0;
    margin-bottom: 50px;
  }
}*/
/*==================     Brand     ======================*/
.brand {
  display: inline-block;
  padding-left: 30px;
  margin-top: 20px;
  margin-bottom: 30px;
}
@media only screen and (max-width: 767px) {
  .brand {
    margin-top: 21px;
    margin-bottom: 10px;
  }
}
.brand_name {
  font-size: 36px;
  line-height: 50px;
  color: #9BBB59;
  font-family: 'Lobster', cursive;
}
.brand .brand-icon {
  position: relative;
  text-align: center;
}
.brand .brand-icon:before {
  content: url(images/logo.png);
  position: absolute;
  top: 1px;
  left: 0;
  padding-left: 12px;
  padding-right: 12px;
  padding-top: 6px;
  padding-bottom: 3px;
  margin-top: 1px;
  margin-left: -65px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}
.brand_slogan {
  font-size: 12px;
  line-height: 12px;
  letter-spacing: 1px;
  margin-top: 0;
  margin-left: 3px;
  padding-left:20px;
  color: #de0500;
  font-family: 'Roboto Condensed', sans-serif;
  font-weight: 400;
  text-transform: uppercase;
}
/*=======================================================
                     CONTENT  Layout
=========================================================*/
/*========================================================
                     CONTENT  Styles
=========================================================*/
main {
  display: block;
  background: #ffffff;
}
/*==================      Well     ======================*/
.well {
  padding-bottom: 33px;
}
.well-02 {
  padding-top: 27px;
  padding-bottom: 21px;
}
.well-02.__sub {
  padding: 45px 0;
}
.well-02.__sub .row + .row {
  margin-top: 30px;
}
.well-02.__sub01 {
  padding: 66px 0;
  padding-bottom: 53px;
}
.well-02.__sub01 .row + .row {
  margin-top: 68px;
}
.well-02.__sub01 .row + h5 {
  margin-top: 68px;
}
.well-02.__sub01 .__mrg {
  margin-top: 68px !important;
}
.well-02.__sub01 h5 + .row + .row {
  margin-top: 30px;
}
.well-02.__sub02 {
  padding-top: 32px;
  padding-bottom: 30px;
}
.well-02.__sub02 .row + .row {
  margin-top: 30px;
}
.well-02.__sub03 {
  padding-top: 68px;
  padding-bottom: 1px;
}
.well-02.__sub04 {
  padding-bottom: 53px;
}
.well-02.__sub05 {
  padding-top: 66px;
  padding-bottom: 45px;
}
.well-02.__sub05 h5 + .row {
  margin-top: 65px;
}
.well-02.__sub05 .row + .row {
  margin-top: 44px;
}
.well-02.__sub06 {
  padding-bottom: 26px;
}
.well-02.__sub07 {
  padding-top: 66px;
  padding-bottom: 76px;
}
.well-02.__sub07 h3 {
  font-weight: 400;
  text-transform: uppercase;
  color: #252525;
}
.well-02.__sub07 h3 span {
  font-weight: 300;
  color: #de0500;
}
.well-02.__sub07 h3 + .row {
  margin-top: 62px;
}
@media only screen and (max-width: 767px) {
  .well-02.__sub07 h3 {
    text-align: center;
    font-size: 40px;
    line-height: 46px;
  }
}
.well-03 {
  padding-top: 50px;
  padding-bottom: 65px;
}
@media only screen and (max-width: 767px) {
  .well-03 h4,
  .well-03 p {
    text-align: left;
  }
}
.well-04 {
  padding-top: 69px;
}
@media only screen and (max-width: 767px) {
  .well-04 #contact-form [class*="grid_"] + [class*="grid_"] {
    margin-top: 18px;
  }
}
.well-04.__mod {
  padding-bottom: 42px;
}
.well-04.__mod2 {
  padding-bottom: 50px;
}
.footer-well {
  padding-top: 71px;
  padding-bottom: 50px;
}
/*==================  Backgrounds  ======================*/
.bg01 {
  background: #de0500;
}
/*==================     Icons     ======================*/
/*==================    Buttons    ======================*/
.btn {
  font-size: 18px;
  line-height: 21px;
  color: #fff;
  background: #9BBB59;
  display: inline-block;
  padding: 8px 19px;
  padding-top: 9px;
  padding-bottom: 8px;
  font-weight: 400;
  text-transform: uppercase;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.btn:hover {
  background: #de0500;
}
.btn_arrow,
.btn_01,
.btn_02,
.btn_03 {
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.btn_arrow {
  position: relative;
}
.btn_arrow:before {
  font-family: 'FontAwesome';
  content: '\f105';
  line-height: 27px;
  padding-left: 11px;
  padding-right: 11px;
  color: #000;
  margin-left: -11px;
  font-size: 18px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  position: absolute;
  top: 0;
  left: 0;
  background: #fff;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.btn_01 {
  font-size: 14px;
  line-height: 18px;
  font-weight: 700;
  display: inline-block;
  color: #fff;
  background: #9BBB59;
  padding: 14px 29px;
  padding-top: 16px;
  padding-bottom: 12px;
}
.btn_01:hover {
  background: #de0500;
}
.btn_02 {
  display: inline-block;
  font-size: 18px;
  font-weight: 300;
  color: #fff;
  background: #de0500;
  padding: 17px 45px 15px 44px;
}
.btn_02:hover {
  background: #9BBB59;
}
.btn_03 {
  position: relative;
  display: inline-block;
  font-size: 18px;
  line-height: 36px;
  font-weight: 700;
  color: #414141;
  text-transform: uppercase;
}
.btn_03:after {
  position: absolute;
  top: 50%;
  left: 100%;
  font-family: 'FontAwesome';
  content: '\f105';
  color: #fff;
  margin-left: 5px;
  margin-top: -7px;
  width: 13px;
  height: 13px;
  text-align: center;
  font-size: 11px;
  line-height: 12px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  background: #414141;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.btn_03:hover {
  color: #de0500;
}
.btn_03:hover:after {
  margin-left: 8px;
  background: #de0500;
}
/*==================== hr ==============================*/
hr {
  background: #dadbdc;
  color: #dadbdc;
  margin: 0;
  padding: 0;
  border: 0;
  height: 1px;
  margin: 8px 0;
}
hr + p {
  margin-top: 6px;
}
.hr02 {
  margin: 26px 0;
}
/*============= Lists ====================================*/
.list01 {
  float: right;
}
.list01 li {
  float: left;
}
.list01 li a {
  display: inline-block;
  color: #01b9af;
  font-size: 12px;
  line-height: 17px;
  font-weight: 300;
  letter-spacing: .6px;
  text-transform: uppercase;
  border-left: 1px solid #c5c5c5;
  margin-right: 17px;
  padding-left: 12px;
}
.list01 li a:hover {
  color: #de0500;
}
.soc-list {
  font-size: 12px;
  line-height: 30px;
  font-weight: 300;
  color: #363535;
  text-transform: uppercase;
}
.soc-list li {
  float: left;
  margin-right: 12px;
}
.soc-list li a {
  display: inline-block;
}
.soc-list li a:hover {
  color: #01b9af !important;
}
.no-margin {
  margin: 0 !important;
}
.no-border {
  border: 0 !important;
}
/*==================      Box      ======================*/
.box {
  position: relative;
  background: #9BBB59;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.box:before,
.box:after {
  content: " ";
  display: table;
}
.box:after {
  clear: both;
}
.box_cnt {
  text-align: center;
  margin: 28px 50px 36px 50px;
}
.box_cnt h5,
.box_cnt p {
  color: #ffffff;
}
.box_cnt h5 {
  text-transform: uppercase;
  font-weight: 300;
  font-family: 'Raleway', sans-serif;
}
.box_cnt p {
  line-height: 21px;
}
.box_cnt p + .btn_arrow {
  margin-top: 9px;
}
.box_cnt .btn_arrow {
  display: inline-block;
}
.box_cnt .btn_arrow:hover:before {
  background: #01b9af;
  color: #fff;
}
.box_cnt.__mod01 {
  margin: 28px 65px 36px 65px;
}
.box_cnt.__mod01 h5 {
  display: inline-block;
  line-height: 30px;
  margin-top: 2px;
}
.box_cnt.__mod01 p {
  font-size: 14px;
  line-height: 21px;
  font-weight: 400;
}
.box_cnt.__mod01 h5 + p {
  margin-top: 10px;
}
.box_cnt.__mod01 p + .btn_arrow {
  margin-top: 9px;
}
@media only screen and (max-width: 1199px) {
  .box_cnt.__mod01 {
    margin: 18px 30px 22px 30px;
  }
}
@media only screen and (max-width: 979px) {
  .box_cnt.__mod01 {
    margin: 18px 30px 22px 30px;
  }
  .box_cnt.__mod01 h5 {
    font-size: 24px;
    line-height: 24px;
  }
}
@media only screen and (max-width: 1199px) {
  .box_cnt {
    margin: 18px 30px 22px 30px;
  }
}
@media only screen and (max-width: 1199px) {
  .box img {
    width: 100%;
  }
}
.box:hover {
  background: #de0500;
}
.box-02 {
  border: 1px solid #edeaea;
  padding: 15px;
  padding-left: 16px;
  padding-right: 14px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.box-02:before,
.box-02:after {
  content: " ";
  display: table;
}
.box-02:after {
  clear: both;
}
.thumb + .box-02_cnt {
  margin-top: 22px;
}
.box-02_cnt {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.box-02_cnt h6 {
  color: #de0500;
}
.box-02_cnt span {
  display: inline-block;
  color: #01b9af;
  text-transform: uppercase;
  font-weight: 700;
}
.box-02_cnt p {
  display: inline-block;
  color: #8b9196;
  font-size: 13px;
  line-height: 18px;
  font-weight: 400;
}
.box-02_cnt p + .btn {
  margin-top: 21px;
  margin-bottom: 11px;
}
@media only screen and (max-width: 767px) {
  .box-02_cnt {
    text-align: left;
  }
  .box-02_cnt p {
    text-align: left;
  }
}
.box-02_a {
  position: relative;
}
.box-02_a h6 {
  margin-top: 20px;
  color: #414141;
  text-transform: uppercase;
}
.box-02_a p {
  display: inline-block;
  color: #959ba0;
  font-size: 13px;
  line-height: 18px;
  font-weight: 400;
}
@media only screen and (max-width: 767px) {
  .box-02_a {
    text-align: left;
  }
  .box-02_a p {
    text-align: left;
  }
}
.box-02.__mod01 img + * {
  margin-top: 22px;
}
.box-02.__mod01 h6 + hr {
  margin-top: 17px;
}
.box-02.__mod01 hr {
  margin-bottom: 7px;
}
.box-02.__mod01 p + .btn {
  margin-top: 22px;
}
@media only screen and (max-width: 767px) {
  .box-02.__mod01 {
    text-align: center;
  }
}
.box-03 {
  display: block;
  position: relative;
  padding: 89px 0;
}
.box-03:before,
.box-03:after {
  content: " ";
  display: table;
}
.box-03:after {
  clear: both;
}
.box-03_block {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  border: 12px solid rgba(255, 255, 255, 0.5);
  width: 770px;
  margin-left: auto;
  margin-right: auto;
  overflow: hidden;
}
.box-03_cnt {
  position: relative;
  height: 100%;
  padding: 21px 25px 27px 25px;
  background: rgba(255, 255, 255, 0.38);
  text-transform: uppercase;
  text-align: center;
  -webkit-filter: blur(0);
  -moz-filter: blur(0);
  -o-filter: blur(0);
  -ms-filter: blur(0);
  filter: blur(0);
}
.lt-ie9 .box-03_cnt {
  background: none;
  -ms-filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#61ffffff', endColorstr='#61ffffff');
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#61ffffff', endColorstr='#61ffffff');
  zoom: 1;
}
.box-03_cnt h3 {
  font-weight: 400;
}
.box-03_cnt p {
  font-weight: 300;
  font-size: 48px;
  line-height: 53px;
}
.box-03_cnt h3,
.box-03_cnt p {
  color: #252525;
}
.box-03_cnt span,
.box-03_cnt .call {
  color: #de0500;
}
.box-03_cnt p + .call {
  margin-top: 22px;
}
.box-03_cnt .call + .btn_02 {
  margin-top: 63px;
}
.box-03_cnt.__mod01 {
  padding: 21px 45px 27px 45px !important;
}
.box-03_cnt.__mod01 p {
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
  text-transform: none;
}
.box-03_cnt.__mod01 p + .btn_02 {
  margin-top: 70px;
}
@media only screen and (max-width: 767px) {
  .box-03_cnt.__mod01 {
    padding: 21px 15px 25px 15px !important;
  }
  .box-03_cnt.__mod01 p + .btn_02 {
    margin-top: 20px;
  }
  .box-03_cnt.__mod01 p {
    font-size: 14px;
    line-height: 20px;
    font-weight: 400;
    text-transform: none;
  }
}
.box-03.__mod01 {
  padding-bottom: 85px;
}
@media only screen and (max-width: 767px) {
  .box-03_block {
    width: 400px;
  }
  .box-03_cnt {
    padding: 11px 15px 15px 15px;
  }
  .box-03_cnt h3,
  .box-03_cnt p {
    font-size: 30px;
    line-height: 34px;
  }
  .box-03_cnt .call + .btn_02 {
    margin-top: 23px;
  }
}
@media only screen and (max-width: 479px) {
  .box-03_block {
    width: 270px;
  }
  .box-03_cnt h3,
  .box-03_cnt p {
    font-size: 22px;
    line-height: 24px;
  }
  .box-03_cnt .btn_02 {
    font-weight: 400;
  }
}
.box-04:before,
.box-04:after {
  content: " ";
  display: table;
}
.box-04:after {
  clear: both;
}
.box-04_cnt time {
  display: inline-block;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  color: #01b9af;
  font-size: 42px;
  font-weight: 700;
  margin-top: 11px;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.box-04_cnt time span {
  display: inline-block;
  font-size: 18px;
  line-height: 24px;
  margin-top: 8px;
  padding: 0;
}
.box-04_cnt time:hover {
  color: #de0500;
}
.box-04_cnt h6 {
  cursor: pointer;
  border-left: 1px solid #cecece;
  color: #01b9af;
  margin-left: -31px;
  padding-left: 20px;
  padding-top: 10px;
  padding-bottom: 11px;
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
}
.box-04_cnt h6:hover {
  color: #de0500;
}
.more-algn p {
  text-align: left;
}

/*----Team Styles----*/
.team-img-big {
  width: 250px;
  height: 250px;
  max-width: 250px;
  max-height: 250px;
  overflow:hidden;
  margin: 20px auto 40px;
  border:2px solid #ccc;
  border-radius: 100%;
  background-color: #fff;
}
.team-name {
  font-size: 24px;
  font-weight: bold;
  color: #9BBB59;
  text-align: center;
}
.team-designation {
  font-size: 14px;
  font-style: italic;
  color: #9BBB59;
  text-align: center;
  padding-bottom: 30px;
}
.team-tel {
  font-size: 16px;
  color: #9BBB59;
  text-align: center;
  padding-bottom: 30px;
}
.team-social-big {
  width: 80%;
  height: auto;
  margin: 50px auto;
  text-align: center;
}
.team-social-big a {
  font-size: 24px;
  color: #9BBB59;
  text-align: center;
}
.team-social-big a:hover {
  color:#de0500;
}

.team-social-big2 {
  width: 100%;
  height: auto;
  margin: 5px 10px 40px;
}
.team-social-big2 a {
  font-size: 24px;
  color: #fff;
  text-align: center;
}
.team-social-big2 a:hover {
  color:#000;
}
/* IMAGE LIGHTBOX SELECTOR */

    #imagelightbox
    {
      cursor: pointer;
      position: fixed;
      z-index: 10000;

      -ms-touch-action: none;
      touch-action: none;

      -webkit-box-shadow: 0 0 3.125em rgba( 0, 0, 0, .75 ); /* 50 */
      box-shadow: 0 0 3.125em rgba( 0, 0, 0, .75 ); /* 50 */
    }

/*----Blog Styles----*/

.thumb-box-news {
  width: 100%;
  max-height: 300px;
  margin-bottom: 20px;
  overflow: hidden;
}
.thumb-box-news img {
  width: 100%;
  height: auto;
}
.thumb-txt-news {
  width: 100%;
  height: auto;
}
.thumb-txt-news h3 {
  color:#4D9120;
}
.date-spacing {
  font-style: italic;
  color: #999;
  font-size: 13px;
  margin: 10px 0;
}
.thumb-txt-news p {
  font-size: 15px;
  line-height: 25px;
}
.blog-sdb {
  background-color: #9BBB59;
}
.blog-sdbp p {
  color: #fff;
  padding: 15px;
}
.blog-sdbp h5 {
  color: #fff;
  text-align: center;
}
#share-buttons img {
width: 35px;
padding: 5px;
border: 0;
box-shadow: 0;
display: inline;
margin-top: 20px;
}
.sidebarlist li {
  list-style: circle !important;
}

@media only screen and (max-width: 1199px) {
  .box-04_cnt h6 {
    margin-left: -21px;
  }
  .team-img-big {
    width: 200px;
    height: 200px;
  }
}
@media only screen and (max-width: 979px) {
  .box-04_cnt h6 {
    margin-left: -6px;
  }
}
@media only screen and (max-width: 767px) {
  .box-04_cnt h6 {
    border: 0;
    margin-left: 0;
    padding-left: 0;
  }
}
.box-04_cnt p {
  font-size: 13px;
  line-height: 21px;
  color: #a4a4a5;
  font-weight: 400;
}
.box-04_cnt .row + p {
  margin-top: 23px;
}
.box-04_cnt hr + .btn_03 {
  margin-top: -5px;
  margin-bottom: 2px;
}
@media only screen and (max-width: 767px) {
  .box-04_cnt {
    text-align: center;
  }
  .box-04_cnt time span {
    margin-left: 15px;
    margin-top: 0;
  }
}
.box-05 {
  display: block;
  position: relative;
  padding: 15px 30px 15px 16px;
  border: 1px solid #edeaea;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.box-05:before,
.box-05:after {
  content: " ";
  display: table;
}
.box-05:after {
  clear: both;
}
img + .box-05_cnt {
  margin-top: 22px;
}
.box-05_aside {
  display: block;
  float: left;
}
@media only screen and (max-width: 1199px) {
  .box-05_aside {
    float: none;
    margin-bottom: 20px;
    text-align: center;
  }
}
@media only screen and (max-width: 1199px) {
  .box-05 {
    padding: 15px 15px 15px 16px;
  }
}
.box-05_cnt {
  display: block;
  overflow: hidden;
  text-align: left;
  padding-left: 30px;
  padding-top: 7px;
}
.box-05_cnt h6 {
  color: #de0500;
}
.box-05_cnt span {
  font-size: 14px;
  line-height: 22px;
  display: inline-block;
  color: #01b9af;
  text-transform: uppercase;
  font-weight: 700;
}
.box-05_cnt hr {
  margin-top: 10px;
  margin-bottom: 8px;
}
.box-05_cnt p {
  display: inline-block;
  color: #8b9196;
  font-size: 13px;
  line-height: 18px;
  font-weight: 400;
}
.box-05_cnt .mail + .btn_03 {
  margin-top: 17px;
  margin-bottom: 11px;
}
.box-05_cnt p + .telephone {
  margin-top: 17px;
}
.box-05_cnt .telephone {
  display: block;
  color: #414141;
}
.box-05_cnt .telephone span {
  color: #8b9196;
  font-size: 13px;
  line-height: 18px;
  font-weight: 400;
}
.box-05_cnt .mail {
  display: block;
  color: #414141;
}
.box-05_cnt .mail a {
  color: #de0500;
  font-weight: 400;
}
.box-05_cnt .mail a:hover {
  color: #01b9af;
}
@media only screen and (max-width: 1199px) {
  .box-05_cnt {
    padding-left: 0;
    text-align: center;
  }
  .box-05_cnt .btn_03 {
    margin-left: -10px;
  }
}
.box-06 iframe {
  width: 570px;
  height: 322px;
}
@media only screen and (max-width: 1199px) {
  .box-06 iframe {
    width: 100%;
    height: auto;
  }
}
.box-06 h6 {
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
  color: #01b9af;
  margin-top: -5px;
}
.box-06 p {
  font-size: 13px;
  line-height: 21px;
  color: #a4a4a5;
}
.box-06 h6 + p {
  margin-top: 35px;
}
.box-06 p + p {
  margin-top: 22px;
}
.box-06 p + hr {
  margin-top: 30px;
}
.box-06 hr + .btn_03 {
  margin-top: 13px;
  margin-bottom: 15px;
}
.box-06 .resp-tabs-container {
  margin-top: -13px;
}
.box-06 .resp-tabs-container .resp-tab-content {
  padding: 5px 20px 33px 31px;
}
.box-06 .resp-tabs-container .resp-tab-content p {
  font-size: 13px;
  line-height: 18px;
  color: #959ba0;
}
@media only screen and (max-width: 767px) {
  .box-06 h6 + p {
    margin-top: 15px;
  }
}
.box-07 h6 {
  font-size: 16px;
  line-height: 24px;
  color: #01b9af;
  font-weight: 400;
}
.box-07 h5 + h6 {
  margin-top: 60px;
}
.box-07 h6 + p {
  margin-top: 36px;
}
.box-07 p {
  font-size: 13px;
  line-height: 21px;
}
.box-07 p + p {
  margin-top: 21px;
}
.box-07 p + h6 {
  margin-top: 60px;
}
.box-07 a {
  display: inline-block;
  color: #de0500;
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
}
.box-07 a:hover {
  color: #01b9af;
}
.box-07 p + a {
  margin-top: 62px;
}
/*========================================================
                     FOOTER  Styles
=========================================================*/
footer h6 {
  font-size: 24px;
  line-height: 30px;
  font-weight: 400;
  color: #646464;
  text-transform: uppercase;
}
footer .copyright .footer-brand {
  display: inline-block;
  font-family: 'Pacifico', cursive;
  font-size: 36px;
  line-height: 30px;
  color: #de0500;
}
footer .copyright a:hover {
  color: #de0500;
}
footer .copyright p {
  font-size: 14px;
  line-height: 30px;
  color: #646464;
  font-weight: 400;
}
footer .copyright p a {
  text-decoration: none;
}
footer .copyright h6 + .footer-brand {
  margin-top: 15px;
}
footer .copyright .footer-brand + p {
  margin-top: 11px;
}
footer .copyright p + .soc-list {
  margin-top: 4px;
}
footer .about-us h6 + p {
  margin-top: 34px;
}
footer .about-us p,
.textwidget {
  width: 80%;
  font-size: 13px;
  line-height: 18px;
  color: #646464;
  font-weight: 400;
}
footer .contact-us h6 + p {
  margin-top: 29px;
}
footer .contact-us p + a {
  margin-top: 13px;
}
footer .contact-us a + p {
  margin-top: 16px;
}
footer .contact-us p {
  color: #646464;
  font-size: 13px;
  line-height: 30px;
}
footer .contact-us p span {
  display: block;
  line-height: 22px;
}
footer .contact-us a {
  display: inline-block;
  color: #646464;
}
footer .contact-us a:hover {
  color: #de0500;
}
@media only screen and (max-width: 767px) {
  footer {
    text-align: center;
  }
  footer .copyright p + .soc-list {
    margin-top: 0px;
  }
  footer .copyright .soc-list {
    float: none;
    display: inline-block;
  }
  footer .about-us p {
    width: 100%;
  }
}


/*-----My styles----*/
.logo-sec {
	margin-top:25px;
}
.book-appointment {
	border-radius:30px;
	float:right;
}
.phone-icon {
	width:35px;
	height:30px;
	padding-top:5px;
	border-radius:25px;
	text-align:center;
	color:#fff;
	background-color:#F00;
	/*background-color:#01B9AF;*/

}

.tel-top {
	font-size:18px;
	color:#F00;
}
.icons {
	text-align:center;
	color:#fff;
	font-size:18px;
}
.services-icon {
	width:150px;
	height:110px;
	padding-top:40px;
	border-radius:100px;
	margin: 20px auto;
	background-color:#fff;
}
.row-margin {
	margin-top:50px;
}

.line {
  width:100px;
  border-bottom: 1px solid #fff;
  margin: 15px auto;
  padding: 5px 0;
  position: relative;
  margin-bottom: 50px;
}

.line:before,
.line:after {
  content: '';
  border-right: 20px solid #9BBB59;
  border-top: 15px solid #fff;
  bottom: -15px;
  position: absolute;
  left: 35px;
}

.line:after {
  border-top-color: #9BBB59;
  border-right-color: transparent;
  bottom: -13px;
  left: 36px;
}

.see-all-btn {
	width: 250px;
	height:30px;
	color:#fff;
	margin: 60px auto 0;
	font-size:24px;
	border-radius:30px;
	padding:15px;
	text-align:center;
	border: 2px #fff solid;
	cursor:pointer;
}

.see-all-btn:hover {
	color:#9BBB59;
	margin: 60px auto 0;
	background: #fff;
	border: 2px #9BBB59 solid;
}
.sicon-bdr {
	width:50px;
	height:40px;
	padding-top:10px;
	border-radius:25px;
	margin-right:5px;
	font-size:18px;
	text-align:center;
	color: #9BBB59;
	border:1px #9BBB59 solid;
}
.sicon-bdr:hover {
	color: #FFF;
	border:1px #FFF solid;
	background-color: #9BBB59;
}
.need-appt {
	width:70%;
	height:auto;
	position:absolute;
	left:11%;
	color:#FFF !important;
	font-weight:300;
	padding: 50px;
	background-color: #9BBB59;
	top:-80px;
	font-family: 'Raleway', sans-serif;
  border-radius: 100px;
}
.need-appt1 {
	float:left;
	width:65%;
}
.need-appt2 {
	float:right;
	width:30%;
	margin-right:5%;
}
.apt-btn {
	width: 100%;
	height:30px;
	color:#fff;
	margin: 0 auto;
	font-size:20px;
	border-radius:30px;
	padding:15px;
	text-align:center;
	border: 2px #fff solid;
	cursor:pointer;
}
.apt-btn:hover {
	color:#9BBB59;
	background: #fff;
	border: 2px #9BBB59 solid;
}

.foot-wrap {
	position:relative;
	padding-top:60px;
}
.main-margin {
	padding-bottom:150px;
}

.more_arrow {
  width:35px;
  height:35px;
  color: #000;
  text-align:center;
  border:0;
  font-size: 18px;
  font-weight:300;
  margin-top:20px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  background: #fff;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  cursor:pointer;
}
.more_arrow:hover {
	background: #9BBB59;
}


/*-----Google ma-----*/
	.google-maps {
        position: relative;
        padding-bottom: 35%; // This is the aspect ratio
        height: 0;
        overflow: hidden;
    }
    .google-maps iframe {
        position: absolute;
        top: 0;
        left: 0;
        width: 100% !important;
        height: 100% !important;
    }

#box3 {
	padding:5px;
}

#cont-img-box {
	width:100px;
	height:65px;
	padding-top:35px;
	margin-left:auto;
	margin-right:auto;
	margin-bottom:20px;
	color:#9BBB59;
	font-size:36px;
	text-align:center;
	background-color: #fff;
	-moz-border-radius: 100px;
	-webkit-border-radius: 100px;
	border-radius: 100px;
}
#cont-writeup-box {
	width:100%;
	height:auto;
	text-align:center;
	color:#fff;
}
.ft-col {
  width: 100%;
  height: auto;
  overflow: hidden;
}
.ft-cont-icon {
  color: #9BBB59;
  padding-right: 7px;
  float: left;
  margin-top: -5px !important;
}
.ft-text {
  float: left;
  width: 80%;
}
.page-color {
  background-color:#f0f0f0;
}
.page-mod {
  margin-bottom: 100px;
}
.widget {
  list-style: none;
}
#menu-footer-menu li a:before {
      color: #9BBB59;
      font-size: 18px;
      content: '▸ ';
}
#menu-footer-menu li:hover > a:before {
    color: #CC0000;
    content: '▸ ';
}

#cont-writeup-box .textwidget {
    width: 100%;
    font-size: 13px;
    line-height: 18px;
    text-align: center;
    color: #fff;
    font-weight: 400;
}
.textwidget p {
    color: #fff;
}
.form-appointment {
  margin: 15px 0 25px;
}

/* .ftheader h5 {
  text-transform: capitalize;
  font-family: 'Lobster', cursive;
} */
@media only screen and (max-width: 1199px) {
  .book-appointment {
    display:none;
  }
}

@media (min-width: 760px) and (max-width: 1024px) {

	.sicon-bdr {
		width:35px;
		height:33px;
		padding-top:2px;
		border-radius:25px;
		margin-right:5px;
		font-size:14px;
	}
}

@media only screen and (max-width: 1024px) {
  .apt-p1 {
	font-size:24px !important;
  }
  .apt-p2 {
	font-size:28px !important;
  }
  .need-appt {
	left:10%;
	font-weight:300;
	padding: 30px;
	top:-50px;
  }
  .apt-btn {
	height:25px;
	font-size:14px;
  }
  .apt-margin {
  	margin-top:-15px;
  }
  .main-margin {
	padding-bottom:100px;
  }

  .error {
    padding: 4em 0px;
  }
  .error-top h3{
    font-size:10em;
    margin-bottom: 80px;
  }
  .error-top h3 span {
      font-size: 0.22em;
      color: rgba(6, 5, 5, 0.49);
  }
  .error-top p{
    font-size:2.5em;
    padding-top: 25px;
  }

}

@media only screen and (max-width: 768px) {
  .book-appointment {
    margin-top: -130px;
	float:left;
  }
  .need-appt {
  	display:none;
  }
  .main-margin {
	padding-bottom:0;
  }
  .foot-wrap {
	position:relative;
	padding-top:0;
  }
  .google-maps {
        height: 150px !important;
  }
  .error {
    padding: 4em 0px !important;
  }
  .error-top h3{
    font-size:7em !important;
    margin-bottom: 10px !important;
  }
  .error-top h3 span {
      font-size: 0.22em !important;
  }
  .error-top p{
    font-size:1.5em !important;
    padding-top: 5px;
    text-align: center !important;
  }
}

@media (max-width: 479px) {
  .book-appointment {
	font-size:14px;
	float:none;
	margin-left:auto;
	margin-right:auto;
	 margin-top: -95px;
  }
  .tel-top {
	font-size:16px;
	float:none;
	margin-left:auto;
	margin-right:auto;
	height:40px;
  }
  .phone-icon {
	width:30px;
	height:25px;
	padding-top:5px;
	}
	.see-all-btn {
		width: 180px;
		height:30px;
		color:#fff;
		margin: 60px auto 0;
		font-size:18px;
	}
	.google-maps {
        height: 200px !important;
    }

	.brand_name {
	  font-size: 24px;
	}
	.brand .brand-icon:before {
	  left: -2px;
	}
	#toTop {
	  width: 32px;
	  height: 32px;
	  font-size: 20px;
	  line-height: 28px;
	}

}

/* ------------------------------------------------------------------------- *
 *  Comments
/* ------------------------------------------------------------------------- */
#comments { margin-top: 50px; }
#pinglist-container { display: none; }

.comment-tabs { border-bottom: 2px solid #eee; margin-top: 20px; margin-bottom: 20px; }
.comment-tabs li { float: left; margin-bottom: 5px; }
.comment-tabs li a { font-weight: 600; padding: 15px 10px 10px; display: block; color: #aaa; border-bottom: 2px solid #eee; }
.comment-tabs li a:hover { color: #444; border-color: #ccc; }
.comment-tabs li span { background-color: #eee; padding: 0 6px; margin-left: 8px; -webkit-border-radius: 4px; border-radius: 4px; }
.comment-tabs li i { margin-right: 6px; }
.comment-tabs li.active a { color: #3b8dbd; border-bottom-color: #3b8dbd; }

.commentlist, .pinglist { margin-bottom: 20px; }
.commentlist li, .pinglist li { padding-left: 60px; font-size: 14px; line-height: 22px; font-weight: 400; }
.commentlist li { padding-left: 0; }
.commentlist .comment-body, .pinglist li { clear: both; position: relative; padding-bottom: 15px; }
.commentlist .comment-author,
.commentlist .comment-meta,
.commentlist .comment-awaiting-moderation { font-size: 13px; display: block; float: left; line-height: 20px; }
.commentlist .comment-author { margin-right: 6px; }
.commentlist .fn, .pinglist .ping-link { color: #444; font-size: 13px; font-style: normal; font-weight: 600; }
.commentlist .says { display: none; }
.commentlist .avatar { position: absolute; left: -60px; top: 0; width: 48px; height: 48px; -webkit-border-radius: 3px; border-radius: 3px; }
.commentlist .comment-meta:before, .pinglist .ping-meta:before { color: #ccc; content: "\f017"; font-family: FontAwesome; font-size: 10px; margin-right: 3px; vertical-align: 4%; }
.commentlist .comment-meta a, .pinglist .ping-meta { color: #aaa; }
.commentlist .reply { font-size: 13px; line-height: 16px; }
.commentlist .reply a { color: #aaa; }
.commentlist .reply a:hover { color: #444; }
.comment-awaiting-moderation { color: #3b8dbd; font-style: normal; }

/* pings */
.pinglist li { padding-left: 0; }

/* comment text */
.commentlist .comment-body p { margin-bottom: 8px; color: #777; clear: both; }
.commentlist .comment-body strong { font-weight: bold; }
.commentlist .comment-body em { font-style: italic; }
.commentlist .comment-body ol li { list-style: decimal; margin-left: 2em; padding: 0; }
.commentlist .comment-body ul li { list-style: square; margin-left: 2em; padding: 0; }

/* post author & admin comment */
.commentlist li.bypostauthor > .comment-body:after,
.commentlist li.comment-author-admin > .comment-body:after { background: #3b8dbd; display: block; position: absolute; content: "\f040"; color: #fff; line-height: 12px; width: 12px; font-style: normal; font-family: FontAwesome; text-align: center; }
.commentlist li.comment-author-admin > .comment-body:after { content: "\f005"; /* star for admin */ }
.commentlist li.bypostauthor > .comment-body:after,
.commentlist li.comment-author-admin > .comment-body:after { top: 32px; left: -28px; font-size: 10px; padding: 2px; -webkit-border-radius: 3px; border-radius: 3px; }
.commentlist li li.bypostauthor > .comment-body:after,
.commentlist li li.comment-author-admin > .comment-body:after { top: 22px; left: -26px; font-size: 8px; padding: 1px; -webkit-border-radius: 2px; border-radius: 2px; }

/* child comment */
.commentlist li ul {  }
.commentlist li li { padding-left: 48px; margin: 0; }
.commentlist li li .avatar { width: 36px; height: 36px; left: -48px; top: 0; }
.commentlist li li .comment-meta { left: 70px; }

/*  comments : nav
/* ------------------------------------ */
.comments-nav { margin-bottom: 20px; }
.comments-nav a { font-weight: 600; }
.comments-nav .nav-previous { float: left; }
.comments-nav .nav-next { float: right;  }

/*  comments : form
/* ------------------------------------ */
.logged-in-as,
.comment-notes,
.form-allowed-tags { display: none; }
#respond { position: relative; }
#reply-title { margin-bottom: 20px; }
li #reply-title { font-size: 0; margin: 0!important; padding: 0; height: 0; border-top: 0; }
#cancel-comment-reply-link { color: #999; display: block; position: absolute; bottom: 26px; right: 20px; font-size: 12px; }
#cancel-comment-reply-link:hover { color: #777; }
#commentform { background: #f1f1f1; padding: 10px 20px 20px; margin-bottom: 15px; -webkit-border-radius: 2px; border-radius: 2px; }
#commentform p.comment-form-author { width: 48%; float: left; }
#commentform p.comment-form-email { width: 48%; float: right; }
#commentform p.comment-form-url,
#commentform p.comment-form-comment { clear: both; }
#commentform label { padding: 10px 0; font-weight: 600; display: block; }
#commentform input[type="text"],
#commentform textarea {
  max-width: 100%;
  width: 98%;
  padding: 2px 1%;
  font: 400 14px 'Roboto Condensed', sans-serif;
  line-height: 20px;
  color: #999999;
  border: 1px solid #f0efef;
  border-radius: 0;
  outline: none;
  -webkit-appearance: none;
  overflow: auto;
}
#commentform textarea:focus, #commentform input:focus {
  box-shadow: 0 0 3px #9BBB59;
  border: 1px solid #9BBB59;
  transition: 0.8s all;
    -webkit-transition: 0.8s all;
    -moz-transition: 0.8s all;
    -ms-transition: 0.8s all;
    -o-transition: 0.8s all;
}

#commentform textarea { height: 100px; }
#commentform p.form-submit { margin-top: 10px; }
#commentform .submit {
  width: 200px;
  margin-top: 10px;
  border: 0;
  padding: 13px 0;
  color: #fff;
  cursor: pointer;
  display: block;
  font-weight: 700;
  text-transform: uppercase;
  background: #de0500;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
#commentform .submit:hover {
  background: #9BBB59;
}

.logged-in #reply-title { margin-bottom: 20px; }
.logged-in #commentform p.comment-form-comment { margin-top: 10px; }
.logged-in #commentform p.comment-form-comment label { display: none; }

.heading, .comment-respond h3 {
  font-size: 30px;
  line-height: 36px;
  font-weight: 400;
  font-family: 'Lobster', sans-serif;
}
.commentlist .avatar {
  display:none;
}

/*---- 404 Page ----*/

.error {
    padding: 6em 0px 8em 0px;
    /*background: rgba(216, 206, 206, 0.1); */
}

.error-top{
  text-align:center;
}
.error-top h3{
  font-size:15em;
  color:#000;
  font-weight:600;
  margin:0;
  margin-bottom: 100px;
}
.error-top h3 span {
    font-size: 0.22em;
    color: rgba(6, 5, 5, 0.49);
}
.error-top p{
  font-size:2.8em;
  font-weight:600;
  color:#000;
  padding-top: 25px;
}
.error-btn{
  margin-top:5em;
}
.error-btn a {
    color: #fff;
    background: #de0500;
    border: 0;
    letter-spacing: 1px;
    font-size: 1.3em;
    padding: 11px 37px;
}
.error-btn a:hover{
  background:#9BBB59;
  color:#fff;
  border:0;
  transition: 0.5s all ease;
  -webkit-transition: 0.5s all ease;
  -moz-transition: 0.5s all ease;
  -o-transition: 0.5s all ease;
  -ms-transition: 0.5s all ease;
}
