/*!
Theme Name: elite-child
Theme URI: https://presentationmultimedia.com
Author: Presentation Multimedia
Author URI: https://presentationmultimedia.com
Description: Description
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: elite-child
Template: elite
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.

*/
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Normalize
# Typography
# Elements
# Forms
# Navigation
	## Links
	## Menus
# Accessibility
# Alignments
# Clearings
# Widgets
# Content
	## Posts and pages
	## Comments
# Infinite scroll
# Media
	## Captions
	## Galleries
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit; list-style: none;
	vertical-align: baseline;box-sizing:border-box;
}
a{text-decoration:none;-webkit-transition: 1s;
	-moz-transition: 1s;
	transition: 1s;}

@font-face {
    font-family: 'ProximaNovaSemibold';
    src: url('fonts/ProximaNovaSemibold.eot');
    src: url('fonts/ProximaNovaSemibold.eot') format('embedded-opentype'),
         url('fonts/ProximaNovaSemibold.woff2') format('woff2'),
         url('fonts/ProximaNovaSemibold.woff') format('woff'),
         url('fonts/ProximaNovaSemibold.ttf') format('truetype'),
         url('fonts/ProximaNovaSemibold.svg#ProximaNovaSemibold') format('svg');
}
@font-face {
    font-family: 'ProximaNovaRegular';
    src: url('fonts/ProximaNovaRegular.eot');
    src: url('fonts/ProximaNovaRegular.eot') format('embedded-opentype'),
         url('fonts/ProximaNovaRegular.woff2') format('woff2'),
         url('fonts/ProximaNovaRegular.woff') format('woff'),
         url('fonts/ProximaNovaRegular.ttf') format('truetype'),
         url('fonts/ProximaNovaRegular.svg#ProximaNovaRegular') format('svg');
}


body{background: #fff; font-family: 'Montserrat', sans-serif; font-size: 12px; line-height: 18px; overflow-x: hidden;}
img{max-width:100%; height: auto;} 

#wrapper{float:left; width:100%;}
@media screen and (min-width:1200px){
.container{width:1200px; max-width: 100%; margin: auto; padding: 0 15px;}
}
#header{float:left; width:100%; transition: all 0.4s ease; background: #fff;position: relative; top: 0; left: 0; z-index: 999; }
#header.sticky{position:fixed;}
#topbar{float:left; width:100%; height:40px; background: #063548; text-align: center; }
#topbar ul{margin:12px 0 0 0; padding:0; display: inline-block;}
#topbar ul li{float:left; list-style: none; border-left:solid 2px #fff; padding:0 25px; color: #fff; font-size:16px;font-family: 'Montserrat', sans-serif; height: 16px;}
#topbar ul li:first-child{border:none !important;}
#topbar ul li a{color: #fff; line-height: 16px;    float: left; text-decoration: none !important;}
#topbar ul li img{float:left; margin:-2px 8px 0 0;}

.header-bottom{float:left; width:100%; height: 62px;}
.header-bottom .container{height: 62px;}
.logo{float:left; padding: 10px 0 0 0 ;}

.dropdown-menu > li.kopie > a {
    padding-left:5px;
}
 
.dropdown-submenu {
    position:relative;
}
.dropdown-submenu>.dropdown-menu {
   top:0;left:100%;
   margin-top:-6px;margin-left:-1px;
   -webkit-border-radius:0 6px 6px 6px;-moz-border-radius:0 6px 6px 6px;border-radius:0 6px 6px 6px;
 }
  
.dropdown-submenu > a:after {
  border-color: transparent transparent transparent #333;
  border-style: solid;
  border-width: 5px 0 5px 5px;
  content: " ";
  display: block;
  float: right;  
  height: 0;     
  margin-right: -10px;
  margin-top: 5px;
  width: 0;
}
 
.dropdown-submenu:hover>a:after {
    border-left-color:#555;
 }

.dropdown-menu > li > a:hover, .dropdown-menu > .active > a:hover {
  text-decoration: none;
}  
  
@media (max-width: 768px) {
	#navbar{float:right;}
  .navbar-nav  {
     display: inline;
  }
  .navbar-default .navbar-brand {
    display: inline;
  }
  .navbar-default .navbar-toggle .icon-bar {
    background-color: #fff;
  }
  .navbar-default .navbar-nav .dropdown-menu > li > a {
    color: red;
    background-color: #ccc;
    border-radius: 4px;
    margin-top: 2px;   
  }
   .navbar-default .navbar-nav .open .dropdown-menu > li > a {
     color: #333;
   }
   .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover,
   .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus {
     background-color: #ccc;
   }

   .navbar-nav .open .dropdown-menu {
     border-bottom: 1px solid white; 
     border-radius: 0;
   }
  .dropdown-menu {
      padding-left: 10px;
  }
  .dropdown-menu .dropdown-menu {
      padding-left: 20px;
   }
   .dropdown-menu .dropdown-menu .dropdown-menu {
      padding-left: 30px;
   }
   li.dropdown.open {
    border: 0px solid red;
   }

}
 
@media (min-width: 769px) {
  ul.nav li:hover > ul.dropdown-menu {
    display: block;
  }
  #navbar {
    text-align: center;float: right;
  }
	
	
}  


.navbar-default {
    background: none !important;
    float: right !important;
    border: none !important;
    width: 100%;margin: 0;
}
.navbar-default .navbar-nav>li{margin: 0 0 0 22px; padding: 0 0 0 22px; background: url(images/devider.png) no-repeat left center !important;}
.navbar-default .navbar-nav>li:first-child{margin: 0; padding: 0; background: none !important;}
.navbar-default .navbar-nav>li>a{padding: 0;
    font-size: 16px;
    letter-spacing: 0;
    text-decoration: none;
    color: #0b76a1;
    font-weight: 600;
    line-height:62px;
    background: none !important;
    font-family: 'Montserrat', sans-serif; position: relative;}
	.navbar-default .navbar-nav li a:hover{color: #0fcfbc;}

	.dropdown-menu{background:#fff;
    width: 260px;
    padding:10px; border: none; border-radius: 0;
    -webkit-box-shadow:none;
    box-shadow:none;}
.dropdown-menu>li>a {
    border-bottom: 1px solid #0fcfbc;
    padding: 7px 0;
    width: auto;
    font-size: 18px;
    text-decoration: none;
    color: #747474;
    text-transform: inherit;
    line-height: 22px;
    font-weight: 400;
    font-family: 'Montserrat', sans-serif;    white-space: normal !important; background: none !important;
}
.dropdown-menu>li.current-menu-item>a{color: #0fcfbc !important;}
.dropdown-menu>li>a:hover{}
.dropdown-menu>li>a:last-child > a, .dropdown-menu>li:last-child>a {
    border-bottom: 0;
}
.arrow-submenu{display: none; width: 25px; height: 40px; background:url(images/down.png) no-repeat center center; background-size: 15px auto !important; font-size: 0 !important; }
.open_submenu .arrow-submenu{background:url(images/top.png) no-repeat center center;}
.dropdown-toggle > .arrow-submenu{position: absolute;
    right: 0;
    top: 0; display: block; }

@media screen and (min-width:769px){
.arrow-submenu{display:none !important;}

.navbar-default .navbar-nav>li.login-button>a{background: url(images/login-btn.png) no-repeat center center !important; width:80px; color: #e1541f !important;}	
}
@media all and (min-width:992px) and (max-width:1199px){

	.navbar-default .navbar-nav>li>a {
    font-size: 14px;
}
	.dropdown-menu>li>a {
    font-size: 14px;
}
	}




@media all and (min-width:769px) and (max-width:991px){

.navbar-default .navbar-nav>li {
    margin: 0 0 0 15px;
    padding: 0 0 0 15px;
}
	.navbar-default .navbar-nav>li>a {
    font-size: 11px;
}
.dropdown-menu>li>a {
    font-size: 11px;
}	
}

@media screen and (max-width:768px){
	.nav>li {
    float: left;
    width: 100%;
}
.slider-text {
    margin-top: 0px !important;
}
.navbar-toggle .icon-bar {
    display: block;
    width: 28px;
    height: 4px;
    border-radius: 3px;
}
	.navbar-default .navbar-toggle .icon-bar {
    background-color: #fff;
}
.navbar-toggle {
    padding: 0 0 0 4px;
    margin: 0 !important;
    border: none;
    background: #0b76a1 !important;
    width: 36px;
    height: 36px;    border-radius: 0;
}
	.navbar-toggle .icon-bar+.icon-bar {
    margin-top: 5px;
}
	.navbar-collapse{top: 0;
    position: fixed;
    z-index: 999999999;
    overflow-x: hidden;
    transition: .5s;background: #0b76a1 !important; width:250px; left: -250px; height: 100% !important; border: none !important;}
	.collapse.in {
     left: 0px;
}
	.navbar-default .navbar-nav>li {
    margin: 0;
    background: none !important;padding: 0;
}
	.navbar-default .navbar-nav>li>a {
    padding: 0;
    font-size: 16px;
    color: #fff !important; line-height: 40px;

}
	.navbar-default .navbar-nav>.open>a, .navbar-default .navbar-nav>.open>a:hover, .navbar-default .navbar-nav>.open>a:focus {
    color: #fff;
}
	.navbar-default .navbar-nav .dropdown-menu > li > a {
    background: none !important;
    margin: 0;
    padding: 0;
    border: none !important;
    color: #fff !important;
    line-height: 30px;
    font-size: 14px;
}
	.navbar-nav .open .dropdown-menu {
    border-bottom: none;
}
	.dropdown-menu {
    background: none;
    width: 100%;
    padding: 0 0 0 20px;
    position: relative;
}
	.active_submenu{display:block !important;}
	
	
	.navbar {
    margin-bottom: 0;
}
	.navbar-toggle {
    top: 10px !important;
}

	.navbar-header button[aria-expanded="true"] .icon-bar {
    transform: rotate(45deg);
    margin-top:-3px;
}
	.navbar-header button[aria-expanded="true"] .icon-bar+.icon-bar {
    transform: rotate(-45deg);
    margin-top: -3px;
}
	.navbar-header button[aria-expanded="true"] .icon-bar+.icon-bar+.icon-bar {
    display: none !important;
}	
}



#slider{float:left; width:100%; }
#slider img{float:left; width:100%; }
.slider-text{text-align:center !important;margin-top: 150px !important;}
.slider-text h2{text-align:center !important;color: #fff !important; font-size: 48px !important; font-weight: 700 !important;font-family: 'Montserrat', sans-serif !important; line-height: 48px !important; text-transform: uppercase !important; margin: 0 0 8px 0 !important;}
.slider-text h3{text-align:center !important;color: #fff !important; font-size: 24px !important; font-weight: 700 !important;font-family: 'Montserrat', sans-serif !important; line-height: 24px !important;margin: 0 0 25px 0 !important;}
.request-appointment{display: inline-block !important; padding: 0 10px !important; line-height: 34px !important; color: #29748e; text-transform: uppercase; font-size: 14px !important; font-weight: 400;font-family: 'Montserrat', sans-serif; text-decoration: none !important; border: solid 2px #0b76a1; border-bottom: solid 4px #0b76a1; background: #fff;}
.request-appointment{display: inline-block; float:none; padding: 0 10px; line-height: 34px; color: #0b76a1; text-transform: uppercase; font-size: 14px; font-weight: 400;font-family: 'Montserrat', sans-serif; text-decoration: none !important; border: solid 1px #fff; border-bottom: solid 4px #ff6308; background: rgba(255,255,255,0.75);}
.request-appointment:hover{background: #fff;}
.tp-bgimg:before{position:absolute; left: 0; top: 0; content: ''; width:100%; height: 100%; background: #0b76a1; opacity: 0.10;}

#content{float:left; width:100%;    position: relative;}

.home-sec1{float:left; width:100%; padding: 20px 0; background: #ff6308; text-align: center; margin:0 0 65px 0;}
.home-sec1 p{color: #fff; font-size: 18px; font-weight: 600;font-family: 'Montserrat', sans-serif; line-height: 20px; }

.home-sec2{float:left; width:100%; padding:0;text-align: center; margin: 0 0 50px 0;}
.sec2-inner{display:inline-block; width:990px; max-width: 100%; margin: 0 0 25px 0;    text-align: center;}
.home-sec2 ul{margin: 0 -30px; }
.home-sec2 ul li{display: inline-block;width:33%; padding: 0 30px; vertical-align: top; margin: 0 0 35px 0;}
.home-sec2 ul li a{float:left; width:100%; border:solid 2px #0d77a2; text-decoration: none !important;color: #0b76a1; height: 81px;    position: relative; }
.home-sec2 ul li a:hover{background: #0b76a1; color: #fff;}
.home-sec2 ul li h3{font-size: 18px; text-transform: uppercase; font-weight: 600;font-family: 'Montserrat', sans-serif; margin: 12px 0 18px 0; }
.home-sec2 ul li h4{font-size: 14px; text-transform: uppercase; font-weight: 400;font-family: 'Montserrat', sans-serif;  padding: 0 0 4px 0; }
.home-sec2 h2{font-size:24px; font-weight: 700;font-family: 'Montserrat', sans-serif; margin: 0 0 35px 0; color: #0b76a1; line-height: 30px; }
.home-sec2 p{font-size:14px; line-height: 18px; font-weight: 500;font-family: 'Montserrat', sans-serif; margin: 0 0 15px 0; color: #0b76a1; }
.home-sec2 ul li a:before{background:#0fcfbc; content: ''; width:100%; position: absolute; left: 0; bottom: 0; float: left; height: 7px;}



.home-sec3{float:left; width:100%; background-size: cover !important; height: 278px; position: relative; margin: 0 0 60px 0;}
.home-sec3:before{float:left; width:100%; position: absolute; left: 0; top: 0; height: 100%; background: rgba(11,118,161,0.7); content: ''; z-index:0;}
.home-sec3 h3{position: relative; z-index: 1; color: #fff;font-size:30px; font-weight: 700;font-family: 'Montserrat', sans-serif;  float:left; width:100%; text-align: center;  line-height: 149px; margin: 0 0 0 0; top: 50%; transform: translateY(-50%);}
.video-icon{display:inline-block; vertical-align: top; margin: 0 20px;    height: 129px;}


.home-sec4{float:left; width:100%; text-align: center;}
.home-sec4 ul{margin: 0 -30px; }
.home-sec4 ul li{float:left; width:33.333%; padding: 0 30px; margin: 0 0 68px 0;}
.home-sec4 ul li a{float:left; width:100%; position: relative;}
.home-sec4 img{ border-bottom: solid 10px #0fcfbc; float: left; width:100%;}
.home-sec4 ul li h3{font-size: 18px; text-transform: uppercase; font-weight: 600;font-family: 'Montserrat', sans-serif; margin: 0; position: absolute; left: 0; bottom: 20px; background: #0b76a1; padding: 0 8px; line-height: 24px; color: #fff;}
.home-sec4 ul li h4{font-size: 18px; text-transform: uppercase; font-weight: 600;font-family: 'Montserrat', sans-serif; margin: 0; position: absolute; width:100%; height: 100%; text-align: center;left: 0; bottom: 0; background: rgba(11,118,161,0.75);  padding: 0 0; color: #fff; z-index: 2; opacity: 0; transition: all 0.5s;}
.home-sec4 ul li h4 span{top: 50%; position: absolute; transform: translateY(-50%);    width: 100%;
    text-align: center;
    left: 0;}
.home-sec4 ul li a:hover h4{opacity: 1;}
.home-sec4 .sec2-inner {
    margin: 0;
}

.section-title{float:left; width:100%; position:relative; color: #167e68; font-size: 25px; text-transform: uppercase;font-family: 'Raleway', sans-serif; line-height: 30px; padding: 0 0 28px 0; background: url(images/heading-bg.png) no-repeat 0 bottom; margin: 0 0 15px 0;} 

.home-sec5 {float:left; width:100%; background: #e1e1e1; text-align: center; padding: 32px 0 47px 0;}
.home-sec5 .flexslider{float:left; width:100%;}
.sec5-inner{display:inline-block; width:990px;max-width: 100%; position:relative; background:#fff; padding: 32px 125px 10px 125px; border-bottom: solid 7px #ff6308;}
.home-sec5 p{color: #0b76a1; font-size: 14px; line-height: 18px;font-family: 'Montserrat', sans-serif; font-weight: 500; margin: 0 0 45px 0;}
.home-sec5 h2{font-size:24px; font-weight: 700;font-family: 'Montserrat', sans-serif; margin: 0 0 50px 0; color: #0b76a1;}
.sec5-inner .star{float:left; width:100%; margin: 0 0 25px 0; }
.leave-review-row{float:left; width:100%; position: absolute; left: 0; bottom: -28px;}
.leave-review{display: inline-block; padding: 0 40px; line-height: 34px; color: #29748e; text-transform: uppercase; font-size: 14px; font-weight: 400;font-family: 'Montserrat', sans-serif; text-decoration: none !important; border: solid 2px #0b76a1; border-bottom: solid 4px #0b76a1; background: #fff;}
.leave-review:hover{background: #0fcfbc;}

.home-sec6{float:left; width:100%; text-align: center; background: #ff6308; height: 60px; padding: 9px 0 0 0; margin: 0 0 60px 0;}
.home-sec6 a{height: 42px; display: inline-block; font-size: 0; margin: 0 25px; vertical-align: middle; }
.facebook{background:url(images/facebook.png) no-repeat center center; width:23px;}
.twitter{background:url(images/twitter.png) no-repeat center center; width:43px;}
.youtube{background:url(images/youtube.png) no-repeat center center; width:34px;}
.instagram{background:url(images/instagram.png) no-repeat center center; width:37px;}
.google{background:url(images/google.png) no-repeat center center; width:43px;}
.yelp{background:url(images/yelp.png) no-repeat center center; width:43px;}
.solution{background:url(images/sr.png) no-repeat center center; width:52px;}


.facebook:hover{background:url(images/facebook-ho.png) no-repeat center center;}
.twitter:hover{background:url(images/twitter-ho.png) no-repeat center center; }
.youtube:hover{background:url(images/youtube-ho.png) no-repeat center center; }
.instagram:hover{background:url(images/instagram-ho.png) no-repeat center center; }
.google:hover{background:url(images/google-ho.png) no-repeat center center;}
.yelp:hover{background:url(images/yelp-ho.png) no-repeat center center; }
.solution:hover{background:url(images/sr-ho.png) no-repeat center center;}


.home-sec7{float:left; width:100%; margin: 0 0 60px 0;}
.home-sec7 h2{font-size:24px; font-weight: 700;font-family: 'Montserrat', sans-serif; margin: 0 0 60px 0; color: #0b76a1; text-align: center;line-height: 30px;}
.map{float:left; width:634px;margin-top:-20px;}
.map iframe{float:left; width:100% !important; height: 316px !important;}
.sec7-right{float:right; width:500px; padding: 10px 0 0 0; background-image: url(/wp-content/uploads/2018/09/bg-image-home-pg-1.png);}
.contact-detail{float:left; width:100%;border-top: solid 2px #0b76a1; padding: 10px 15px 14px 15px;}
.sec7-right h3{font-size:24px; font-weight: 700;font-family: 'Montserrat', sans-serif; margin: 0 0 6px 0; color: #0b76a1; text-align: center; line-height: 30px;}
.sec7-right h4{font-size:14px; font-weight: 600;font-family: 'Montserrat', sans-serif; margin: 0 0 15px 0; color: #0b76a1; text-align: center;}
.sec7-right p{font-size:14px; font-weight: 600;font-family: 'Montserrat', sans-serif; line-height: 18px; color: #0b76a1; }
.sec7-right p a{color: #0b76a1; text-decoration: none !important;}
.sec7-right p+p{margin:16px 0 0 0;}
.detail1{float:left; width:50%;}
.detail1+.detail1{text-align: right;}

#footer{float:left; width:100%; background: #0b76a1; text-align: center; padding:65px 0 30px 0;}
.logo-footer{float:left; width:100%; margin:30px 0 35px 0;}
#footer p{display: inline-block; margin: 0 15px; color: #fff; font-size: 12px; font-weight: 400;font-family: 'Montserrat', sans-serif;}
#footer p a{color: #fff;text-decoration: none !important;}

#footer ul li{display: inline-block; margin: 0 17px; color: #fff; font-size: 12px; font-weight: 600;font-family: 'Montserrat', sans-serif; text-transform: uppercase;}
#footer ul li a{color: #fff;text-decoration: none !important;}



#banner{float:left; width:100%; position: relative; z-index: 0; text-align: center;}
#banner img{float:left; width:100%; }
.banner-layer{position: absolute; left: 0; top: 0; background: rgba(6,53,72,0.2); width:100%; height: 100%;}
.banner-text{width:100%; float:left; position: relative; top: 50%; transform: translateY(-50%);}
#banner h1{color: #fff; font-size:48px; font-weight: 700;font-family: 'Montserrat', sans-serif; position: absolute; left: 0; bottom: 45px; line-height: 48px; text-align: center; width:100%;}


.service-sec{margin:0;}
.service-sec ul li h3{ position: relative; top: 50%; transform: translateY(-50%); margin: 0;}
.banner-featured-image{float:left; width:100%; position: absolute; left: 0; top: 0;}


.services{float:left; width:100%; margin: 0 0 40px 0; text-align: center;}
.services p{font-size: 14px;
    line-height: 18px;
    font-weight: 500;
    font-family: 'Montserrat', sans-serif;
    margin: 0 0 35px 0;
    color: #0b76a1;}
.services p strong{
    font-weight: 700;
    }
.services h2,.services h3 ,.services h4{font-size: 24px;
    font-weight: 700;
    font-family: 'Montserrat', sans-serif;
    margin: 0 0 35px 0;
    color: #0b76a1;}
.service-row{float:left; width:100%; margin: 15px 0 45px 0;}
.service-box{display:inline-block; width:702px; max-width: 100%; background:#0fcfbc; }
.service-box h2{color: #fff; font-size: 24px;font-family: 'Montserrat', sans-serif; font-weight: 700; line-height: 30px; padding: 22px 10px; background: url(images/service-title.jpg) no-repeat 0 0; background-size: cover;}
.service-text{float:left; width:100%;padding:20px 26px 10px 36px; text-align: left;}
.service-text ul{margin: 0; padding: 0;}
.service-text ul li{float: left; width:100%; background: url(images/service-icon.png) no-repeat 0 5px; padding: 0 0 0 18px; list-style: none; font-size: 14px; line-height:18px;  font-family: 'Montserrat', sans-serif; color: #fff; font-weight: 500; margin: 0 0 14px 0;}
.service-text ul li strong{font-weight: 700;}

.back-btn,#dfReviews{display: inline-block;width:auto; border:solid 2px #0d77a2; text-decoration: none !important;color: #0b76a1; height: 81px;    position: relative;font-size: 18px; text-transform: uppercase; font-weight: 600;font-family: 'Montserrat', sans-serif; line-height: 76px; padding: 0 50px; }
.back-btn:hover,#dfReviews:hover{background: #0b76a1; color: #fff;}
.back-btn:before,#dfReviews:before{background:#0fcfbc; content: ''; width:100%; position: absolute; left: 0; bottom: 0; float: left; height: 7px;}


@media (max-width: 479px) {
.services h4,.service-box h2 {
    font-size: 18px;
    line-height: 24px;
}
.services p {
    font-size: 16px;
    line-height: 22px;
}

}



.testimonial-page{float:left; width:100%; margin:0 0 60px 0 ; text-align: center;margin-left: -25px;}
.grid-sec {
column-width:29em;
column-gap:50px;    clear: both;
}

.gridbox {
  display: inline-block;
  margin:0 25px 50px 25px;
  padding:15px 45px;
  width: 100%;
  background: #f5f5f5; text-align: center;
}

.gridbox p{font-size: 14px;
    line-height: 18px;
    font-weight: 500;
    font-family: 'Montserrat', sans-serif;
    margin: 0 0 10px 0;
    color: #000;}
.gridbox h2{font-size: 24px; line-height: 30px;
    font-weight: 700;
    font-family: 'Montserrat', sans-serif;
    margin: 0 0 10px 0;
    color: #0b76a1; padding: 0 0 10px 0; border-bottom: solid 4px #0fcfbc;}
.gridbox h4{font-size:14px;
    font-weight: 700; line-height: 18px;
    font-family: 'Montserrat', sans-serif;
    margin: 0 0 0 0;
    color: #000;}



@media (max-width: 1199px){
	.gridbox {
    margin: 0px 0 50px 0;
}
.testimonial-page {
    margin: 0 0 30px 0;
}	
}



.appointment-form{float:left;width: 100%; max-width: 100%; margin: 0 0 60px 0;}
.form-row{float:left; width:100%; margin: 0 0 10px 0;}
.form-left{float:left; width:50%; padding-right: 23px; }
.form-right{float:left; width:50%; padding-left: 23px;}

.form-input{float:left !important; width:100% !important; background: #ebebeb !important; border:none !important; height: 42px !important; padding: 0 12px !important; color: #979696 !important; font-size:14px !important;font-family: 'Montserrat', sans-serif;letter-spacing: 1px; text-transform: uppercase;font-weight: 500;}
.form-textarea{float:left !important; width:100% !important; background: #ebebeb !important; border:none !important; height: 102px !important; padding:5px 12px !important; color: #979696 !important; font-size: 14px !important;font-family: 'Montserrat', sans-serif;letter-spacing: 1px; resize: none;text-transform: uppercase;font-weight: 500;}
.form-select{float:left !important; width:330px !important; max-width: 100%; background: #ebebeb !important; border:none !important; height: 42px !important; padding: 0 12px !important; color: #979696 !important; font-size: 14px !important;font-family: 'Montserrat', sans-serif;letter-spacing: 1px; text-transform: uppercase;text-transform: uppercase;font-weight: 500;}
.form-row label{float:left; width:100%;  color: #000000 !important; font-size: 14px !important;font-family: 'Montserrat', sans-serif;letter-spacing: 1px; text-transform: uppercase; text-align: left; padding: 0 12px; margin: 0 0 5px 0; font-weight: 500;}

input:focus,select:focus,textarea:focus{outline:none;}

.contact-form label.new-pat+.wpcf7-form-control-wrap {
    float: left;
    color: #fff !important;
    font-size: 20px !important;
    font-family: 'avantgardebook' !important;
    letter-spacing: 2px;
    text-align: left;
    font-weight: normal !important;
    text-transform: uppercase;
}
.contact-form span.wpcf7-list-item {
    margin: 0 0 0 50px;color: #fff !important;
    font-size: 20px !important;
    font-family: 'avantgardebook' !important;
    letter-spacing: 2px;
    text-align: left;
    font-weight: normal !important;
    text-transform: uppercase;
}
.contact-sec input::-webkit-input-placeholder,
.contact-sec textarea::-webkit-input-placeholder {
  color: #979696; text-transform: uppercase;
}
.contact-sec input:-moz-placeholder,
.contact-sec textarea:-moz-placeholder {
  color: #979696; text-transform: uppercase;
}
.contact-sec input::-moz-placeholder,
.contact-sec textarea::-moz-placeholder {
  color: #979696; text-transform: uppercase;
}
.contact-sec input:-ms-input-placeholder,
.contact-sec textarea:-ms-input-placeholder {
  color: #979696; text-transform: uppercase;
}

.submit-row{float:left; width:100%; text-align: center; margin: 40px 0 0 0 ;}
.form-submit{display: inline-block;
    width: auto;
    border: solid 2px #0d77a2;
    text-decoration: none !important;
    color: #0b76a1;
    height: 81px;
    position: relative;
    font-size: 18px;
    text-transform: uppercase;
    font-weight: 600;
    font-family: 'Montserrat', sans-serif;
    line-height: 76px;
    padding: 0 100px; background: url(images/submit.png) repeat-x 0 bottom; transition: all 0.5s;}
.form-submit:hover{background: url(images/submit.png) repeat-x 0 bottom #0d77a2; color: #fff !important; }
.form-row ul{padding:0 12px; width:380px;}
.form-row ul li{float:left; width:170px;color: #000000 !important; font-size: 14px !important;font-family: 'Montserrat', sans-serif;letter-spacing: 1px; text-transform: uppercase; font-weight: 500; margin: 0 0 5px 0;}
.form-row ul li input{float:left; margin:3px 5px 0 0;}
.form-right .form-row{margin:0 0 36px 0;}
.form-row:last-child{margin:0;}

@media (max-width: 1199px){
.map {
    float: left;
    width: 410px;
}	
}

@media (max-width: 991px){
.map {
    float: left;
    width: 100%;
}
	.sec7-right {
    float: right;
    width: 100%;
    padding: 30px 0 0 0;
}
.home-sec2 ul {
    margin: 0 -10px;
}	
.home-sec2 ul li {
    padding: 0 10px;
}
.home-sec2 ul li h3 {
    font-size: 13px;
}	
	
.service-sec ul li h3 {
    font-size: 15px;
}	
.home-sec3 h3 {
    font-size: 16px;
}	
.home-sec4 ul {
    margin: 0 -10px;
}	
.home-sec4 ul li {
    padding: 0 10px;
}	
}

@media (max-width: 768px){
.form-left{float:left; width:100%; padding-right: 0; margin: 0 0 20px 0; }
.form-right{float:left; width:100%; padding-left: 0;}
.home-sec2 ul li {
    width:48%;
}
	.home-sec2 ul li h3 {
    font-size: 12px;
}
	.video-icon img{width:50px;}
	.home-sec3 h3 {
    line-height: 50px;
}
.video-icon {
    height: 50px;
    float: left;
    width: 100%; margin: 0;
}
.home-sec4 ul li {
    width:50%;
}	
.sec5-inner {
    padding: 32px 0 10px 0;
}
	
#banner h1 {
    font-size: 30px; line-height: 34px;
}
.home-sec6 a {
    margin: 0 8px;
}	
}
@media (max-width: 600px){
#topbar ul li {
    padding: 0 25px;
    font-size: 12px;
}
	
#banner h1 {
    font-size: 20px; line-height:24px;bottom: 20px;
}
.logo {
    width: 80px;
}
	
.home-sec1 p {
    font-size: 14px;
    line-height: 18px;
}
	
#footer {
    padding: 30px 0 30px 0;
}	
.home-sec3 {
    height: 160px;
}	
	
}
@media screen and (max-width:768px){
	.nav>li {
    float: left;
    width: 100%;
	}
	.slider-text {
		margin-top: 0px !important;
	}
	.slider-text h2 {
		font-size: 18px !important;   
		line-height: 25px !important;
}
	.slider-text h3 {
		font-size: 11px !important;
		line-height: 16px !important;
		margin: 0 0 15px 0 !important;
}
}

@media (max-width: 479px){
	
#topbar ul li {
    padding: 0 10px;
    font-size: 11px;
}	
.home-sec6 a {
    margin: 0 5px; background-size:auto 25px !important;
}

.facebook{width:23px;}
.twitter{width:30px;}
.youtube{width:25px;}
.instagram{width:25px;}
.google{width:30px;}
.yelp{width:30px;}
.solution{width:40px;}






.detail1 {
    float: left;
    width: 100%;
}
	.detail1+.detail1 {
    text-align: left; margin: 15px 0 0 0 ;
}
.home-sec2 ul {
    margin: 0 0;
}		
.home-sec2 ul li {
    width:100%; padding: 0;
}	
	.home-sec3 h3 {
    font-size: 13px;
}
	.home-sec4 ul{margin:0;}
.home-sec4 ul li {
    width:100%; margin: 0 0 30px 0; padding: 0;
}	
	.sec5-inner .star img{max-width:50%;}
}


div.wpcf7-response-output {
    margin:20px 0;
    padding: 10px;
    float: left;
    width: 100%;
}
.wpcf7-form-control-wrap {
    float: left;
    width: 100%;
}
span.wpcf7-not-valid-tip {
    float: left;
    width: 100%;
    text-align: left;
}
.form-row .wpcf7-radio{padding: 0 12px;
    width: 380px;float: left;
    text-align: left;}
.form-row .wpcf7-radio .wpcf7-list-item{float: left;
    width: 170px;
    color: #000000 !important;
    font-size: 14px !important;
    font-family: 'Montserrat', sans-serif;
    letter-spacing: 1px;
    text-transform: uppercase;
    font-weight: 500;
    margin: 0 0 5px 0;}





.ourteam-page{float:left; width:100%;}
.team{float:left; width:100%; margin: 0 0 45px 0;}
.team-img{float:left; width:206px; }
.team-img1 img{float:left; width:auto; height: auto;}
.team-text{display: block; padding: 0 0 0 206px;}
.team:nth-child(even) .team-img{float:right; padding-left: 20px;}
.team:nth-child(odd) .team-img{padding-right: 20px;}

.team:nth-child(even) .team-text{padding: 0 206px 0 0; text-align: right;}
.team:nth-child(even) .team-img img{float:right;}
.team-text h2 {
    color: #26afe4;
    font-size: 34px;
    font-family: 'Montserrat', sans-serif;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin: 0 0 10px 0;
    line-height: 44px;
}
.team-text h3{color: #262626; font-size: 18px;font-family: 'Montserrat', sans-serif;  letter-spacing: 1px; margin: 0 0 0 0; line-height:24px;}
.team-text p, .ourteam-page p {
    font-size: 14px;
    line-height: 18px;
    font-weight: 500;
    font-family: 'Montserrat', sans-serif;
    margin: 0 0 20px 0;
    color: #0b76a1;
}

@media (max-width:782px) {

.team-img {
    float: left;
    width: 100% !important;
    text-align: center;
    padding: 0 !important;
}	
.team-text {
    display: block;
    padding: 0 0 0 0 !important;  text-align: left !important;
}
	.team-img img {
    float: none !important;
    width: auto !important;
    height: auto;
    max-width: 120px !important;
}
.team-text h2 {
    font-size: 20px;
    line-height: 30px;
}
}


.pt-sec{float:left; width:100%;}

.pt-form{text-align:center; display: inline-block; padding: 0 15px;}
.pt-form img{width:30px; margin: 0 10px 0 0; float:left;}
.pt-form a{display:inline-block; padding: 10px; border: solid 1px #0d77a2; border-radius: 4px; line-height: 30px; text-decoration: none !important;}
.pt-form a:hover{background: #0d77a2;  color: #fff;}
.pt-sec ul{margin:0 0 30px 0;}
.pt-sec ul li{display:inline-block; margin:5px 10px;}
.pt-sec ul li a{ padding:0 10px; border: solid 1px #0d77a2; border-radius: 4px; line-height: 30px; text-decoration: none !important;float: left;}
.pt-sec ul li a:hover{background: #0d77a2;  color: #fff;}

body.logged-in {
    margin: 32px 0 0 0;
}
body.logged-in #header.sticky{top: 32px;}

@media screen and (max-width: 782px){
html #wpadminbar {
    display:none!important;
}
	
body.logged-in {
    margin: 0 0 0 0;
}
	body.logged-in #header.sticky{top: 0;}
}



.before-after{float:left; width:100%; margin: 40px 0 0 0 ;}
.before-after ul{margin:0 -12px; padding: 0;}
.before-after ul li{float:left; width:50%; padding: 0 12px; margin: 0 0 50px 0; list-style: none;}
.before-after ul li h2{color: #000; font-size: 22px; letter-spacing:1px; text-transform: uppercase;font-family: 'Montserrat', sans-serif; margin: 0 0 20px 0; font-weight: 700; line-height:30px;}
.before-box{float:left; width:50%; padding: 0 3px 0 0;}
.before-box+.before-box{padding: 0 0 0 3px;}
.before-img{float:left; width:100%; margin: 0 0 10px 0;}
.before-img img{float:left; width:100%;}
.before-box h5{margin: 0;padding: 0; color: #000; font-size: 20px; letter-spacing:1px; text-transform: uppercase;font-family: 'Montserrat', sans-serif;}
@media (max-width: 991px) {
.before-after ul li h2 {
    font-size: 15px;
    letter-spacing: 0;
    margin: 0 0 0px 0;
    line-height: 30px;
}
	.before-box h5 {
    font-size: 16px;
    letter-spacing: 0;
}
}


@media (max-width: 600px) {
.before-after ul{margin:0;}
.before-after ul li {
    width: 100%;
    padding: 0 0;
    margin: 0 0 20px 0;
}
	.before-box h5 {
 letter-spacing: 0;
}
}
@media (max-width: 479px) {
.before-box h5 {
    font-size: 16px;    letter-spacing: 0;
}
#dfReviews {
    font-size: 15px;
    padding: 0 15px;
    text-align: center;
}
}

.OptioVideoLibrary{display:inline-block;}
.btn-row{float:left; width:100%; text-align: center; margin:0 0 40px 0;}

body .embedded-reviews__head,body .review__write__option,body .review *,body .embedded-reviews-slider .review__body,body .embedded-reviews-slider__prev_next a,body .embedded-reviews-slider__prev_next {
	font-family: 'Montserrat', sans-serif !important; 
}
.embedded-reviews__head input[type=button]{border:solid 1px #0d77a2 !important;}
.embedded-reviews__head input[type=button]:hover{background: #0d77a2 !important; color: #fff !important;}
.embedded-reviews__head{text-align:left !important;}
.reviews__parent{margin-left:25px;}
@media (max-width: 1199px){
.reviews__parent {
    margin-left: 0;
}	
}

.feedback_received {
    font-size: 36px;
    clear: both;
	padding-top: 30px;align-content
}div#FeedbackWrapper {
    margin-bottom: 100px;
}.mangement-review-form * {
    line-height: 1.5;
}.mangement-review-form div {
    text-align: left;
}div#FeedbackWrapper * {
    line-height: 1.5;
	text-align: left;
}.wpcf7-form-control {
    padding: 10px;
}.wpcf7-form > p {
    margin: 0 0 18px 0;
}
