/*
Theme Name: Meris
Theme URI: http://www.mageewp.com/meris-theme.html
Description: Meris is a free WordPress theme that can be use for various purposes, for business, travel, food, service and more. The clean homepage layout is very flexible due to it allows to add widgets. Meris theme comes with full-width sliders in the homepage and small featured sliders in the sidebar(optional), portfolios, social icons, slogon, and other popular widgets. More options are given to the sidebar setting: no sidebar, left sidebar, right sidebar, and sidebar on both sides. Furthermore, Font Awesome Icons are avaible in the theme to add icons aywhere. This theme is built with the latest HTML5 and CSS3 website standard (from the Twitter Bootstrap), and fully responsive in different browsers and displays. Meris is the ideal theme to create your personal websites and business websites for company.
Version: 1.1.2
Author: MageeWP
Author URI: http://www.mageewp.com
License: GNU General Public License
License URI: http://www.gnu.org/licenses/gpl-3.0.html
Tags: one-column, two-columns, three-columns, yellow, green, dark,light,gray, responsive-layout, custom-background, custom-header, custom-menu, theme-options, left-sidebar, right-sidebar, translation-ready, editor-style, featured-images, full-width-template

Meris Wordpress Theme has been created by mageewp.com, Copyright 2015 mageewp.com.
Meris Wordpress theme is released under the terms of GNU GPL.
*/

/*
 * 1.0 Reset
 * Reset CSS by Eric Meyer http://meyerweb.com/eric/tools/css/reset/index.html
 */

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, font, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
	border: 0;
	font-family: inherit;
	font-size: 100%;
	font-style: inherit;
	font-weight: inherit;
	margin: 0;
	outline: 0;
	padding: 0;
	vertical-align: baseline;
}

body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section, 
div{
	display: block;
	-webkit-box-sizing: border-box;
	-moz-box-sizing:    border-box;
	box-sizing:         border-box;	
}

audio,
canvas,
video {
	display: inline-block;
	max-width: 100%;
}
 
html {
	overflow-y: scroll;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust:     100%;
}
html * {
    outline: 0 !important;
}

body,
button,
input,
select,
textarea {
	color: #888;
	font-family: 'Lato', sans-serif;
	font-size: 14px;
	line-height: 1.6;
	outline: none;
}
menu {
	display:block;
}

input:invalid {
	box-shadow: none;
}

body {
	background: #fff;
}

img {
	padding:0;
	margin:0;
}

input::-moz-focus-inner { 
  border: 0; 
}
a {
	color: #F79321;
	text-decoration: none;
	outline: 0;
}

a:focus, a:hover, a:active {
	outline: 0;
	text-decoration: none;
	color: #F79321;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	clear: both;
	font-weight: 700;
	margin: 36px 0 12px;
	color: #333;
}

h1 {
	font-size: 24px;
	line-height: 1.2;
}

h2 {
	font-size: 22px;
	line-height: 1.2;
}

h3 {
	font-size: 20px;
	line-height: 1;
}

h4 {
	font-size: 18px;
	line-height: 1;
}

h5 {
	font-size: 16px;
	line-height: 1;
}

h6 {
	font-size: 14px;
	line-height: 1;
}

address {
	font-style: italic;
	margin-bottom: 24px;
}

abbr[title] {
	border-bottom: 1px dotted #2b2b2b;
	cursor: help;
}

b,
strong {
	font-weight: 700;
}

cite,
dfn,
em,
i {
	font-style: italic;
}

mark,
ins {
	background: #F79321;
	text-decoration: none;
}

p {
	 margin-bottom: 24px; 
}

Audio1
{
display: inline-block;
	width: 100px;
	height: 400px;

}


code,
kbd,
tt,
var,
samp,
pre {
	font-family: monospace, serif;
	font-size: 14px;
	-webkit-hyphens: none;
	-moz-hyphens:    none;
	-ms-hyphens:     none;
	hyphens:         none;
	line-height: 1.6;
}

pre {
	border: 1px solid rgba(0, 0, 0, 0.1);
	-webkit-box-sizing: border-box;
	-moz-box-sizing:    border-box;
	box-sizing:         border-box;
	margin-bottom: 24px;
	max-width: 100%;
	overflow: auto;
	padding: 12px;
	white-space: pre;
	white-space: pre-wrap;
	word-wrap: break-word;
}

blockquote,
q {
	-webkit-hyphens: none;
	-moz-hyphens:    none;
	-ms-hyphens:     none;
	hyphens:         none;
	quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
	content: "";
	content: none;
}

blockquote {
	color: #767676;
	font-size: 19px;
	font-style: italic;
	font-weight: 300;
	line-height: 1.2631578947;
	margin-bottom: 24px;
}

blockquote cite,
blockquote small {
	color: #2b2b2b;
	font-size: 17px;
	font-weight: 400;
	line-height: 1.5;
    float: left;
}

blockquote em,
blockquote i,
blockquote cite {
	font-style: normal;
}

blockquote strong,
blockquote b {
	font-weight: 400;
}

small {
	font-size: smaller;
}

big {
	font-size: 125%;
}

sup,
sub {
	font-size: 75%;
	height: 0;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sup {
	bottom: 1ex;
}

sub {
	top: .5ex;
}

dl {
	margin-bottom: 24px;
}

dt {
	font-weight: bold;
}

dd {
	margin-bottom: 24px;
}

ul,
ol {
	list-style: none;
	margin: 0 0 20px;
}

ul {
	list-style: disc;
}

ol {
	list-style: decimal;
}

li > ul,
li > ol {
	margin: 0 0 0 20px;
}

img {
	width: inherit; 
	-ms-interpolation-mode: bicubic;
	border: 0;
	height: auto;
	vertical-align: middle;
	max-width: 100%;
}

figure {
	margin: 0;
}

fieldset {
	border: 1px solid rgba(0, 0, 0, 0.1);
	margin: 0 0 24px;
	padding: 11px 12px 0;
}

legend {
	white-space: normal;
}

button,
input,
select,
textarea {
	-webkit-box-sizing: border-box;
	-moz-box-sizing:    border-box;
	box-sizing:         border-box;
	font-size: 100%;
	margin: 0;
	max-width: 100%;
	vertical-align: baseline;
}

button,
input {
	line-height: normal;
}

input,
textarea {
	background-image: -webkit-linear-gradient(hsla(0,0%,100%,0), hsla(0,0%,100%,0)); /* Removing the inner shadow, rounded corners on iOS inputs */
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
	-webkit-appearance: button;
	cursor: pointer;
}

button[disabled],
input[disabled] {
	cursor: default;
}

input[type="checkbox"],
input[type="radio"] {
	padding: 0;
}

input[type="search"] {
	-webkit-appearance: textfield;
}

input[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
	border: 0;
	padding: 0;
}

textarea {
	overflow: auto;
	vertical-align: top;
}

table,
th,
td {
	border: 1px solid rgba(0, 0, 0, 0.1);
}

table {
	border-collapse: separate;
	border-spacing: 0;
	border-width: 1px 0 0 1px;
	margin-bottom: 24px;
	width: 100%;
}

caption,
th,
td {
	font-weight: normal;
	text-align: center;
}

th {
	border-width: 0 1px 1px 0;
	font-weight: bold;
}

td {
	border-width: 0 1px 1px 0;
}

del {
	color: #767676;
}

hr {
	background-color: rgb(40, 40, 40);
	border: 0;
	height: 2px;
	margin-bottom: 10px;
}

::selection {
	background: #F79321;
	color: #fff;
	text-shadow: none;
}

::-moz-selection {
	background: #F79321;
	color: #fff;
	text-shadow: none;
}

:hover {
	-webkit-transition: all 0.2s ease;
	-moz-transition: all 0.2s ease;
	-o-transition: all 0.2s ease; 
}

.required {
	color: #F00;
}

.clear {
	clear: both;
}

nav li {
	list-style-type: none;
}
.newbtn{text-align: center;margin-bottom: 15%;background: #f79321;padding: 3% 0px;}
.newbtn>a{color: #fff !important;font-weight: 600 !important;}
.wp-caption {
	}.wp-caption-text {
	}.sticky {
	}.gallery-caption {
	}.alignright {
	}.alignleft {
	}.aligncenter {
	}.bypostauthor > .comment-body .fn:before {
	vertical-align:text-top;
}


.homepage {
	position: relative;
}

header {
	border-bottom: 0;
	color: #fff;
	top: 0;
	left: 0;
	z-index: 9;
	min-height: 105px;
	text-transform: uppercase;
	width: 100%;
	position: relative;
}

.homepage header {
	position: absolute;
}

.homepage header .container{
	background-color: rgba(255,255,255,.5);
	margin-top: 30px;
}
.logo-box {
}
.site-logo {
	float: left;
	/*background-color: #FFFFFF;*/
}
.name-box {
	float: left;
	margin-left: 10px;
}
.site-name {
	margin: 0;
	color: #fff;
	font-size: 28px;
	letter-spacing: .05em;
}

.name-box a {
	text-decoration: none
}

.site-tagline {
	font-size: 12px;
	color: #fff;
}

.search-form {
	float: right;
	background-color: rgba(0,0,0,.18);
	overflow: hidden;
	width: 240px;
	margin-top: 20px;
	margin-right: 15px;
	padding: 3px;
}

.search-form input[type="text"] {
	border: none;
	float: left;
	width: 100%;
	margin-right: -25px;
	padding-right: 25px;
	background: none;
	color: #fff;
}

.search-form input[type="submit"] {
	background: url(images/search.png);
	float: right;
	border: none;
	width: 20px;
	height: 20px;
}
.home_widget_service {
	padding:0 15px;
}
.row.no-gutter {
  margin-left: 0;
  margin-right: 0;
}

.row.no-gutter [class*='col-']:not(:first-child),
.row.no-gutter [class*='col-']:not(:last-child) {
  padding-right: 0;
  padding-left: 0;
}

ul.dropdown li a {
	padding:0!important;
	display:block;
	font-weight:bold;
	color:#000;
}
ul.dropdown li.parent > a::after {
	content: none;
}
 .site-nav {
	display: block;
	z-index: 10;
	padding-left:40px;
} 

.site-nav {
	clear: right;
	float: left;
	display: block;
	z-index: 10;
	margin-left: 4%;
}
.image2{
    padding-top: 4%;
    height: 307px;
}
.image3{
width: 55%;
    padding-top: 3%;

}
@media (max-width: 320px){
.image2{ 
padding-top: 2%;
    height: 161px;
    margin-bottom: 3%;
    margin-top: -7%;
}
.image3{
width: 55%;
    padding-top: 3%;
    margin-bottom: 5%;
    margin-top: -9%;
}
}
.site-nav ul {
	margin: 0;
	float: left;
}

.site-nav > ul > li {
	float: left;
	position: relative;
}

.site-nav > ul > li + li {
	margin-left: 5px;
}

.site-nav > ul > li a {
    color: #000;
    display: block;
    padding: 27px 20px;
    text-decoration: none;
    font-weight: 700;
    font-size: 16px;
}

.site-nav > ul > li:hover > a {
	border-bottom-color: #F79321;
	color: #F79321;
}

.site-nav > ul > li a i {
	font-size: 6px;
	margin-left: 5px;
}

.site-nav li ul {
	display: none;
	position: absolute;
	left: 0;
	top: 100%;
	background-color: #bfbab4;
	width: 220px;
	margin: 0 0 0 22px;
}

.site-nav li:hover > ul {
	display: block;
}

.site-nav li ul li {
	float: none;
    position: relative;
    border-bottom: 1px solid #e6e7e7;
    border-top: 1px solid #e6e7e7;
    text-align: left;
}

.site-nav li ul li a {
	padding: 8px 20px;
    color: #000;
    text-transform: none;
    text-decoration: none;
    font-weight: 700;
    font-size: 16px;
    width: 100%;
	display: inline-block;
}
.site-nav li ul li a ul li{
	border:1px solid #000;
}



.site-nav li ul li:hover {
	background-color: #e6e7e7;
}

.site-nav li ul li ul {
	position: absolute;
	top: 10px;
	left: 100%;
}
.site-nav ul ul li ul {
    margin-left: 0;
}
.site-nav li ul li ul li {
	display:block;
}
.site-nav > li > ul > li > ul.sub-menu  {
	
}
.site-nav li ul li ul.sub-menu li a  {
	display:block;
}

.site-nav li ul li ul.sub-menu li a:hover {
	display:block;
	background-color:#000;
	background-color:#cdcac6; 
}

ul.sub-menu{
 }
.show-subnav {
	display: block!important;
}
.site-search-toggle {
	display: none;
	float: right;
	margin-top: 25px;
	background-color: transparent;
	border: none;
	color: #ccc;
}

.site-nav-toggle {
	display: none;
	float: right;
	margin-top: 25px;
	background-color: transparent;
	border: none;
	color: #ccc;
}



@media screen and (max-width: 919px){
	.site-nav {
		display: none;
		width: 100%;
		margin-top: 0;
		background-color: #bfbab4;
		position: absolute;
		top: 100%;
		left: 0;
	}
	.site-nav-toggle {
		display: block;
	}
	.site-nav > ul > li {
		position: static;
		float: none;
	}
	.site-nav li ul {
		position: static;
		margin-left: 20px;
		z-index: 200;
	}
	.site-nav .sub-menu, .site-nav .children {
		display: block;
	}
	
	.site-search-toggle {
		display: block;
	}
	.search-form {
		display: none;
	}
	header {
		min-height: 75px;
	}
	.homepage header .container {
		margin-top: 0px;
	}
	.logo-box {
		margin-top: 0;
	}
	.search-form {
		position: absolute;
		top: 100%; right: 0;
		background-color: rgba(0,0,0,.18);
		overflow: hidden;
		width: 240px;
		margin-top: 5px;
		margin-right: 15px;
		padding: 3px;
	}
	.site-nav li ul li ul {
		position: relative !important; /*absolute*/
		top: 1px !important;
		left: 0 !important;
		border: 0px solid #CCC !important;
	}
}

header.sticky-header {
	display:none;
	border-bottom: 0;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 9999;
	width: 100%;
	opacity: 1;
	box-shadow: none;
	min-height: 0;
}
header.sticky-header .container {
	margin-top: 0;
}

.sticky-header .site-nav > ul > li > a {
	line-height: 16px;
}

.sticky-header .logo-box {
	margin-top: 0;
}

.sticky-header .site-logo {
}

.sticky-header .name-box {
	margin-top: 5px;
}

.sticky-header .site-nav-toggle,
.sticky-header .site-search-toggle {
	margin-top: 15px;
}

section[class^="homepage-section-"]
{
	padding: 50px 0;
}
section.home-section{
	padding: 50px 0;
	}
section .widget{
	width:100%;
	clear:both;
	}
.homepage-slider .carousel-caption {	text-align:left;}
.homepage-slider .carousel-caption  h1{	color:#fff; letter-spacing: 2px; }	
.homepage-slider .carousel-caption  h1.black_title{	color:#000000; font-size: 32px;}

.homepage-slider .carousel-control .fa-angle-left {
	left: 50%;
}

.homepage-slider .carousel-control .fa-angle-right {
	right: 50%;
}

@media screen and (max-width: 1100px) {

}
@media (max-width: 1250px) and (min-width: 767px) {
	.homepage-slider .carousel-caption  h1.black_title{margin: 36px 0 0px;line-height: 30px;font-size: 20px;}
}
@media screen and (max-width: 767px) {
	
}
.homepage_content_heading h1.page_heading{
	color: #000;
	font-size: 22px;
	font-weight: 300;
	letter-spacing: 1px;
	text-align: justify;
}
.service {
	padding: 20px 0;
}

.service-box {
	padding: 5px;
	overflow: hidden;
}

.service-box h3 {
	margin-top: 15px;
	margin-bottom: 15px;
}

.service-box i {
	font-size: 150px;
	color: #b5b5b5;
}

.service-box:hover i {
	color: #F79321;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease; 
}

.service-box p {
	text-align: left;
	margin-bottom: 15px;
}

.service-box a {
	float: right;
	font-size: 12px;
	color: #888;
}

.service-box:hover a {
	color: #F79321;
}

.slogan {
	padding: 25px 0;
}

.slogan-wrapper {
	background-color: #F79321;
}

.slogan .container {
	position: relative;
}

.slogan-box {
	color: #fff;
	font-size: 20px;
	padding: 15px 0;
}

.slogan-box h3 {
	color: #fff;
	font-size: 35px;
}

.slogan .quote i {
	color: #F79321;
}

.slogan .quote {
	position: absolute;
}

.slogan .quote i {
	font-size: 50px;
}

.slogan .quote.left {
	left: 0;
	top: -15px;
}

.slogan .quote.right {
	right: 0;
	bottom: -20px;
}

.slogan .quote-slit {
	position: absolute;
	overflow: hidden;
	width: 100%;
	height: 30px;
	left: 0;
	z-index: 999;
}

.slogan .quote-slit i {
	color: #fff!important;
}

.slogan .quote.left .quote-slit {
	height: 35px;
	top: 15px;
}

.slogan .quote.left .quote-slit i {
	position: absolute;
	top: -15px;
}

.slogan .quote.right .quote-slit {
	bottom: 20px;
}

.title-wrapper::after {
	content: "";
	display: table;
	clear: both;
}

.module-title {
	font-size: 36px;
	float: left;
	font-weight: normal;
	margin-right: 5px;
	text-transform: uppercase;
}

.module-description {
	float: left;
	margin-top: 75px;
}

.portfolio-box img {
	border: 1px solid transparent;
	padding: 5px;
	-webkit-filter: grayscale(100%); 
	-moz-filter: grayscale(100%); 
	-ms-filter: grayscale(100%); 
	-o-filter: grayscale(100%); 
	filter:progid:DXImageTransform.Microsoft.BasicImage(grayscale=1);  
	_filter:none; 
}

.portfolio-box img:hover {
	border-color: #F79321;
	-webkit-filter: grayscale(0); 
	-moz-filter: grayscale(0); 
	-ms-filter: grayscale(0); 
	-o-filter: grayscale(0); 
	filter:progid:DXImageTransform.Microsoft.BasicImage(grayscale=0);  
}

.portfolio-box h3 {
	margin-top: 20px;
	margin-bottom: 5px;
}

.portfolio-box ul {
	display: inline-block;
	margin-left: 0;
}

.portfolio-box li {
	list-style-type: none;
	float: left;
}

.portfolio-box li a {
	color: #737373;
}

.portfolio-box li a:hover {
	color: #F79321;
}

.portfolio-box li + li::before {
	content: "\, ";
}

.contact-form {
	margin-left: 10px;
}

.contact-form fieldset {
	border: none;
	width: 100%;
	font-size: 14px;
	overflow: hidden;
	padding: 0;
	margin-bottom: 10px;
}

.contact-form input,
.contact-form textarea {
	width: 100%;
	padding: 10px;
	background-color: #fff;
	border: 1px solid #ccc;
	margin-bottom: 5px;
	border-radius: 2px;
}

.contact-form input[type="submit"] {
	color: #fff;
	background-color: #F79321;
	float: right;
	width: 200px;
	border: none;
	font-weight: bold;
	font-size: 18px;
}

footer {
	background-color: #F79321;
}

.site-sns {
	margin: 20px auto 0;
	display: inline-block;
}

.site-sns i {
	display: block;
	float: left;
	font-size: 16px;
	color: #fff;
	margin: 5px;
	width: 32px;
	height: 32px;
	background-color: #444;
	border-radius: 16px;
	padding-top: 9px;
	text-align: center;
}

.site-sns i:hover {
	color: #F79321;
	background-color: #fff;
}

.site-info {
	font-size: 13px;
	margin-bottom: 10px;
}

.site-info a {
	color: #fff;
}

.site-info a:hover {
	color: #fff;
	text-decoration: underline;
}

.blog-main {
	padding: 50px 0;
}

.breadcrumb-box {
	font-size: 15px;
    margin: 15px 0 15px;
    text-transform: uppercase;
    font-weight: bold;
}

.breadcrumb-box a, .breadcrumb-box a:hover, .breadcrumb-box span, .breadcrumb-box i {
	color: #FFFFFF;
	letter-spacing: 3px;
}

.entry-box {
	padding: 0 0 50px;
	margin-top: 50px;
}

.entry-box {
	border-bottom: 1px solid #F79321;
}
.blog-list-wrap article.entry-box:last-child,
.entry-box.last {
	border-bottom: none!important;
}

.entry-date {
	width: 50px;
	height: 50px;
	border-radius: 5px;
	overflow: hidden;
	background-color: #F79321;
	color: #fff;
}

.entry-date .day {
	font-size: 50px;
	line-height: 1;
	margin-top: -8px;
	margin-left: -3px;
}

.entry-date .month {
	text-transform: uppercase;
	font-size: 10px;
	margin-top: -6px;
}

.entry-meta {
	font-size: 11px;
	text-transform: uppercase;
	overflow: hidden;
	margin-bottom: 20px;

}

.entry-author,
.entry-category,
.entry-comments,
.entry-edit {
	float: left;
	margin-right: 15px;
}

.entry-meta i {
	color: #000;
	margin-right: 5px;
}

.entry-title {
	font-size: 20px;
	font-weight: normal;
	text-transform: uppercase;
	text-shadow: 1px 1px 2px rgba(0,0,0,.1);
	color: #000;
	margin-top: 50px;
	margin-bottom: 10px;
}

.entry-meta a {
	color: #949392;
}

.entry-meta a:hover {
	color: #F79321;
}

.entry-main {
}


.entry-title:hover {
	color: #F79321;
}

.entry-main img {
	border-radius: 10px;
}

.entry-footer {
	overflow: hidden;
	margin-top: 10px;
}

.entry-more {
	float: right;
	background-color: #F79321;
	color: #fff;
	font-size: 12px;
	font-style: italic;
	text-transform: uppercase;
	padding: 5px 15px;
}

.list-pagition {
}

.list-pagition a {
	color: #ccc;
}

.list-pagition a,
.list-pagition span {
	display: inline-block;
	width: 20px;
	height: 20px;
	margin: 5px;
	font-size: 12px;
	line-height: 20px;
}

.list-pagition a:hover {
	color: #fff;
	background-color: #F79321;
}

.post-entry {
	padding: 10px 0;
}
.entry-content{
	overflow:hidden;
	}
.entry-summary a,
.entry-content a {
	color: #F79321;
}

.entry-summary a:hover,
.entry-content a:hover {
	text-decoration: underline;
}

.entry-summary img,
.entry-content img {
	max-width: 100%;
	margin-bottom: 12px;
}

.comments-area {
	border-top: 1px #ccc dashed;
}

.comments-area h2 {
	text-transform: uppercase;
}

.comment-respond {
	border-top: 1px #ccc dashed;
}

.comment-form {
	width: 100%;
}

.comment-body {
	margin-top: 10px;
	overflow: hidden;
	position: relative;
}

.comment-avatar {
	float: left;
	height: 45px;
}

.comment-avatar img {
	border-radius: 3px;
}

.comment-box {
	float: left;
	margin-left: 20px;
	background: #f7f7f7;
	padding: 15px;
	border-radius: 3px;
	max-width: 80%;
}

.comment-box::after {
	content: "";
	position: absolute;
	border: 10px solid;
	border-color: transparent;
	border-right-color: #f7f7f7;
	margin-left: -18px;
	width: 0;
	height: 0;
	left: 72px; top: 15px;
}

.comment-info {
	font-weight: bold;
}

.comment-content {
	clear: both;
	font-style: italic;
}

.comments-list li {
	list-style-type:none;
}

.comment-form section {
	overflow: hidden;
	margin-bottom: 20px;
}

.comment-form label {
	display: inline-block;
	clear: both;
	margin-bottom: 2px;
	float: left;
	width: 100px;
}

.comment-form input,
.comment-form textarea {
	padding: 6px;
	outline: none;
	border: 1px solid #ccc;
	float: left;
	width: 100%;
	max-width: 100%;
}

.comment-form input:focus,
.comment-form textarea:focus {
	border-color: #F79321;
	color: #F79321;
}

.form-submit {
	max-width: 100%;
	overflow: hidden;
}

.form-submit input {
	background-color: #F79321;
	color: #fff;
	width: 140px;
	border: none;
	float: right;
}
.margin-left-space {
	margin-left:-15px;
}

.blog-side {
	padding: 50px 0;
}

.widget-area {
}

.widget-box {
	margin-bottom: 36px;
	overflow: hidden;
	font-size: 11px;
}

.widget-title {
	font-family: "Lato", sans-serif;
	font-size: 14px;
	font-weight: normal;
	text-transform: uppercase;
	margin-top: 10px;
	margin-bottom: 30px;
	color: #000;
}

.widget-sns {
}
.widget-sns a{
	padding-right:5px;
	}
.widget-sns i {
	width: 24px;
	height: 24px;
	text-align: center;
	font-size: 18px;
	line-height: 24px;
	background-color: #eee;
}

.widget-sns i:hover {
	background-color: #F79321;
	color: #fff;
}


.widget-box ul {
	margin-left: 10px;
}

.widget-box li {
	list-style-type: none;
	text-transform: uppercase;
	margin-bottom: 8px;
}
.widget-box .nav-tabs{
	border-bottom:none;
	}
.widget-box .nav-tabs li {
	margin-bottom: 0;
}

.widget-box a {
	color: #949392;
}

.widget-box a:hover {
	color: #F79321;
}

.searchform, 
.widget-search {
	border: 1px solid #ccc;
	padding: 4px;
	overflow: hidden;
	max-width: 200px;
}
.widget_search .screen-reader-text {
    display: none;
}
.searchform input[type="text"],
.widget-search input[type="text"] {
	border: none;
	float: left;
	width: 100%;
	margin-right: -25px;
	padding-right: 25px;
}

.searchform input[type="submit"],
.widget-search input[type="submit"] {
	background: url(images/search.png);
	float: right;
	border: none;
	width: 20px;
	height: 20px;
}
.searchform label{
	display:none;
	}
.searchform #searchsubmit{
	text-indent:-99999px;
	}
	
.search-no-results .searchform{
	 margin: 20px auto 0;
     max-width: 400px;
	}
.search-no-results .blog-list-wrap{
	padding:30px 0;
	}
.widget-slider {
	position: relative;
}

.widget-slider .carousel-bg {
	background-color: #eee;
	width: 100%;
	height: 50px;
}

.widget-slider .carousel-indicators {
	
}

.slider-action {background: #F79321; color: #FFFFFF; letter-spacing: 2px; padding: 10px; font-size:18px;}

.widget-slider .carousel-indicators li {
	border-width: 2px;
	height: 10px;
	width: 10px;
	border-radius: 5px;
	margin: 3px;
	border-color: #F79321;
}

.widget-slider .carousel-indicators li.active {
	background-color: #F79321;
	margin: 3px;
}

.widget-box .tagcloud a {
	padding: 3px 7px;
	background-color: #F79321;
	border-radius: 5px;
	margin-bottom: 5px;
	text-transform: uppercase;
	display: inline-block;
}

.widget-box .tagcloud a:hover {
	color: #fff;
}

.widget-post .tab-pane ul {
	margin-left: 0;
}

.widget-post .tab-pane li {
	list-style-type: none;
	float: left;
	margin-top: 15px;
	margin-bottom: 15px;
	width: 100%;
}

.widget-post .tab-pane img {
	display: block;
	float: left;
	width: 20%;
	margin-right: 3%;
	border-radius: 5px;
}

.widget-post .tab-pane .tab-inner-box {
	float: left;
	width: 75%;
	margin-top: -5px;
}

.widget-post .tab-pane .tab-inner-box a {
	color: #000;
}

.widget-post .tab-pane .tab-inner-box a:hover {
	color: #F79321;
}

.widget-post .nav-tabs {
	margin-left: 0;
}

.widget-post .nav-tabs > li {
	width: 50%;
	text-align: center;
}

.widget-post .nav-tabs > li > a {
	background-color: #eee;
	border: 1px solid #dedede;
	border-radius: 0;
	font-size: 14px;
	font-family: "Lato", sans-serif;
	padding: 12px 0;
	color: #000;
	text-align: center;
}

.widget-post .nav-tabs > li > a:hover {
	color: #F79321;
}

.widget-post .nav-tabs > li.active > a {
	border-color: transparent;
	background-color: #F79321;
	color: #fff;
}

/*
 * 5.0 404
 */

.page-404 i {
	margin-top: 20px;
	font-size: 70px;
	color: #F79321;
}

.page-404 p {
	margin-top: 30px;
	font-size: 30px;
	color: #777;
}

.page-404 p strong {
	font-size: 40px;
}

/**/
.divider{
	width:100%;
	clear:both;
	}
.fa-2 {
    font-size: 2em;
}
.fa-3 {
    font-size: 4em;
}
.fa-4 {
    font-size: 7em;
}
.fa-5 {
    font-size: 12em;
}
.fa-6 {
    font-size: 20em;
}
.best1{
 
    
     
}
#loading i{ 
   height:35px; 
   width:35px;
}
.contact-form #loading{
	float:left;
	display:inline-block;
	}
.alignleft {
	text-align:left;
	float:left;
	margin-right:10px;
	margin-top:2%;
}
.alignright {
	text-align:right;
	float:right;
	margin-left:10px;
}
.aligncenter {
	text-align:center;
}


/****team****/

.team-box {
  text-align: center;
  margin: 0 auto;
  max-width: 240px;
}

.team-img-box {
  position: relative;
  margin-bottom: 10px;
}

.team-img-box img {
  width: 100%;
  height: auto;
}

.team-info {
  position: absolute;
  left: 0; 
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #ddd;
  border:2px solid #ccc;
  opacity: 0;
  z-index: -1;
  text-align: center;
}

.team-img-box:hover .team-info {
  opacity: 1;
  z-index: 2;
  transition: all 0.1s ease;
  -webkit-transition: all 0.1s ease;
  -moz-transition: all 0.1s ease;
  -o-transition: all 0.1s ease; 
}

.team-info img {
  width: 45%;
  height: auto;
}

.team-info h4 {
  color: #000;
  font-size: 18px;
  margin: 10% 0 5%;
}

.team-info h5 {
  color: #a0a0a0;
  font-size: 13px;
  margin: 0 0 5%;
}

.team-sns {
  text-align: center;
  display: inline-block;
  margin: 5% 0;
}

.team-sns a {
  float: left;
  width: 30px;
  height: 30px;
  border-radius: 15px;
  background-color: #eee;
  color: #595959;
  margin: 3px;
  padding-top: 3px;
  font-size: 16px;
}

.team-sns a:hover {
  color: #F79321;
}
.caption {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	background-color: rgb(0, 0, 0);
	background-color: rgba(0, 0, 0, 0.6);
	/* For IE 5.5 - 7*/
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#99000000, endColorstr=#99000000);
	/* For IE 8*/
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#99000000, endColorstr=#99000000)";
}

.caption h1 {
	color: #fff;
	font-size: 14px;
	font-weight: normal;
	margin: 12px 0 12px;
	padding: 5px 14px;
	text-transform: uppercase;
}
.caption-doctor {
	padding: 0 7px 0 14px;
	height: 140px;
}
.caption-doctor h2 {
	margin-bottom: 0;
}
.caption-doctor h3 {
	padding-bottom: 5px;
}
.caption-doctor p {
	/*line-height: 20px;*/
	text-align: left !important
}
.classWithPad {
	background-color: #4A2C0A;
	border: 1px solid #FFFCFD;
	color: #ffffff;
	font-size: 24px;
	margin:2px 0; 
	padding:10px;
	text-align: center;
	text-transform: uppercase;
}

section#header_section {
	background-color: transparent;
    background-repeat: no-repeat;
    background-size: cover;
    height: 496px;
	width: 100%;
	position: relative;
    background-position:center top;
}

#page_heading h1 {
	padding-left: 0px;
	font-size:22px;
}

section#header_section #banner_footer {
	/*top: -31px;*/
}



/************************************ Inner Page Banner Heading ************************************/
#page_heading {
	position: relative;
	top: 0;
}
#page_heading h1 {
	display: block;
	width: 450px;
	height: 200px;
	position: relative;
	text-decoration: none;
	font-size: 22px;
	font-weight: normal;
	color: #000000;
	text-transform: none;
	word-wrap: break-word;
	line-height: 25px;
	letter-spacing: 0px;
	text-align: justify;
}
#page_heading h1 span{
	font-size: 22px;
}
#page_heading h1 a{
	color: #585858;
}
#page_heading h1 a:hover {
	color: #F79321;
}

#banner_footer {
	position: relative;
	bottom: 31px;
	
}

#banner_footer  h1{
	font-size: 15px;
    line-height: 1.2;
    background: #F79321;
    width: 300px !important;
    padding: 10px;
    color: #FFFFFF;
    letter-spacing: 2px;
	text-align: center;
	text-transform: uppercase;
	margin:162px 0 0 -15px;
}
.lower_heading  h3{
	font-size: 15px;
    line-height: 1.2;
    background: #F79321;
    width: 280px !important;
    padding: 10px;
    color: #FFFFFF;
    letter-spacing: 2px;
	text-align: center;
	text-transform: uppercase;
	margin:162px 0 0 -15px;
}
section#privacy_policy_content, section#terms_of_use_content {
	background-color: #FFFFFF;
}
section#privacy_policy_content ul, section#terms_of_use_content ul{
	margin-left: 22px;
    font-size: 17px;
    line-height: 25px;
    color: #000;
}
section#terms_of_use_content ol {
    counter-reset: li;
    list-style-type: decimal;
    padding: 0;
    line-height: 25px;
    color: #333;
    margin: 0 0 14px 14px;
    font-size: 17px;
}
h1.terms_content_heading, h4.terms_content_heading{
	color: #F79321;
	line-height: 0.8;
}

.banner_button_big {
	margin-top:60px;
}

.carousel-caption a {
		position:absulute;
		bottom: 150px;
		left: 0;
				
}
.slide-wrapper {
	position:relative;
}
.carusal_indicator_area {
	position:absolute;
	top:75%;
}
.carusal_indicator_area {
		position:absolute;
		width:100%;
		top:80%;
}
.carusal_indicator_area .countries {
	margin-top: 30px;
}

/************************************ Inner Page Banner Footer ************************************/


.box_01_body_bg {
    background-color: #bda249;
}
.box_02_body_bg {
    background-color: #b08457;
}
.box_03_body_bg {
    background-color: #9aaa5d;
}
.box_04_body_bg {
    background-color: #6289a4;
}
.home_page_box:hover > .box_04_footer_bg a {
	color: #F79321;
}
.home_page_box_body {
    padding: 20px 30px;
    color: #fff;
    font-size: 19px;
    line-height: 22px;
    text-transform: uppercase;
    font-family: 'Lato', sans-serif;
    font-weight: 400;
	width: 100%;
	height: 145px;
	letter-spacing: 5px;
	text-align: left;
}
.home_page_box_footer {
    height: 180px;
   	padding: 20px 12px;
	width: 100%;
	text-align: left;
}
.home_page_box_footer a {
	color: #000000;
}
.box_01_footer_bg {
    background-color: #f2ecdb;
}
.box_02_footer_bg {
    background-color: #efe6dd;
}
.box_03_footer_bg {
    background-color: #ebeedf;
}
.box_04_footer_bg {
    }
.box_01_footer_bg p, .box_02_footer_bg p, .box_03_footer_bg p, .box_04_footer_bg p {
	color: #000000;
    text-transform: uppercase;
    font-size: 22px;
    line-height: 22px;
    font-weight: normal;
	margin: 0;
}
.box_01_footer_bg p span, .box_02_footer_bg p span, .box_03_footer_bg p span, .box_04_footer_bg p span {
    text-transform: uppercase;
    font-size: 40px;
    line-height: 80px;
    display: block;
    font-family: 'Lato', sans-serif;
    font-weight: 700;
}

.footer_logo_bottom_content {
    padding: 40px 0 0;
	color: #999999;
    text-align: left;
}
.footer_logo_bottom_content p {
    font-size: 14px;
	line-height: 16px;
}
.copyright {
	margin-top: 52%;
}
.copyright hr {
    	border-top: 2px solid #363636;
}
.copyright p {
	color: #6F6F6F;
    text-align: left;
    font-size: 12px;
}
.social_icons ul {
    list-style: none;
    padding: 0;
    margin: 0;
}
.social_icons ul li {
	border-right: 1px solid #3E3E3E;
	cursor: pointer;
    float: left;
    text-align: left;
}
.social_icons ul li:last-child {
	border: 0;
}
.social_icons ul li a.twitter {
	background: url('images/twitter_icon.png');
	width:50px;
	height:63px;
	display: block;
	font-size: 0;
}
.social_icons ul li a.facebook {
	background: url('images/facebook_icon.png');
	display: block;
	width:63px;
	height:63px;
	font-size: 0;
}
.social_icons ul li a.youtube {
	background: url('images/youtube_icon.png');
	display: block;
	width:63px;
	height:63px;
	font-size: 0;
}
.social_icons ul li a.linkedin {
	background: url('images/linkedin_icon.png');
	display: block;
	width:63px;
	height:63px;
	font-size: 0;
}
.social_icons ul li a.googleplus {
	background: url('images/google-plus.png');
	display: block;
	width:63px;
	height:63px;
	font-size: 0;
}
.social_icons ul li a.myblog {
	background: url('images/blog_icon.png');
	display: block;
	width:63px;
	height:63px;
	font-size: 0;
	color:#666;
}

.social_icons ul li.twitter:hover,
.social_icons ul li.facebook:hover,
.social_icons ul li.youtube:hover,
.social_icons ul li.linkedin:hover,.social_icons ul li a.googleplus:hover, .social_icons ul li.myblog:hover{
	display: block;
	font-size: 0;
}
.social_icons ul li a.twitter:hover {
	background: url('images/twitter_icon_h.png') no-repeat 0 0;
}
.social_icons ul li a.facebook:hover {
	background: url('images/facebook_icon_h.png') no-repeat 0 0;
}
.social_icons ul li a.linkedin:hover {
	background: url('images/linkedin_icon_h.png') no-repeat 0 0;
}
.social_icons ul li a.youtube:hover {
	background: url('images/youtube_icon_h.png') no-repeat 0 0;
}

.social_icons ul li a.googleplus:hover {
	background: url('images/google-plus-orange.png') no-repeat 0 0;
}


.social_icons ul li a.myblog:hover {
	background: url('images/blog_icon_h.png') no-repeat 0 0;
}
.social_icons ul li a.myblog:hover span {
	color: #F79321;
}

.last_icon {
    border-right: none!important;
}
a {
    color: #1688c1;
    -webkit-transition: all .35s;
    -moz-transition: all .35s;
    transition: all .35s;
    cursor: pointer;
    outline: 0;
}
.footer_links_top {
    height: 50px;
}
.footer_link_box_01 h2, .footer_link_box_02 h2, .footer_link_box_03 h2 {
	color: #9C9C9C;
    font-family: 'Lato', sans-serif;
    font-size: 15px;
    padding: 0;
    font-weight: 700;
	text-align: left;
}
.footer_link_box_01 h2.nomargin, .footer_link_box_02 h2.nomargin, .footer_link_box_03 h2.nomargin {
	margin: 5px 0 0;
}
.footer_link_box_01_border {
    background: url('images/footer-box-01-border.png') no-repeat left top;
    height: 6px;
    margin: 0 0 10px 0;
}
.footer_link_box_02_border {
    background: url('images/footer-box-02-border.png') no-repeat left top;
    height: 6px;
    margin: 0 0 10px 0;
}
.footer_link_box_03_border {
    background: url('images/gray_border_new.png') no-repeat left top;
    height: 6px;
    margin: 0 0 10px 0;
}
.phone_number a, .phone_number a;focus {
	color: #676767;
}
.phone_number a:hover {
	color: #F79321;
}
.phone_number {
    color: #a7a7a7;
    display: block;
    font-family: "Lato",sans-serif;
    font-size: 34px;
    line-height: 63px;
}
.phone_number span {
    color: #d6d6d6;
}
.current-menu-item > a {
	/*color: red;*/
}
.footer_links { padding: 0; }
.footer_links ul { list-style: none; padding: 0; margin: 5px 0 0; }
.footer_links ul li { padding: 6px 0; font-size: 13px; font-weight: 300; line-height: 16px; text-align: left; }
.footer_links ul li.last{ padding-bottom: 10px; }
.footer_links ul li a { /*color: #888899; color: #5B5B5B; color: #6F6F6F; */ color: #FFFFFF; font-size: 14px; }
.footer_links ul li > a:hover, .footer_links ul li > a:hover { /*color: #FFFFFF;*/ color: #F79321; text-decoration: none; }
.footer_links ul .current_page_ancestor > a, .footer_links ul .current-menu-item > a { /*color: #1688c1;*/ text-decoration: none; }

.tab_area_container .nav-tabs, .tab_area_container_02 .nav-tabs {
	border-bottom: none;
    font-family: 'Lato', sans-serif;
	font-size: 18px;
	font-weight: 700;
    text-transform: uppercase!important;
}
ul.nav-tabs li a {
	text-transform: none!important;
}


.tab_area_container .tab-content, .tab_area_container_02 .tab-content {
	font-size: 20px;
    font-weight: 300;
    padding: 20px 20px 0 40px;
}
.tab_area_container .tab-content p, .tab_area_container_02 .tab-content p {
	font-size: 15px;
}
.ts-default {
	 background: url('images/inner-header-bg.jpg') repeat-x left top;
	 height:483px;
}

.carousel-caption {
				position: absolute;
				right: 0;
				bottom: 230px;
				left: 1%;
				width:650px;
				background: none;
				margin-bottom:20px;
			}
.carousel-caption p {
				color: #ffffff;
			}
			
.carousel-caption h4 {
				margin: 0 0 5px;
			}
.carousel-caption p {
				margin-bottom: 0;
			}			
			
			
.carousel-caption h1 {
				color: #ffffff;
				padding: 0 0 40px 0;
				font-size: 40px;
				line-height:45px;
}
.phone_number, .phone_number a {
				
				color: #676767;
				text-align:right;
	}
.arrow_indicator {
	color:#fff;
	font-size:20px;
}
ul.nav-tabs li.active a span {
    border-bottom: 5px solid transparent;
    border-image: linear-gradient(to right, #f1e767 0%, #feb645 100%) 1 1 1 1;
    margin: auto;
    padding-bottom: 12px;
}

.mid_body_area {
	padding:40px 0;
	background-color:#fff;
}
.mid_body_area_gray {
	padding:40px 0;
	background-color:#e2e2e2;
}








section#diabetacare_approach h1{
	color: #000;
    font-size: 22px;
    font-weight: 300;
    letter-spacing: 1px;
    text-align: justify;
    margin: 0;
}
section#diabetacare_approach p{
	color: #444444;
	font-size: 20px;
	font-weight: 700;
	margin: 0;
}
section#diabetacare_approach_content, section#careers_content {
	background: rgba(226,226,226,1);
	background: -moz-linear-gradient(top, rgba(226,226,226,1) 0%, rgba(219,219,219,NaN) 0%, rgba(209,209,209,1) 0%, rgba(254,254,254,1) 7%);
	background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(226,226,226,1)), color-stop(0%, rgba(219,219,219,NaN)), color-stop(0%, rgba(209,209,209,1)), color-stop(7%, rgba(254,254,254,1)));
	background: -webkit-linear-gradient(top, rgba(226,226,226,1) 0%, rgba(219,219,219,NaN) 0%, rgba(209,209,209,1) 0%, rgba(254,254,254,1) 7%);
	background: -o-linear-gradient(top, rgba(226,226,226,1) 0%, rgba(219,219,219,NaN) 0%, rgba(209,209,209,1) 0%, rgba(254,254,254,1) 7%);
	background: -ms-linear-gradient(top, rgba(226,226,226,1) 0%, rgba(219,219,219,NaN) 0%, rgba(209,209,209,1) 0%, rgba(254,254,254,1) 7%);
	background: linear-gradient(to bottom, rgba(226,226,226,1) 0%, rgba(219,219,219,NaN) 0%, rgba(209,209,209,1) 0%, rgba(254,254,254,1) 7%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e2e2e2', endColorstr='#fefefe', GradientType=0 );
	}
section#diabetacare_approach_content p, section#careers_content p{
	color: #444444;
    font-size: 17px;
    line-height: 25px;

}
section#careers_content form p {
	margin-bottom: 10px;
}
section#careers_content span {
	color: red;
}
section#diabetacare_approach_content .head_content {
	background-color: #FFFFFF;
}

section#diabetacare_approach_content .head_content p {
	padding: 25px 0 0 25px;
    font-size: 17px;
    font-weight: 300;
    letter-spacing: 1px;
}
/* Team */
.thumbnail-doctor {
    padding: 0px!important;
    border-radius: 0px !important;
	cursor:pointer;
}
.dr_details_area_bg .container{
	
	padding:40px 0;
        width: 1170px;
        display: none;
		margin-bottom:15px;
}
.dr_details_area_bg h2 {
	color:#000;
	padding:0 0 5px 0;
	margin:0;
}
.dr_details_area_bg h3 {
	color:#000;
	padding:0;
	margin:0;
	font-size:15px;
	padding:0 0 10px 0;
}
#physicians .caption-doctor { height: 180px; }
section#team_diabeta_content:first-child, section#team_diabeta_content:last-child {  background: #fff; padding-top: 50px; }




.dr_details_pointer_area .container{
	display: none;
}

/*Center page*/
.col-centered{
    float: none;
    margin: 0 auto;
}


.why_wait {
	border-bottom:1px solid #bdbdbd;
	padding:40px 0;
	background-color:#fff;
}
.why_wait h2 {
	font-family: 'Lato', sans-serif;
	font-size:32px;
	font-weight:700;
	padding:0 0 20px 0;
}
.why_wait h6 {
	font-family: 'Lato', sans-serif;
	font-size:20px;
	font-weight:700;
}
.approach_content_area {
	padding:40px 0;
}

.why_wait_bottom_content {
	padding:40px 0;
	background-color:#fff;
}
h3.content_heading {
    font-size: 18px;
}
.why_wait_bottom_content h3,.approach_content_area h3{
	font-family: 'Lato', sans-serif;
	font-weight:300;
	padding:0!important;
	margin:0!important;
}
.approach_content_area h3 span{
	color:#f79422;
	font-weight:400;
}
span.text_border {
	border-bottom: 5px solid transparent;
    border-image: linear-gradient(to right, rgb(241, 231, 103) 0%, rgb(254, 182, 69) 100%) 1 1 1 1;
    color: rgb(214, 214, 214);
    width: 200px;
display:block;
    padding-bottom: 0;
    bottom: 9px;
    position: relative;
}
.why_wait h1 {
	color: #000;
    font-size: 22px;
    font-weight: 300;
    letter-spacing: 1px;
    text-align: justify;
    margin: 0;
}
.why_wait h1.content_heading {
    font-weight: 700;
	margin-bottom: 10px;
}

.why_wait_bottom_content p {
	text-align: justify;
	color: #444444;
    font-size: 17px;
    line-height: 25px;
}
.center_gallery_panorama_section {
	background-color:#f6f6f5;
	padding:40px 0;
}
.padding_bottom_uniform {
	padding-bottom:40px;
	border:1px solid #000;
}

.wpcf7 input[type="text"] {
	border:1px solid #ccc;
	background-color:#fff;
	margin:5px 0;
	color:#363636;
	padding:5px;
}
.wpcf7 input[type="file"] {
	margin:7px 0;
	padding:5px;
}
input.wpcf7-form-control.wpcf7-submit {
	text-transform:uppercase;
}

.city_nav {
	padding:0 0 20px 0;
}
.city_nav ul {
	list-style:none;
}
.city_nav ul li {
	display:inline;
	margin:0 8px;
	font-size:20px;
	text-transform:uppercase;
	font-weight:700;
}
.city_nav ul li  a{
	color:#000000; !important;
}
.city_nav ul li  a:hover{
	color: #FF8519; !important;
	text-decoration:none;
}
.who_we_area_lower_banner_area {
	background:url("images/centers_below.jpg") no-repeat center center;
	height:496px;
	-webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  background-color:#fff;
}

.content_02_area {
	padding:40px 0;
	background-color:#fff;
}
.content_02_area h3{
	font-family: 'Lato', sans-serif;
	/*font-size:25px;*/
	font-weight:300;
	padding: 0 !important;
    margin: 0 !important;
}
.tablenav-pages_0{
display: none!important;	
}
.content_02_area h1 {
	margin: 0;
}

/* Partnership Model*/
.partnership_intro {
	padding:none!important;
	
}
.partnership_intro .row{

border-bottom:10px solid #FCC40F;	
}
.partnership_bottom_content{
	padding-top:40px;
	background: #FFFFFF;
	color:#000000; !important;
}
.partnership_bottom_content h1{
	margin: 0 0 30px 0;
}
.partnership_bottom_content ul {
	font-size: 17px;
    margin-left: 18px;
}

.center_partnership_gallery_section h1{
margin:0px;	
}
.center_partnership_gallery_section{
padding:40px 0;
	background-color:#fff;
color:#000000; !important;	
}
.partnership_nav {
	padding:0 0 20px 0;
}
.partnership_nav ul {
	list-style:none;
	margin:0px; !important;	
}
.partnership_nav ul li {
	display:inline;
	margin-right:10px;
	font-size:20px;
	font-weight:700;
}
.partnership_nav ul li  a{
	color:#000000; !important;
}
.partnership_nav ul li  a:hover{
	color: #FF8519; !important;
	text-decoration:none;
}
.partnership_nav li.active a {
    color: #F79321;
    text-decoration: none;
}

.partnership_gallery_banner_content{
background-color:#F89422;
height:400px;
color:#fff;		
padding:40px;
}
.partnership_gallery_banner_image{
background-color:#fff;
height:400px;
color:#fff;
padding:0px;	
}
.partnership_gallery_banner_image img{
height:400px; !important;
width:500px; !important;	
}
.partnership_gallery_banner_content{

padding:40px; !important;

}
.partnership_gallery_banner_content h1{
font-size: 20px;
font-weight: 300;
color:#fff;
padding:0px;
margin:0px;
}
.partnership_gallery_banner_content h3{
font-size: 18px;
font-weight: 300;
color:#fff;

}
.partnership_lower_bottom_content{
	background-color:#fff;
	padding-bottom:40px;
}
.partnership_lower_bottom_content h3{
	font-size: 15px;
	/*font-family: 'Lato', sans-serif;*/
	font-weight: 300;
    margin: 0px;
    line-height: 20px;
}
.partnership_lower_bottom_content h2{
	font-size: 24px;
	font-family: 'Lato', sans-serif;
	font-weight:200;
	margin:0px;
}
.enabling_technology{
background-color:#fff;	
}
.enabling_technology img{
height:200px!important; 
width:260px!important; 
margin-right:10px;	
}
.enabling_technology_content_last_row{
padding-bottom:40px;
border-bottom:10px solid #FCC40F;	
}

form#locateAClinic select, form#locateAClinic input[type="text"] {
	border: 1px solid #ccc;
    background-color: #fff;
    margin: 15px 0;
    color: #363636;
    padding: 5px;
	min-width: 200px;
}
form#locateAClinic input[type="button"], form#locateAClinic input[type="submit"] {
	background-color: #F79321;
    border: 1px solid #F79321;
    color: #FFFFFF;
    font-size: 15px;
    box-shadow: none;
    padding: 5px;
	margin: 15px 0;
}
.copy {
	font-size:12px;
	color:#bebebe;
}
#who_we_are_footer {
	background-color:#F79321;
	padding: 5px 15px;
	}

#who_we_are_footer p{
	margin-bottom: 0;
}
.fixed-content-1, .fixed-content-2, .fixed-content-3, .fixed-content-4 {
	padding: 0 25px 10px;
    margin: 0 !important;
    min-height: 480px;
}
.fixed-content-1{
	background-color: #393939;
}
.fixed-content-2 {
	background: url('images/col-02.jpg') no-repeat;
	background-size: 100% 100%;
}
.fixed-content-3 {
	background: url('images/col-03.jpg') no-repeat;
	background-size: 100% 100%;
}
.fixed-content-4 {
	background: url('images/col-04.jpg') no-repeat;
	background-size: 100% 100%;
}
.fixed-content-1 h1 {
	color: #F79321;
	font-size: 20px;
	letter-spacing: 2px;
}
.fixed-content-2 h1, .fixed-content-3 h1, .fixed-content-4 h1 {
	color: #FFFFFF;
	font-size: 20px;
	letter-spacing: 1px;
	padding: 0 10px;
	text-align: center;
}
.fixed-content-1 p, .fixed-content-2 p, .fixed-content-3 p, .fixed-content-4 p{
	color: #FFFFFF;
	font-size: 17px;
	font-weight: 300;
}
.fixed-content-2 p, .fixed-content-3 p, .fixed-content-4 p {
	margin-bottom: 3px;
	padding: 20px;
	text-align: center;
}
.fixed-content-2 p:last-child, .fixed-content-3 p:last-child, .fixed-content-4 p:last-child {
	padding: 0 17px;
    line-height: 22px;
}
.fixed-content-1 a {
	background: #F79321;
	color: #000000;
	letter-spacing: 2px;
	padding: 10px;
	font-size:17px;
}
.fixed-content-1 a:hover {
	color: #000000;
}
	
/* -------------------- menu */
.blog-list-page header {
	padding-top:30px;
}


.tab-content p, .tab-content > .tab-pane ul li {
	font-size: 17px;
}
.tab-content p.designation {
    margin-bottom: 2px;
}
.tab-content p.member_email a {
    color: #000000;
}
.tab-content p.member_email a:hover {
    color: #F79321;
}
.footer_logo_bottom_content a, .footer_logo_bottom_content a:focus {
	color: #666666;
	text-decoration: none;
}
.footer_logo_bottom_content a:hover {
	color: #F79321;
	text-decoration: none;
}	

.login_button {
	background: #555555;
	text-align: center;
	position: fixed;
	/*top: 0px;
	right: 10px;
	border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;*/
	border-top-left-radius: 5px;
    border-top-right-radius: 5px;
	bottom: 0;
	right: 18%;
	width: 160px;
	height: 30px;
	padding-top: 3px;
}
.login_button a {
	color: #FFFFFF;
    cursor: pointer;
    font-weight: bold;
    font-family: Verdana, Geneva, sans-serif;
    font-size: 12px;
}
.login_button a:hover, .login_button a:focus {
	text-decoration: none;
	outline: none;
	cursor: pointer;
}
.login_button:hover {
	background: #F79321;
}
.login_button:hover > a {
	color: #FFFFFF;
}

/************************CUSTOM CSS*******************/
/** Core Values **/
.blocks-wrapper {
	float: left;
	width: 100%;
}
.blocks-wrapper .one-fifth-box{
	float: left;
	width: 20%;
	display: inline-block;
	background-image: -webkit-gradient(
		linear,
		left top,
		left bottom,
		color-stop(0, #666666),
		color-stop(0.47, #858585)
	);
	background-image: -o-linear-gradient(bottom, #666666 0%, #858585 47%);
	background-image: -moz-linear-gradient(bottom, #666666 0%, #858585 47%);
	background-image: -webkit-linear-gradient(bottom, #666666 0%, #858585 47%);
	background-image: -ms-linear-gradient(bottom, #666666 0%, #858585 47%);
	background-image: linear-gradient(to bottom, #666666 0%, #858585 47%);
	color: #FFFFFF;
	text-align: center;
	min-height: 350px;
	max-height: 350px;
	overflow: hidden;
	height: 100%;
	position: relative;
	padding: 43px 26px;
}
.blocks-wrapper .one-fifth-box:after {
    content: "";
    position: absolute;
    border: 2px solid #707070;
    height: 250px;
    right: 0px;
    top: 46px;
}
.blocks-wrapper .one-fifth-box:after {
    content: "";
    position: absolute;
    border: 2px solid #707070;
    height: 250px;
    right: 0px;
    top: 46px;
}
.blocks-wrapper .last-sept:after {
	border: none;
}
.blocks-wrapper .one-fifth-box .one-fifth-relative {
	float: left;
	width: 100%;
	position: relative;
	background: transparent;
}
.blocks-wrapper .one-fifth-box .one-fifth-relative img{
	display: block;
	width: 100%;
}
.blocks-wrapper .one-fifth-box .one-fifth-absolute {
	position: absolute;
	top: 0px;
	left: 0px;
	height: 100%;
	width: 100%;
	opacity: 0;
	padding: 15px;
	background: #F19112;
	transition: opacity .25s ease-in-out;
  -moz-transition: opacity .25s ease-in-out;
  -webkit-transition: opacity .25s ease-in-out;
}
.blocks-wrapper .one-fifth-box:hover .one-fifth-absolute {
	opacity: 1;
	z-index: 111111;
}
.blocks-wrapper .sept-wrapper{
	position: relative;
}
.blocks-wrapper .sept-wrapper:before {
	position: absolute;
	content: "";
	width: 2px;
	height: 180px;
	top: 50px;
	left: 0px;
	background: #666666;
}
.blocks-wrapper .one-fifth-box .one-fifth-title{
	position: relative;
}
.blocks-wrapper .one-fifth-box .one-fifth-title h3{
	padding: 15px 0px;
	font-size: 18px;
	color: #fff;
}
.blocks-wrapper .one-fifth-box p{
	font-size: 14px;
	line-height: 21px;
}
.blocks-wrapper .one-fifth-box .one-fifth-title:before{
	width: 150px;
	height: 2px;
	position: absolute;;
	content: "";
	background: #FFFFFF;
	top: 0px;
	left: 12%;
}
.blocks-wrapper .one-fifth-box .one-fifth-title:after{
	width: 150px;
	height: 2px;
	position: absolute;;
	content: "";
	background: #FFFFFF;
	bottom: 0px;
	left: 12%;
}
#core-title {
    font-size: 37px;
    margin-bottom: 40px;
}

#banner_footer h1 {
	width: auto !important;
	float: left !important;
}

/** awards **/
.award_achieve .approach_content_area {
    background: none !important;
}

.award_achieve .foot_content {
    background: #fff !important;
    height: auto !important;
}

ol.nav-tabs li a:before {
	display: none;
}

ol.nav-tabs li a {
	padding-left: 0px !important;
}

ol.nav-tabs li {
	margin: 0px !important;
}

@media only screen and (max-width: 992px) {
	.blocks-wrapper .one-fifth-box{
		float: left;
		width: 33.33%;
		display: inline-block;
	}
}
@media only screen and (max-width: 768px) {
	.blocks-wrapper .one-fifth-box{
		float: left;
		width: 50%;
		display: inline-block;
	}
}
@media only screen and (max-width: 480px) {
	.blocks-wrapper .one-fifth-box{
		float: left;
		width: 100%;
		display: inline-block;
	}
}


/*  -------------------------------- media queries  */
@media screen and (max-width: 1200px) {
	.site-nav {
	    clear: right;
	  /* display: block;*/
	    float: left;
	    margin-left: 0;
	    width: 75%;
	    z-index: 10;
	}
	.site-logo {
	    float: left;
	    max-width: 80%;
	}
	.site-nav > ul > li a {
		padding-left: 10px;
		padding-right: 10px;
	}
	.carousel-caption h1 {
		font-size: 32px;
	}
	.carousel-caption {
		bottom: 150px;
	}
	.carusal_indicator_area {
	    position: absolute;
	    top: 76%;
	    width: 100%;
	}
}

@media screen and (max-width: 1024px) {
	.site-logo {
	    float: left;
	    max-width: 80%;
	}
	.site-nav > ul > li a {
	    padding-left: 10px;
	    padding-right: 10px;
	}
	.homepage-slider .carousel-caption h1 {
	    font-size: 24px !important;
	    line-height: 36px;
	    padding-bottom: 10px !important;
	    padding-left: 0 !important;
	    padding-right: 0 !important;
	    padding-top: 0 !important;
	}
	.homepage-slider .carousel-caption h1 {
	    letter-spacing: 0px;
	}
	.homepage-slider .carousel-caption {
	    bottom: 230px !important;
	}
}

@media screen and (max-width: 992px) {
	.classWithPad a{
		font-size: 14px;
	}
	.homepage-slider .carousel-caption {
	    bottom: 200px !important;
	}
	.site-nav-toggle {
		margin-top: 10px;
	}
}

@media screen and (max-width: 890px) {
	.homepage-slider .carousel-caption {
	    bottom: 140px !important;
	}
}

@media screen and (max-width: 768px) {
.carusal_indicator_area {
		position:relative !important;
}
	.homepage-slider .hidden-xs {
	  	display: block !important;
	}
	.homepage-slider .carousel-caption h1 {
		font-size: 18px !important;
    	line-height: 24px;
	}
	.homepage-slider .carousel-caption {
	    bottom: 170px !important;
	}
	.carusal_indicator_area .countries {
		margin-top: 80px;
	}
	.site-logo {
	    float: left;
	    max-width: 30%;
	}
	.site-nav-toggle {
	    margin-right: 20px;
	    margin-top: 20px;
	}
	.homepage-slider .carousel-caption {
	    bottom: 120px !important;
	}
}

@media screen and (max-width: 640px) {
	.site-logo {
	    float: left;
	    max-width: 40%;
	}
	.site-nav-toggle {
	    margin-right: 20px;
	    margin-top: 20px;
	}
	.homepage-slider .carousel-caption {
	    bottom: 30px !important;
	}
	.carousel-indicators{
		top: 30px;
	}
}

@media screen and (max-width: 430px){
	.comment-box {
		max-width: 60%;
	}	
}
@media (min-width: 320px) and (max-width: 480px) {
	div.countries {
		margin-top: 30px;
	}
	.homepage_content_heading h1.page_heading {
		margin-top: 0;
	}
	.fixed-content-1, .fixed-content-2, .fixed-content-3, .fixed-content-4 {
		min-height: 350px;
	}
	.fixed-content-1 p:last-child {
		margin-bottom: 30px;
	}
	.fixed-content-2 p:last-child, .fixed-content-3 p:last-child, .fixed-content-4 p:last-child {
		margin-bottom: 24px;
	}
	.blog-list-page header { padding-top: 0;}
	section#header_section { background-size: cover; max-height: 300px;/**/ }
	section#header_section #banner_footer { /*top: -92px; top: 46px; */  position: absolute !important; bottom: 0px !important;    }
	#page_heading h1 { padding-left: 0px; font-size:15px;}
	.site-nav {margin-left: 0;}
	.site-nav > ul > li + li {
		margin-left: 0;
	}
	.site-nav > ul > li a {
		padding: 10px 5px;
	}
	.site-nav li ul li:hover {
		background-color: transparent;
	}
	.site-nav ul ul li ul {
		margin-left: 10px;
	}
	.zopim{
		display: none; !important;	
	}
	.site-nav li ul {
		margin-left: 5px;
	}
	.site-nav li ul li:last-child {
		margin: 0 0 18px 0;
	}
	.site-nav li ul li a {
		padding: 8px 0;
	}

}
/* #### Mobile Phones Portrait #### */
/* Landscape phones and down */
@media (max-width: 480px) {
	.site-nav {margin-left: 0;}
	.site-nav li ul li:hover {
		background-color: transparent;
	}
	.site-nav ul ul li ul {
		margin-left: 10px;
	}
}
@media (min-width: 768px) and (max-width: 979px) {
	section#header_section { 
		height: 496px;
		width: 100%;
	}
	div.countries {
		margin-top: 30px;
	}
	.homepage_content_heading h1.page_heading {
		margin-top: 0;
	}
	.fixed-content-1, .fixed-content-2, .fixed-content-3, .fixed-content-4 {
		min-height: 350px;
	}
	.fixed-content-1 p:last-child {
		margin-bottom: 30px;
	}
	.fixed-content-2 p:last-child, .fixed-content-3 p:last-child, .fixed-content-4 p:last-child {
		margin-bottom: 24px;
	}
	
}

@media (max-width: 1080px) {
	section#header_section {
		height: 496px;
		width: 100%;
	}
}

@media only screen and (max-width: 768px) and (orientation:portrait) {
	
	.logo-box {
		
	}
	.homepage-main {
		
	}
	.homepage header .container{
		background-color: rgba(255,255,255,.3);
		/*margin-top: 30px;*/
	}
	.carousel-caption {
		bottom: 130px !important;
	}
	
	
}


@media only screen and (max-width: 768px) and (orientation:landscape) {
	div.countries {
		margin-top: 30px;
	}
	.homepage_content_heading h1.page_heading {
		margin-top: 0;
	}
	.fixed-content-1, .fixed-content-2, .fixed-content-3, .fixed-content-4 {
		min-height: 350px;
	}
	.fixed-content-1 p:last-child {
		margin-bottom: 30px;
	}
	.fixed-content-2 p:last-child, .fixed-content-3 p:last-child, .fixed-content-4 p:last-child {
		margin-bottom: 24px;
	}
	.row.no-gutter [class*='col-']:not(:first-child),.row.no-gutter [class*='col-']:not(:last-child) {
	  padding-right:0;
	  padding-left:0;
	}
	.header-wrapper {
		width: 100%;
		border-bottom: 1px solid #000000;
		top: 0;
		left: 0;
		position: absolute;
	}
	#mainMenuColumn {
		display: none;
	}
	ul.ts-default {
		display: none;
	}
	.main {
		overflow: hidden;
		padding: 90px 0 10px;
	}
	.normal_footer {
		display: none;
	}
	.white_bg .nav-tabs li a, .gray_bg .nav-tabs li a {
		padding: 0;
	}
	.homepage header .container{
		background-color: rgba(255,255,255,.0);
		margin-top: 30px;/**/
	}
	.row.no-gutter [class*='col-']:not(:first-child),.row.no-gutter [class*='col-']:not(:last-child) {
	  padding-right:0;
	  padding-left:0;
	}
	.header-wrapper {
		width: 100%;
		border-bottom: 1px solid #000000;
		top: 0;
		left: 0;
		position: absolute;
	}
	#mainMenuColumn {
		display: none;
	}
	ul.ts-default {
		display: none;
	}
	.main {
		overflow: hidden;
		padding: 90px 0 10px;
	}
	.normal_footer {
		display: none;
	}
	.white_bg .nav-tabs li a, .gray_bg .nav-tabs li a {
		padding: 0;
	}	
}
/*==========  Non-Mobile First Method  ==========*/

    /* Large Devices, Wide Screens */
    @media only screen and (max-width : 1200px) {
		
	.phone_number, .phone_number a {
	font-size:22px;
	text-align:left;
}
    }

    /* Medium Devices, Desktops */

    /* Small Devices, Tablets */
    @media only screen and (max-width : 768px) {
	.homepage_content_heading {
			margin-top:20px;
		}

	.carusal_indicator_area {
			position:absolute;
			width:100%;
			/* z-index:99999; */
			top:90%;
}	
		
	#banner_footer  h1{
		margin:74px 0 0 -15px;
	}
    }

    /* Extra Small Devices, Phones */ 
    @media only screen and (max-width : 480px) {
		.logo-box {
			width:70%;
		}
		.homepage_content_heading {
			margin-top:20px;
		}
		
		.carusal_indicator_area {
			position:absolute;
			width:100%;
			/* z-index:99999; */
			top:	90%;
		}
		.carusal_indicator_area .countries {
		    margin-top: 40px;
		}
		.homepage-slider .carousel-caption {
		    bottom: 14px !important;
		}
		.site-nav-toggle {
		    margin-right: 20px;
		    margin-top: 3px;
		}

		.slider-action {background: #F79321; color: #FFFFFF; letter-spacing: 2px; padding: 5px; font-size:12px;}
		.homepage-slider .carousel-caption h1 {
		    font-size: 14px !important;
		    line-height: 20px;
		}
    }

     @media only screen and (max-width : 360px) {
	    .homepage-slider .carousel-caption h1 {
		    font-size: 12px !important;
		    line-height: 12px;
		}
	}

    /* Custom, iPhone Retina */ 
    @media only screen and (max-width : 320px) {
	
        .blog-list-page header {
			padding-top:0;
		}
		#banner_footer  h1{
		margin:172px 0 0 -15px;
		}
		
    }

   /*==========  Mobile First Method  ==========*/

    /* Custom, iPhone Retina */ 
    @media only screen and (min-width : 320px) {
		#page_heading h1 {

			width: 280px;
		}
		ul.nav-tabs li a {
			font-size:14px;
		}
		#bwg_container1_0 #bwg_container2_0 .bwg_standart_thumb_spun1_0 {
			width:100%;
		}
		.approach_content_area {
			padding: 40px 0;
		}
		.lower_heading h3 {
			margin: 207px 0 0 0;
		}
		.site-nav > li > ul > li > ul.sub-menu  {
	
}
.site-nav li ul li ul.sub-menu li a  {
	display:block;
}

.site-nav li ul li ul.sub-menu li a:hover {
	display:block;
	background-color:#cdcac6; 
}
        
    }

    /* Extra Small Devices, Phones */ 
@media only screen and (min-width : 480px) {
	#banner_footer h1 {
		margin: 105px 0 0 0;
    }
	.lower_heading h3 {
		margin: 178px 0 0 0;
	}
}
    
@media screen and (min-width: 768px) {
	.homepage header .container{
		background-color: rgba(255,255,255,.5);
		margin-top: 30px;
	}
	.blog-list-page header {
		padding-top:0;
	}
	#banner_footer h1 {
		margin: 74px 0 0 0;

    }
	#page_heading h1 {

			width: 465px;

		}
	ul.nav-tabs li a {
			font-size:17px;
		}
	.lower_heading  h3{
		margin:130px 0 0 -15px;
	}		
	
}

 /* Medium Devices, Desktops */
@media only screen and (min-width : 992px) {
		#banner_footer h1 {
			margin: 44px 0 0 0;
		}
		.phone_number, .phone_number a {
			font-size:22px;
		}
		.phone_number, .phone_number a {
			font-size: 22px;
		}
		.lower_heading  h3{
			margin:92px 0 0 -15px;
		}
		.blog-list-page header {
			padding-top:30px;
		}
}

    /* Large Devices, Wide Screens */
@media only screen and (min-width : 1200px) {
			#banner_footer h1 {
				margin: 44px 0 0 0;
			}
			.lower_heading  h3{
				margin:56px 0 0 0;
			}
}

@media screen and (max-width: 1024px){
	.blog-list-page header {
		padding-top: 0px;
	}
	.site-nav {
		margin: 0;
	}
.site-nav > ul > li a {
	padding: 10px 5px;
	font-size:13px;
}
.carousel-caption h1 {
    color: #ffffff;
    font-size: 23px!important;
    line-height: 25px;
    padding: 0 0 10px!important;
}	
.carousel-caption {
		bottom:260px!important;
	} 
	/* #banner_footer  h1{
		margin:44px 0 0 -15px;
	} */
	
}
@media screen and (max-width: 768px){
	
.carousel-caption {
		bottom:130px!important;
	} 
	
}
@media screen and (-webkit-min-device-pixel-ratio:0) {

   .site-nav {
	padding-left:25px;
	}

}

		
@media screen and (max-width: 1440px){
		
}
.tnx_caption {
    position: absolute;
    top: 30%;
    left: 10%;
    text-align: center;
    width: 396px;
}

.tnx_caption_r {
    text-align: left;
    width: 100%;
    margin-left: 10%;
}
@media only screen and (min-width:320px) and (max-width:480px) {
.about-right {
 display: none !important;
}
}
.logo-box {
    float: left;
}

input#es_txt_button_pg {
    border: none;
    color: #fff;
    background: #F79422;
    line-height: 2;
}

input#es_txt_email_pg {
    border: none;
    line-height: 2;
}

.es_caption {
    color: #FDBD18;
}

.input .inputgroup
{
    margin: 8px 8px;
    width: 41%;
    display: inline-block;
    position:relative;
}
.input .inputgroup input{
    padding:5px 8px;
    box-shadow: none;
    border-radius: 5px;
    color: #000;
    width: 100%;
    font-size: 13px;
    border: 1px solid #F79321;
    height:35px;
    font-size:14px;
    }
.usertxtmsg{padding:0px 20px 0px}
#slide_cnt .input{padding:0px 0px 10px!important;}
.asterisk_input:after {
    content: " *";
    color: #e32;
    font-size: 21px!important;
    position: absolute;
    margin: 0px 0px 0px 0px;
     padding: 0 5px 0 0;
    top: -3px;
    right: 0px; 
 }
.user-information{    
    border: 1px solid #f79321;
    border-radius: 5px;
    font-size: 20px;
    background: #f79321;
    color: #fff!important;
    font-weight: bold;
    width: 107px;
    display: inline-block;
    text-align: center;cursor:pointer;
   }
form.es_shortcode_form {
    padding-top: 40px;
}
.col-md-12.close {
    float: right;
    text-align: -webkit-right;
}
.fkeywords a{
    color:#7e8488;
}

@media (max-width: 480px){
.wpb-main-wrapper {
    position: absolute;
    max-width: 300px !important;
    top: 20% !important;
}
}
.description {
    position: relative;
}
.col-md-12.close {
    float: right;
    text-align: -webkit-right;
    position: absolute;
    top: 47px;
}
div#wpb-scroll-div.wpb-image-popup{display:none;}

.doc-app {
    margin: 13px;
}

.site-nav > ul > li a {

    padding: 27px 10px;
}

.easy_testimonial .testimonial_body .more-link {
    color: #f79321;
    text-decoration: none;
}
.testimonial_body {
    margin-bottom: 20px;
}
.city_nav ul {
    list-style: none;
    margin: 0px auto;
    text-align: center;
    float: none;
}
.btn-img {
    float: left;
    width: 150px;
    margin: 10px;
}
.device-item {
    border-bottom: 2px solid #ccc;
    padding: 10px 0px;
}
.cl-details {
    margin-top: 35px;
}
.cl-details p {
    font-size: 14px;
    margin-bottom: 5px;
}
#blog_content .heading_content h1, #awards_achievements_content .heading_content h1 {
    font-size: 15px!important;
    margin: 0;
}

