/* ------------------------------------------------------------------------------
 	Author: WebThemez
/* ------------------------------------------------------------------------------
	Typography
-------------------------------------------------------------------------------*/

@import url(http://fonts.googleapis.com/css?family=Open%20Sans:300,400,500,600,700); 
p {
	font-size: 14px;
	line-height: 22.4px;
	color: #6c7279;
}
h1 {
	font-size: 65px;
	color: #2d3033;
}
h2 {
	font-size: 40px;
	color: #2d3033;
}
h3 {
	font-size: 31px;
	color: #101010;
	font-weight: bold;
	font-weight: bold;
}
h4 {
	font-size: 40px;
	color: #00a651;
	font-weight: 400;
}
h5 {
	font-size: 14px;
	color: #2d3033;
	text-transform: uppercase;
	font-weight: 700;
}
.header-con{
	width:100%;
	max-width:100%;
	padding:0px;
	margin:0px;
}
.header-con ul li {
  
    list-style: none;
    float: right;
    font-size: 13px;
    margin-right: 15px;
    color: #1e6b89;

}
@-webkit-keyframes blinker {
  from {opacity: 1.0;}
  to {opacity: 0.0;}
}
.blink{
	text-decoration: blink;
	-webkit-animation-name: blinker;
	-webkit-animation-duration: 0.8s;
	-webkit-animation-iteration-count:infinite;
	-webkit-animation-timing-function:ease-in-out;
	-webkit-animation-direction: alternate;
	  color: #1e6b89;
	  font-style:italic;
	  font-size:15px;
}
.btn {
	background-color: transparent;
	color: #9ab414;
	font-size: 14px;
	font-weight: 600;
	border: 0;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	border-radius: 2px;
	display: inline-block;
	text-transform: uppercase;
	border: 1px solid #9ab414;
	padding: 10px 15px;
}
.btn:hover, .btn:focus {
	background-color: #ea4f5f;
	color: #fff;
}
.btn-large {
	padding: 15px 40px;
}
#map-overlay {
    height:400px;
    margin-top:-405px;
    background-color: rgba(35, 35, 35, 0.81);
    padding:40px;
    color: #848484;
}
/* ------------------------------------------------------------------------------
	Global Styles
-------------------------------------------------------------------------------*/
a {
	color: #e84545;
}
a:hover, a:focus {
	text-decoration: none;
	-moz-transition: background-color, color, 0.3s;
	-o-transition: background-color, color, 0.3s;
	-webkit-transition: background-color, color, 0.3s;
	transition: background-color, color, 0.3s;
}
.nav-tabs {
     border-bottom: 0px solid #fff; 
}
body {
	font-family: "Open Sans";
	font-weight: 400;
	color: #6c7279;
	overflow-x:hidden;
}
ul, ol {
	margin: 0;
	padding: 0;
}
ul li {
	list-style: none;
}
.section {
//	padding: 90px 0;
}
.no-padding {
	padding: 0;
}
.no-gutter [class*=col-] {
	padding-right: 0;
	padding-left: 0;
}
.space {
	margin-top: 60px;
}
hr {
    margin-top: 20px;
    margin-bottom: 20px;
    border: 0;
    border-top: 1px solid #a94442;
}
/* ------------------------------------------------------------------------------
	Header
-------------------------------------------------------------------------------*/
#header {
	position: fixed;
	width: 100%;
	z-index: 999;
	background: url('../images/hbg.jpg');
	background-size: 100% 132%;
}
#header .header-content {
	margin: 0 auto;
	max-width: 1170px;
	    padding: 25px 0;
	width: 100%;
	-moz-transition: padding 0.3s;
	-o-transition: padding 0.3s;
	-webkit-transition: padding 0.3s;
	transition: padding 0.3s;
}
#header .logo {
	float: left;
	font-size: 28px;
	font-weight: bolder;
	color: #9ab414;
	text-decoration:none;
	text-transform:uppercase;
	letter-spacing: 3px;
	    margin-top: -22px;

}
#header.fixed {
	background-color: #383838;
}
#header.fixed a {
	/* color: #000; */
}
#header.fixed .header-content {
	border-bottom: 0;
	padding: 25px 0;
}
#header.fixed .nav-toggle {
	top: 18px;
	color: #000;
}
.navigation.open {
	opacity: 0.9;
	visibility: visible;
	-moz-transition: opacity 0.5s;
	-o-transition: opacity 0.5s;
	-webkit-transition: opacity 0.5s;
	transition: opacity 0.5s;
}
.navigation {
	//float: right;
	    text-align: center;
}
.navigation li {
	display: inline-block;
}
.navigation a {
	color: #fff;
	font-size: 14px;
	font-weight: 700;
	margin-left: 40px;
	text-transform: uppercase;
	       padding-bottom: 38px;
	top: 17px;
	position: relative;
}
.navigation a:hover, .navigation a.active {
	color: #9ab414;
	text-decoration:none;
}
.nav-toggle {
	display: none;
	height: 44px;
	overflow: hidden;
	position: fixed;
	right: 5%;
	text-indent: 100%;
	top: 15px;
	white-space: nowrap;
	width: 44px;
	z-index: 99999;
	-moz-transition: all 0.3s;
	-o-transition: all 0.3s;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
	background: transparent;
}
.nav-toggle:before, .nav-toggle:after {
	border-radius: 50%;
	content: "";
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
	-moz-transform: translateZ(0);
	-ms-transform: translateZ(0);
	-webkit-transform: translateZ(0);
	transform: translateZ(0);
	-moz-backface-visibility: hidden;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	-moz-transition-property: -moz-transform;
	-o-transition-property: -o-transform;
	-webkit-transition-property: -webkit-transform;
	transition-property: transform;
}
.nav-toggle:before {
	-moz-transform: scale(1);
	-ms-transform: scale(1);
	-webkit-transform: scale(1);
	transform: scale(1);
	-moz-transition-duration: 0.3s;
	-o-transition-duration: 0.3s;
	-webkit-transition-duration: 0.3s;
	transition-duration: 0.3s;
	color: #f05da3;
}
.nav-toggle:after {
	background-color: transparent;
	-moz-transform: scale(0);
	-ms-transform: scale(0);
	-webkit-transform: scale(0);
	transform: scale(0);
	-moz-transition-duration: 0s;
	-o-transition-duration: 0s;
	-webkit-transition-duration: 0s;
	transition-duration: 0s;
	color: #f05da3;
}
.nav-toggle span {
	bottom: auto;
	display: inline-block;
	height: 3px;
	left: 50%;
	position: absolute;
	right: auto;
	top: 50%;
	width: 18px;
	z-index: 10;
	-moz-transform: translateX(-50%) translateY(-50%);
	-ms-transform: translateX(-50%) translateY(-50%);
	-webkit-transform: translateX(-50%) translateY(-50%);
	transform: translateX(-50%) translateY(-50%);
}
.nav-toggle span:before, .nav-toggle span:after {
	background-color: #fff;
	content: "";
	height: 100%;
	position: absolute;
	right: 0;
	top: 0;
	width: 100%;
	-moz-transform: translateZ(0);
	-ms-transform: translateZ(0);
	-webkit-transform: translateZ(0);
	transform: translateZ(0);
	-moz-backface-visibility: hidden;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	-moz-transition: -moz-transform 0.3s;
	-o-transition: -o-transform 0.3s;
	-webkit-transition: -webkit-transform 0.3s;
	transition: transform 0.3s;
}
.nav-toggle span:before {
	-moz-transform: translateY(-6px) rotate(0deg);
	-ms-transform: translateY(-6px) rotate(0deg);
	-webkit-transform: translateY(-6px) rotate(0deg);
	transform: translateY(-6px) rotate(0deg);
}
.nav-toggle span:after {
	-moz-transform: translateY(6px) rotate(0deg);
	-ms-transform: translateY(6px) rotate(0deg);
	-webkit-transform: translateY(6px) rotate(0deg);
	transform: translateY(6px) rotate(0deg);
}
.nav-toggle.close-nav:before {
	-moz-transform: scale(0);
	-ms-transform: scale(0);
	-webkit-transform: scale(0);
	transform: scale(0);
}
.nav-toggle.close-nav:after {
	-moz-transform: scale(1);
	-ms-transform: scale(1);
	-webkit-transform: scale(1);
	transform: scale(1);
}
.nav-toggle.close-nav span {
	background-color: rgba(255, 255, 255, 0);
}
.nav-toggle.close-nav span:before, .nav-toggle.close-nav span:after {
	background-color: #fff;
}
.nav-toggle.close-nav span:before {
	-moz-transform: translateY(0) rotate(45deg);
	-ms-transform: translateY(0) rotate(45deg);
	-webkit-transform: translateY(0) rotate(45deg);
	transform: translateY(0) rotate(45deg);
}
.nav-toggle.close-nav span:after {
	-moz-transform: translateY(0) rotate(-45deg);
	-ms-transform: translateY(0) rotate(-45deg);
	-webkit-transform: translateY(0) rotate(-45deg);
	transform: translateY(0) rotate(-45deg);
}
/* ------------------------------------------------------------------------------
	Banner
-------------------------------------------------------------------------------*/
.slider-banner h3{
	color: #ffffff;
	font-size: 50px;
	text-shadow: 0px -1px 3px rgba(0, 0, 0, 0.81);
	font-weight:bolder;
}
.banner {
	position:relative;
	width:100%;
	overflow:hidden;
	/* height: 750px; */
}
.banner-text {
	padding-top: 45%;
}
.banner-text h1 {
	color: #000000;
	font-family: 'Lato', sans-serif;
	font-size: 36px;
	font-weight: 700;
	text-transform: uppercase;
}
.banner-text p {
	color: #000;
	font-size: 16px;
	font-weight: 400;
	line-height: 24px;
	margin-top: 30px;
	margin-bottom: 80px;
}
div#myCarousel {
    margin-top: 88px;
}
@media only screen and (max-width : 768px) {
	div#myCarousel {
    margin-top: 61px;
}}
@media only screen and (max-width : 480px) {
	div#myCarousel {
    margin-top: 61px;
}}
.carousel-caption p {
    text-align: center;
    font-size: 14px;
    padding: 0px;
    margin: 0px;
}
.carousel-caption h3 {
    color: #337ab7;
    font-weight: bold;
}
@media screen and (min-width: 768px)
{
.carousel-caption {
    right: 20%;
    left: 20%;
    padding-bottom: 20px;
}}
/* ==========================================================================
	$intro
========================================================================== */
.intro {
	background-color: #9ab414;
	/* color: #000; */
}
.intro h3 {
	color: #fff;
	margin-top: 0;
}
.intro p { 
	color: #fff;
	font-weight: 400;
}

	
/* -----------------------------------------------------------------------------
Common Styles
------------------------------------------------------------------------------- */
.section-header{	text-align: center;	padding-bottom: 30px;
}
.section-header h2{
	
}
.section-header p{
	
}


/* ------------------------------------------------------------------------------
	 Serives
-------------------------------------------------------------------------------*/
.service-section {
	padding-top: 100px;
}
.services {
	margin-bottom: 50px;
}
.services-content {
	padding: 30px 20px 20px;
	margin-top: 0px;
	background: #eaeaea;
	border-top: 4px solid #9ab414;
	text-align: left;
	float: left;
}
.services .icon {
	color: #ffffff;
	font-size: 38px;
	padding-left: 15px;
	float: left;
	background: #9ab414;
	padding: 20px;
	width: 90px;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
}
/* ------------------------------------------------------------------------------
	 gallery
-------------------------------------------------------------------------------*/
.work {
	-moz-box-shadow: 0 0 0 1px #fff;
	-webkit-box-shadow: 0 0 0 1px #fff;
	box-shadow: 0 0 0 1px #fff;
	overflow: hidden;
	position: relative;
	background: #000;
}
.work img {
	width: 100%;
	height: 100%;
	opacity: .6;
}
.work .overlay {
	background: rgba(56, 56, 56, 0.58);
	height: 100%;
	left: 0;
	opacity: 0;
	position: absolute;
	top: 0;
	width: 100%;
	-moz-transition: opacity, 0.3s;
	-o-transition: opacity, 0.3s;
	-webkit-transition: opacity, 0.3s;
	transition: opacity, 0.3s;
}
.work .overlay-caption {
	position: absolute;
	text-align: center;
	top: 50%;
	width: 100%;
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}
.work h5, .work p, .work img {
	-moz-transition: all, 0.5s;
	-o-transition: all, 0.5s;
	-webkit-transition: all, 0.5s;
	transition: all, 0.5s;
}
.work h5, .work p {
	color: #fff;
	margin: 0;
	opacity: 0;
}
.work span {
	font-size: 45px;
	color: #fff;
}
.work h5 {
	margin-bottom: 5px;
	-moz-transform: translate3d(0, -200%, 0);
	-ms-transform: translate3d(0, -200%, 0);
	-webkit-transform: translate3d(0, -200%, 0);
	transform: translate3d(0, -200%, 0);
}
.work p {
	-moz-transform: translate3d(0, 200%, 0);
	-ms-transform: translate3d(0, 200%, 0);
	-webkit-transform: translate3d(0, 200%, 0);
	transform: translate3d(0, 200%, 0);
}
.work-box:hover img {
	-moz-transform: scale(1.2);
	-ms-transform: scale(1.2);
	-webkit-transform: scale(1.2);
	transform: scale(1.2);
}
.work-box:hover .overlay {
	opacity: 1;
}
.work-box:hover .overlay h5, .work-box:hover .overlay p {
	opacity: 1;
	-moz-transform: translate3d(0, 0, 0);
	-ms-transform: translate3d(0, 0, 0);
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}
.services-content h5 {
    margin-bottom: 20px;
    color: #9ab414;
    font-weight: bold;
}
.video-section{padding: 88px 0 20px;}
address { 
    line-height: 1.42857143;
    color: #b5b5b5 !important;
}

/* ---------------------------------------------------------------------------
About
------------------------------------------------------------------------------*/
/*	CONTENT BLOCK 3-10
/*----------------------------------------------------*/

.content-3-10 {
	padding: 0px;
	position: relative;
}

.content-3-10 .image-container {
	position: absolute;
	height: 300px;
	padding: 0px;
	top: 0px;
}

.content-3-10 .image-container .background-image-holder {
	background: url('../images/slides/1.jpg') no-repeat center center;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	height: 100%;
}

.content-3-10 .content {
	margin-top: 300px;
	padding: 40px;
}

.content-3-10 h3 {
	margin-bottom: 32px;
}

.content-3-10 p {
	margin-bottom: 20px;
}



/*	CONTENT BLOCK 3-10 MEDIA QUERIES
/*----------------------------------------------------*/

/* Small Devices, Tablets */
@media only screen and (min-width : 768px) {
	
	.content-3-10 .image-container {
		height: 100%;
	}
	
	.content-3-10 .content {
		margin-top: 0px;
		padding: 80px 15px 80px 80px;
		background: #eaeaea;
	}
	
}

/* Medium Devices, Desktops */
@media only screen and (min-width : 992px) {
	
	
	
}

/* Large Devices, Wide Screens */
@media only screen and (min-width : 1200px) {
	
	
	
}

/* ------------------------------------------------------------------------------
	 package
-------------------------------------------------------------------------------*/
.packageList {
	margin-bottom: 50px;  
}
h5 {
    font-size: 1.286em;
    font-weight: 500;
    margin: 0.3em 0;
    text-transform: capitalize;
}
ul.list-default {
    list-style-type: none;
    padding: 0;
}
ul.list-default li {
    padding: 0.5em 0 0.5em 2em;
    position: relative;
    border-top: 1px solid rgba(0, 0, 0, 0.1);
}
.package {
	border: 1px solid rgba(0, 0, 0, 0.1) !important;
	position: relative;
	border-style: none none solid none !important;
	padding: 1em 0 0.5em;
}
.package:hover {
	background-color: #fbfbfb; 
}
.package:hover h5 {
	color: #ff67ab;
}
.package:hover .price {
	background-color: #ff348f;
}
.package ul.list-default li {
	border: none !important;
	padding: 4px 0;
} 
.package ul.list-default li:before {
	top: 0.3em !important;
}
.price {
    top: 0;
    right: 0;
    bottom: 0;
    left: auto;
    position: absolute;
    background-color: #ff67ab;
    font-size: 1.35em;
    font-weight: 500;
    color: #fff;
    padding: 0.5em;
    margin: -1px -1px -1px 0;
}
.package .price {
	top: 1em;
	right: 1em;
	bottom: auto;
	font-size: 1.5em;
	padding: 0.7em;
}
.package .price small {
	font-size: 0.7em;
	margin-right: 3px;
}
/* ------------------------------------------------------------------------------
	 Teams
-------------------------------------------------------------------------------*/
.person {
	max-width: 270px;
	text-align: center;
}
.person img {
	width: 150px;
	height: 150px;
	margin: auto;
}
.person-content {
	margin-top: 20px;
}
.person h4 {
	font-weight: 400;
}
.person h5 {
	color: #777;
	font-size: 13px;
	font-weight: 700;
	margin-bottom: 20px;
}
.footer{
	color:#fff;
}
.social-icons, .footer .footer-share {
	margin-top: 20px;
}
.social-icons li, .footer .footer-share li {
	display: inline-block;
	float: none;
}
.social-icons a, .footer .footer-share a {
	border: 1px solid #9ab414;
	color: #fff;
	display: block;
	font-size: 14px;
	height: 32px;
	line-height: 32px;
	margin-right: 5px;
	text-align: center;
	width: 32px;
}
.social-icons a:hover {
	background-color: #9ab414;
	border-color: #9ab414;
	color: #fff;
}
/* ------------------------------------------------------------------------------
	 Testimonials
-------------------------------------------------------------------------------*/
.testimonials {
	background-color: #9ab414;
	position: relative;
	text-align: center;
}
.testimonials blockquote {
	border: 0;
	margin: 0;
	padding: 100px 15%;
}
.testimonials h1 {
	color: #fff;
	font: 23px "Merriweather";
	font-weight: 300;
}
.testimonials p {
	color: #fff;
	display: block;
	font-size: 13px;
	font-style: normal;
	letter-spacing: 2px;
	font-weight: 400;
	margin-top: 30px;
	text-transform: uppercase;
}
.flex-control-nav {
	margin-top: 2%;
	bottom: none!important;
	position: relative!important;
	right: 0;
	text-align: center;
	width: 100%!important;
	z-index: 100;
}
.service-img{
	float: left;
	/* background: red; */
}
.service-img img{
	width:100%;
}
/* ------------------------------------------------------------------------------
	Contact form
-------------------------------------------------------------------------------*/
.conForm {
	text-align: center;
}
.conForm h5 {
	font-size: 30px;
}
.conForm p {
	text-align: center;
	margin: 7%;
}
.conForm input {
	color: #797979;
	padding: 15px 30px;
	border: none;
	margin-right: 3%;
	margin-bottom: 30px;
	outline: none;
	font-style: normal;
	border: #e0e0e0 1px solid;
	font-size: 15px;
}
.conForm input.noMarr {
	margin-right: 0px;
}
.conForm textarea {
	color: #797979;
	padding: 15px 30px;
	margin-bottom: 18px;
	outline: none;
	height: 150px;
	font-style: normal;
	resize: none;
	font-size: 15px;
	border: none;
	border: #e0e0e0 1px solid;
}
.conForm .submitBnt {
	background: #9ab414;
	color: #fff;
	margin-top: 30px;
	padding:15px 30px 15px 30px;
	font-size: 13px;
	font-weight: 600;
	letter-spacing: 5px;
	border: 0;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	border-radius: 2px;
	display: inline-block;
	text-transform: uppercase;
}
.conForm .submitBnt:hover {
	background: #E5E5E5;
	color: #9ab414;
}
#success_page{
	color: #00bdbd;
	font-weight: 500;
}
.error_message{
	color: #ff675f;
	padding-bottom: 15px;
	font-weight: 500;
}
#success_page h3{
	font-size:17px;
	color:#5ed07b;
	font-weight: 700;
}

/* ------------------------------------------------------------------------------
	 Footer
-------------------------------------------------------------------------------*/
.footer {
	text-align: left;
	background: black;
	padding: -1px;
}
.footer-top {
	background-color: #181818;
	padding-top: 50px;
}
.footer-bottom {
	background-color: #313454;
	padding: 20px 0;
}
.footer .footer-col {
	margin-bottom: 80px;
}
.footer h5 {
	color: #fff;
}
.footer h5 {
	margin-bottom: 20px;
}
.footer p {
	
    padding: 8px 0px 0px 0px;
    margin: 0px;
    color: #fff;
    font-size: 12px;

}
.footer a {
	color: rgba(255, 255, 255, 0.50);
}
.footer a:hover {
	color: #e84545;
}
.footer .footer-share {
	margin-top: 0;
}
.footer .footer-share li {
	display: inline-block;
	float: none;
}
.footer .footer-share a {
	border: none;
	font-size: 21px;
	color: rgba(255, 255, 255, 0.25);
}
.footer .fa-heart {
	color: #e84545;
	font-size: 11px;
	margin: 0 2px;
}
@media screen and (max-width: 768px) {
	#header .header-content {
		width: 90%;
		padding: 20px 0 !important;
	}
}

.about{background: #f3f3f3;padding: 10px 10px 10px 10px;}
.about h2 {
    color: red;
    font-size: 19px;
    text-align: center;
    font-weight: bold;
}



.about img{
	border-radius: 100%;
	width: 100%;

}
.about b{
	text-align:center;
}

@import url(https://fonts.googleapis.com/css?family=Lato:400,900,700,300);
.heading4{font-size:18px;font-weight:400;font-family:'Lato', sans-serif;color:#111111;margin:0px 0px 5px 0px;}
.heading1{font-size:30px;line-height:20px;font-family:'Lato', sans-serif;text-transform:uppercase;color:#1b2834;font-weight:900;}
.content-quality{float:left;width:193px;}
.content-quality p{margin-left:10px;font-family:'Open Sans', sans-serif;font-size:14px;font-weight:600;line-height:17px;}
.content-quality p span{display:block;}
.tabtop li a{font-family:'Lato', sans-serif;font-weight:700;color:#1b2834;border-radius:0px;margin-right:5.008px;border:1px solid #ebebeb !important;background: #7cdeac;}
.tabtop .active a:before{content: url('../images/car.png');position:absolute;top: 55px;left: 90px;color: #00a651;font-size:30px;}
.tabtop li a:hover{color:#e31837 !important;text-decoration:none;}
.tabtop .active a:hover{color:#fff !important;}
.tabtop .active a{background-color: #00a651 !important;color:#FFF !important;}
.margin-tops{margin-top: 6px;}
.tabtop li a:last-child {
       padding: 22px 61px;
font-size: 22px;
}
@media screen and (max-width: 1020px) {
.tabtop li a:last-child {
    padding: 21px 40px;
font-size: 18px;
}}
@media screen and (max-width: 780px) {
.tabtop li a:last-child {
       padding: 10px 9px;
    font-size: 14px;
	
}
.tabtop .active a:before{content: url('../images/car.png');position:absolute;top: 20px;left: 18px;color: #00a651;font-size:30px;}
}

.thbada{padding:10px 28px !important;}
section p{font-family:'Lato', sans-serif;text-align: justify;padding: 19px 0px;}
.margin-tops4{margin-top:20px;}
.tabsetting{/* border-top:5px solid #ebebeb; *//* padding-top:6px; */}
.nav-tabs > li {
    float: left;
    
}
.nav-tabs {
    border-bottom: none;
    width: 100%;
    max-width: 100%;
    //overflow: hidden;
}
.services{background-color:#d4d4d4;min-height:710px;}
.services a:hover{color:#000;}
.services h1{margin-top:0px !important;}
.heading-container p{font-family:'Lato', sans-serif;text-align:center;font-size:16px !important;text-transform:uppercase;}

.kk{border:1px solid;top: 14px;padding: 0px;
margin: 0px;}
.product h1 {
    font-size: 41px;font-family: 'Oswald', sans-serif;
    color: #2d3033;
    font-family: impact;
    /* font-weight: lighter; */
}

.product h4 {
    font-size: 25px;font-family: 'Oswald', sans-serif;
   color: #ee5759;
    font-weight: bold;
    font-weight: bold; 
	    margin: 0px 0px 5px;
}
.product h5 {
    font-size: 20px;
    color: #2a2e93;
}

.product h3 {
    font-size: 31px;font-family: 'Oswald', sans-serif;
   color: #00a850;
    font-weight: bold;
    font-weight: bold; 
	    margin: 22px 0px 36px;
}
.img img{
	width:100px;
	height:100px;
	border:1px solid black;
	padding:5px;
	margin-right:10px;
	text-align:center;
}
.img{

	margin:0 auto;
}
.map h4  {  font-size: 28px;
    color: black;
    font-family: 'Oswald', sans-serif;
    font-weight: bold;
	    color: #00a850;
    text-align: left;
    margin-top: 0px;
}


.mySlides{
	width:100%;
}


.mySlides-1{

    width: 27%;
    float: left;
    margin-right: 25px;
    background: #fff;
max-width:100%;
}
.mySlides-2{
	width:68%;float:left;max-width:100%;
}
@media screen and (max-width: 680px) {
	.mySlides-1 {
    width: 100%;
    float: left;
    margin-right: 10px;
    background: #fff;
    max-width: 100%;
}
.mySlides-2{
	width:100%;float:left;max-width:100%;
}
}

section .mySlides-2 p{
	font-family: 'Lato', sans-serif;
    text-align: justify;
	padding:0px;
   
}
img.demo.w3-opacity.w3-hover-opacity-off {
    width: 100%;
    max-width: 100%;
    margin: 0px;
    padding: 0px;
}

.product{background: url('../images/bdb.jpg');background-size: 100% 100%;}



.contact{
	text-align:center;
	padding: 50px 0px 30px 1px;font-family:'Lato', sans-serif;        background: rgba(66, 186, 121, 0.17);
}
.fh1{
background-color:#0582B9;
color:white;
font-size:21px;
text-align:center;font-family:'Lato', sans-serif;
padding:6px;

}
.fh2 {
    background-color: #C306CA;
    color: white;
    font-size: 17px;
    text-align: center;
    font-family: 'Lato', sans-serif;
    padding: 8px 10px 8px 10px;
    width: 70%;
}

.fh3{
background-color:#CE993C;
   color: white;
    font-size: 17px;
    text-align: center;
    font-family: 'Lato', sans-serif;
    padding: 8px 10px 8px 10px;
    width: 86%;
}

}

footer ul li{

	color:#fff;
	font-size:16px;
	line-height:30pxfont-family:'Lato', sans-serif;
}





/*-------------------------------*/
/*      Code snippet by          */
/*      @maridlcrmn              */
/*-------------------------------*/


section {
    /* padding-top: 100px; */
    /* padding-bottom: 100px; */
}

.quote {
    color: rgba(0,0,0,.1);
    text-align: center;
    margin-bottom: 30px;
}

/*-------------------------------*/
/*    Carousel Fade Transition   */
/*-------------------------------*/

#fade-quote-carousel.carousel {
  padding-bottom: 5px;
}
#fade-quote-carousel.carousel .carousel-inner .item {
  opacity: 0;
  -webkit-transition-property: opacity;
      -ms-transition-property: opacity;
          transition-property: opacity;
}
#fade-quote-carousel.carousel .carousel-inner .active {
  opacity: 1;
  -webkit-transition-property: opacity;
      -ms-transition-property: opacity;
          transition-property: opacity;
}
#fade-quote-carousel.carousel .carousel-indicators {
  bottom: 10px;
}
#fade-quote-carousel.carousel .carousel-indicators > li {
  background-color: #e84a64;
  border: none;
}
#fade-quote-carousel blockquote {
    text-align: center;
    border: none;
}
#fade-quote-carousel blockquote p {
    color:#fff;
}
#fade-quote-carousel .profile-circle {
 
    width: 100px;
    height: 100px;
    margin: 0 0px;
    border-radius: 100px;
    padding: 0px;

}
#intro{
	
    padding: 10px 0px 0px 0px;
    text-align: center;

}


#intro h3{
	color: green;
font-size: 71px;
margin-top: 92px;
padding-left: 35px;
}
#intro h4{
font-size: 46px;
color: #00a651;
font-weight: 400;
padding-left: 37px;}
@media screen and (max-width: 990px)
{
	#intro h3{
color: green;
    font-size: 41px;
    margin-top: 10px;
    padding-left: 35px;
}
#intro h4{
font-size: 20px;
color: #00a651;
font-weight: 400;
padding-left: 27px;}
}
.profile-circle img{
	border-radius:100%;
}

.social li{
	list-style:none;
	float:left;
	border: 1px solid #c5bebe;
	padding:5px;
	height:auto;
	margin-left:10px;
	border-radius:100%;
	width:37px;
	text-align:center;
	
	
}
.social{
	
	width:100%;
	float:left;
	text-align:center;


    margin-left: 143px;

	
	
	
}
@media screen and (max-width: 480px) {
	.social{
	
	width:100%;
	float:left;
	text-align:center;


    margin-left: 90px;

	
	
	
}
}
.social ul{
	
	padding:0px;
//margin: 0px 0px 0px 133px;
	
	
}
.copy{
	background: #191818 !important;
	padding: 10px 1px 44px 2px;
	text-align: center;
	
}
.map p {
    text-align: center;
} .map b{
    text-align: center;font-family: 'Oswald', sans-serif;
	font-size:18px;
}
.map img{
	margin:0px auto 0px auto;
	
}



.container img {
    text-align: center;
    margin: 0px auto;
}
/* ------------------------------------------------------------------------------
	gallrey start
-------------------------------------------------------------------------------*/


/* ------------------------------------------------------------------------------
	gallrey end
-------------------------------------------------------------------------------*/
.banner-1{
	    margin: 0px;
    padding: 0px;
    width: 100%;
    max-width: 100%;
    border-top: 4px solid rgba(237, 27, 36, 0.73);
    margin-top: 84px;
}
@media screen and (max-width: 1020px) {
	.banner-1{
	margin:0px;
	padding:0px;
	width:100%;
	max-width:100%;
	   margin-top: 42px;
}
}
	@media screen and (max-width: 612px) {
	.banner-1{
	margin:0px;
	padding:0px;
	width:100%;
	   margin-top: 42px;font-family:'Lato', sans-serif;
	}
	}
		@media screen and (max-width: 360px) {
	.banner-1{
	margin:0px;
	padding:0px;
	width:100%;
	    margin-top: 41px;font-family:'Lato', sans-serif;
	}
	.logo {
    width: 87px;
    position: absolute;
    top: 18px;
	left:5px;
}
.header-con ul li {
    list-style: none;
    float: right;
    font-size: 11px;
    margin-right: -1px;
    color: #1e6b89;
}
	}


#myBtn {
    display: none;
    position: fixed;
    bottom: 20px;
    right: 30px;font-family:'Lato', sans-serif;
    z-index: 99;
    border: 0;
    background: transparent;
}

/* ------------------------------------------------------------------------------
	quick menu
-------------------------------------------------------------------------------*/
.nav-pills>li.active>a, .nav-pills>li.active>a:hover, .nav-pills>li.active>a:focus {
color: #fff;
background-color: #428bca;font-family:'Lato', sans-serif;
}

.margintop20 {
    margin-top:20px;font-family:'Lato', sans-serif;
}

.nav-pills>li>a {
border-radius: 0px;font-family:'Lato', sans-serif;
}

a {
color: #000;
text-decoration: none;font-family:'Lato', sans-serif;
}

a:hover {
color: #000;
text-decoration: none;font-family:'Lato', sans-serif;
}


.nav-stacked>li+li {
margin-top: 0px;
margin-left: 0;
border-bottom:1px solid #dadada;font-family:'Lato', sans-serif;
border-left:1px solid #dadada;
border-right:1px solid #dadada;font-family:'Lato', sans-serif;
}

.active2 {
    border-right:4px solid #428bca;
}


/* ------------------------------------------------------------------------------
	quick menu
-------------------------------------------------------------------------------*/
.breadcrum { 
	    padding: 15px 15px;
    margin-bottom: 20px;
    list-style: none;
      background-color: #38bff6;font-family:'Lato', sans-serif;
    border-radius: 4px;
}
.breadcrum h4{
	padding: 0px;
    margin: 0px;
    color: #fff;
	FONT-SIZE: 20px;
}
.breadcrum ul { 
	float: right; 
	margin-top:-13px;font-family:'Lato', sans-serif;
	margin-top: -17px;
    FONT-SIZE: 15px;
}

.breadcrum li { 
	float: left; font-family:'Lato', sans-serif;
}
.breadcrum li a {
	color: white;
	text-decoration: none; font-family:'Lato', sans-serif;
	//padding: 10px 0 10px 65px;
	//background: brown;                   /* fallback color */
	//background: hsla(34,85%,35%,1); 
	//position: relative; 
	//display: block;
	float: left;
}

.breadcrumb li a:after { 
	
}

.breadcrumb li a:before { 
	
}


.two_columns_25_75>.column1 {
    width: 20%;
    float: left;
}
.two_columns_25_75>.column1>.column_inner {
    padding: 0 20px 0 0;
}
.container aside {
    position: relative;
    z-index: 11;
}
aside .widget {
    margin: 0 0 42px;
}
.sidebar .menu {
   // margin-bottom: 35px;
    border: solid 1px #e0dcdc;font-family:'Lato', sans-serif;
    border-bottom: none;
}
.sidebar .menu {
   // margin-bottom: 35px;
    border: solid 1px #e0dcdc;
    border-bottom: none;
}

.sidebar .menu li:first-child a {
    border-top: none;
}
aside .widget.posts_holder li {
   // padding: 7px 0px 7px 0px;font-family:'Lato', sans-serif;
    margin: 0;
}
.sidebar .menu li a {
    background: url(../images/arrow.png) no-repeat scroll 6px 13px #ffffff;
    border-bottom: 1px solid #dddddd;
    color: #0d57a0;
    display: block;
    font-size: 14px;
    font-weight: 600;
    padding-bottom: 10px;font-family:'Lato', sans-serif;
    padding-left: 32px;
    padding-top: 12px;
    text-decoration: none;
}
.sidebar .menu li.active a, .sidebar .menu li a:hover {
    background: #f0f0f0;
    color: #004a92;
}
.sidebar .menu li a:hover {
    background: url(../images/arrow.png) no-repeat scroll 6px 13px #f0f0f0 !important;
}
aside .widget.posts_holder li:hover {
    color: #1abc9c;font-family:'Lato', sans-serif;
}
.downloadBrochure {
    border: solid 1px #dddddd;
    background: #e7f3ff;
    padding: 10px;
    text-align: center;
    margin-bottom: 35px;
}
img {
    border: 0 none;
    height: auto;
    max-width: 100%;
    vertical-align: middle;font-family:'Lato', sans-serif;
}
.downloadBrochure p {
    margin: 10px 0;
    text-align: center;font-family:'Lato', sans-serif;
}

.pinkBtn:visited, .pinkBtn:hover, .pinkBtn:focus {
    text-decoration: none;
   // background:#EE131D;
    color: #fff;
}
.pinkBtn {
   
    height: 37px;
    line-height: 40px;
    color: #fff !important;
    text-transform: uppercase;font-family:'Lato', sans-serif;
    text-align: center;
    display: block;
    border-radius: 4px;
    border: solid 1px #CE993C;
	background-color:#CE993C;
}

.section_inner_margin, .parallax_section_inner_margin {
    margin-left: -15px;
    margin-right: -15px;
}
.pdl_wrapper h2 {
    font-size: 20px;
    line-height: 1.384615384615385em;font-family:'Lato', sans-serif;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: 600;
	    color: #00a44b;
}.pdl_wrapper h4 {
    font-size: 17px;
    line-height: 1.375em;font-family:'Lato', sans-serif;
    font-weight: 400;
}
.pdl_wrapper p {
    font-size: 14px;
   // line-height: 1.384615384615385em;font-family:'Lato', sans-serif;
    
    letter-spacing: 1px;
	//color:black;
	    color: rgba(0, 0, 0, 0.84);
		text-align: justify;
    
	    
}
.separator.transparent {
    background-color: transparent;
}
.separator.small {
    background-color: #6769af;
    height: 2px;
    position: relative;
    width: 251px;
    display: block;
    margin: 0px auto 0px auto;font-family:'Lato', sans-serif;
}
div.section {
    position: relative;
    background-position: center center;
    background-repeat: no-repeat;font-family:'Lato', sans-serif;
    background-size: cover;
}
.full_section_inner {
    position: relative;
    z-index: 20;
}
.portfolio_single {
    display: block;
    position: relative;
}
.portfolio_single .portfolio_gallery {
    margin: 0 0 3px 0;
}
.portfolio_gallery a.v3 {
    width: 30%;
    margin: 0 2% 2% 0;
}
.portfolio_gallery a {
    position: relative;
    float: left;
    display: inline-block;
    overflow: hidden;
    -webkit-backface-visibility: hidden;font-family:'Lato', sans-serif;
    -webkit-transform: translateZ(0px);
    -moz-transform: translateZ(0px);
}
.portfolio_gallery a .gallery_text_holder {
    background-color: #000;
    background-color: rgba(0,0,0,0.50);
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;font-family:'Lato', sans-serif;
    display: inline-block;
    z-index: 200;
    opacity: 0;
    filter: alpha(opacity=0);
    visibility: visible;
    -webkit-transition: opacity .4s;
    -moz-transition: opacity .4s;
    -o-transition: opacity .4s;
    -ms-transition: opacity .4s;
}
.portfolio_gallery a .gallery_text_inner {
    display: table;
    text-align: center;
    vertical-align: middle;
    width: 100%;font-family:'Lato', sans-serif;
    height: 100%;
}
.portfolio_gallery a .gallery_text_inner h6 {
    display: table-cell;
    text-align: center;
    vertical-align: middle;
    width: 100%;
    height: 100%;font-family:'Lato', sans-serif;
    margin: 0;
    padding: 0 15px;
    color: #fff;
}
.portfolio_gallery a img, .portfolio_gallery a frame {
    position: relative;
    display: block;
    width: 100%;font-family:'Lato', sans-serif;
    z-index: 100;
}
.portfolio_gallery {
    display: inline-block;
    width: 100%;
    position: relative;font-family:'Lato', sans-serif;
    margin: 0 0 15px 0;
}
a.pp_previous:after {
    border: 2px solid #777;
    border-radius: 50px;
    color: #777;
    content: "\f104";
    display: block!important;font-family:'Lato', sans-serif;
   
    font-size: 30px;
    height: 54px;
    line-height: 54px;
    margin: -27px 0 0;
    position: absolute;
    left: 25px;
    text-align: center;
    top: 50%;
    width: 54px;
    text-indent: 0;
}
a.pp_next:after {
    border: 2px solid #777;
    border-radius: 50px;
    color: #777;
    content: "\f105";
    display: block!important;
  font-family:'Lato', sans-serif;
    font-size: 30px;
    height: 54px;
    line-height: 54px;
    margin: -27px 0 0;
    position: absolute;
    right: 25px;
    text-align: center;
    top: 50%;
    width: 54px;
    text-indent: 0;
}
div.pp_default .pp_next:hover {
    background: url(..images/sprite_next.png) center right no-repeat;
    cursor: pointer;
}
div.pp_default .pp_previous:hover {
    background: url(..images/sprite_prev.png) center left no-repeat;
    cursor: pointer;
}
div.pp_default .pp_close {
    width: 30px;
    height: 30px;
    background: url(..images/sprite.png) 2px 1px no-repeat;
    cursor: pointer;
}
div.pp_default a.pp_arrow_previous, div.pp_default a.pp_arrow_next {
    background: url(..images/sprite.png) -31px -3px no-repeat;
    height: 20px;
    width: 20px;
    margin: 4px 0 0;
}
body div.pp_default .pp_nav .currentTextHolder {
    left: auto;
    position: relative;
    float: left;
    padding: 0 20px;
 font-family:'Lato', sans-serif;
    font-size: 15px;
    color: #fff;
    font-weight: 600;
}
div.pp_default a.pp_arrow_previous, div.pp_default a.pp_arrow_next {
    background: url(..images/prettyPhoto/sprite.png) -31px -3px no-repeat;
    height: 20px;
    width: 20px;
    margin: 4px 0 0;
}
	ul.dropdown-menu {
    
       top: 56px;
	        background: rgba(151, 220, 249, 0.67);
		display: none;
  
}
.navigation li ul {
    display: none;
}
.navigation li:hover ul {
    display: block;
	  
}
  .dropdown-menu>li {
    display: block;
     margin: -3px 0px;
    padding: 0px;
    border-bottom: 1px solid #45c2f4;
}
.dropdown-menu>li>a {
    display: block;
    padding: 8px 20px;
    clear: both;
    font-weight: 400;
    line-height: 1.42857143;
    color: #333;
    white-space: nowrap;
}
.dropdown-menu>li>a {
    display: block;
  padding: 7px 39px;
  clear: both;
    font-weight: 400;
    line-height: 1.42857143;
    color: none;
    white-space: nowrap;font-family:'Lato', sans-serif;
    margin: 0px;
    top: 0px;
    width: 100%;
    margin: 0px auto 0px auto;
}
@media screen and (max-width: 1024px)
{

ul.dropdown-menu {
        margin-top: 5px;
		    display: none;
  
}
.navigation li ul {
    display: none;
}
.navigation li:hover ul {
    display: block;
}
  .dropdown-menu>li {
    display: block;
    margin: 0px;
    padding: 0px;
}
.dropdown-menu>li>a {
    display: block;
  padding: 0px 39px;
  clear: both;
    font-weight: 400;
    line-height: 1.42857143;font-family:'Lato', sans-serif;
    color: none;
    white-space: nowrap;
    margin: 0px;
    top: 0px;
    width: 100%;
    margin: 0px auto 0px auto;
}}

.navigation a {
	}
.product-1 {
 background: rgba(248, 194, 43, 0.73);
    /* background-color: white; */
    border-radius: 11px 6px 2px 17px;
}

 .product-1:hover  {transform: scale(1.05); -moz-transform: scale(1.05); -o-transform: scale(1.05); -webkit-transform: scale(1.05); }


.product-1 img  {
 
    border: 1px solid #00a54d;
    border-bottom: 7px solid rgb(242, 112, 54);
    border-radius: 14px 2px 27px 27px;
	    width: 100%;
    max-width: 100%;

}
.product-1 h4 {
    font-size: 15px;
    margin: 6px 0px 0px 8px;
    font-family: 'Lato', sans-serif;
    padding: 0px;
    font-weight: bolder;
}

.product-1 p {
    color: #3c763d;
    margin: 5px 10px 5px 0px;
    font-family: 'Lato', sans-serif;
    font-size: 15px;
    font-weight: bolder;
    float: right;
}
.product-1 a:hover  {
    /* margin: 0 0 10px; */
    //color: red;
   text-decoration:none;font-family:'Lato', sans-serif;
   
}
.produc .row {
    margin-right: -15px;
    margin-left: -15px;
    margin: bottom;
    margin-bottom: 18px;
}
.title-2 {
       
   float: left;
font-size: 22px;
font-weight: normal !important;
line-height: 34px;
margin-bottom: 4px !important;
margin-top: 0px;
padding-top: 0;
text-transform: none;
width: 100%;
color: #00a850;

}.wpb_wrapper{
	margin-top: 19px;
	
}
.wpb_wrapper p {
    color: #333333;
    margin: 20px 0;
    text-align: justify;
    line-height: 25px;
}
ul li {
    list-style: none;
    line-height: 22px;
}

ul.arrow li {
    background: url(../images/icon.png) no-repeat left;
}
ul.arrow p {
    margin-left: 24px;
	line-height:15px;
}
.wpb_wrapper img {
    vertical-align: middle;
    border: 1px solid #e1dcd2;
}
.vc_column_container>.vc_column-inner {
    box-sizing: border-box;
    padding-left: 15px;
    padding-right: 15px;
    width: 100%;
}
div.wpcf7 .screen-reader-response {
    position: absolute;
    overflow: hidden;
    clip: rect(1px, 1px, 1px, 1px);
    height: 1px;
    width: 1px;
    margin: 0;
    padding: 0;
    border: 0;
}
form.wpcf7-form {
    background: none repeat scroll 0 0 #f5f5f5;
    float: left;
    padding: 10px;
    width: 100%;
}
input, textarea, select, button {
    text-rendering: auto;
    color: initial;
    letter-spacing: normal;
    word-spacing: normal;
    text-transform: none;
    text-indent: 0px;
    text-shadow: none;
    display: inline-block;
    text-align: start;
    margin: 0em 0em 0em 0em;
    font: 13.3333px Arial;
}
.form, .wpcf7-form label {
    float: left;
    width: 124px;
}
div.wpcf7-response-output {
    position: relative;
    padding: 17px 30px 17px 55px;
    color: #fff;
    text-transform: uppercase;
    font-weight: 500;
    margin-left: 0;
    margin-right: 0;
    font-weight: 500;
    font-size: 15px;
    text-transform: uppercase;
    letter-spacing: 1px;
    border: none;
}
div.wpcf7 .ajax-loader {
    visibility: hidden;
    display: inline-block;
    background-image: url(../../images/ajax-loader.gif);
    width: 16px;
    height: 16px;
    border: none;
    padding: 0;
    margin: 0 0 0 4px;font-family:'Lato', sans-serif;
    vertical-align: middle;
}
input.wpcf7-form-control.wpcf7-submit:not([disabled]) {
    background: url(../images/submit.png) no-repeat scroll 0 0 rgba(0, 0, 0, 0);
    border: medium none;
    height: 42px;
    margin-left: 139px;font-family:'Lato', sans-serif;
    margin-top: 12px;
    text-indent: -9999990px;
    width: 134px !important;
}
.pr-milk h2 {
    font-size: 20px;
    width: 60%;
    padding-bottom: 5px;
    margin: 0 auto;
    text-align: center;
    color: #ee141f;
    border-bottom: 2px solid #343796;
}
@media screen and (max-width: 1220px) {
.pr-milk h2 {
    font-size: 20px;
    width: 70%;
    padding-bottom: 5px;
    margin: 0 auto;
    text-align: center;
    color: #ee141f;
    border-bottom: 2px solid #343796;
}}
@media screen and (max-width: 990px) {
.pr-milk h2 {
    font-size: 18px;
    width: 100%;
    padding-bottom: 5px;
    margin: 0 auto;
    text-align: center;
    color: #ee141f;
    border-bottom: 2px solid #343796;
}}
@media screen and (max-width: 460px) {
.pr-milk h2 {
    font-size: 13px;
    width: 120%;
    padding-bottom: 5px;
    margin: 0 auto;
    text-align: center;
    color: #ee141f;
    border-bottom: 2px solid #343796;
}}
.pr-milk {
    margin: 0px auto 0px auto;
    text-align: center;
    width: 50%;
}
.pr-milk-1 h3 {
    font-size: 17px;
    color: #005f30;
}
hr {
    margin-top: 20px;
    margin-bottom: 20px;
    border: 0;
    border-top: 1px solid #a94442;
}
#main table{
    margin: 1em 0;
    background-color: rgba(0,0,0,.0001);
    border: 1px solid #a2a9b1;
    border-collapse: collapse;
    color: #000;
    width: 80%;
    font-size: 13px;
}
#main tr {
    display: table-row;
    vertical-align: inherit;
    border-color: inherit;
}
#main table th {
    text-align: left;
    padding: 5px;
    text-transform: uppercase;
    font-family: 'Muli', sans-serif;
    text-align: center;
	    font-size: 11px;
	
		  //  color: rgb(247, 252, 255);
}
#main table td, th {
    display: table-cell;
    vertical-align: inherit;
    padding: 5px;
     border: 1px solid rgba(29, 21, 103, 0.45);
	font-size: 11px;
	    text-align: center;
		font-style:bolder;
			background:#f2f2f2;
}
.storelocator {
    width: 100%;
     padding: 8px 55px;
    float: left;
    border-right: 1px solid #d3d3d3;
    text-align: center;
}

section .graybg .graybgIn .storelocator h2 {
    width: 100%;
    padding: 10px 0px;
    margin: 0 0px;
    float: left;
    text-align: center;
    color: #000000;
    font: normal 40px/50px "FSHumana-light", Arial, Helvetica, sans-serif;
}
section .graybg .graybgIn .storelocator .imagebox {
    width: 100%;
    float: left;
    text-align: center;
    height: 165px;
}
section .graybg .graybgIn .storelocator h3 {
    width: 100%;
    padding: 10px 0px;
    margin: 0 0px;
    float: left;
    text-align: center;
    color: #000000;
    font: normal 20px/30px "FSHumana-light", Arial, Helvetica, sans-serif;
    text-transform: uppercase;
}
section .graybg .graybgIn .storelocator p {
    width: 100%;
    padding: 0px 0px;
    margin: 0 0px;
    float: left;
    text-align: center;
    color: #000000;
    font: normal 13px/16px "FSHumana-light", Arial, Helvetica, sans-serif;
    height: 70px;
}
a.viewmore {
    background: red;
    padding: 5px 10px;
    border-radius: 8px;
    color: #fff;
    margin: 0px 0px 5px 0px;
}

.branchSelectBox {
    width: 100%;
    float: left;
	padding:0px;
	margin:0px;
}

.branchSelectBox .branchTable-1 {
    float: left;
    padding: 15px 20px;
    display: inline;
    width: 100%;
}
.dropArrow {
    float: left;
    text-align: left;
    padding: 5px 10px;
    width: 100%;
    margin-right: 20px;
    border: 1px solid #7abd0b;
    color: #000000;
    font: normal 14px "FSHumana-light", Arial, Helvetica, sans-serif;
}


.dropArrow .styled-select option {
   margin:0px -20px 0px 0px;
    width: 100%;
}
.dropArrow .styled-select {
    float: left;
    overflow: hidden;
	z-index: -9999;
    width: 100%;
}
.dropArrow .styled-select select {
    background: none repeat scroll 0 0 transparent;
    border: 0 none;
    border-radius: 0;
    color: #000000;
    font: normal 14px Trebuchet MS, Arial, Helvetica, sans-serif;
    line-height: 5px;
    padding: 0;
    width: 100%;
}
.branchSelectBox .branchTable {
    float: left;
    padding: 4px 20px;
    display: inline;
    width: 100%;
   
    margin: 0px 0px 0px 0px;
}
select.second-level-select {
    border: none;
    padding: 5px 20px;
    display: inline;
    margin: 0px 0px 0px -3px;
    border: 1px solid #7abd0b;
    font-size: 14px;
    font: normal 13px/16px "FSHumana-light", Arial, Helvetica, sans-serif;
    width: 100%;
}
.second-level-branchTable.iframe {
    width: 100%;
    max-width: 100%;
    margin: 0px;
    padding: 0px;
}
@media only screen and (max-width: 900px) {
	.dropArrow {
   
    float: left;
    text-align: left;
    padding: 5px 10px;
    margin-right: 20px;
    border: 1px solid #7abd0b;
    color: #000000;
    font: normal 14px "FSHumana-light", Arial, Helvetica, sans-serif;
}

.dropArrow .styled-select select {
    background: none repeat scroll 0 0 transparent;
    border: 0 none;
    border-radius: 0;
    color: #000000;
    font: normal 14px Trebuchet MS, Arial, Helvetica, sans-serif;
    line-height: 5px;
    padding: 0;
    width: 100%;
}
.dropArrow .styled-select {
    float: left;
  
    width: 100%;
}
}
.branchLocatetxt {
    width: 100%;
    float: left;
    margin: 15px 0px 10px 0px;
    border-top: 1px solid #cccccc;
    border-right: 1px solid #cccccc;
}
.locatetable {
    border-left: 1px solid #cccccc;
    float: left;
    width: 100%;
	   margin: 15px 0px 10px 0px;
}
.locatetable tr th {
    background: none repeat scroll 0 0 #1fa4f0;
    border: 1px solid #acbabd;
    color: #ffffff;
    display: table-cell;
    font: bold 13px/16px "FSHumana-light", Arial, Helvetica, sans-serif;
    padding: 5px;
    text-align: left;
    vertical-align: top;
}
.locatetable tr td {
    background: none repeat scroll 0 0 #ffffff;
    border: 1px solid #acbabd;
    color: #393939;
    font: 13px/15px "FSHumana-light", Arial, Helvetica, sans-serif;
    padding: 5px;
    text-align: left;
}
.location-1{
	width:100%;
	max-width:100%;
	padding:0px;
}
.wpb_wrappe b, strong {
    font-weight: 900;
    font-size: 15px;
  color: #337ab7; 
}
