@import url(https://fonts.googleapis.com/css?family=Open+Sans);
@import url(https://fonts.googleapis.com/css?family=Montserrat:400,700);
body {
	background: url(../images/background.png) left top repeat-x;
	/*font-family: Arial, Helvetica, sans-serif !important;*/
	font-family:"open sans";
}
* {
	outline: none !important;
}
@font-face {
    font-family: 'centurygothicbold';
    src: url('../fonts/centurygothicbold.eot');
    src: url('../fonts/centurygothicbold.eot') format('embedded-opentype'),
         url('../fonts/centurygothicbold.woff2') format('woff2'),
         url('../fonts/centurygothicbold.woff') format('woff'),
         url('../fonts/centurygothicbold.ttf') format('truetype'),
         url('../fonts/centurygothicbold.svg#centurygothicbold') format('svg');
}

@font-face {
    font-family: 'CenturyGothic';
    src: url('../fonts/GOTHIC_0.eot');
    src: url('../fonts/GOTHIC_0.eot') format('embedded-opentype'),
         url('../fonts/GOTHIC_0.woff2') format('woff2'),
         url('../fonts/GOTHIC_0.woff') format('woff'),
         url('../fonts/GOTHIC_0.ttf') format('truetype'),
         url('../fonts/GOTHIC_0.svg#centurygothicbold') format('svg');
		 
}
h1 , h2 , h3, h4, h5, h6{font-family: 'Montserrat';}

.navbar {
	position: relative;
	min-height: 130px;
	margin-bottom: inherit;
	border: 1px solid transparent;
	
}
.navbar-inverse {
	background: transparent;
}
@media (min-width: 10px) and (max-width: 991px) {
.navbar-inverse {
	background: #000;
}
}
/* Dropdown Menu */

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

	.navbar-brand > img {
    height: 80px;
    margin-top: 8px;
    width: 180px;
}
.dropdown-submenu:hover>a:after {
	border-left-color: #fff;
}
.dropdown-submenu.pull-left {
	float: none;
}
.dropdown-submenu.pull-left>.dropdown-menu {
	left: -100%;
	margin-left: 10px;
	-webkit-border-radius: 6px 0 6px 6px;
	-moz-border-radius: 6px 0 6px 6px;
	border-radius: 6px 0 6px 6px;
}
.navbar-inverse .navbar-nav>li>a {
	color: #fff;
	font-size: 13px;
	font-family: 'Open Sans', sans-serif;
	font-weight:500;
	letter-spacing:2px;
	text-transform:uppercase;
}
.navbar-inverse .navbar-nav>li>a:hover {
	color: #157a83;
}
.dropdown-menu > li > a
{
	font-family: 'Open-sans' sans-serif !important;
	}
.navbar-inverse .navbar-nav>.active>a, .navbar-inverse .navbar-nav>.active>a:hover, .navbar-inverse .navbar-nav>.active>a:focus {
	color: #157a83;
	background-color: transparent;
}
.navbar-inverse a.get-started {
	background: #157a83;
	border-radius: 8px;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	-o-border-radius: 8px;
	-ms-border-radius: 8px;
}
.navbar-inverse a.get-started:hover {
	background: #278837 !important;
	color: #fff !important;
}
.navbar-right {
	margin-right: 0;
}
 @media (min-width:768px) {
.navbar-nav>li>a {
	padding-top: 10px;
	padding-bottom: 10px
}
}
/* Dropdown Menu */


/* Top Social Links */
.ex-toplnks {
	width: 100%;
	color: #fff;
	margin: 25px 0 20px 0;
}
.ex-toplnks ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
.ex-toplnks ul li {
	display: inline-block;
	margin: 0 0 0 2px;
	font-size: 14px;
	font-weight: 500;
	font-family:'Open-sans' sans-serif;

}
.ex-toplnks ul li a {
	background: #282828;
	display: block;
	text-align: center;
	color: #fff;
	padding: 2px 0;
	text-align: center;
	font-size: 20px;
	width: 34px;
	border-radius: 100%;
	-moz-border-radius: 100%;
	-webkit-border-radius: 100%;
	-o-border-radius: 100%;
	-ms-border-radius: 100%;
}
.ex-toplnks ul li a:hover {
	background: #0f7d87;
}
 @media (min-width: 640px) and (max-width: 767px) {
/* Top Social Links */
.ex-toplnks {
	width: 100%;
	color: #fff;
	margin: 25px 0 20px 0;
}
.ex-toplnks ul {
	list-style: none;
}
.ex-toplnks ul li {
	display: inline-block;
	margin: 0 0 0 2px;
	font-size: 12px;
	font-weight: bold;
}
.ex-toplnks ul li a {
	background: #282828;
	display: block;
	text-align: center;
	color: #fff;
	padding: 2px 0;
	text-align: center;
	font-size: 16px;
	width: 30px;
	border-radius: 100%;
	-moz-border-radius: 100%;
	-webkit-border-radius: 100%;
	-o-border-radius: 100%;
	-ms-border-radius: 100%;
}
.ex-toplnks ul li a:hover {
	background: #0f7d87;
}
}
 @media (min-width: 480px) and (max-width: 639px) {
.ex-toplnks {
	color: #fff;
	float: left;
	margin: 80px 0 10px;
	text-align: center;
	width: 100%;
}
}
@media (min-width: 20px) and (max-width: 479px) {
.ex-toplnks {
	color: #fff;
	float: left;
	margin: 80px 0 10px;
	text-align: center;
	width: 100%;
}
.phone-no {
	width: 100%;
	padding-bottom: 20px;
}
}
/* Top Social Links */


/* Slider */
.cstmslider{position:relative;}
.cstmslider img {
	width: 100%;
}

/* banner 1 */
.ban-btn-1{width:10.5%; height:8.5%; position:absolute; top:76.2%; left:45.7%;}
.ban-btn-1 img{width:100%;}

.ban-btn-2{width:40%; height:8.5%; position:absolute; top:76.2%; right:3.5%;}
.ban-btn-2 ul{list-style:none;}
.ban-btn-2 ul li{width:32%; float:left; margin-right:2%;}
.ban-btn-2 ul li:last-child{margin-right:0;}
.ban-btn-2 img{width:100%;}


.ban-btn-4{width:10.5%; height:8.5%; position:absolute; top:45.9%; left:50.5%;}
.ban-btn-4 img{width:100%;}

.ban-btn-5{width:13.0%; height:8.5%; position:absolute; top:76.2%; right:3.5%;}
.ban-btn-5 img{width:100%;}

.ban-btn-6{width:26.5%; height:8.5%; position:absolute; top:76.2%; right:3.5%;}
.ban-btn-6 ul{list-style:none;}
.ban-btn-6 ul li{width:48%; float:left; margin-right:2%;}
.ban-btn-6 ul li:last-child{margin-right:0;}
.ban-btn-6 img{width:100%;}

.ban-btn-7{width:12.9%; height:8.5%; position:absolute; top:82.3%; right:6.5%;}
.ban-btn-7 img{width:100%;}


.ban-btn-8{width:16%; height:8.5%; position:absolute; top:3%; right:9%;}
.ban-btn-8 ul{list-style:none;}
.ban-btn-8 ul li{width:100%; float:left; margin-bottom:10px;}
.ban-btn-8 img{width:100%;}


.ban-btn-9{width:10.5%; height:8.5%; position:absolute; top:76.2%; left:45.7%;}
.ban-btn-9 img{width:100%;}

.ban-btn-12{width:10.5%; height:8.5%; position:absolute; top:65.1%; left:37.1%;}
.ban-btn-12 img{width:100%;}

.ban-btn-13{width:10.5%; height:8.5%; position:absolute; top:58%; left:41.8%;}
.ban-btn-13 img{width:100%;}

.ban-btn-15{width:10.5%; height:8.5%; position:absolute; top:58%; left:42%;}
.ban-btn-15 img{width:100%;}


.ban-btn-16{width:10.5%; height:8.5%; position:absolute; top:42%; left:37%;}
.ban-btn-16 img{width:100%;}

.carousel-control {
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	width: inherit;
	opacity: 1;
	filter: alpha(opacity=100);
	font-size: 20px;
	color: #fff;
	text-align: center;
	text-shadow: inherit;
}
.carousel-control .icon-prev, .carousel-control .icon-next, .carousel-control .glyphicon-chevron-left, .carousel-control .glyphicon-chevron-right, .fa-arrow-circle-o-left, .fa-arrow-circle-o-right {
	position: absolute;
	top: 50%;
	z-index: 5;
	display: inline-block
}
.carousel-control.left {
	background-image: inherit;
	font-size: 30px;
	color: #157a83;
}
.carousel-control.right {
	font-size: 30px;
	color: #157a83;
	left: auto;
	right: 30px;
	background-image: inherit;
}
/* Slider */

/* Divider HR */
hr {
	-moz-border-bottom-colors: none;
	-moz-border-left-colors: none;
	-moz-border-right-colors: none;
	-moz-border-top-colors: none;
	border-color: #e0e0e0 -moz-use-text-color -moz-use-text-color;
	border-image: none;
	border-style: solid none none;
	border-width: 1px 0 0;
	margin-bottom: 20px;
	margin-top: 20px;
}
/* Divider HR */

.mid-sec {
	background: url(../images/mibbot-divider.png) left bottom repeat-x;
}
/* ABC News */
.abcnews h2 {
	font-size: 18px;
}
/* ABC News */

/* Apptology News */
.apptology-news h2 {
	font-size: 18px;
}
.apptology-news ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
.apptology-news ul li {
	border-bottom: 1px solid #e0e0e0;
	padding: 10px 0;
}
.apptology-news ul li a {
	color: #0f7d87;
	font-size: 12px;
}
/* Apptology News */

/* About Apptology */
.about-appt {
	/*background: url(../images/girl.png) top left no-repeat;*/
	padding: 0 0 0 35px;
	background-size: 150px auto;
	margin: 0 0 0 -30px
}
.about-appt h2 {
	font-size: 18px;
}
.about-appt p {
	color: #000;
	font-size: 11px;
}
.about-appt ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
.about-appt ul li {
	border-bottom: 1px solid #e0e0e0;
	padding: 5px 0;
	font-size: 11px;
	line-height: 22px;
	width: 100%;
	float: left;
}
.about-appt ul li a {
	color: #0f7d87;
	font-size: 12px;
}
.about-appt ul li i {
	background: #0f7d87;
	color: #fff;
	text-align: center;
	padding: 5px 0;
	margin-bottom: 0px;
	text-align: center;
	font-size: 14px;
	width: 24px;
	border-radius: 100%;
	-moz-border-radius: 100%;
	-webkit-border-radius: 100%;
	-o-border-radius: 100%;
	-ms-border-radius: 100%;
	margin-right: 15px;
	float: left;
}
/* About Apptology */


.advi {
	width: 100%;
	background: #f7f7f7;
	border-top: 1px solid #e5e5e5;
	border-bottom: 1px solid #e5e5e5;
	margin: 50px 0;
}
.footer {
	padding: 0 0 20px 0;
}
.footer p {
	font-size: 12px;
	margin-bottom: 7px;
	color: #000;
}
.footer a {
	font-size: 12px;
	color: #111111;
	text-transform: uppercase;
}
.rtcnt-btn {
	right: 0;
	top: 250px;
	position: fixed;
}
.modal-content {
	box-shadow: 0 0 50px #ccc;
	border: 0;
	background: #eeeeee; /* Old browsers */
	background: -moz-linear-gradient(top, #eeeeee 0%, #ffffff 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #eeeeee), color-stop(100%, #ffffff)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #eeeeee 0%, #ffffff 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #eeeeee 0%, #ffffff 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #eeeeee 0%, #ffffff 100%); /* IE10+ */
	background: linear-gradient(to bottom, #eeeeee 0%, #ffffff 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#eeeeee', endColorstr='#ffffff', GradientType=0 ); /* IE6-9 */
}
.modal-backdrop.in {
	opacity: .7;
	filter: alpha(opacity=50)
}
.modal-header {
	border-bottom: 1px solid #d3d3d3;
}
.close {
	opacity: 0.5;
}
.close:hover {
	opacity: 1;
}
.modal-title img {
	margin-right: 10px;
}
textarea.form-control {
	height: 181px;
}
.cstmbtn.btn-info {
	background: #18a4cb; /* Old browsers */
	background: -moz-linear-gradient(top, #18a4cb 0%, #0a85a8 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #18a4cb), color-stop(100%, #0a85a8)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #18a4cb 0%, #0a85a8 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #18a4cb 0%, #0a85a8 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #18a4cb 0%, #0a85a8 100%); /* IE10+ */
	background: linear-gradient(to bottom, #18a4cb 0%, #0a85a8 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#18a4cb', endColorstr='#0a85a8', GradientType=0 ); /* IE6-9 */
}
/* Clients */

.clients-bg {/*background:#f8f8f8; border:1px solid #d2d2d2;*/
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	-o-border-radius: 4px;
	-ms-border-radius: 4px;
	padding: 20px;
	margin-bottom: 50px;
	max-height: 163px;
}
.clients-bg .item {
	background: #fff;
	border: 1px solid #d2d2d2;
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	-o-border-radius: 4px;
	-ms-border-radius: 4px;
	text-align: center;
	overflow: hidden;
}
/* Clients */

.inn-pg h1 {
	font-size: 32px;
	color: #157a83;
	letter-spacing: -1px;
	font-weight: bold;
margin-bottom:
}
.inn-pg hr {
	border-width: 1px;
	margin: 10px 0 20px 0;
}
/* Product Page */
.prod-pg h1 {
	font-size: 32px;
	color: #157a83;
	letter-spacing: -1px;
	font-weight: bold;
}
.prod-pg h2 {
	font-size: 16px;
	color: #353535;
	line-height: 24px;
	margin: 10px 0 10px 0;
	font-weight: bold;
}
.prod-pg p {
	font-size: 12px;
	color: #464646;
}
.prod-pg .pad-bot {
	padding-bottom: 30px;
}
.prod-pg .prod-col img {
	width: 100%;
}
.prod-pg .prod-col hr {
	border-width: 2px;
	margin: 10px 0;
}
.prod-pg .prod-col a {
	font-size: 12px;
	font-weight: bold;
	background: #157a83;
}
.prod-pg .prod-col a:hover {
	background: #000;
}
 @media (min-width: 320px) and (max-width: 360px) {
.col-ss-1, .col-ss-2, .col-ss-3, .col-ss-4, .col-ss-5, .col-ss-6, .col-ss-7, .col-ss-8, .col-ss-9, .col-ss-10, .col-ss-11 {
	float: left;
}
.col-ss-12 {
	width: 100%;
}
.col-ss-11 {
	width: 91.6667%;
}
.col-ss-10 {
	width: 83.3333%;
}
.col-ss-9 {
	width: 75%;
}
.col-ss-8 {
	width: 66.6667%;
}
.col-ss-7 {
	width: 58.3333%;
}
.col-ss-6 {
	width: 50%;
}
.col-ss-5 {
	width: 41.6667%;
}
.col-ss-4 {
	width: 33.3333%;
}
.col-ss-3 {
	width: 25%;
}
.col-ss-2 {
	width: 16.6667%;
}
.col-ss-1 {
	width: 8.33333%;
}
}
/* Product Page */



/* Product Detail Page */
.prod-det-pg h1 {
	font-size: 32px;
	color: #157a83;
	letter-spacing: -1px;
	font-weight: bold;
}
.prod-det-pg h2 {
	font-size: 20px;
	color: #000;
	font-weight: bold;
	margin: 0 0 10px 0;
	padding-top: 10px;
}
.prod-det-pg p {
	font-size: 14px;
	color: #464646;
	font-weight: normal
}
.prod-det-pg p span {
	font-weight: bold;
}
.prod-det-pg p img.pull-left {
	margin: 0 15px 15px 0;
}
.prod-det-pg p img.pull-right {
	margin: 0 0 15px 15px;
}
.prod-det-pg h2 img.pull-left {
	margin: 0 15px 15px 0;
}
.prod-det-pg h2 img.pull-right {
	margin: 0 0 15px 15px;
}
.prod-det-pg p a {
	color: #0f7d87;
	font-weight: bold;
	text-decoration: none;
}
.prod-det-pg ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
.prod-det-pg ul li {
	background: url(../images/bullet.png) left 2px no-repeat;
	margin: 15px 0;
	padding-left: 23px;
}
.prod-det-pg iframe {
	width: 100%;
	max-width: 500px;
	height: 360px;
	background: #f8f8f8;
	border: 1px solid #e5e5e5;
	padding: 10px;
	margin: 20px 0;
}
.prod-det-pg .prod-det-rt hr {
	border-width: 1px;
	margin: 10px 0;
}
.prod-det-pg .rt-testimonil {
	background: #f7f7f7;
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	-o-border-radius: 4px;
	-ms-border-radius: 4px;
	padding: 0 10px 10px 10px;
	margin: 20px 0;
}
.prod-det-pg .rt-testimonil .cnt-img-left {
	float: left;
	margin: 0 15px 10px 0;
}
.rt-lgo {
	margin-bottom: 20px;
}
.rt-lgo:last-child {
	margin-bottom: 0px;
}
.rt-lgo a {
	margin-right: 20px;
}
.lft-cntimg {
	float: left;
	margin: 0 15px 15px 0;
}
.itunes a.btn {
	font-size: 12px;
	font-weight: bold;
	background: #157a83;
}
.itunes a.btn:hover {
	background: #000;
}
.in-applogo img {
	margin: 10px 20px 15px 0;
}
@media (min-width: 320px) and (max-width: 360px) {
.in-applogo img {
	margin: 10px 15px 15px 0
}
}
/* Product Detail Page */


/* Feature Page */
.features-pg h2 {
	font-size: 16px;
	color: #353535;
	line-height: 24px;
	margin: 10px 0 0 0;
	font-weight: bold;
}
.features-pg p {
	font-size: 14px;
	color: #464646;
}
.features-pg .pad-bot {
	padding-bottom: 30px;
}
.features-pg .feature-col img {
	width: 100%;
}
.features-pg .feature-col hr {
	border-width: 1px;
	margin: 10px 0;
}
.features-pg .feature-col a {
	font-size: 12px;
	font-weight: bold;
	background: #157a83;
}
.features-pg .feature-col a:hover {
	background: #000;
}
.feature-btns ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
.feature-btns ul li {
	line-height: 20px;
	margin-bottom: 8px;
}
.feature-btns ul li:last-child {
	margin-bottom: 20px;
}
.feature-btns ul li i {
	font-size: 20px;
	margin-right: 5px;
}
.feature-btns ul li a {
	padding: 15px;
	display: block;
	color: #000;
	background: #e0e0e0;
	font-size: 14px;
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	-o-border-radius: 4px;
	-ms-border-radius: 4px;
	text-decoration: none;
}
.feature-btns ul li a:hover {
	color: #157a83;
}
.feature-btns ul li a.active {
	background: #157a83;
	color: #fff;
}
.features-pg .mn-bnr img {
	background-color: white;
	border: 1px solid #ccc;
	border-radius: 7px;
	box-shadow: 0 1px 4px #ccc;
	padding: 20px 25px;
	position: relative;
	width: 100%;
}
.features-pg .section-dv {
	margin: 30px 0 0 0;
}
.features-pg .section-dv img {
	background-color: white;
	border: 1px solid #ccc;
	border-radius: 7px;
	box-shadow: 0 1px 4px #ccc;
	padding: 10px;
	position: relative;
	width: 100%;
	max-width: 300px;
}
.features-pg .section-dv ul {
	margin: 0 0 20px 0;
	padding: 0;
	list-style: none;
}
/* Feature Page */

/* Portfolio Page */

.portfolio-pg h2 {
	color: #0f7d87;
	font-size: 24px;
	font-weight: bold;
	margin: 0 0 25px 0;
	padding: 0;
}
.portfolio-pg h3 {
	color: #353535;
	font-size: 16px;
	font-weight: bold;
	line-height: 24px;
	margin: 0;
	padding: 0;
}
.portfolio-pg p {
	color: #000;
	font-size: 12px;
	font-weight: normal;
	line-height: 18px;
	margin: 0;
	padding: 0;
}
.portfolio-pg a {
	color: #0f7d87;
}
.portfolio-pg .product-dv {
	padding-bottom: 20px;
}
.portfolio-pg .product-dv hr {
	border-width: 2px;
}
.portfolio-pg .img-lft {
	float: left;
	margin-right: 10px;
}
.portfolio-pg .product-dv img {
	width: 65px;
}
/* Portfolio Page */



/* News Page */

.news-pg p {
	color: ##464646;
	font-size: 14px;
	font-weight: normal;
	margin: 2px 0;
	padding: 0;
}
.news-pg h3 {
	color: #000;
	font-size: 20px;
	font-weight: normal;
	line-height: 24px;
	margin: 0 0 20px 0;
	padding: 0;
}
.news-pg h3 span {
	font-weight: bold;
}
.news-pg hr {
	border-width: 2px;
	margin: 20px 0;
}
.news-pg a img {
	display: inherit;
}
/* News Page */



/* Inner page search bar */
.center-block {
	float: none;
	margin-left: auto;
	margin-right: auto;
}
.input-group .icon-addon .form-control {
	border-radius: 0;
}
.icon-addon {
	position: relative;
	color: #555;
	display: block;
}
.icon-addon:after, .icon-addon:before {
	display: table;
	content: " ";
}
.icon-addon:after {
	clear: both;
}
.icon-addon.addon-md .glyphicon, .icon-addon .glyphicon, .icon-addon.addon-md .fa, .icon-addon .fa {
	position: absolute;
	z-index: 2;
	left: 10px;
	font-size: 14px;
	width: 20px;
	margin-left: -2.5px;
	text-align: center;
	padding: 10px 0;
	top: 1px
}
.icon-addon.addon-lg .form-control {
	line-height: 1.33;
	height: 46px;
	font-size: 18px;
	padding: 10px 16px 10px 40px;
}
.icon-addon.addon-sm .form-control {
	height: 30px;
	padding: 5px 10px 5px 28px;
	font-size: 12px;
	line-height: 1.5;
}
.icon-addon.addon-lg .fa, .icon-addon.addon-lg .glyphicon {
	font-size: 18px;
	margin-left: 0;
	left: 11px;
	top: 4px;
}
.icon-addon.addon-md .form-control, .icon-addon .form-control {
	padding-left: 30px;
	float: left;
	font-weight: normal;
}
.icon-addon.addon-sm .fa, .icon-addon.addon-sm .glyphicon {
	margin-left: 0;
	font-size: 12px;
	left: 5px;
	top: -1px
}
.icon-addon .form-control:focus + .glyphicon, .icon-addon:hover .glyphicon, .icon-addon .form-control:focus + .fa, .icon-addon:hover .fa {
	color: #2580db;
}
/* Inner page search bar */




/* Blog Page */

.blog-pg a.older-lnk {
	color: #157a83;
	font-size: 15px;
	margin-bottom: 20px;
}
.blog-pg a.heading-lnk {
	color: #222;
	font-size: 26px;
	font-weight: bold;
	text-decoration: none;
	margin-bottom: 20px;
}
.blog-pg a.heading-lnk:hover {
	color: #157a83;
}
.blog-pg .date-time {
	color: #373737;
	font-size: 12px;
	margin-bottom: 20px;
}
.blog-pg .date-time a {
	font-weight: bold;
}
.blog-pg p {
	font-size: 14px;
	margin-bottom: 10px;
	color: #333;
}
.blog-pg p a {
	color: #157a83
}
/* Blog Page */


/* About Page */

.about-pg h2 {
	color: #0f7d87;
	font-size: 24px;
	font-weight: bold;
	margin: 0 0 15px 0;
	padding: 0;
}
.about-pg h3 {
	color: #353535;
	font-size: 16px;
	font-weight: bold;
	line-height: 24px;
	margin: 0 0 15px 0;
	padding: 0;
}
.about-pg p {
	color: #333;
	font-size: 14px;
	font-weight: normal;
	line-height: 20px;
	margin: 0;
	padding: 0;
}

.about-pg p a {
	color: ##0f7d87;
	font-weight: normal;
	text-decoration:none;
}
.about-pg p a:hover{text-decoration:underline;}

.about-pg hr {
	border-width: 2px;
	margin: 20px 0;
}
.about-pg img {
	float: left;
	margin: 0 15px 15px 0;
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	-o-border-radius: 10px;
	-ms-border-radius: 10px;
}
/* About Page */

/* Contact Page */

.contact-pg h3 {
	color: #353535;
	font-size: 16px;
	font-weight: bold;
	line-height: 24px;
	margin: 0 0 10px 0;
	padding: 0;
}
.contact-pg p {
	color: #333;
	font-size: 14px;
	font-weight: normal;
	line-height: 20px;
	margin: 0 0 0 0;
	padding: 0;
}
.contact-pg .lft .address {
	float: left;
	margin-bottom: 30px;
}
.contact-pg hr {
	border-width: 2px;
	margin: 10px 0;
}
.contact-pg .lft img {
	float: left;
	width: 60px;
	margin: 0 15px 15px 0;
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	-o-border-radius: 10px;
	-ms-border-radius: 10px;
}
.contact-form {
	margin-top: 20px;
}
/* Contact Page */


/*Dental Icon page*/
.dent-icon-list ul {
	list-style: none;
	margin: 0;
	padding: 0;
	text-align: center;
	overflow: hidden;
}
.dent-icon-list ul li {
	background: none;
	margin: 10px 10px 0 10px;
	padding: 0 0 0 0;
	width: 100px;
	float: left;
	text-align: center;
}
.dent-icon-list ul li img {
	margin: 0 0 10px 0;
	padding: 0;
}
/*Dental Icon page*/




/* Dental and medicle */
.in-applogo-txt {
	margin: 50px 0 0 0;
}
.in-applogo-txt .img-responsive {
	margin: 0 auto 10px auto;
}
.in-applogo-txt p {
	margin-bottom: 20px;
}
/* Pricing Page */

.price-choice {
	width: 100%;
	padding: 15px;
	border: 3px solid #45968f;
}
.price-choice .lleft {
	width: 70%;
	float: left;
}
.price-choice .rright {
	width: 30%;
	float: left;
}
.marketing {
	width: 100%;
	padding: 15px;
	border: 3px solid #45968f;
}
.marketing .dl-horizontal dt {
	width: 200px;
	text-align: left;
}
/* Pricing Page */


.career-pg {
	border: 1px solid #d2d2d2;
	border-radius: 8px;
	padding: 15px;
}
.tabmobile-video {
	margin: 10px 0 15px 0;
}

.prod-det-pg iframe.video {
    width: 100%;
    max-width: 730px;
    height: 420px;
    background: #f8f8f8;
    border: 1px solid #e5.videoe5e5;
    padding: 10px;
    margin: 4px 0 15px 0;
}

.contact-form .form-caption{
	margin: 15px 0;
}

a.buttonTwo span {
    color: #fff;
    line-height: 12px;
    font-size: 12px;
    font-weight: bold;
    display: inline-block;
    padding: 9px 12px 9px 5px;
    background: #111;
    -webkit-border-radius: 3px 3px 3px 3px;
    -moz-border-radius: 3px 3px 3px 3px;
    -khtml-border-radius: 3px 3px 3px 3px;
    border-radius: 3px 3px 3px 3px;
}

.portfolio-pg h3{ text-align: center; }

.portfolio-pg .col-lg-4.col-md-4.product-dv{
	font-size: 12px;	
}

ul.bullet-custom {
    margin-left: 260px;
    display: block;
}

.ready-main-left h2{
	color: #459690;
    font-size: 18px;
    font-weight: bold;
    line-height: 40px;	
}

.ready-main-left img{
	margin-top: 25px;	
}

.news-pg p {
	font-size: 14px;
}

.news-pg img{
    border: 1px solid #f1f1f1;
    padding: 10px;
	margin-right: 20px;
	margin-bottom: 15px;
}

.news-pg ul{
	display: block;
	float: left;
	width: 100%;
	margin: 25px 0;	
}

.news-pg a.buttonTwo span {
    margin-top: 10px;
}

a.btn.btn-primary.btn-lg.popup-btn { /* for contact us button on contacts page*/
    background: #157a83 !important;
    display: block;
    width: 65%;
    /* margin-left: 27px; */
}

a.btn.btn-primary.btn-lg.popup-btn:hover { /* for contact us button on contacts page*/
    background: #278837 !important;
}

div.contact-form-dia iframe {
    width: 100% !important;
    height: 900px !important;
    background: #fff !important;
    border: 1px solid #e5e5e5 !important;
    padding: 10px !important;
}

/*kush Mobile css */
#kmobile .section1 img{padding:30px 0 0 60px; msx-width:100%;}
#kmobile h2{color:#127d87; font-size:60px; text-align:center;font-family: 'centurygothicbold';}
#kmobile h2 span{color:#000;}

#kmobile .services{ padding: 0; margin: 0 0 0 78px; position: absolute; width: 100%; z-index: 999; overflow: hidden}
#kmobile .services li:first-child{list-style-type:none;}
#kmobile li{line-height: 25px;}
#kmobile ul li{margin:0 !important; list-style:disc;}
#kmobile .services li{margin:0; color:#587020;color: #587020; font-weight: bolder; float:left;font-family: 'centurygothicbold'; font-size:14px; overflow:hidden;}

#kmobile .patient{margin-left:5px !important;}
#kmobile .patient li{line-height:25px;margin:10px!important; padding:0!important;font-family:'centurygothic';font-size:18px;}


#kmobile .appfooter{width:100%!important;}
#kmobile .appfooter.applogo{float:left; width:40%;}

#kmobile .appfooter .applogo1 ul{list-style-type:none !important; margin:0 !important; padding:0 !important; line-height:0;}
#kmobile .applogo ul li img{float:left; max-width:120px; padding:0;}

.applogo ul li a{color:#000 !important; text-decoration:none; }









.borderbox{margin: 0 auto;  width: 100%; position: relative;}
.borderbox ul li{background-image:none !important;}
#kmobile .patient ul{list-style:disc; background-image:none!important}
#kmobile {max-width:451px;float:left; padding:10px;}




#kmobile h3{padding:32px 0 0 3px; color:#000;font-family: 'centurygothicbold';}


#kmobile .applogo ul{padding:0; margin:0;}
.applogo .applogo1 li{margin:0; padding:0;}




#kmobile .direction{width:60%; float:left;}
#kmobile .direction ul{list-style-type:none;margin:20px 0 0 0; padding:0;}
.direction ul a{color:#000 !important;text-decoration:none;}
.direction ul li{line-height:1.2;}
.knav{background-color: #000;color: #fff;float: left; text-align: center;width: 303px;}
.knav p{color:#fff !important; font-family: 'centurygothic'; font-size::18px; padding:15px 0 0; line-height:5px; margin:15px;}
.mobimg{ margin-left: -100px; padding: 95px 0 0;}

.applogo ul li{padding-left:0;}


@media screen and (max-width: 767px){
	
	#kmobile .services{margin:0;position:relative;top:0; text-align:left;}
	#kmobile.services li{width:100%; line-height:0px !important; margin:0 0 0 35px !important; list-style-type:circle !important;}
	.applogo ul li img {float: left; max-width: 120px;}
.applogo ul li a{display:inline-block;}
.direction ul li{margin:10px 0; padding:0;}
	.section1 img{padding:0 !important; margin:0 0 35px; max-width:150px; top:0;}
	
	
	#kmobile h2{font-size:30px; text-align:left; margin-bottom:0px; padding-bottom:0px;}
	#kmobile li{font-size:15px;}
	
	
	.borderbox{width:100%;}
	#nav{background-color:#000; width:100%; font-size:15px;}
	.mobimg{padding:0; margin:0 !important; max-width:100%;}
	.mobimg img{max-width:100%;}
	.direction ul a{font-size:13px;}
	#kmobile .services ul{list-style-type:circle;}
}
