/* =================================================================================================
Font Face Definition
================================================================================================= */

@font-face {
  font-family: 'Ford-Antenna-Bold';
  src: url('../fonts/ford-antenna/FordAntenna-Bold.eot');
  src: url('../fonts/ford-antenna/FordAntenna-Bold.eot?#iefix') format('embedded-opentype'),
  url('../fonts/ford-antenna/FordAntenna-Bold.svg#FordAntenna-Bold') format('svg'),
  url('../fonts/ford-antenna/FordAntenna-Bold.woff') format('woff'),
  url('../fonts/ford-antenna/FordAntenna-Bold.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'Ford-Antenna-Semibold';
  src: url('../fonts/ford-antenna/FordAntenna-Semibold.eot');
  src: url('../fonts/ford-antenna/FordAntenna-Semibold.eot?#iefix') format('embedded-opentype'),
  url('../fonts/ford-antenna/FordAntenna-Semibold.svg#FordAntenna-Semibold') format('svg'),
  url('../fonts/ford-antenna/FordAntenna-Semibold.woff') format('woff'),
  url('../fonts/ford-antenna/FordAntenna-Semibold.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'Ford-Antenna-Medium';
  src: url('../fonts/ford-antenna/FordAntenna-Medium.eot');
  src: url('../fonts/ford-antenna/FordAntenna-Medium.eot?#iefix') format('embedded-opentype'),
  url('../fonts/ford-antenna/FordAntenna-Medium.svg#FordAntenna-Medium') format('svg'),
  url('../fonts/ford-antenna/FordAntenna-Medium.woff') format('woff'),
  url('../fonts/ford-antenna/FordAntenna-Medium.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'Ford-Antenna-Regular';
  src: url('../fonts/ford-antenna/FordAntenna-Regular.eot');
  src: url('../fonts/ford-antenna/FordAntenna-Regular.eot?#iefix') format('embedded-opentype'),
  url('../fonts/ford-antenna/FordAntenna-Regular.svg#FordAntenna-Regular') format('svg'),
  url('../fonts/ford-antenna/FordAntenna-Regular.woff') format('woff'),
  url('../fonts/ford-antenna/FordAntenna-Regular.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'Ford-Antenna-Regular-Italic';
  src: url('../fonts/ford-antenna/FordAntenna-RegularItalic.eot');
  src: url('../fonts/ford-antenna/FordAntenna-RegularItalic.eot?#iefix') format('embedded-opentype'),
  url('../fonts/ford-antenna/FordAntenna-RegularItalic.svg#FordAntenna-RegularItalic') format('svg'),
  url('../fonts/ford-antenna/FordAntenna-RegularItalic.woff') format('woff'),
  url('../fonts/ford-antenna/FordAntenna-RegularItalic.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'Ford-Antenna-Light';
  src: url('../fonts/ford-antenna/FordAntenna-Light.eot');
  src: url('../fonts/ford-antenna/FordAntenna-Light.eot?#iefix') format('embedded-opentype'),
  url('../fonts/ford-antenna/FordAntenna-Light.svg#FordAntenna-Light') format('svg'),
  url('../fonts/ford-antenna/FordAntenna-Light.woff') format('woff'),
  url('../fonts/ford-antenna/FordAntenna-Light.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'Montserrat-Light';
  src: url('../fonts/montserrat/montserrat-light.eot');
  src: url('../fonts/montserrat/montserrat-light.eot?#iefix') format('embedded-opentype'),
  url('../fonts/montserrat/montserrat-light.svg#montserrat-light') format('svg'),
  url('../fonts/montserrat/montserrat-light.woff') format('woff'),
  url('../fonts/montserrat/montserrat-light.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'Montserrat-Medium';
  src: url('../fonts/montserrat/montserrat-medium.eot');
  src: url('../fonts/montserrat/montserrat-medium.eot?#iefix') format('embedded-opentype'),
  url('../fonts/montserrat/montserrat-medium.svg#montserrat-medium') format('svg'),
  url('../fonts/montserrat/montserrat-medium.woff') format('woff'),
  url('../fonts/montserrat/montserrat-medium.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'Montserrat-Semibold';
  src: url('../fonts/montserrat/montserrat-semibold.eot');
  src: url('../fonts/montserrat/montserrat-semibold.eot?#iefix') format('embedded-opentype'),
  url('../fonts/montserrat/montserrat-semibold.svg#montserrat-semibold') format('svg'),
  url('../fonts/montserrat/montserrat-semibold.woff') format('woff'),
  url('../fonts/montserrat/montserrat-semibold.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'Montserrat-Bold';
  src: url('../fonts/montserrat/montserrat-bold.eot');
  src: url('../fonts/montserrat/montserrat-bold.eot?#iefix') format('embedded-opentype'),
  url('../fonts/montserrat/montserrat-bold.svg#montserrat-bold') format('svg'),
  url('../fonts/montserrat/montserrat-bold.woff') format('woff'),
  url('../fonts/montserrat/montserrat-bold.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}

/*!
 * Start Bootstrap - Modern Business HTML Template (http://startbootstrap.com)
 * Code licensed under the Apache License v2.0.
 * For details, see http://www.apache.org/licenses/LICENSE-2.0.
 */

 /* Global Styles */

 html,
 body {
  height: 100%;
  /*font-family: 'Myriad-Pro';*/
}

html {
  scroll-behavior: smooth;
}

body {
  padding-top: 0px; /* Required padding for .navbar-fixed-top. Remove if using .navbar-static-top. Change if height of navigation changes. */
  background-color:#ffffff;
}

form p.error {
  font-size: 12px!important;
  margin-bottom: 0;
}

.error-404 {
  font-size: 100px;
}

a {
	outline:none;
	color: #3F77BB;
  font-weight: bold;
}

a:hover {
  color: #88C546;
  text-decoration: none;
}

h4 a:hover{
  color: #88C546;
  text-decoration: none;
}


.fa, .fab, .fal, .far, .fas {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 26px;
  border-radius: 4px;

}

/*.instagram {
	background: radial-gradient(circle at 30% 107%, #fdf497 0%, #fdf497 5%, #fd5949 45%,#d6249f 60%,#285AEB 90%); 
	border-radius:5px; 
	color:#FFF; 
	padding:1px 2px; 
	font-size:27px !important;
}*/

.isr-phone, .isr-phone a, .isr-phone a:hover{
	color:#373735;
	font-size:26px;
	line-height:38px;
	font-family: 'PT-Sans-Narrow-Bold';
	text-decoration: none;
	vertical-align:top;
}

.navbar .phone-license-social img {
	width: 30px;
}

.btn-sm {
  padding: 5px 2px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
.image-isr{
	margin-top: -4px;
}
.phone-license-social {
	padding:22px 0 0px;
	line-height:38px;
	text-align:right;
	float:right;
	font-family: 'Ford-Antenna-Bold';
}
.logo {
  padding: 10px 0;
}

ol, ul{
	font-family: 'Ford-Antenna-Regular';
  font-size: 16px;
  line-height: 26px;
  color:#000;
}

ul {
  padding-inline-start: 0px;
  list-style: none;
}

ol {
	line-height: 30px;
}

blockquote {
  display: block;
  margin-top: 1em;
  margin-bottom: 1em;
  margin-left: 40px;
  margin-right: 80px;
}

hr {
  margin-top: 30px;
  margin-bottom: 30px;
  border: 0;
  border-top: 1px solid #1A1F23;
}

.no-padding {
	padding:0 ;
}

.no-margin {
	margin:0 ;
}

img {
	max-width: 100%;
}

.modal-header {
  padding: 5px 1rem;
}

.navbar img.instagram {
  width: 100%;
  max-width: 200px;
  margin:0px auto;
  padding: 0px;
}

.btn-social-icon.btn-sm.btn-instagram {
  height: 30px !important;
  width: 30px;
  padding-left: 0;
  padding-right: 0;
  background: transparent;
  border: none;
}

.img-hover:hover {
  opacity: 0.9;
}

/* Slick Slider Start */
.index__slider {
  position: relative;
  z-index: 0;
}
.index__slider .slick-slider.slick-initialized {
  opacity: 1;
}
.index__slider .slick-slider {
  opacity: 0;
  transition: opacity 0.2s ease-in-out;
}
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}
.slick-slider .slick-track, .slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}
.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
}
.index__slider .slick-slide {
  display: none;
  float: left;
  height: auto;
  min-height: 0 !important;
}
.slick-initialized .slick-slide {
  display: block !important;
}
.slick-slide.slick-active {
  z-index: 6 !important;
}
.index__slider .slick-dots {
  position: absolute;
  right: 0;
  left: 0;
  bottom: 10px;
  margin: 0 auto;
  padding: 0 20px;
  font-size: 0;
  text-align: right;
  display:none;
}
.index__slider .slick-dots li {
  display: inline-block;
  margin-left: 10px;
  }.index__slider .slick-dots .slick-active button {
    background: #fff;
  }
  .index__slider .slick-dots button {
    height: 5px;
    width: 23px;
    border-radius: 0;
    border: none;
    background: #fff;
    background: rgba(255,255,255,0.4);
    transition: background 0.25s ease-in-out;
  }

  @media (min-width: 68em) {
   .index__slider .slick-dots button {
    height: 8px;
  }
}
@media (min-width: 48em) {
	.index__slider .slick-dots button {
		width: 48px;
	}

	.index__slider .slick-dots {
		bottom: 34px;
		padding: 0 70px;
	}
}
/* Slick Slider End */

/* Header Username/Psssword */
input.user {
  font-size: 12px;
  width: 150px;
  padding: 0 10px;
}
input.pass {
  font-size: 12px;
  width: 150px;
  padding: 0 10px;
  margin: 0 5px;
}

.btn.btn-login {
  padding: 8px 15px 5px;
  font-size: 12px;
  margin-top: -2px;
}
/* Navbar New */

.nav-header .inner-header-bg {
 background-color: #000;
 position: relative;
}

.nav-header-inner {
 background: #fff;
 padding: 12px 0px 11px;
}

.navlist {padding: 0;}

p.btn-show-mobile {
 display: none;
}
img.phone-sep {
  width: 1px !important;
  height: 44px;
  margin: 0 10px!important
}
.header-phone {	
 font-family: 'Ford-Antenna-Bold';
 font-size: 20px;
 line-height: 30px;
 margin: 0;
 color: #494949;
}

.header-phone .tlm-pl {
	margin-top:-4px !important;	
    line-height: 19px;
    height: 36px;
}
.header-phone .btn-success:hover {
    color: #1e7e34;
    background-color: transparent;
    border-color: #1e7e34;
}		

.header-phone a {	
 font-family: 'Ford-Antenna-Bold';
 color: #88C546;
 margin: 0 2px;
 vertical-align: top;
}


.header-phone .btn-outline-primary {
	color: #fff;
    background-color: #88C546;
    background-image: none;
    border-color: #88C546;
	margin: -3px 5px 10px;    
	font-size: 18px;
	line-height: 28px;
	padding: 2px 20px;	
	font-family: 'Montserrat-Medium';
}

.header-phone .btn-outline-primary:hover {
  color: #88C546;
  background-color: transparent;
  border-color: #88C546;
}

.header-phone .btn-link {
	font-family: 'Ford-Antenna-Regular';
	letter-spacing: 0.3px;
  color: #4CB04E;
  margin-bottom: 10px;
  padding-right: 0;
}

.header-phone .btn-link:hover {
  color: #1B3463;
  text-decoration: none;
}

.navbar-expand-lg .navbar-nav .nav-link {
  font-family: 'Ford-Antenna-Medium';
  font-size: 13px;
  line-height: 23px;
  color: #000;
  padding: 10px 10px;
  font-weight: normal;
}

.nav-header-inner .navbar-toggler-icon,
.nav-header .navbar-toggler-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(17, 76, 142, 1)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E");
}

.dropdown:hover>.dropdown-menu {
  display: block;
}

.dropdown:hover>.dropdown-menu a {
  border-bottom: 1px solid #ddd;
  font-size: 14px;
}

ul.navbar-nav li.nav-item.active a, ul.navbar-nav li.nav-item > a:focus, ul.navbar-nav li.nav-item > a:hover {
  color: #88C546;
  background-color: transparent;
}
.dropdown-item.active, .dropdown-item:active {
  color: #fff;
  text-decoration: none;
  background-color: #3F77BB;
}

/* Nav CSS Start */
.nav-header {  
  position: absolute;
  z-index: 1;
  width: 100%;
  background-color: transparent;
  padding: 15px 0;
/*  background-repeat: no-repeat;
  height: auto;
  background-size: cover;
  background-image:url(../images/header-bg.jpg);
  background-position: top center;
*/
}

.navbar-inner .isr-phone, .navbar-inner .isr-phone a, .navbar-inner .isr-phone a:hover{
	color: #373735;
  font-size: 26px;
  line-height: 38px;
  font-family: 'PT-Sans-Narrow-Bold';
  text-decoration: none;
}

.navbar-inverse, .navbar-default {
	border-bottom: none;
	z-index: 9;
	background-color:transparent;
}

.navbar-default .navbar-nav > li > a {
	font-family: 'PT-Sans-Narrow-Bold';
  font-weight: normal;
  font-size: 20px;
  color: #373735;
  padding: 25px 20px;
  outline: unset;
}

.navbar-right {
  float: right!important;
  margin-right: -15px;
  margin-top: 0px;
}

.navbar-inner {
  margin-bottom: 0px;
  font-family: 'Ford-Antenna-Regular';
  color:#747474;
  position:absolute;
  width:100%;
  background: transparent;
}

.navbar img {
 width: 100%;
 max-width: 330px;
 margin-top: -30px;
}

.navbar-brand {
  float: left;
  overflow:hidden;
  height: auto;
  padding: 0px;
  font-size: 18px;
  line-height: 20px;
}

.secondary-header {
	background-color:transparent;
	background-repeat: no-repeat;
	height: auto;
	background-size: cover;
	/*background-image:url(../images/header-bg.jpg);*/
	background-position: top center;
}

.navbar-nav-home {
	border-bottom: 1px solid #ddd;
}

.navbar-nav > li > .dropdown-menu {
	padding: 10px 0px;
  border-bottom: 2px solid #88C546!important;
  /*box-shadow: 1px 1px 30px rgba(0, 0, 0, 0.06);*/
  font-family: 'Ford-Antenna-Regular';
  font-weight: 400;
  padding: 0;
  margin-top: 0px;
  border-top: none;
  border-left: none;
  border-right: none;
  background-position:top center;
}

.dropdown-menu > li > a {
  color: #333333;
  font-family: "Ford-Antenna-Regular";
  font-size: 14px;
  font-weight: 400;
  padding-bottom: 7px;
  padding-top: 7px;
  white-space: normal;
  border-bottom: 1px solid #EEE;
}

.dropdown-menu > li > a:hover {
  color: #e30614;
  text-decoration: none;
  background-color: #ddd;
}

.dropdown-menu > li.last > a {
  border-right: none;
}

.dropdown-menu>li>a:focus, .dropdown-menu>li>a:hover, .dropdown-menu > .active > a, .dropdown-menu > .active > a:focus, .dropdown-menu > .active > a:hover {
	background-color: transparent;
  color: #0E4693;
}
/* Nav CSS End */

.tab-fsize table {
	font-size:18px;
}

.fixed-header {
  position: fixed;
  top:0; left:0;
  width: 100%; 
  -webkit-transition: opacity 1.0s ease-in;
  -moz-transition: opacity 1.0s ease-in;
  -o-transition: opacity 1.0s ease-in;
  opacity: .95;
  background-color:#FFF;
}



/*h1 {
  font-family: 'Montserrat-Light';
  font-size: 50px;
  line-height: 60px;
  color: #88C546;
  margin: 0 auto 30px;
}*/

h1 {
  font-family: 'Montserrat-Semibold';
  font-size: 40px;
  line-height: 55px;
  color: #777;
  margin: 0 auto 30px;
}

h2 {
  font-family: 'Ford-Antenna-Light';
  color: #464646;
  font-size: 40px;
  line-height: 50px;
  margin: 0 auto 10px;
}


h2.sm {
  font-size: 30px;
  line-height: 40px;
  margin: 0 auto 10px;
}



h3 {
  font-family: 'Ford-Antenna-Light';
  color: #88C546;
  font-size: 30px;
  line-height: 40px;
  margin: 10px 0px;
}

h4 {
  font-family: 'Ford-Antenna-Light';
  font-size: 20px;
  line-height: 30px;
  color: #88C546;
  margin: 0 auto 20px;
}

h5 {
  font-family: 'Montserrat-Semibold';
  font-size: 25px;
  line-height: 35px;
  color: #88C546;
}

p {
  font-family: 'Ford-Antenna-Light';
  font-size: 16px;
  line-height: 26px;
  color: #484848;
  margin: 0 auto 20px;
}

em {
  font-family: 'Ford-Antenna-Regular';
  color:#88C546;
}
/* Custom Header/Paragraph Start*/


a:hover h4{
	color: #222;
	outline: none;
	text-decoration: none;
}

.back {
	text-align: right;
	padding-top: 30px;
	font-weight:700;
}
.back a{
	color:#333;
}
.back a:hover {
	color: #000;
}
.svg-inline--fa.fa-youtube-square.fa-w-14.fa-2x {
  color: #494949;
  font-size: 28px;

}	
.svg-inline--fa.fa-facebook-square.fa-w-14.fa-2x {
	color: #88C546;
	font-size: 28px;
}
.svg-inline--fa.fa-twitter-square.fa-w-14.fa-2x {
	color: #88C546;
	font-size: 28px;
}

.svg-inline--fa.fa-instagram.fa-w-14.fa-2x {
  color: #88C546;
  font-size: 28px;
}

.svg-inline--fa.fa-linkedin.fa-w-14.fa-2x {
  color: #88C546;
  font-size: 28px;
}

.svg-inline--fa.fa-youtube-square.fa-w-14.fa-3x {
  color: #1B8BCC;
  font-size: 28px;

}	
.svg-inline--fa.fa-facebook-square.fa-w-14.fa-3x {
	color:#1B8BCC;
	font-size: 28px;
}
.svg-inline--fa.fa-twitter-square.fa-w-14.fa-3x {
	color:#1B8BCC;
	font-size: 28px;
}


.svg-inline--fa.fa-instagram.fa-w-14.fa-3x {
	color:#1B8BCC;
	font-size: 28px;
}
/* Custom Header End*/

.inner {
  padding-top: 80px;
  padding-bottom: 60px;
}

.line-sep {margin: 15px auto;}

/*PN Section Start*/

.pn-section1 {
  padding-top: 80px;
  padding-bottom: 80px;

/*  background-position: center;
  background-repeat: no-repeat;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  background-color: #EFEFEF; 

  background-image: url(../images/pn-section1-bg.jpg);*/
  
}

.pn-section1 h1 {
  font-family: 'Montserrat-Semibold';
  font-size: 45px;
  line-height: 55px;
  color: #777777;
  margin: 0 auto 50px;
}

.pn-section1 h2 {
  font-family: 'Montserrat-SemiBold';
  font-size: 35px;
  line-height: 45px;
  color: #86C546;
  margin-bottom: 30px;
}

.pn-section1 ul li {
  font-family: 'Montserrat-SemiBold';
  font-size: 24px;
  line-height: 30px;
  color: #000000;
  background: url(../images/list-bullet.png) no-repeat left 5px;
  padding-left: 36px;
  margin-bottom: 12px;
}

.pn-section1 p.sched {
  font-family: 'Montserrat-Bold';
  font-size: 25px;
  line-height: 30px;
  color: #FFF;
  background-color: #54851C;
  padding: 15px 0;
  margin: 0 auto;
}

.pn-section1 p.sched:hover {
  background-color: #406615;
}

/*---*/

.pn-section2 {
  padding-top: 80px;
  padding-bottom: 80px;

  background-position: center;
  background-repeat: no-repeat;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  background-color: #F3EFEC; 

  background-image: url(../images/pn-section2-bg.jpg);
}

.pn-section2 h2{
  font-family: 'Montserrat-SemiBold';
  font-size: 40px;
  line-height: 50px;
  color: #86C546;
  margin: 0 auto 25px;
}

.pn-section2 h4{
  font-family: 'Montserrat-Bold';
  font-size: 30px;
  line-height: 40px;
  color: #555;
  margin-bottom: 5px;
}

.pn-section2 p{
  font-family: 'Montserrat-Light';
  font-size: 18px;
  line-height: 28px;
  color: #000000;
}

/*---*/

.pn-section3 {
  padding-top: 80px;
  padding-bottom: 80px;

  background-position: center;
  background-repeat: no-repeat;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  background-color: #3C5A1C;
  background-image: url(../images/pn-section3-bg.png);
}

.pn-section3 p {
  font-family: 'Montserrat-Medium';
  font-size: 35px;
  line-height: 45px;
  color: #FFF;
  text-align: center;
}

.pn-section3 p.sched {
  font-family: 'Montserrat-Bold';
  font-size: 25px;
  line-height: 30px;
  color: #484848;
  background-color: #FFF;
  text-align: center;
  padding: 15px 0;
  margin: 0 auto;
}

/*---*/

.pn-section4 {
  padding-top: 80px;
  padding-bottom: 80px;
  background-color: #FFF;
}

.pn-section4 h2 {
  font-family: 'Montserrat-SemiBold';
  font-size: 40px;
  line-height: 50px;
  color: #87C546;
  margin: 0px;
}

.pn-section4 h3 {
    font-family: 'Montserrat-Semibold';
    font-size: 25px;
    line-height: 35px;
    color: #87C546;
    margin: 0px 0 15px 0;
}

.pn-section4 ul li {
  background: url(../images/list-qmark.png) no-repeat;
  padding-left: 70px;
  margin-bottom: 25px;
}

.pn-section4 p {
  font-family: 'Montserrat-Light';
  font-size: 18px;
  line-height: 28px;
  color: #000000;
}

/*---*/


.pn-section5 {
  padding-top: 80px;
  padding-bottom: 80px;

  background-position: center;
  background-repeat: no-repeat;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  background-color: #3D3D4C;
  background-image: url(../images/pn-section5-bg.jpg);
}

.pn-section5 h2 {
  font-family: 'Montserrat-Bold';
  font-size: 35px;
  line-height: 45px;
  color: #87C546;
}

.pn-section5 p {
  font-family: 'Montserrat-Light';
  font-size: 18px;
  line-height: 28px;
  color: #000000;
  margin-bottom: 10px;
}

.pn-section5 .box {
  box-shadow: 0px 0px 10px 3px #333;
}

.pn-section5 .row1-bg {
  background-size: cover;
  background-image:url(../images/pn-section5-row1-bg.jpg);
  background-position: left center;
}

.pn-section5 .row2-bg {
  background-size: cover;
  background-image:url(../images/pn-section5-row2-bg.jpg);
  background-position: right center;
}
  .pn-section5 .row2-bg p {
    color: #FFF;
  }

.pn-section5 .row3-bg {
  background-size: cover;
  background-image:url(../images/pn-section5-row3-bg.jpg);
  background-position: left center;
}


/*---*/

.pn-section6{
  padding-top: 80px;
  padding-bottom: 80px;
  background-position: bottom center;
  background-repeat: no-repeat;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  background-image: url(../images/pn-section6-bg.png);
  background-color: #87c445;
}

.pn-section6 h2{
  font-family: 'Montserrat-Semibold';
  font-size: 40px;
  line-height: 50px;
  color: #000000;
  text-align: center;

}

.pn-section6 h4{
  font-family: 'Montserrat-Bold';
  font-size: 25px;
  line-height: 35px;
  color: #FFFFFF;
  text-align: center;
}

.pn-section6 p{
  font-family: 'Montserrat-Medium';
  font-size: 18px;
  line-height: 28px;
  color: #000000;
  text-align: center;
  margin: 0 auto;

}

.pn-section6 p.back{
  text-align: right;
  margin-top: 50px;
}

.pn-section6 p.back a {
  color: #FFF;
}

.pn-section6 img{
  max-width: 50%;
  margin: 0px;
}

/*PN Section End*/

/* Section 1 Start */
.section1 {
  padding-top: 90px;
  padding-bottom: 92px;
  background-color: #FFF; 
}

.section1 h1 {
  font-family: 'Montserrat-Light';
  font-size: 50px;
  line-height: 60px;
  color: #88C546;
  margin: 0 auto;
}

.section1 h2 {
  font-family: 'Ford-Antenna-Light';
  font-size: 22px;
  line-height: 32px;
  color: #474747;
  margin: 0 auto 20px;
}

.section1 p {
  font-family: 'Ford-Antenna-Light';
  font-size: 16px;
  line-height: 26px;
  color: #484848;
  margin: 0 auto;
  padding: 0 5px;
}
/* Section 1 End */


/* Section Video Start */
.section-video {
  padding-top: 90px;
  padding-bottom: 90px;

  background-position: bottom center;
  background-repeat: no-repeat;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  background-color: #EFEFEF; 

  background-image: url(../images/section-video-bg.jpg);
} 
.section-video h2 {
  font-family: 'Montserrat-Light';
  font-size: 40px;
  line-height: 50px;
  color: #FFF;
  margin: 0 auto 20px;
}

.section-video h3 {
  font-family: 'Ford-Antenna-Bold';
  font-size: 30px;
  line-height: 40px;
  color: #FFF;
  margin: 0 auto 20px;
}
.section-video p {
  font-family: 'Montserrat-Light';
  font-size: 16px;
  line-height: 26px;
  color: #FFF;
  margin: 0 auto;
}
/* Section Video End */

/* Section 2 Start */
.section2 {
  padding-top: 141px;
  padding-bottom: 142px;

  background-position: bottom center;
  background-repeat: no-repeat;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  background-color: #EFEFEF; 

  background-image: url(../images/section2-bg.jpg);
} 

.section2 h2 {
  font-family: 'Montserrat-Light';
  font-size: 48px;
  line-height: 58px;
  color: #88C546;
  letter-spacing: -1px;
  margin: 0 auto 10px;
}
.section2 p {
  font-family: 'Ford-Antenna-Light';
  font-size: 19px;
  line-height: 29px;
  color: #000;
  margin: 0 auto;
}
/* Section 2 End */

/* Section 3 Start */
.section3 {
  padding-top: 141px;
  padding-bottom: 143px;

  background-position: bottom center;
  background-repeat: no-repeat;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  background-color: #EFEFEF; 
  background-attachment: fixed;

  background-image: url(../images/section3-bg.jpg);
} 

.section3 h2 {
  font-family: 'Montserrat-Light';
  font-size: 48px;
  line-height: 58px;
  color: #88C546;
  letter-spacing: -1px;
  margin: 0 auto 10px;
}

.section3 p {
  font-family: 'Ford-Antenna-Light';
  font-size: 19px;
  line-height: 29px;
  color: #000;
  margin: 0 auto;
}
/* Section 3 End */

/* Section 4 Start */
.section4 {
  padding-top: 100px;
  padding-bottom: 100px;

  background-position: top right;
  background-repeat: no-repeat;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  background-color: #EFEFEF; 

  background-image: url(../images/section4-bg.jpg);
} 

.section4 h2 {
  font-family: 'Montserrat-Light';
  font-size: 48px;
  line-height: 58px;
  color: #88C546;
  letter-spacing: -1px;
  margin: 0 auto 10px;
}

.section4 h3 {
  font-family: 'Ford-Antenna-Bold';
  font-size: 28px;
  line-height: 38px;
  color: #88C546;
  letter-spacing: -1px;
  margin: 0 auto 10px;
}

.section4 .banner h3 {
  font-family: 'Ford-Antenna-Semibold';
  font-size: 16px;
  line-height: 22px;
  color: #5F5E63;
  margin: 10px auto 0;
}

.section4 .banner h3 sup {
  top: -5px;
  left: 3px;
}

.section4 p {
  font-family: 'Ford-Antenna-Light';
  font-size: 16px;
  line-height: 26px;
  color: #000;
  margin: 0 auto 30px;
}

/* Section 4 End */


/* Section 4a Start */
/*.section4a {
  padding-top: 141px;
  padding-bottom: 142px;

  background-position: center;
  background-repeat: no-repeat;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  background-color: #EFEFEF; 

  background-image: url(../images/section4a-bg.jpg);
} 

.section4a h2 {
  font-family: 'Montserrat-Light';
  font-size: 48px;
  line-height: 58px;
  color: #88C546;
  letter-spacing: -1px;
  margin: 0 auto 10px;
}
.section4a p {
  font-family: 'Ford-Antenna-Light';
  font-size: 19px;
  line-height: 29px;
  color: #000;
  margin: 0 auto;
}*/
/* Section 4a End */



/* Section 5 Start */
.section5 {
  padding-top: 91px;
  padding-bottom: 60px;

  background-position: bottom center;
  background-repeat: no-repeat;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  background-color: #EFEFEF; 
  background-attachment: fixed;

  background-image: url(../images/section5-bg.jpg);
} 

.section5 h2 {
  font-family: 'Montserrat-Light';
  font-size: 48px;
  line-height: 58px;
  color: #FFF;
  letter-spacing: -1px;
  margin: 0 auto 50px;
}

.section5 h3 {
  font-family: 'Montserrat-Semibold';
  font-size: 25px;
  line-height: 35px;
  color: #FFF;
  margin: 0 auto ;
}

.section5 .row {margin-bottom: 30px;}
.section5 img {margin-bottom: 10px;}

.section4 a:hover h3, .section5 a:hover h3 {color: #CCC;}

/* Section 5 End */

/* Section 6 Start */
.section6 {
  padding-top: 91px;
  padding-bottom: 100px;

  background-position: bottom center;
  background-repeat: no-repeat;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  background-color: #EFEFEF; 

  background-image: url(../images/section6-bg.jpg);
} 

.section6 h2 {
  font-family: 'Montserrat-Light';
  font-size: 48px;
  line-height: 58px;
  color: #88C546;
  letter-spacing: -1px;
  margin: 0 auto 30px;
}

.section6 .box {
  padding: 45px 20px;

  background-position: center;
  background-repeat: no-repeat;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  background-color: transparent;

  border-radius: 10px 10px 0 0; 
  border: none;

  background-image: url(../images/testimonial-box-bg.png);
} 

.section6 .box p {
  font-family: 'Ford-Antenna-Light';
  font-size: 16px;
  line-height: 26px;
  color: #FFF;
  margin: 0 auto;
}
.ourteam h2{
  font-family: 'Ford-Antenna-Bold';
  color: #464646;
  font-size: 20px;
  line-height: 42px;
  margin: 0 auto 10px;
  text-align: center;
}

/* Section 5 End */


/* Section Form Start */
.section-form {
  padding-top: 100px;
  padding-bottom: 100px;
  background-position: top right;
  background-repeat: no-repeat;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  background-color: #FFF;
  background-image: url(../images/section-form-bg.jpg);

  font-family: 'Ford-Antenna-Regular';
  font-size: 24px;
  line-height: 40px;
}

.section-form .contact {
    background-color: #FFF;
    padding: 30px 60px;
    border-radius: 10px;
}
.section-form h2 {
  font-family: 'Montserrat-Semibold';
  font-size: 32px;
  line-height: 43px;
  color: #88C546;
  letter-spacing: -1px;
  margin: 0 auto 20px;
}

.section-form .form-control{
  border: 2px solid #666666;
  border-radius: 5px;
  padding: 3px 10px;
  background:transparent;
}

.section-form .btn-primary {
  font-size: 20px;
  line-height: 30px;

  width: 100%;
  background-color: #88C546;
  margin-top: 16px;
  border-radius: 0;
  border: none;
}

.section-form .contact .form-control {
  background-color: transparent;
  font-family: 'Ford-Antenna-Medium';
  font-size: 18px;
  line-height: 30px;
  border: 1px solid #666666;
  border-radius: 5px;
  height: 50px;
  color: #666666;
}
/* Section Form End */

/* RNL Disc Decompression Method */
.rnl-ddm1 {
  padding-top: 80px;
  padding-bottom: 80px;

  font-size: 18px;
  line-height: 28px;
}
.rnl-ddm1 p {
  font-family: 'Montserrat-Light';
  font-size: 18px;
  line-height: 28px;
  color: #000;
  margin: 0 auto;
}

.rnl-ddmlogo {
  padding-top: 60px;
  padding-bottom: 60px;
  
  color: #000;
  margin: 0 auto;
  background-color: #000;
}

.rnl-ddm2 {
    padding-top: 80px;
    padding-bottom: 80px;
    background-position: center;
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-color: #F3EFEC;
    background-image: url(../images/rnl-ddm2-bg.jpg);
}

.rnl-ddm2 h2 {
    font-family: 'Montserrat-SemiBold';
    font-size: 40px;
    line-height: 50px;
    color: #86C546;
    margin: 0 auto 25px;
}
.rnl-ddm2 p {
    font-family: 'Montserrat-Light';
    font-size: 18px;
    line-height: 28px;
    color: #000000;
    margin: 0 auto;
}

.rnl-ddm3 {
  padding-top: 80px;
  padding-bottom: 80px;
  background-color: #3C5A1C;
}

.rnl-ddm3 h2 {
  font-family: 'Montserrat-SemiBold';
  font-size: 40px;
  line-height: 50px;
  color: #FFF;
  margin: 0 auto 25px;
}

.rnl-ddm3 p {
  font-family: 'Montserrat-Light';
  font-size: 18px;
  line-height: 28px;
  color: #FFF;
  text-align: center;
}

.rnl-ddm4 {
  padding-top: 80px;
  padding-bottom: 80px;
  /*background-position: bottom center;
  background-repeat: no-repeat;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  background-color: #FFF;
  background-image: url(../images/section6-bg.jpg);*/
}

.rnl-ddm4 h2 {
  font-family: 'Montserrat-SemiBold';
  font-size: 40px;
  line-height: 50px;
  color: #777;
  margin: 0 auto 25px;
}

.rnl-ddm4 p {
  font-family: 'Montserrat-Light';
  font-size: 18px;
  line-height: 28px;
  color: #000;
}

.rnl-ddm5 {
  padding-top: 80px;
  padding-bottom: 80px;
  background-position: top center;
  background-repeat: no-repeat;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  background-color: #FFF;
  background-image: url(../images/rnl-ddm5-bg.jpg);
}

.rnl-ddm5 h2 {
    font-family: 'Montserrat-SemiBold';
    font-size: 40px;
    line-height: 50px;
    color: #86C546;
    margin: 0 auto 25px;
}
.rnl-ddm5 p {
    font-family: 'Montserrat-Light';
    font-size: 18px;
    line-height: 28px;
    color: #000000;
}
.rnl-ddm5  ul li {
    background: url(../images/list-bullet.png) no-repeat left 5px;
    padding-left: 35px;
    margin-bottom: 25px;
    color: #777;
    font-size: 18px;
}

.rnl-ddm6{
  padding-top: 80px;
  padding-bottom: 80px;
  background-position: center;
  background-repeat: no-repeat;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  background-color: #3D3D4C;
  background-image: url(../images/rnl-ddm6-bg.jpg);
}

.rnl-ddm6 h2{
  font-family: 'Montserrat-Semibold';
  font-size: 40px;
  line-height: 50px;
  color: #FFF;
  text-align: center;
}

.rnl-ddm6 p{
  font-family: 'Montserrat-Medium';
  font-size: 18px;
  line-height: 28px;
  color: #FFF;
  text-align: center;
  margin: 0 auto;

}

.rnl-ddm1 p sup,
.rnl-ddm2 p sup,
.rnl-ddm3 p sup,
.rnl-ddm4 p sup,
.rnl-ddm5 p sup,
.rnl-ddm6 p sup {
    font-family: 'Ford-Antenna-Light';
}


/* Contact Us Start */
.parallax-contact-us {
  padding-top: 190px;
  padding-bottom: 65px;
  background-position: right top;
  background-repeat: no-repeat;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  background-color:#FFF;
  background-image: url(../images/parallax-contact-us-bg.jpg);

  font-family: 'Ford-Antenna-Regular';
  font-size:24px;
  line-height:40px;
}
.parallax-contact-us .form-header {
  background-color:  #88C546;
  background-image: url(../images/form-header-bg.jpg);
  padding: 30px 0px;
}

.parallax-contact-us .form-header h2 {
  font-family: 'Montserrat-Bold';
  font-size: 50px;
  line-height: 60px;
  color: #FFF;
  margin: 0 auto;
}
.parallax-contact-us .contact {
    background-color: #FFF;
    padding: 30px 60px;
    border-radius: 0px 0px 10px 10px;
}
.parallax-contact-us h2 {
  font-family: 'Montserrat-Light';
  font-size: 50px;
  line-height: 60px;
  color: #5F5E63;
}
.parallax-contact-us h3 {
  font-family: 'Ford-Antenna-Bold';
  font-size: 30px;
  line-height: 40px;
  color: #5F5E63;
  margin: 5px auto 10px;
 
}
.parallax-contact-us hr {
  margin-top: 20px;
  margin-bottom: 20px;
  border: 0;
  border-top: 2px solid #88C546;
}

.parallax-contact-us p{
  font-family: 'Montserrat-Medium';
  font-size: 16px;
  line-height: 26px;
  color: #000;
  margin: 5px auto 10px;
}

.parallax-contact-us .form-control{
  border: 2px solid #666666;
  border-radius: 5px;
  padding: 3px 10px;
  background:transparent;
}

.parallax-contact-us .btn-primary {
  font-size: 20px;
  line-height: 30px;
  background-color: #88C546;
  margin-top: 16px;
  border-radius: 0;
  border: none;
  width:100%;
  font-family: 'Montserrat-Medium';
}

.parallax-contact-us .contact .form-control {
  background-color: transparent;
  font-family: 'Ford-Antenna-Regular';
  font-size: 16px;
  line-height: 30px;
  border: 1px solid #666666;
  border-radius: 5px;
  height: 40px;
  color: #666666;
  font-weight: normal;
}
/* Contact Us End */

/* Call To Action */
.call-to-action {
  padding-top: 65px;
  padding-bottom: 60px;
  background-color: #F6F6F6;
}

.call-to-action p {
  font-family: 'Ford-Antenna-Bold';
  font-size: 20px;
}

.call-to-action p.call a {
  font-family: 'Ford-Antenna-Regular';
  font-weight: normal;
  font-size: 20px;
  color: #fff;
  background-color: #88C546;
  padding: 10px 50px;
  margin: 0 auto;
}

.call-to-action p.call a:hover {
  background-color: #5F5E63;
}


/* Office Information Start */
.office-info-1 {
  padding-top: 91px;
  padding-bottom: 60px;
}

.office-info-1 h1 {
  font-family: 'Montserrat-Light';
  font-size: 50px;
  line-height: 60px;
  color: #88C546;
  margin: 0 auto;
}

.office-info-2 {
  padding-top: 91px;
  padding-bottom: 60px;

  background-position: bottom center;
  background-repeat: no-repeat;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  background-color: #EFEFEF; 
  background-attachment: fixed;

  background-image: url(../images/office-info-2-bg.jpg);
} 

.office-info-2 h2 {
  font-family: 'Ford-Antenna-Light';
  font-size: 40px;
  line-height: 50px;
  color: #FFF;
  margin: 0 auto 20px;
}

.office-info-2 p {
  font-family: 'Ford-Antenna-Light';
  font-size: 16px;
  line-height: 26px;
  color: #FFF;
  margin: 0 auto 10px;
}

.office-info-2 a.btn {
  font-family: 'Montserrat-Medium';
  font-size: 20px;
  line-height: 30px;
  color: #88C546;
  background-color: #FFF;
  margin: 0 auto 10px;
  border-radius: 0;
  padding: 10px 30px;
  white-space: break-spaces;
}

.office-info-2 a.btn:hover {
  background-color: #CCC;
}

.office-info-3 {
  padding-top: 91px;
  padding-bottom: 60px;
}


/* Advanced Laser Treatment */
.alt-section1 h2 {
  font-family:'Montserrat-Bold';
  font-size: 35px;
  line-height: 40px;
  color: #182D56;
  margin: 0 auto 25px;
}
.alt-section1 .title {
  background-color: #88C546;
  min-height: 75px;
  display: flex;
  align-items: center;
  padding: 0 30px;
}
  
.alt-section1 .title h3 {
  font-family:'Ford-Antenna-Bold';
  font-size: 20px;
  line-height: 25px;
  color: #FFF;
  margin: 0 auto;
}
.alt-section1 .info {
  background-color: #f7ffed;
  padding: 20px 30px;
  margin-bottom: 20px;
}
  
.alt-section1 .info p {
  font-family:'Ford-Antenna-Light';
  font-size: 14px;
  line-height: 22px;
  color: #000;
  margin: 0 auto 10px;
}

  .alt-section1 .info p:last-child {
    margin: 0 auto;
  }

/* --- */
.alt-section2 {
  padding-top: 100px;
  padding-bottom: 100px;

  background-position: center;
  background-repeat: no-repeat;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  background-color: #FFF; 

  background-image: url(../images/alt-section2-bg.jpg);
}

.alt-section2 hr {
  border-top: 3px solid #89C547;
  max-width: 550px;
  margin: 30px 0 0;
  }

/*.alt-section2 h2 {
  font-family:'Ford-Antenna-Bold';
  font-size: 25px;
  line-height: 35px;
  color: #FFF;
  background-color: #89C547;
  padding: 10px 0;
  margin: 35px auto 20px;
  max-width: 550px;
}*/

.alt-section2 h2 {
  font-family:'Ford-Antenna-Bold';
  font-size: 45px;
  line-height: 55px;
  color: #89C547;
  margin: 15px auto 25px;
}

.alt-section2 h4 {
  font-family:'Ford-Antenna-Bold';
  font-style: italic;
  font-size: 30px;
  line-height: 40px;
  color: #89C547;
  margin: 0 auto;
}

.alt-section2 p {
  font-family:'Ford-Antenna-Medium';
  font-size: 20px;
  line-height: 30px;
  color: #000;
  margin: 0 auto 20px;
}

.alt-section2 .container ul.arrow li:before {
  color: #89C547;
  background-color: transparent;
}

/* --- */
.alt-section3 {
  padding-top: 100px;
  padding-bottom: 100px;

  background-position: center;
  background-repeat: no-repeat;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  background-color: #FFF;
}

.alt-section3 h2 {
  font-family:'Ford-Antenna-Bold';
  font-style: italic;
  font-size: 45px;
  line-height: 50px;
  color: #5F5E63;
  padding: 10px 0;
  margin: 0 auto 20px;
}

.alt-section3 h3 {
  font-family:'Ford-Antenna-Bold';
  font-style: italic;
  font-size: 30px;
  line-height: 30px;
  color: #88C546;
  margin: 0 auto;
}

.alt-section3 p {
  font-family:'Ford-Antenna-Light';
  font-size: 16px;
  line-height: 20px;
  color: #000;
  margin: 0 auto 10px;
}

/* --- */
.alt-section4 {
  padding-top: 100px;
  padding-bottom: 100px;

  background-position: center;
  background-repeat: no-repeat;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  background-color: #535155;

  background-image: url(../images/alt-section4-bg.jpg);
}
.alt-section4 h2 {
  font-family:'Ford-Antenna-Bold';
  font-style: italic;
  font-size: 45px;
  line-height: 50px;
  color: #FFF;
  padding: 10px 0;
  margin: 0 auto 20px;
}

.alt-section4 h3 {
  font-family:'Ford-Antenna-Bold';
  font-style: italic;
  font-size: 30px;
  line-height: 30px;
  color: #88C546;
  margin: 0 auto;
}

.alt-section4 h4 {
  font-family:'Ford-Antenna-Medium';
  font-size: 18px;
  line-height: 20px;
  color: #FFF;
  margin: 0 auto 10px;
}

.alt-section4 p {
  font-family:'Ford-Antenna-Light';
  font-size: 16px;
  line-height: 20px;
  color: #FFF;
  margin: 0 auto 20px;
}


/* --- */
.alt-section5 {
  padding-top: 100px;
  padding-bottom: 100px;

  background-position: top center;
  background-repeat: no-repeat;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  background-color: #FFF;

  background-image: url(../images/alt-section5-bg.jpg);
}

.alt-section5 h2 {
  font-family:'Ford-Antenna-Bold';
  font-style: italic;
  font-size: 45px;
  line-height: 50px;
  color: #5F5E63;
  padding: 10px 0;
  margin: 0 auto 20px;
}

.alt-section5 h3 {
  font-family:'Ford-Antenna-Bold';
  font-style: italic;
  font-size: 30px;
  line-height: 30px;
  color: #88C546;
  margin: 0 auto;
}

.alt-section5 p {
  font-family:'Ford-Antenna-Regular';
  font-size: 16px;
  line-height: 20px;
  color: #000;
  margin: 0 auto 10px;
  text-indent: -20px;
  padding-left: 20px;
}

.alt-section5 p:nth-child(even) {
  margin: 0 auto 20px;
}


/* --- */
.alt-section6 {
  padding-top: 100px;
  padding-bottom: 100px;
  background-color: #F6F6F6;
}
.alt-section6 img {
  margin-bottom: 10px;
}

.alt-section6 h2 {
  font-family:'Ford-Antenna-Medium';
  font-size: 25px;
  line-height: 30px;
  color: #89C547;
  margin: 0 auto 20px;
}

.alt-section6 h3 {
  font-family:'Ford-Antenna-Bold';
  font-style: italic;
  font-size: 23px;
  line-height: 30px;
  color: #88C546;
  margin: 0 auto;
}

.alt-section6 h3 span {
  font-family:'Ford-Antenna-Light';
  font-style: italic;
  font-size: 18px;
  line-height: 20px;
  color: #000;
  margin: 0 auto;
}

.alt-section6 h3 span sup {
  top: -5px;
  left: 3px;
}

/* Advanced Laser Treatment End */

/* Section As Featured On */
.section-afo {
  padding-top: 85px;
  padding-bottom: 95px;
  /*background-position: center;
  background-repeat: no-repeat;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;*/
  background-color: #FFF; 
  /*background-attachment: fixed;*/
  /*background-image: url(../images/section7-bg.jpg);*/
}

.section-afo h2 {
  font-family: 'Ford-Antenna-Regular';
  font-size: 37px;
  line-height: 47px;
  color: #78B82C;
  margin: 0 auto 20px;
}
.section-afo h3 {
  font-family: 'Ford-Antenna-Semibold';
  font-size: 20px;
  line-height: 30px;
  color: #78B82D;
  margin: 10px auto 20px;
}
.section-afo p {
  font-family: 'Ford-Antenna-Light';
  font-size: 16px;
  line-height: 26px;
  color: #000;
  margin: 0 auto 20px;
}


.section-ftm {
  padding-top: 50px;
  padding-bottom: 65px;
  margin: 50px auto 0px;  
  /*background-position: center;
  background-repeat: no-repeat;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;*/
  background-color: #FFF; 
  /*background-attachment: fixed;*/
  background-image: url(../images/section-ftm-bg.jpg);
}

.section-ftm h4{
  font-family: 'Ford-Antenna-Regular';
  font-size: 30px;
  line-height: 45px;
  color: #FFF;
  margin: 30px 100px 20px;
}

.section-ftm .btn-info {  
  font-family: 'Ford-Antenna-Regular';
  color: #40A447;
    background-color: #FFF;
    border-color: #FFF;
}
.section-ftm .btn-info:hover {  
  color: #40A447;
    background-color: #EEE;
    border-color: #EEE;
}

ul.bullet {
  font-family:'Ford-Antenna-Light';
  list-style: none;
  margin: 0 0 30px 18px;
  padding: 0;
  color:#333;
}

ul.bullet li {
  font-family: 'Ford-Antenna-Light';
  font-size: 16px;
  line-height: 24px;
  margin: 0;
  padding: 0;
  margin-bottom: 10px;
  padding: 10px 25px 10px 40px;
}

ul.bullet li a {
  color: #747474;
}

ul.bullet li a:hover, ul.bullet li a:focus{
  color: #0E4693;
  text-decoration: none;
}

ul.bullet li:nth-child(odd) {background: #EEE}

ul.bullet li:before {
  display: inline-block;

  background-repeat: no-repeat;
  background-position: center center;
  background: transparent;
  height: 20px;
  width: 20px;
  border-radius: 75px;
  font-size: 14px;
  content: "\f111";
  float: left;
  margin-right: 0;
  margin-left: -25px;
  margin-top: 0px;
  position: absolute;
  font-family:'FontAwesome';
  text-align: center;
  font-weight: normal;
  -webkit-font-smoothing: antialiased;
  color: #88C546;
  line-height: 20px;
  text-indent: 1px;
  display: inline-block;
}

/* Office Information End */

/* Inner Pages */

.banners a:hover h3 {color: #333;}

ul.list-border li {
  font-family: 'Ford-Antenna-Light';
  font-size: 16px;
  line-height: 20px;
  color: #474747;

  background: url(../images/list-img-sm.png) no-repeat left center !important;
  padding: 8px 10px 8px 40px;
  margin-bottom: 10px;

  border: 1px solid #ccc;
  border-radius: 30px;
}

ul.list-border li span {
  font-size: 14px;
}


/*********************** Testimonials Hover Effect *******************/
.box14{position:relative}
.box14:before{content:"";width:100%;height:100%;background:rgba(14,79,127,.9);position:absolute;top:0;left:0;opacity:0;transition:all .35s ease 0s; border-radius: 26px;}
.box14:hover:before{opacity:1}
.box14 img{width:100%;height:auto}
.box14 .box-content{width:90%;height:90%;position:absolute;top:5%;left:5%}
.box14 .box-content:after,.box14 .box-content:before{content:"";position:absolute;top:0;left:0;bottom:0;right:0;opacity:0;transition:all .7s ease 0s}
.box14:hover .box-content:after,.box14:hover .box-content:before{opacity:1;transform:scale(1);transition-delay:.15s}
.box14 .title{font-size:21px;font-weight:700;color:#fff;margin:15px 0;opacity:0;transform:translate3d(0,-50px,0);transition:transform .5s ease 0s}
.box14:hover .title{opacity:1;transform:translate3d(0,0,0)}
.box14 .post{font-family:'Ford-Antenna-Medium';font-size:14px;color:#fff; line-height: 23px; text-align:center;padding:5px;background:none;opacity:0;transform:translate3d(0,-50px,0);transition:all .7s ease 0s}
.box14:hover .post{opacity:1;transform:translate3d(0,0,0);transition-delay:.15s}
.box14:hover .icon{bottom:20px;opacity:1;transition-delay:.15s}
@media only screen and (max-width:990px){.box14{margin-bottom:30px}
}
/*Testimonials End*/

/* Mega Footer */
.mega-footer {
  padding-top: 65px;
  padding-bottom: 65px;
  background-color: #FFF;
  border-top: 1px solid #88C546;
}
.mega-footer .logo {text-align: left;}
.mega-footer img {
  /* max-width: 400px; */
  margin: 0 auto;
}
.mega-footer .aimla img {
  width: 20%;
  margin: 0 auto;

}
.mega-footer h3 {
  font-family: 'Ford-Antenna-Bold';
  font-size: 30px;
  line-height: 40px;
  color: #88C546;
  margin: 0px 0px 10px;
}

.mega-footer p {  
  font-family: 'Ford-Antenna-Light';
  color: #FFF;
  font-size: 18px;
  line-height: 28px;
  margin: 10px auto;
}

.mega-footer .svg-inline--fa.fa-facebook-square.fa-w-14.fa-2x,
.mega-footer .svg-inline--fa.fa-twitter-square.fa-w-14.fa-2x,
.mega-footer .svg-inline--fa.fa-instagram.fa-w-14.fa-2x {
  color: #88C546;
  vertical-align: top;
  font-size: 30px;
}

.mega-footer .social-link {
  margin: 10px 0px;
}

.mega-footer a {
  color: #FFF;
  text-decoration:none;
  padding: 0px 5px;
}

.mega-footer a:hover {
  color: #646564;
  text-decoration:none;
}

/* Mega Footer End */


/* Footer Start */
footer {
  font-family:'Ford-Antenna-Regular';
  width: 100%;
  padding-top: 2px;
  padding-bottom: 2px;
  margin: 0px;
  color: #FFF;
  font-size: 14px;
  background-color: #88C546;
  height: 50px;
  line-height: 24px;
}

footer a {
  color: #FFF;
  text-decoration:none;
  font-weight: normal;
}

footer a:hover {
  color: #5f5e63;
  text-decoration:none;
}

/* Footer End */

/* Disclaimer Start */
.disclaimer {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #5f5e63;
}
.disclaimer p {
  font-size: 10px;
  line-height: 12px;
  font-style: italic;
  color: #FFF;
  margin: 0 auto;
}
/* Disclaimer End */

/*** For List Style ***/
.container ul.arrow,
.container-fluid ul.arrow {
  list-style: none;
  margin: 0 0 30px 18px;
  padding: 0;
  font-family:'Ford-Antenna-Regular';
  color:#333;
}

.container ul.arrow li,
.container-fluid ul.arrow li {
  line-height: 20px;
  margin: 0;
  padding: 0;
  margin-bottom: 10px;
  padding-left: 25px;
  font-family: 'Ford-Antenna-Regular';
  font-size: 16px;
}

.container ul.arrow li a,
.container-fluid ul.arrow li a {
	color: #747474;
}

.container ul.arrow li a:hover, .container  ul.arrow li a:focus,
.container-fluid ul.arrow li a:hover, .container-fluid ul.arrow li a:focus {
	color: #0E4693;
	text-decoration: none;
}

.container ul.arrow li:before,
.container-fluid ul.arrow li:before {
	display: inline-block;

	/*background: #152343;  For browsers that do not support gradients */
	/*background: -webkit-linear-gradient(left, #39b54a , #152343);  For Safari 5.1 to 6.0 */
	/*background: -o-linear-gradient(right, #39b54a, #152343); For Opera 11.1 to 12.0 */
	/*background: -moz-linear-gradient(right, #39b54a, #152343);  For Firefox 3.6 to 15 */
	/*background: linear-gradient(to right, #39b54a , #152343);  Standard syntax (must be last) */

	background-repeat: no-repeat;
	background-position: center center;
	background: #FFF;
	height: 20px;
	width: 20px;
	border-radius: 75px;
	font-size: 18px;
	content: "\f00c";
	float: left;
	margin-right: 0;
	margin-left: -25px;
	margin-top: 0px;
	position: absolute;
	font-family:'FontAwesome';
	text-align: center;
	font-weight: normal;
	-webkit-font-smoothing: antialiased;
	color: #88C546;
	line-height: 20px;
	text-indent: 1px;
  display: inline-block;
}

.container blockquote {
  background: #f5f5f5;
  font: 13px/20px Ford-Antenna-Regular, arial, helvetica, sans-serif;
  color: #444444;
  border-left: 4px solid #88C546;
  padding: 15px;
}

.container ul.arrow li > ul, .container ul.arrow li > div > div > ul {
  list-style: none;
  padding-top: 10px;
}

@media only screen and (max-width: 600px) {
  .col-container .col { 
    display: block;
    width: 100%;
  }
}

/* Reviews Rating CSS Start*/
.review-form {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-orient: vertical;
    -moz-box-orient: vertical;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
     /*optional*/
    -webkit-box-align: start;
    -moz-box-align: start;
    -ms-flex-align: start;
    -webkit-align-items: flex-start;
    align-items: flex-start;
  }

.review-form .rating_form_div{
    -webkit-box-ordinal-group: 1;
    -moz-box-ordinal-group: 1;
    -ms-flex-order: 1;
    -webkit-order: 1;
    order: 1;
}

.rating_form_div{
  margin-bottom: 100px;
  margin-top: -15px;
}
.review-form .rating_list{
    -webkit-box-ordinal-group: 2;
    -moz-box-ordinal-group: 2;
    -ms-flex-order: 2;
    -webkit-order: 2;
    order: 2;
  }

.r_left p{
  margin-bottom: 6px;
}

.rating_item{
  overflow: hidden;
  border-bottom-width: 1px;
  border-bottom-style: solid;
  border-bottom-color: #666;
}
.rating_form p {
  margin-bottom: 10px !important;
}
.rating{
  margin:0px 10px 0px -5px;
  font-size: 20px;
}

.r_date{
  display:none;
  font-style:italic;
  color: #CCCCCC;
  font-size: 12px;
}

.r_name{
  font-size: 20px;
  line-height: 28px;
  color: #193363;
  margin-top: 8px;
  font-family:'Montserrat-Bold';
}

.r_location{
  margin: 0px;
  padding-left: 2px;
  font-size: 15px;
  line-height: 18px;
  color: #000000;
  font-weight: 700;
}

.r_comments{
  font-size: 16px;
  padding-top: 8px;
}

.r_comments .comments-source{
  font-size: 12px;
  padding-left: 2px;
  }

.rating_item{
  margin-bottom: 26px;
}

.r_left{
  padding-top: 12px;
  float: left; width: 40%;
}

.r_right{
  float: left;
  width: 60%;
}

.r_location span {
  margin-top: -18px;
}

#rating_city{
  /*margin-bottom: 20px;*/
}
.stars {
    overflow: hidden;
}

  /* rating.css */
  .star{
    background-image:url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAABQCAYAAAAZQFV3AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAABOFJREFUeNrsmEFoHFUYx9/MdHfTJRKzUhBaFiL1YghZCFQUIV6UQJuLWCgr8eKpIoiFSqsHQYrmYj14KHqxKAl6MbA5eCgKRVAMBhpCwIJQCETRQzTsNtnO7s74+17fbGc3M7OzZhUsHfjzdvd97/++973vff99Y/m+rwb5WL0Idz60h2nckTc8Nw2hncLmAnhtIB7i3VGan8VD8Dhebh+U8FOaX8Bh4EB48R8TQlai+QnkgMTxD/AYpFt9EULk0EyBD8Dn4BPT9TZ4CrwD6Wos4V+XrUdpXzQk4tUEkAFXwNUu+1fAWWO7anADLDLJTkCYpf0K3DQe3Ui5oUI6B8ShlyBstZfMMiXoX4MV8GZKQgnJcXA6nKPtGJoE/gZ8Cy6mIJPwnIJsL3ZTIB2h+U6WANZjyE6Aj8Cz3WT7TooJ7HUwneDdc+BaFFnc0SuCzQTCTWOT+iwfN6cjWJ6clo9NzOS5Bcb6IZTZj5pU+syEYNV8XzA2Y6lOCptyhGbDeDFPnJa6TlGZ5rxJ/nxkSRPCACR5EUyHf4sCNjOgENVn/ecVe+CEy8vLWgJmZ2fd1IRra2vxSbe5eYlmu1gsXo6zmZycTKcpkEn6vC61kM+FQYiUeDdvauP5Ay0ZjyIlgKVv9bVkiBwQVJRX2YwWkKLxrhxB+qYSPaxUKrESANHVrh2PlQAzqSbskAA6UkkA5B0SICvRSzb5ddrMWu4jh8umSLwckLVjSKClWJ6SwsrM76fwLpCAM4x1I9OGjhrN8+AkAyYSyGTDnhEHjCPxeYhBagmIIvtXJOBQkgSY5Z01/76umAy4lbpiG5IqzQuG6Alz9LLmf+IP5hh+AfmxnoSQdUgAg5a6JuuQgMiSFi7fJHkR9JQAbGbA/SoBi4uLWgLK5XIqCdBpkyQBZne3sTm4BGxsbLQlgM+DkYBsNjucyWQKaSXATvCuZFnWHIQqlxMVUOeMx/0RMsgBWgIgcyBVgqwwIwH0JUvAwsJChwQwuOQ4jrJtO/CsfQBc11We56lWqyXfOySALNgJdlmuWzNSB/P5vBKyyJnxMjxBs9mc2tvbEye+DN1l7uYhuaZvAXg1LaQyOOkRL3d3d8XLishHOEd1DMfHx7UEYLjCrCop2aXP2Mht4QxjoyWADi0BxGddZm80GjpWYSL5TfpkYnHAOBK/yxhoCZAl1et1PbharWrUajX9m/SJBESRJUlAr6fvW0CvZyyxOIQPN4kbnv1mlwQERGPhMbHli/Q5Yv5lSdDnSYelrlLWIQGRJS1cvjk1RdBTArCZAferBPT7IkjvcuP7t3pKADaxEpB5+r10FXv3x3kKqqUlgM+DkQB76OFhKzdycAnAo5KynTlraFTZQ4/gqH3ursd9EjLIAVoC7KGCAxFWNqSjWgLoS5aAfS+C7EzJcrLKOjSkrNwoFu0ToPz6n8pv3dFQXjPyRdA9CbDsk/ZDx5SQxWiAsg4X7vE361NedQsn/P0SELwIgmzaHiZMtpMcKK+pWlUuVF6j0v0iSMcw/+QFLQF+y13xbv/GpF4CWUt5tV+FTEsAY6MlgA4tASxlnaUo362yLGLlh2Lo1iCjj4nFAeNI/H9sDHbYxesEfcK//XvSoq9Fkf0/JCDqDWfV3I+TJGCLne19CzAvgtoS8OBF0APC6OdvAQYAj2xzC/IfXBsAAAAASUVORK5CYII=');
    background-position:left -2px;
    display:block;
    width:20px;
    height:16px;
    line-height:16px;
    float:left;
    cursor: pointer;
    zoom:1;
}
  .rating:not(:checked) > label {
    float:right;
    padding:0 .1em;
    overflow:hidden;
    white-space:nowrap;
    cursor:pointer;
    font-size:120%;
    line-height:1.2;
    color: gold;
    margin-bottom: 0;
  }

  .rating:not(:checked) > label:before {
    content: '★ ';
  }

  .rating {
    float:left;
    height: 10px;
    white-space: pre;
  }
/* Reviews Rating CSS End*/

.embed-container { position: relative; padding-bottom: 56.25%; height: 0; overflow: hidden; max-width: 100%; }
.embed-container iframe, .embed-container object, .embed-container embed { position: absolute; top: 0; left: 0; width: 100%; height: 100%; }

