@charset "utf-8";
/* CSS Document */
@import url('https://fonts.googleapis.com/css?family=Bilbo');
body {
	background-color: #f7f8f8;
	font-family: Arial, sans-serif;
	font-size: 13px;
	margin: 0px;
	padding: 0px;
}
h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5, h6, .h6 {
	margin: 0px;
}
a {
	color: #000;
}
a:hover {
	color: #ed1c24;
	text-decoration: none;
}
ul {
	margin: 0px;
	padding: 0px;
}
li {
	list-style-type: none;
}
header {
	border: none;
	width: 100%;
	display: inline-block;
	padding: 0px 0px 10px 0px;
}
.home-menu .navbar-collapse {
	padding: 0px;
	text-align: left;
}
.home-menu {
	margin-top: 10px;
}
.home-menu .navbar-nav {
	float: none;
}
.home-menu .navbar {
	min-height: inherit;
	background-color: #dbe5de;
	border: none;
	margin: 0px;
	border-radius: 0px;
	-moz-border-radius: 0px;
	-webkit-border-radius: 0px;
	-o-border-radius: 0px;
	-ms-border-radius: 0px;
}
.home-menu .navbar-nav li {
	margin: 0px 9px;
	position: relative;
	float: none;
	display: inline-block;
}
.home-menu .navbar-nav li:last-child {
	float: right;
}
.home-menu .navbar-default .navbar-nav > li > a {
	color: #000;
	font-size: 13px;
	background: none;
	font-weight: normal;
	border-radius: 0px;
	-moz-border-radius: 0px;
	-webkit-border-radius: 0px;
	-o-border-radius: 0px;
	-ms-border-radius: 0px;
	padding: 8px 0px;
	line-height: 15px;
}
.home-menu .nav-h.navbar-default .navbar-nav > li > a:before {
	border-radius: 50%;
	width: 13px;
	height: 13px;
	border: 1px solid #000;
	content: "";
	margin-right: 5px;
	float: left;
}
.home-menu .nav-h.navbar-default .navbar-nav > li > a:hover:before {
	border-color: #ed1c24;
}
.home-menu .nav-h.navbar-default .navbar-nav > li:last-child a:before {
	display: none;
}
.home-menu .navbar-nav li a:hover, .navbar-default .navbar-nav > li > a:focus, header .navbar-nav li a.active {
	color: #ed1c24;
	background: none;
}
.navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus {
	color: #ed1c24;
}
/**************logo***********/

.logo {
	float: left;
	padding: 20px 0px;
}
.res-logo {
	display: none;
}
/**************header-right-top***********/
.header-right-top {
	float: right;
	padding: 15px 0 10px;
}
.post-your {
	display: inline-block;
	padding: 10px 0;
	text-align: center;
	width: 100%;
	color: #ed1c24;
	font-family: 'Bilbo', cursive;
	font-size: 24px;
	line-height: 25px;
}
.postrequirement a {
	background: #0067B3;
	padding: 10px 30px;
	font-size: 13px;
	margin-right: 15px;
	color: #fff;
	border-radius: 5px;
	display: inline-block;
	text-transform: capitalize;
	line-height: 15px;
}
.postrequirement a .fa {
	font-size: 20px;
	padding-right: 7px;
}
.search-sec {
	width: 100%;
	display: inline-block;
	background: #0083cb;
	color: #fff;
	padding: 10px;
	clear: both;
}
.search-sec h2 {
	font-size: 27px;
	margin-bottom: 20px;
	font-family: Arial;
}
.search-sec .input-append {
	position: relative;
	width: 100%;
	display: inline-block;
}
.search-sec .input-append .form-control {
	width: 100%;
	display: inline-block;
	position: relative;
	border: none;
	border-radius: 5px;
	height: 50px;
	font-size: 18px;
	font-weight: normal;
	padding: 5px 10px;
}
.search-sec .btn {
	background: #f58220;
	border-radius: 0;
	font-size: 18px;
	font-weight: normal;
	height: 50px;
	position: absolute;
	right: 0;
	top: 0;
}
.search-sec .btn:hover {
	background: #ed1c24;
	color: #fff;
}
/********list-company********/

.list-company {
	float: right;
	padding-top: 40px;
}
.list-company a {
	background: #95b73d;
	color: #fff;
	display: inline-block;
	padding: 10px 15px;
	font-size: 15px;
	text-align: center;
}
/**************ad-home********/

.ad-home {
	background: #fff;
	border: 1px solid #e8e9ea;
	width: 100%;
	display: inline-block;
	margin-bottom: 30px;
}
.bast-seller-form {
	width: 100%;
	display: inline-block;
	background: #fff;
	border: 1px solid #e2e2e4;
	float: left;
	text-align: center;
	margin-bottom: 30px;
}
.bast-seller-form h4 {
	color: #fff;
	font-size: 18px;
	text-align: left;
	padding: 10px 20px;
	margin-bottom: 25px;
	background: #f26122;
}
.bast-seller-form form {
	padding: 0px 20px;
}
.bast-seller-form .form-fild {
	margin-bottom: 8px;
	display: inline-block;
	width: 100%;
	vertical-align: top;
}
/*.bast-seller-form .form-fild .form-control{
	min-height: 43px;
}

.bast-seller-form .form-control {
	min-height: 54px;
}*/
.form-control {
	border: 1px solid #e2e2e4;
	border-radius: 0;
	float: left;
	min-height: 45px;
	margin-bottom: 2px;
	padding: 8px;
	text-align: left;
	width: 100%;
	box-shadow: none;
	font-size: 13px;
}
/*.bast-seller-form textarea.form-control {
	height: 54px;
}*/
.bast-seller-form .form-button {
	padding: 10px 0px 10px 0px;
	float: right;
}
.bast-seller-form .form-button .btn-default {
	background: #46a6af;
	border: none;
	border-radius: 0;
	color: #ffffff;
	float: right;
	font-size: 15px;
	height: 40px;
	margin-bottom: 5px;
	text-align: center;
	font-weight: bold;
	padding: 5px 20px;
}
/**************signup-newsletter**********/

.signup-newsletter {
	display: inline-block;
	width: 100%;
	margin-bottom: 30px;
}
.signup-newsletter span {
	display: block;
	font-size: 14px;
	padding: 10px 0px;
}
.sign-hading {
	color: #ec0008;
	font-size: 18px;
	border-bottom: 2px solid #ec0008;
	padding-bottom: 7px;
	margin-bottom: 5px;
	font-weight: normal;
}
.signup-newsletter .input-append {
	position: relative;
}
.btn {
	border: none;
	background: #ed1c24;
	color: #fff;
	padding: 5px 15px;
	border-radius: 0px;
	font-size: 14px;
}
.btn:hover {
	background: #c70000;
	color: #fff;
}
.btn:hover, .btn:focus, .btn.focus {
	color: #fff;
}
.signup-newsletter .btn {
	position: absolute;
	right: 0px;
	height: 45px;
	font-size: 14px;
}


/***********social-icon*********/
.social-icon {
	display: inline-block;
	width: 100%;
	margin-bottom: 30px;
}
.social-icon ul li {
	display: inline-block;
	font-size: 35px;
	margin-right: 10px;
}
.social-icon ul li:nth-child(1) a {
	color: #3e70af;
}
.social-icon ul li:nth-child(2) a {
	color: #6abee8;
}
.social-icon ul li:nth-child(3) a {
	color: #e02733;
}
.social-icon ul li:nth-child(4) a {
	color: #ea3238;
}
/**************top-footer**********/

.top-footer {
	width: 100%;
	display: inline-block;
	padding: 30px 0px 25px 0px;
	vertical-align: top;
	border-top: 2px solid #f00;
	margin-top: 20px;
}
.top-footer h4 {
	color: #ed1c24;
	font-size: 18px;
	margin-bottom: 12px;
	text-align: left;
	vertical-align: top;
	font-weight: normal;
}
.top-footer ul.quick-link {
	padding: 0px 10px 0px 0px;
	margin: 0px;
	float: left;
	width: 50%;
}
.top-footer ul li {
	list-style-type: none;
	word-wrap: break-word;
	font-size: 14px;
}
.copyright {
	display: inline-block;
	width: 100%;
	padding: 10px 0px;
	background: #dbe5de;
	margin: 20px 0px;
}
.copy {
	text-align: center;
	font-size: 12px;
	margin: 0px;
	color: #fff;
}
.terms {
	float: right;
}
.powered-logo {
	background: #f3f3f4;
	padding: 20px 0px;
	display: inline-block;
	width: 100%;
	text-align: center;
	margin-bottom: 20px;
}
.powered-logo img {
	margin: 0 auto;
}
/****************************slider bottm add css******************************************************/

.slider-bottm-add-outer {
	display: inline-block;
	padding: 50px 0 30px 0px;
	width: 100%;
	position: relative;
}
.slider-bottm-add-outer .owl-carousel .owl-item .item {
	margin: 0px 15px;
}
.slider-bottm-add-outer .slid-bttom-add {
	background: #fff none repeat scroll 0 0;
	border: 1px solid #ebeced;
	width: 100%;
}
.slider-bottm-add-outer .slid-bttom-add .slid-bttom-add-hadding {
	border-bottom: solid 2px #ebeced;
	min-height: 55px;
	font-size: 18px;
}
.slider-bottm-add-outer .slid-bttom-add .slid-bttom-add-hadding a {
	color: #DC3C3F;
	padding: 16px 10px;
	display: inline-block;
}
.slider-bottm-add-outer .slid-bttom-add .slid-bttom-add-hadding span.iocn {
	float: right;
	margin: 3px;
	border: 1px solid #ccc;
}
.slider-bottm-add-outer .slid-bttom-add .slid-but {
	border-top: solid 1px #ebeced;
	margin-bottom: 5px;
	padding: 5px 10px;
}
.slider-bottm-add-outer .slid-bttom-add p {
	padding: 10px;
	font-size: 14px;
}
.slider-bottm-add-outer .slid-bttom-add .slid-bttom-add-center img {
	width: 100%;
}
.slid-but {
	text-align: right;
}
.slid-but a {
	color: #009feb;
	font-weight: 600;
}
/*********************************************parma-pcd-farnchis-outer**************************************************/

.parma-pcd-farnchis-outer .services-sec-cont > h3 {
	background: #ed1c24 none repeat scroll 0 0;
	color: #fff;
	font-size: 20px;
	padding: 10px 0;
	text-align: center;
}
/*.parma-pcd-farnchis-outer .services-sec-cont {
	margin-right: 30px;
}*/
.parma-pcd-farnchis-outer .pharmpcd-listing {
	background: #fff;
	border: solid 2px #ebeced;
	margin-top: 8px;
}
.parma-pcd-farnchis-outer .pharmpcd-listing marquee {
	overflow: hidden;
	height: 200px;
	display: block;
}
.parma-pcd-farnchis-outer .pharmpcd-listing > ul {
	padding: 20px;
	display: block;
	margin: 0;
}
.parma-pcd-farnchis-outer .pharmpcd-listing ul li {
	margin: 3px 0px;
}
.parma-pcd-farnchis-outer .pharmpcd-listing ul li a {
	font-size: 16px;
	color: #0057ae;
}
.parma-pcd-farnchis-outer {
	position: relative;
	margin: 30px 0px;
	display: inline-block;
	width: 100%;
}
.parma-pcd-farnchis-outer .customNavigation {
	left: 50%;
	margin-left: -55px;
	position: absolute;
	top: -50px;
}
.parma-pcd-farnchis-outer .prev {
	background: #d1d2d4;
	color: #fff;
	font-size: 16px;
	padding: 5px 10px;
	cursor: pointer;
	display: inline-block;
	line-height: 21px;
}
.parma-pcd-farnchis-outer .next {
	background: #d1d2d4;
	color: #fff;
	font-size: 16px;
	padding: 5px 10px;
	cursor: pointer;
	display: inline-block;
	line-height: 21px;
}
.parma-pcd-farnchis-outer .owl-carousel .owl-wrapper-outer {
	margin: 23px 0;
	overflow: hidden;
	position: relative;
	width: 100%;
}
/*****************************************Best Franchise Deals***************************************/
.best-franchise-deals-outer {
	position: relative;
}
.best-franchise-deals-outer h1.best-hadding {
	font-size: 28px;
	text-align: center;
	color: #000;
	margin-bottom: 20px;
	margin-top: 10px;
}
.best-franchise-deals-outer .bestdeals-img {
	background: #fff;
	border: 2px solid #ebeced;
	padding: 10px;
	min-height: 270px;
	width: 100%;
}
.best-franchise-deals-outer .bestdeals-img img {
	margin: 0 auto;
}
.best-franchise-deals-outer {
	display: inline-block;
	padding: 0 0 30px;
	width: 100%;
}
.best-franchise-deals-outer .owl-carousel .owl-item .item {
	margin: 0px 10px;
}
.best-franchise-deals-outer .bestdeals-img .about-product {
	color: #999;
	font-size: 15px;
	margin-top: 12px;
}
.best-franchise-deals-outer .bestdeals-img .about-product a {
	color: #999;
}
.best-franchise-deals-outer .bestdeals-img .about-product a:hover {
	color: #ed1c24;
}
.best-franchise-deals-outer .customNavigation, .slider-bottm-add-outer .customNavigation {
	right: 0;
	position: absolute;
	z-index: 1;
	padding: 10px 15px 10px 0px;
	top: 0px;
}
.best-franchise-deals-outer .prev, .slider-bottm-add-outer .prev {
	background: #d1d2d4;
	color: #fff;
	font-size: 16px;
	padding: 5px 10px;
	cursor: pointer;
	display: inline-block;
	line-height: 21px;
}
.best-franchise-deals-outer .next, .slider-bottm-add-outer .next {
	background: #d1d2d4;
	color: #fff;
	font-size: 16px;
	padding: 5px 10px;
	cursor: pointer;
	display: inline-block;
	line-height: 21px;
}
/****************************************Most Popular Products*************************************************/
.most-popular-products {
	display: inline-block;
	width: 100%;
	position: relative;
	margin-top: 30px;
	padding: 0px 15px;
}
.most-popular-products .services-item {
	width: 127px;
	float: left;
	padding: 0px 5px;
}
.most-popular-products .services-sec-cont {
	background: #fff;
	border: solid 1px #ebeced;
	min-height: 160px;
	width: 100%;
	text-align: center;
}
.most-popular-products .services-sec-cont img {
	margin: 0 auto;
}
.most-popular-products {
	background: #cddee7;
	padding-bottom: 20px;
}
.most-popular-products .most-hading-title {
	text-align: center;
	color: #000;
	font-size: 25px;
	padding: 20px 0;
}
.most-popular-products #carousel a {
	display: inline-block;
	margin: 0px 15px;
}
/*********************************************Moving banner Ad******************************************************/

.moving-banner-ad .moving-baner-hadding {
	/*background: #a7a9ac;
	color: #fff;
	font-size: 32px;
	padding: 65px 0;*/
	text-align: center;
}
.moving-banner-ad .moving-baner-hadding img {
	width: 100%;
}
.moving-banner-ad .find-seller-location h3 {
	background: #f7f8f8;
	color: #3a8476;
	font-size: 22px;
	left: 28px;
	padding: 0 12px;
	position: absolute;
	top: -13px;
	font-weight: normal;
}
.moving-banner-ad .find-seller-location > ul {
	padding: 30px 16px;
}
.moving-banner-ad .find-seller-location {
	border: 2px solid #3a8476;
	padding: 20px;
	position: relative;
	margin-top: 55px;
}
.moving-banner-ad .find-seller-location ul li {
	display: inline-block;
	list-style: none;
	width: 24%;
	color: #000;
	font-size: 15px;
	margin-bottom: 5px;
}
.moving-banner-ad .find-seller-location ul li label {
	font-weight: normal;
	padding-left: 5px;
}
.moving-banner-ad {
	padding: 50px 0;
}
/******************************************Our Testimonial*************************************************/

.our-testimonial-outer {
	border: 2px solid #b3b4b8;
	display: inline-block;
	margin: 50px 0 100px 0px;
	padding: 50px 0px 60px;
	position: relative;
	width: 100%;
}
.our-testimonial-outer .owl-carousel .owl-item .item {
	margin: 0px 9px;
}
.our-testimonial-outer .testim-hadding {
	color: #ed1c24;
	font-size: 25px;
	left: 0px;
	position: absolute;
	top: -19px;
	width: 100%;
	text-align: center;
}
.our-testimonial-outer .testim-hadding span {
	display: inline-block;
	background: #f7f8f8;
	padding: 0 16px;
}
.our-testimonial-outer .testimonil-text {
	background: #fff;
	padding: 20px;
	display: inline-block;
}
.our-testimonial-outer .testimonil-text p {
	color: #999;
}
.our-testimonial-outer .testimonial-clint > span {
	float: left;
	margin-right: 20px;
	width: 95px;
}
.our-testimonial-outer .testim-name {
	overflow: hidden;
}
.our-testimonial-outer .testim-name p {
	color: #000;
	font-size: 17px;
	margin: 0;
}
.our-testimonial-outer .testim-name small {
	font-size: 13px;
	color: #000;
}
.our-testimonial-outer .textimoni-view-botton {
	bottom: -19px;
	left: 0px;
	position: absolute;
	right: 0px;
	text-align: center;
}
.our-testimonial-outer .textimoni-view-botton a {
	color: #fff;
	display: inline-block;
	background: #ec0008 none repeat scroll 0 0;
	padding: 10px 20px;
}
/**************front-page***************/

.front-page {
	background: #fff;
}
.frontlink {
	display: inline-block;
	margin: 10px 0px;
}
.frontlink ul li {
	border-right: 2px solid #61b6e5;
	display: inline-block;
	font-size: 14px;
	font-weight: normal;
	line-height: 14px;
	padding: 0 12px;
}
.frontlink ul li:last-child {
	border-right: 0px;
}
.frontlink ul li a {
	color: #0e8fd7;
}
.frontlink ul li a:hover {
	color: #ED1C24;
}
.frontnav {
	float: right;
	position: absolute;
	right: 35px;
	top: 35px;
}

@media (min-width: 768px) {
.frontnav .navbar-toggle {
	display: inline-block;
}
.frontnav .navbar-collapse.collapse {
	display: none !important;
}
.frontnav .navbar-collapse {
	position: absolute;
	top: 100%;
}
.frontnav .navbar-collapse.collapse.in {
	display: block !important;
}
}
header .frontnav .navbar {
	background-color: transparent;
	border: none;
}
header .frontnav .navbar-collapse {
	border: 2px solid #b9babd;
	z-index: 99;
	background: #fff;
	right: 0px;
	width: 300px;
	float: right;
}
.frontnav .navbar-toggle {
	margin: 0px;
	border: none;
	padding: 0px;
}
.frontnav .navbar-toggle .icon-bar {
	border-radius: 0;
	height: 5px;
	margin: 0 0 6px;
	width: 37px;
}
.frontnav .navbar-default .navbar-toggle .icon-bar {
	background-color: #849daa;
}
.frontnav .navbar-default .navbar-toggle:hover, .frontnav .navbar-default .navbar-toggle:focus {
	background-color: transparent;
}
header .frontnav .navbar-nav li {
	float: left;
	width: 33.33%;
	margin: 0px;
	padding: 10px 10px;
	text-align: center;
	min-height: 106px;
}
header .frontnav .navbar-nav li a {
	font-size: 14px;
	line-height: normal;
	padding: 3px 0px;
}
header .frontnav .navbar-nav li .icon-home {
	border: 2px solid #c2c2c5;
	border-radius: 5px;
	display: inline-block;
	height: 60px;
	width: 60px;
	 line-height: 54px;
	 font-size:30px;
}
header .frontnav .navbar-nav li:hover .icon-home {
	border-color: #ed1c24;
}
.front-page header {
	/*background: #f7f8f8;*/
	border-radius: 3px;
	margin: 20px 0;
	padding: 15px;
	border:1px solid #f7f8f8;
}
.logo-front {
	padding-bottom: 50px;
	padding-top: 60px;
	padding-left: 0px;
	text-align: center;
}
.logo-front a {
	display: inline-block;
}
.logo-front a img {
	max-width: 506px;
}
.front-page .search-sec {
	background: none;
	color: #9ebece;
	padding-top: 0px;
}
.front-page .search-sec h2 {
	font-family: Arial;
	font-size: 26px;
	margin-bottom: 20px;
	color: #43525B;
}
.front-page .search-sec .input-append .form-control {
	border: 1px solid #f5f5f6;
}
.skiplink {
	width: 100%;
	display: inline-block;
	text-align: right;
	margin-bottom: 20px;
}
.skiplink a {
	background: #ccc;
	color: #000;
	padding: 5px 30px;
	font-size: 16px;
}
.skiplink a:hover {
	background: #f58220;
}
/*****************testimoneals***************/


.testimoneals h1 {
	color: #ee363d;
	font-size: 25px;
	text-align: center;
	margin-bottom: 20px;
	margin-top: 15px;
}
.testimoneals-sec {
	border: 1px solid #cfcece;
	display: inline-block;
	width: 100%;
	margin-bottom: 30px;
	background: #fff;
}
.testimoneals-left {
	width: 25%;
	float: left;
	padding: 30px 20px;
}
.testimoneals-image {
	text-align: center;
	padding-bottom: 50px;
}
.testimoneals-image img {
	margin: 0 auto;
}
.testimoneals-left h5 {
	font-size: 16px;
	margin-bottom: 5px;
}
.testimoneals-left span {
/*font-size: 16px;*/
}
.testimoneals-right {
	float: left;
	width: 75%;
	padding: 20px;
	color: #a9aaad;
	font-size: 15px;
	border-left: 1px solid #cfcece;
}
.testimoneals-right p {
	margin-bottom: 25px;
}
/*************news-events*************/

.news-events h1 {
	color: #ee363d;
	font-size: 26px;
	font-weight: normal;
	margin-bottom: 30px;
}
.news-sec {
	display: inline-block;
	width: 100%;
	margin-bottom: 20px;
}
.news-sec .news-top {
	float: left;
	width: 100%;
	color: #000;
}
.news-sec .news-top h2 {
	font-size: 18px;
	font-weight: normal;
	margin-bottom: 20px;
}
.news-sec .news-top span {
	float: left;
	margin-bottom: 15px;
	margin-right: 20px;
	max-width: 350px;
	border: 1px solid #ccc;
}
.news-sec .news-top p {
	text-align: justify;
	line-height: 24px;
}
.share-link {
	display: inline-block;
	width: 100%;
}
.share-link span {
	float: right;
	border: 1px solid #ccc;
	padding: 3px 20px;
	border-radius: 5px;
}
.share-link img {
	float: left;
	max-width: 450px;
}
.news-add {
	display: inline-block;
	width: 100%;
	margin: 15px 0px;
}
/*********e-paper********/

.e-paper {
	display: inline-block;
	width: 100%;
	text-align: center;
	margin-bottom: 30px;
}
.e-paper h2 {
	background: #ed1c24;
	color: #fff;
	font-size: 20px;
	text-align: center;
	font-weight: normal;
	padding: 5px;
	margin-bottom: 20px;
}
.e-paper img {
	margin: 0 auto;
	border: 1px solid #ccc;
}
.e-paper-sec {
	display: inline-block;
	width: 100%;
	padding-bottom: 20px;
}
.e-paper-sec h3 {
	font-size: 18px;
	font-weight: normal;
	color: #00aeef;
	padding-top: 5px;
}
/*****************blog-page**************/

.blog-page h1 {
	color: #ee363d;
	font-size: 28px;
	margin-bottom: 30px;
	text-transform: uppercase;
}
.blog-info h3 {
	color: #ee363d;
	font-size: 20px;
	margin-bottom: 5px;
}
.blog-info h4 {
	color: #999;
	font-size: 16px;
	margin-bottom: 15px;
}
.blog-info {
	font-size: 15px;
	color: #a2a4a6;
}
/*.blog-info p{
	padding-left:30px;
}*/
.comment-blog {
	padding-top: 15px;
}
.comment-blog h3 {
	color: #333;
	font-size: 16px;
	margin-bottom: 5px;
}
.comment-blog .form-control {
	border: 1px solid #333;
}
.comment-blog .form-fild {
	display: inline-block;
	width: 100%;
}
.comment-blog .btn {
	background: #f58220;
	color: #fff;
	font-size: 14px;
	width: 100%;
}
.simlar-news {
	display: inline-block;
	width: 100%;
}
.simlar-news h3 {
	width: 100%;
}
.simlar-news {
	display: inline-block;
	width: 100%;
	margin-bottom: 50px;
	padding-top: 15px;
}
.simlar-news-info {
	width: 48%;
	float: left;
	text-align: justify;
	padding-top: 15px;
	border-bottom: 2px solid #ec0008;
	color: #7F7E7E;
	padding-bottom: 15px;
}
.simlar-news-info.one {
	margin-right: 2%;
}
.simlar-news-info.two {
	margin-left: 2%;
}
.simlar-news-info h4 {
	font-size: 16px;
	font-weight: normal;
	color: #333;
	margin-bottom: 10px;
}
.blog-right {
	width: 100%;
	display: inline-block;
}
.blog-form-right {
	display: inline-block;
	width: 100%;
}
.blog-form-right a {
	background: #f58220;
	color: #fff;
	text-decoration: none;
	display: inline-block;
	padding: 8px 20px;
	float: left;
	width: 49%;
	text-align: center;
}
.blog-form-right .signup-but {
	margin-right: 1%;
}
.blog-form-right .signin-but {
	margin-left: 1%;
}
.input-sign {
	position: relative;
	display: inline-block;
	width: 100%;
	clear: both;
	margin: 20px 0px;
}
.input-sign .btn {
	position: absolute;
	right: 0px;
	top: 0px;
	padding-top: 8px;
	padding-bottom: 8px;
	background: #95b73d;
}
.input-sign .form-control {
	min-height: 41px;
	padding-right: 105px;
	border: 2px solid #A6A6A6;
}
.blog-right h3 {
	color: #ee363d;
	margin-bottom: 15px;
	font-size: 16px;
}
.bloglink-sec {
	min-height: 100px;
	margin-top: 20px;
}
/***************complaints*******************/
.complaints-right h3 {
	color: #ee363d;
	font-size: 20px;
	margin-bottom: 20px;
}
.complaints-sec {
	border: 2px solid #cfcece;
	display: inline-block;
	width: 100%;
	margin-bottom: 30px;
	background: #fff;
}
.complaints-left {
	width: 65%;
	float: left;
	padding: 30px 20px;
}
.testimoneals-image {
	text-align: center;
	padding-bottom: 20px;
}
/*.testimoneals-image img {
	margin: 0 auto;
}*/
.complaints-right {
	float: left;
	width: 35%;
	padding: 20px;
	color: #a9aaad;
	font-size: 22px;
	border-left: 2px solid #cfcece;
}
.complaints-right .form-control {
	border: 2px solid #cfcece;
	min-height: 45px;
}
.complaints-right .form-fild {
	display: inline-block;
	width: 100%;
	margin-bottom: 5px;
}
.complaints-right .btn {
	background: #00a651;
	float: right;
	min-width: 180px;
	margin: 22px 0px;
}
/************contact-page*************/

.contact-page {
	width: 100%;
	display: inline-block;
}
.contact-page h3 {
	text-align: center;
}
.contact-info {
	text-align: center;
}
.contact-logo {
	padding-top: 30px;
}
.contact-logo img {
	margin: 0 auto;
}
.address {
	color: #949494;
	font-size: 16px;
	margin: 40px 0px 20px 0px;
}
.phoneno {
	font-size: 16px;
	color: #929292;
	font-weight: normal;
}
.contact-photo {
	display: inline-block;
	width: 100%;
	padding: 50px 0px 20px 0px;
}
.contact-photo span {
	background: #58585a;
	height: 170px;
	width: 170px;
	display: inline-block;
	overflow: hidden;
	border-radius: 50%;
	text-align: center;
	line-height: 170px;
	font-size: 20px;
	font-weight: bold;
	border: 1px solid #000;
	color: #fff;
}
/*****************invoice-details***********/

.invoice-details h1 {
	color: #ed1d24;
	font-size: 22px;
	margin-bottom: 30px;
	text-align: center;
	margin-top: 20px;
}
.invoice-from {
	border: 1px solid #cfcece;
	display: inline-block;
	width: 100%;
	margin-bottom: 30px;
	background: #fff;
	padding: 40px 60px;
}
.invoice-from .form-control {
	border: 1px solid #cfcece;
}
.invoice-from .form-fild {
	display: inline-block;
	width: 100%;
	margin-bottom: 5px;
}
.step-but {
	text-align: center;
	padding-top: 30px;
}
.invoice-from .nextstep {
	background: #00a651;
	padding: 6px 30px;
	font-size: 15px;
	color: #fff;
	text-decoration: none;
	min-width: 200px;
	display: inline-block;
}
/******product page********/

.product-page-outer {
	border: solid 2px #d1d1d1;
	padding: 20px;
	display: inline-block;
	width: 100%;
}
.product-page-outer .about-montek h1 {
	color: #ed1d24;
	font-size: 24px;
	margin: 20px 0 15px;
}
.product-page-outer .about-montek p {
	margin-bottom: 30px;
}
.product-page-outer .visvial-add > span {
	color: #fff;
	font-size: 54px;
	text-align: center;
}
.product-page-outer .montek-detail ul li {
	border: 2px solid #c1c2c4;
}
.product-page-outer .montek-detail li:nth-child(1), .product-page-outer .montek-detail li:nth-child(2), .product-page-outer .montek-detail li:nth-child(3) {
	border-bottom: none !important;
}
.product-page-outer .montek-detail span {
	border-right: 2px solid #c1c2c4;
	display: inline-block;
	font-size: 14px;
	padding: 7px 10px;
	width: 233px;
}
.product-page-outer .montek-detail {
	margin: 0 auto;
	width: 65%;
	padding-top: 40px;
}
.product-page-outer .salford-addres > h2 {
	color: #ed1d24;
	font-size: 20px;
}
.product-page-outer .salford-addres-outer {
	display: inline-block;
	margin-top: 80px;
	width: 100%;
}
.product-page-outer .salford-addres > p {
	color: #000;
	margin: 0;
}
.product-page-outer .prodect-quick-contact {
	border: 2px solid #ccc;
	display: inline-block;
	padding: 10px;
	width: 100%;
}
.product-page-outer .form-control {
	border: 1px solid #cfcece;
	margin-bottom: 3px;
}
.product-page-outer .quik-left-form {
	float: left;
	width: 45%;
}
.product-page-outer .quik-right-form {
	float: left;
	margin-left: 1%;
	width: 54%;
}
.product-page-outer .form-button {
	float: right;
}
.product-page-outer .btn {
	background: #00a651;
	color: #fff;
	margin-top: 5px;
}
.product-page-outer .catalog-img {
	margin-top: 48px;
}
.product-page-outer .prodect-quick-contact > h2 {
	background: #00aeef none repeat scroll 0 0;
	color: #fff;
	left: -12px;
	padding: 10px;
	position: relative;
	top: -12px;
	width: 120px;
	font-size: 18px;
}
.related-products h1 {
	color: #ed1d24;
	font-weight: normal;
	margin-bottom: 10px;
	font-size: 20px;
}
.related-products .productimg {
	border: 2px solid #ccc;
	padding: 15px;
}
.related-products .productimg > span {
	border: 1px solid #e0e0e0;
	display: block;
	background: #fff;
	text-align: center;
}
.related-products .productimg > span img {
	margin: 0 auto;
}
.related-products .productimg ul li {
	font-size: 14px;
}
.related-products .productimg > ul {
	margin: 10px 0;
}
.related-products .prodect-viwemore {
	text-align: right;
}
.related-products .prodect-viwemore a {
	background: #00aeef none repeat scroll 0 0;
	color: #fff;
	padding: 6px 17px;
}
.related-products {
	display: inline-block;
	padding: 27px 0 55px;
	width: 100%;
}
/************category-page*************************/
.category-page {
	display: inline-block;
	padding: 30px 0 50px 0;
	width: 100%;
}
.category-left-part .Resultsfound {
	background: #eeebe8 none repeat scroll 0 0;
	padding: 10px 15px;
}
.category-left-part .Resultsfound p {
	margin-bottom: 0px;
}
.category-left-part .catagiry-location {
	background: #fffef5;
	padding: 15px;
	margin-top: 20px;
}
.category-left-part .catagiry-location .form-control.input-lg {
	background: #eeebe8 none repeat scroll 0 0;
	position: absolute;
}
.category-left-part .catagiry-location .btn.btn-info.btn-lg {
	background: #acaaaa;
	font-size: 21px;
	height: 46px;
	line-height: 41px;
}
.category-left-part .serch-city-list li {
	font-size: 14px;
	padding: 3px 0px;
}
.category-left-part .serch-city-list li label {
	font-weight: normal;
}
.category-left-part .serch-city-list {
	height: 400px;
	overflow-y: scroll;
	margin-top: 15px;
}
.category-left-part .serchby-loction > div {
	background: #ef3f33 none repeat scroll 0 0;
	color: #fff;
	padding: 15px;
}
.category-left-part .serchby-loction > div p {
	margin: 0px;
}
.category-left-part .catagiry-myhelp {
	background: #fffef5 none repeat scroll 0 0;
	margin-top: 20px;
	font-weight: bold;
}
.category-left-part .catagiry-myhelp .help-form .form-control {
	border: 1px solid #b3b0ad;
	margin-bottom: 10px;
}
.category-left-part .catagiry-myhelp .help-form {
	padding: 17px;
	font-weight: normal;
}
.category-left-part .catagiry-myhelp .help-form .form-button {
	clear: both;
	text-align: right;
}
.category-left-part .catagiry-myhelp .help-form .form-button .btn-default {
	background: #1c8f47 none repeat scroll 0 0;
	border: medium none;
	color: #fff;
	font-size: 14px;
	padding: 5px 13px;
	text-transform: uppercase;
}
.compny-ditals-right .pcdfranchise {
	background: #eeebe8 none repeat scroll 0 0;
	padding: 10px 15px;
}
.compny-ditals-right .pcdfranchise p {
	margin-bottom: 0px;
}
.compny-ditals-right .sortby select {
	background: #ccc none repeat scroll 0 0;
	border: none;
	min-height: 62px;
}
.compny-ditals-right .sortby select option {
	border: 1px solid #000;
	margin: 3px;
}
.compny-ditals-right .allCompanies {
	clear: both;
	display: inline-block;
	margin-bottom: 15px;
	width: 100%;
}
.compny-ditals-right .dermaproducts > span {
	float: left;
}
.compny-ditals-right .dermaproducts-righttext {
	float: left;
	margin-left: 20px;
	width: 70%;
}
.compny-ditals-right .dermaproducts-righttext > p {
	margin-top: 10px;
	color: #757170;
}
.compny-ditals-right .sal-addres > p {
	font-weight: bold;
	margin: 0;
}
.compny-ditals-right .sal-addres {
	display: inline-block;
	margin-top: 25px;
	width: 100%;
}
.compny-ditals-right .sal-addres > h2 {
	color: #ef3f33;
	margin-bottom: 5px;
}
.compny-ditals-right .appbookdownload ul li {
	display: inline-block;
}
.compny-ditals-right .appbookdownload ul li span:before {
	height: 5;
	border-left: 20px solid transparent;
	border-right: 20px solid transparent;
	border-top: 20px solid #f00;
	width: 10px
}
.compny-ditals-right .appbookdownload span {
	background: #626160 none repeat scroll 0 0;
	color: #fff;
	padding: 5px;
	font-size: 10px;
}
.compny-ditals-right .appbookdownload {
	display: inline-block;
	margin-top: 40px;
	width: 100%;
}
.compny-ditals-right .appbookdownload ul li a {
	color: #a2a2a2;
	display: block;
	font-size: 35px;
	text-align: center;
}
.compny-ditals-right .linklist {
	float: left;
	width: 57%;
}
.compny-ditals-right .enqurebutton {
	float: left;
	width: 40%;
}
.compny-ditals-right .enqurebutton .btn {
	background: #1c8f47;
	font-size: 13px;
}
.compny-ditals-right .total-veiw-outer {
	background: #fffef5 none repeat scroll 0 0;
	padding: 10px;
}
.compny-ditals-right .catogory-add img {
	padding: 15px 0;
}
.category-page h2 {
	font-size: 16px;
}
.compny-ditals-right .enqurebutton .btn i {
	margin-right: 5px;
}
.category-page .modal-dialog {
	margin: 30px auto;
	width: 350px;
}
.category-page .modal-header {
	background: #008dd3 none repeat scroll 0 0;
	color: #fff;
}
.category-page button.close {
	background: #ed1c24;
	border: 0 none;
	border-radius: 50%;
	color: #fff;
	cursor: pointer;
	height: 30px;
	vertical-align: middle;
	width: 30px;
	opacity: 1;
	top: -8px;
	line-height: 30px;
	right: -6px;
	position: absolute;
	text-align: center;
}
.category-page .modal-body .form-control {
	margin-bottom: 10px;
}
.category-page .modal-body .form-button {
	clear: both;
	text-align: right;
}
.category-page .modal-body .btn-default {
	background: #46a6af none repeat scroll 0 0;
	border: 0 none;
	color: #fff;
	font-size: 20px;
}
/**************job career**********************/



.jobcareer-page .employaddres h2 {
	color: #ec151b;
}
.jobcareer-page .employaddres p {
	color: #808082;
	margin: 0;
}
.jobcareer-page .employaddres {
	margin-bottom: 20px;
}
.jobcareer-page {
	border: 1px solid #ccc;
	display: inline-block;
	width: 100%;
	margin: 15px 0 40px;
}
.jobcareer-page .employid-first-list {
	float: left;
	width: 26%;
	padding-left: 20px;
}
.jobcareer-page .employid-too-list {
	border-left: 1px solid #ccc;
	float: left;
	width: 31%;
	padding-left: 20px;
}
.jobcareer-page .employee-post-form {
	float: left;
	width: 40%;
	border-left: solid 1px #ccc;
	padding-left: 20px;
	padding-bottom: 25px;
}
.jobcareer-page .employee-post-form > h2 {
	font-size: 16px;
	margin: 0 auto;
	text-align: center;
	width: 100%;
	color: #ec151b;
	padding: 17px 0;
}
.jobcareer-page .employaddres > h2 {
	font-size: 18px;
	color: #ec151b;
	padding: 15px 0;
}
.jobcareer-page .employee-post-form .form-control {
	margin-bottom: 11px;
}
.jobcareer-page .employee-post-form .form-button .btn-default {
	float: right;
	background: #00a651;
	border: none;
	font-size: 16px;
	color: #fff;
	padding: 10px 20px;
}
/****************Advertise With Us*************/


.advertise-page .listnoicon {
	background: #e7e7e8 none repeat scroll 0 0;
	color: #f40a0e;
	font-size: 16px;
	font-weight: normal;
	padding: 10px;
	text-align: center;
}
.advertise-page .listnoicon2 {
	background: #bcbdc0 none repeat scroll 0 0;
	padding: 10px;
	text-align: center;
	color: #F40A0E;
	font-size: 16px;
	font-weight: normal;
}
.advertise-page h2 {
	color: #ed161f;
	font-size: 24px;
	padding-bottom: 22px;
	text-align: center;
}
.advertise-page .Packagelist {
	color: #0c8dd3;
	font-size: 16px;
	margin-bottom: 10px;
	text-align: center;
}
.advertise-page .Features {
	color: #ed161f;
	font-size: 16px;
	margin-bottom: 10px;
}
.advertise-page .listno {
	margin-top: 10px;
}
.advertise-page {
	border: 2px solid #ccc;
	padding: 10px;
	margin-bottom: 50px;
}
.advertise-page .listno-bootam {
	background: #00a651 none repeat scroll 0 0;
	color: #fff;
	font-size: 16px;
	padding: 10px;
	text-align: center;
	margin-top: 20px;
}
.advertise-page .listnotextbt {
	text-align: center;
	color: #ed161f;
}
.category-left-part .input-group-btn {
	z-index: 99;
}
/**************about us******************/


.about-page .about-text h1 {
	font-size: 28px;
	color: #ec0008;
	margin-top: 10px;
	margin-bottom: 15px;
}
.about-text {
	padding-bottom: 30px;
	line-height: 24px;
}
.about-image {
	padding-bottom: 15px;
}
/************invoice acknowledgemen**************/

.acknowledgement-page .acknowledgement-text h1 {
	color: #ec0008;
	font-size: 24px;
	margin-top: 20px;
	text-align: center;
}
.acknowledgement-text li label {
	font-weight: normal;
}
.acknowledgement-text li {
	color: #585858;
	display: inline-block;
	font-size: 15px;
	width: 33%;
}
.acknowledgement-text > ul {
	margin: 40px 0;
}
.acknowledgement-page .paid-resept {
	border: solid 2px #ccc;
	padding: 15px;
	margin-bottom: 50px;
}
.acknowledgement-page .paid-hading > h2 {
	text-align: center;
	font-size: 20px;
	color: #ec0008;
}
.acknowledgement-page .paid-hading ul {
	margin: 20px 0;
}
.acknowledgement-page .paid-hading li {
	font-size: 15px;
}
.acknowledgement-page .paid-hading {
	display: inline-block;
	width: 100%;
}
.acknowledgement-page .compny-name-invoi {
	float: left;
	width: 70%;
}
.acknowledgement-page .rightcompny-name {
	float: left;
}
.table-responsive.invoicetb {
	clear: both;
}
.acknowledgement-page .download-buton {
	margin: 20px;
	text-align: center;
}
.acknowledgement-page .btn.btn-default {
	background: #00a651;
	padding: 6px 30px;
	font-size: 15px;
	color: #fff;
	text-decoration: none;
	min-width: 200px;
	display: inline-block;
}
.acknowledgement-page .newradio {
	text-align: center;
}
.acknowledgement-page .newradio strong {
	font-size: 16px;
}
/***********join us**************/


.joins-page {
	border: solid 2px #ccc;
	display: inline-block;
	width: 100%;
	margin: 20px 0 50px 0;
}
.joins-page .joind-img-left {
	float: left;
	width: 65%;
}
.joins-page .joind-img-left img {
	margin: 0 auto;
}
.joins-page .joinus-form-right {
	float: left;
	width: 33%;
	padding: 10px 10px 20px 10px;
}
.joinus-form-right .form-control {
	margin-bottom: 12px;
}
.joinus-form-right h3 {
	padding: 15px 0;
	text-align: center;
	font-size: 20px;
}
.joinus-form-right h3 span {
	color: #FF0004;
}
/***********admin ****************/
.admindetails .admin-hadding {
	margin-bottom: 20px;
}
.admin-hadding h2 {
	color: #00a651;
}
.admindetails h4.adminnolist {
	color: #0095da;
}
.admindetails ul.category-button {
	margin-left: 40px;
}
.adminlist1 .afteradding ul li {
	display: inline-block;
	text-align: center;
	width: 21%;
	font-weight: bold;
}
.admindetails .category-button p {
	margin: 10px 0;
}
.admindetails .add-edit-compny a {
	margin: 0 5px;
	color: #0095da;
}
.admindetails a {
	color: #0095da;
	margin: 0 5px;
}
.admindetails h3.admipage {
	color: #00a651;
}
/***************modal csss*********************/
#downloadapp .close {
	background: #ed1c24 none repeat scroll 0 0;
	border-radius: 50%;
	color: #fff;
	height: 30px;
	left: 24px;
	opacity: 1;
	position: relative;
	top: -29px;
	width: 30px;
}
#sandmail .close {
	background: #ed1c24 none repeat scroll 0 0;
	border-radius: 50%;
	color: #fff;
	height: 30px;
	left: 9px;
	opacity: 1;
	position: relative;
	top: -15px;
	width: 30px;
}
#sandsms .close {
	background: #ed1c24 none repeat scroll 0 0;
	border-radius: 50%;
	color: #fff;
	height: 30px;
	right: -10px;
	opacity: 1;
	position: absolute;
	top: -15px;
	width: 30px;
}
#sandsms .form-control {
	margin-bottom: 10px;
}
#sandsms .form-button {
	border: medium none;
	clear: both;
	display: inline-block;
	margin: 0 auto;
	width: 100%;
}
#sandsms .form-button .btn-default {
	background: #000 none repeat scroll 0 0;
	font-size: 15px;
	color: #fff;
	border: none;
	padding: 5px 15px;
}
#sandsms .modal-content {
	background: #fffde9;
}
#sandsms .modal-body {
	display: inline-block;
	padding: 25px 10px 15px;
	position: relative;
	vertical-align: top;
}
#sandsms .modal-dialog {
	margin: 30px auto;
	width: 450px;
}
#downloadapp .modal-dialog {
	width: 270px;
}
#downloadapp .modal-content {
	background: #fffcd8 none repeat scroll 0 0;
	border: 2px solid #979797;
	border-radius: 0;
	padding: 10px;
}
#downloadapp .btn.btn-default {
	background: #00a651;
}
#downloadapp .modal-footer {
	clear: both;
	border: none;
	padding: 6px 0;
}
#downloadapp .modal-body {
	border: none;
	padding: 0;
}
#sandmail .modal-dialog {
	margin: 30px auto;
	width: 350px;
}
#sandmail .modal-title {
	background: #008dd3 none repeat scroll 0 0;
	color: #fff;
	padding: 10px;
}
#sandmail .form-control {
	margin-bottom: 10px;
}
#sandmail .form-button {
	clear: both;
	text-align: right;
}
#sandmail .btn-default {
	background: #46a6af none repeat scroll 0 0;
	border: medium none;
	color: #fff;
	font-size: 16px;
	padding: 5px 12px;
}
/*.invoicetb thead tr th:last-child, .invoicetb tbody tr td:last-child{
	border-left:1px solid #000;
}*/
.invoicetb tfoot tr td {
	padding: 0px;
}
.invoicetb tfoot tr td table tr td {
	padding: 5px;
	font-size: 13px;
	font-weight: normal;
	color: #000;
}
.formcaunting {
	float: left;
}
.formcaunting > span {
	border: 2px solid #ccc;
	display: inline-block;
	font-size: 18px;
	margin-top: 8px;
	padding: 7px 10px;
}
.marque-slide {
	overflow: hidden;
}



