@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

.bimg a, .pimg a{
	color:red;
	padding-left:10px;
  }
#index .resp-slider:after {
	content: '';
	background: transparent url(../../images/pattern.png) repeat top left;
}
#index .resp-slider li span {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0px;
	left: 0px;
	color: transparent;
	background-size: cover;
	background-position: 50% 50%;
	background-repeat: none;
	opacity: 0;
	z-index: -1;
	-webkit-backface-visibility: hidden;
	-webkit-animation: imageAnimation 25s linear infinite 0s;
	-moz-animation: imageAnimation 25s linear infinite 0s;
	-o-animation: imageAnimation 25s linear infinite 0s;
	-ms-animation: imageAnimation 25s linear infinite 0s;
	animation: imageAnimation 25s linear infinite 0s;
}

#index .resp-slider li:nth-child(1) span {
	background-image: url(../../images/5.jpg)
}

#index .resp-slider li:nth-child(2) span {
	background-image: url(../../images/4.jpg);
	-webkit-animation-delay: 5s;
	-moz-animation-delay: 5s;
	-o-animation-delay: 5s;
	-ms-animation-delay: 5s;
	animation-delay: 5s;
}

#index .resp-slider li:nth-child(3) span {
	background-image: url(../../images/3.jpg);
	-webkit-animation-delay: 10s;
	-moz-animation-delay: 10s;
	-o-animation-delay: 10s;
	-ms-animation-delay: 10s;
	animation-delay: 10s;
}

#index .resp-slider li:nth-child(4) span {
	background-image: url(../../images/2.jpg);
	-webkit-animation-delay: 15s;
	-moz-animation-delay: 15s;
	-o-animation-delay: 15s;
	-ms-animation-delay: 15s;
	animation-delay: 15s;
}

#index .resp-slider li:nth-child(5) span {
	background-image: url(../../images/1.jpg);
	-webkit-animation-delay: 20s;
	-moz-animation-delay: 20s;
	-o-animation-delay: 20s;
	-ms-animation-delay: 20s;
	animation-delay: 20s;
}

#index .resp-slider li:nth-child(2) div {
	-webkit-animation-delay: 5s;
	-moz-animation-delay: 5s;
	-o-animation-delay: 5s;
	-ms-animation-delay: 5s;
	animation-delay: 5s;
}

#index .resp-slider li:nth-child(3) div {
	-webkit-animation-delay: 10s;
	-moz-animation-delay: 10s;
	-o-animation-delay: 10s;
	-ms-animation-delay: 10s;
	animation-delay: 10s;
}

#index .resp-slider li:nth-child(4) div {
	-webkit-animation-delay: 15s;
	-moz-animation-delay: 15s;
	-o-animation-delay: 15s;
	-ms-animation-delay: 15s;
	animation-delay: 15s;
}

#index .resp-slider li:nth-child(5) div {
	-webkit-animation-delay: 20s;
	-moz-animation-delay: 20s;
	-o-animation-delay: 20s;
	-ms-animation-delay: 20s;
	animation-delay: 20s;
}

@-webkit-keyframes imageAnimation {
	0% {
		opacity: 0;
		-webkit-animation-timing-function: ease-in;
	}
	8% {
		opacity: 1;
		-webkit-transform: scale(1.05);
		-webkit-animation-timing-function: ease-out;
	}
	17% {
		opacity: 1;
		-webkit-transform: scale(1.1) translateX(20px);
	}
	25% {
		opacity: 0;
		-webkit-transform: scale(1.1) translateX(20px);
	}
	100% {
		opacity: 0
	}
}

@-moz-keyframes imageAnimation {
	0% {
		opacity: 0;
		-moz-animation-timing-function: ease-in;
	}
	8% {
		opacity: 1;
		-moz-transform: scale(1.05);
		-moz-animation-timing-function: ease-out;
	}
	17% {
		opacity: 1;
		-moz-transform: scale(1.1) translateX(20px);
	}
	25% {
		opacity: 0;
		-moz-transform: scale(1.1) translateX(20px);
	}
	100% {
		opacity: 0
	}
}

@-o-keyframes imageAnimation {
	0% {
		opacity: 0;
		-o-animation-timing-function: ease-in;
	}
	8% {
		opacity: 1;
		-o-transform: scale(1.05);
		-o-animation-timing-function: ease-out;
	}
	17% {
		opacity: 1;
		-o-transform: scale(1.1) translateX(20px);
	}
	25% {
		opacity: 0;
		-o-transform: scale(1.1) translateX(20px);
	}
	100% {
		opacity: 0
	}
}

@-ms-keyframes imageAnimation {
	0% {
		opacity: 0;
		-ms-animation-timing-function: ease-in;
	}
	8% {
		opacity: 1;
		-ms-transform: scale(1.05);
		-ms-animation-timing-function: ease-out;
	}
	17% {
		opacity: 1;
		-ms-transform: scale(1.1) translateX(20px);
	}
	25% {
		opacity: 0;
		-ms-transform: scale(1.1) translateX(20px);
	}
	100% {
		opacity: 0
	}
}

@keyframes imageAnimation {
	0% {
		opacity: 0;
		animation-timing-function: ease-in;
	}
	8% {
		opacity: 1;
		transform: scale(1.05);
		animation-timing-function: ease-out;
	}
	17% {
		opacity: 1;
		transform: scale(1.1) translateX(20px);
	}
	25% {
		opacity: 0;
		transform: scale(1.1) translateX(20px);
	}
	100% {
		opacity: 0
	}
}


/* Show at least something when animations not supported */

.no-cssanimations .resp-slider li span {
	opacity: 1;
}

body {
	font-family: 'Poppins', sans-serif !important;
	color: #1e1e1e;
}
body#index {
	display: flex;
	min-height: 100vh;
	flex-direction: column;
}

main {
	flex: 1 0 auto;
}

a {
	font-weight: 600;
	color: #737578;
	-webkit-transition: .3s;
	transition: .3s;
}

a:active,
a:visted {
	color: #939598;
}

a:hover {
	color: #dFdFdF;
	text-decoration: none;
}

.full-width{
	width: 100%;
}

.half-width{
	width: 50%;
}

ul {
	list-style: none;
}

.logo img {
	margin: auto;
	padding-top: 30px;
}

.ads {
	position: relative;
	z-index: 2;
	padding: 1.7%;
	text-align: right;
	font-size: 16px;
}

.ads img {
	margin-right: 4px;
	width: 14pt;
}

.login {
	position: relative;
	z-index: 2;
	text-align: right;
	margin-right: 50px;
	margin-top: 3%;
	top: 20px;
}

.login a {
    color: #FFF;
    font-size: 20px;
}

.login a:hover {
	color: #000;
}

.search {
    margin-bottom: 50px;
}

.search-city {
	/*background: rgba(230, 230, 230, 0.88);*/
	background: #0e6796;
	border: 0px solid #dbdbdb;
	color: #333333;
	width: 100%;
	font-size: 20px;
	margin: .5% 0;
	padding: 4px;
	z-index: 0;
	position: relative;
	padding: 5px 10px;
}

.search-icon {
	margin-top: 2px;
}

.search img, .search i.fa-map-marker {
	margin-top: 8px;
}

.categories {
	margin: 2% auto;
}


.seach-panel .search-city,
.seach-panel .search-index{background: transparent; border-bottom: 3px solid #0e6796; 	font-size: 15px;}

.seach-panel input::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #333333;
  opacity: 1; /* Firefox */
}

.seach-panel input:-ms-input-placeholder { /* Internet Explorer 10-11 */
  color: #333333;
}

.seach-panel input::-ms-input-placeholder { /* Microsoft Edge */
  color: #333333;
}

.seach-panel input::-webkit-input-placeholder,
.seach-panel textarea::-webkit-input-placeholder { color: #333333; }

.seach-panel input:focus { outline: none; }



.seach-panel .search-btn{  background: #b5c93a; border: 2px solid #b5c93a; color: #fff; padding: 8px 44px; border-radius: 22px}
.seach-panel .search-btn:hover{background: #fff; color: #b5c93a;}

/*svg category animation*/

.icon {
	-webkit-transition: .3s;
	transition: .3s;
	fill: #FFF;
}

.text {
	fill: #FFFFFF;
	font-weight: 600;
	font-size: 12px;
	-webkit-transition: .5s;
	transition: .5s;
}

.m-item:hover img {
	fill: #939598;
	-webkit-animation: shake 0.5s cubic-bezier(.36, .07, .19, .97) both;
	animation: shake 0.5s cubic-bezier(.36, .07, .19, .97) both;
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}

@-webkit-keyframes shake {
	10%,
	90% {
		-webkit-transform: translate3d(-1px, 0, 0);
		transform: translate3d(-1px, 0, 0);
	}
	20%,
	80% {
		-webkit-transform: translate3d(2px, 0, 0);
		transform: translate3d(2px, 0, 0);
	}
	30%,
	50%,
	70% {
		-webkit-transform: translate3d(-4px, 0, 0);
		transform: translate3d(-4px, 0, 0);
	}
	40%,
	60% {
		-webkit-transform: translate3d(4px, 0, 0);
		transform: translate3d(4px, 0, 0);
	}
}

@keyframes shake {
	10%,
	90% {
		-webkit-transform: translate3d(-1px, 0, 0);
		transform: translate3d(-1px, 0, 0);
	}
	20%,
	80% {
		-webkit-transform: translate3d(2px, 0, 0);
		transform: translate3d(2px, 0, 0);
	}
	30%,
	50%,
	70% {
		-webkit-transform: translate3d(-4px, 0, 0);
		transform: translate3d(-4px, 0, 0);
	}
	40%,
	60% {
		-webkit-transform: translate3d(4px, 0, 0);
		transform: translate3d(4px, 0, 0);
	}
}

svg:hover .text {
	fill: #939598;
}



footer {
	font-weight: 600;
	font-size: 16px;
	text-align: center;
}

footer a {
	color: #1e1e1e;
}
.table a:not(.btn):not(.btn-sm),
.table a:not(.btn):not(.btn-sm):active,
.table a:not(.btn):not(.btn-sm):hover,
.table a:not(.btn):not(.btn-sm):focus{
	color: #333;
	font-weight: normal;
}
.input-inner-btn {
    position: absolute;
    top: 3px;
    right: 15px;
    height: 33px;
    background: transparent;
    border: none;
}
.m-item{
    text-align: -webkit-center;
    width: 150px;
    display: inline-block;
}
.links a{
	padding-right: 5px;
	padding-left: 5px;
}
.links a:not(:last-of-type){
	border-right: 2px solid #262e1f;
}
.grey {
	color: #a2b0b1 !important;
}
.social-icons {
	padding-right: 10px;
}
.social-icons li {
	padding: 10px 0px 5px 0;
}
.social-icons li img {
	width: 35px;
}
.landing-search::-webkit-input-placeholder { /* WebKit, Blink, Edge */
    color: #fff; }
.landing-search:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
   /*color:    #797979;*/
   color: #fff;
   opacity:  1;
   }
.landing-search::-moz-placeholder { /* Mozilla Firefox 19+ */
   /*color:    #797979;*/
   color: #fff;
   opacity:  1;
   }
.landing-search:-ms-input-placeholder { /* Internet Explorer 10-11 */
  /* color:    #797979*/
  color: #fff;
   }
.search i {
   color: #505050;
}
.dropdown-menu>li>a{
	font-size: 14px;
}
/*------------old style.css------------*/


body{
	display: flex;
	min-height: 100vh;
	flex-direction: column;
}

main {
	flex: 1 0 auto;
}
p{
	font-size: 14px;
}
.resp-slider,
.resp-slider,
.resp-slider:after,
.resp-slider:after {
	position: fixed;
	width: 100%;
	height: 110%;
	top: 0px;
	left: 0px;
	z-index: -1;
	list-style: none;
}
.resp-slider li span,
.resp-slider li span {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0px;
	left: 0px;
	background-size: auto;
	background-position: 50% 50%;
	background-repeat: none;
	opacity: 1;
	filter: alpha(opacity=1);
}

#about .resp-slider li span ,#cms .resp-slider li span {
	background: url(../../images/about-us.jpg);
	background-repeat: no-repeat;
    background-size: cover;
}

#about {
	background-size: cover;
	background-position: top left;
	color: #111;
	position: relative;
}

#company-profile .resp-slider li span {
	background: url(../../images/about-us.jpg);
	background-repeat: no-repeat;
    background-size: cover;
}

#company-profile {
	background-size: cover;
	background-position: top left;
	
	color: #111;
	position: relative;
}

#tandc .resp-slider li span {
	background: url(../../images/tandc.jpg);
	background-repeat: no-repeat;
    background-size: cover;
}

#tandc {
	background-size: cover;
	background-position: top left;
	
	color: #111;
}

#faq .resp-slider li span {
	background: url(../../images/faqs.jpg);
	background-repeat: no-repeat;
    background-size: cover;
}

#faq {
	background-size: cover;
	background-position: top left;
	font-family: 'Muli', sans-serif;
	color: #111;
}

#feedback .resp-slider li span {
	background: url(../../images/feedback.png);
	background-repeat: no-repeat;
    /*background-size: cover;*/
    background-size: 100% 100%;
}
#feedback header{
    background-image: url(../../images/headers/feedback.png);
}
#feedback {
	background-size: cover;
	background-position: top left;
	font-family: 'Muli', sans-serif;
	color: #111;
}

#contact .resp-slider li span {
	background: url(../../images/contactus.jpg);
	background-repeat: no-repeat;
    background-size: cover;
}

#contact {
	background-size: cover;
	background-position: top left;
	font-family: 'Muli', sans-serif;
	color: #111;
}

#login .resp-slider li span {
	background: url(../../images/login.jpg);
	background-repeat: no-repeat;
    background-size: cover;
    animation: initial;
    z-index: initial;
}

#login {
	background-size: cover;
	background-position: top left;
	
	color: #fff;
	position: relative;
}

#login a {
	color: #aeaeae;
	transition: 0.3s;
}

#login a:hover {
	color: white;
}

#login p {
	color: white;
}

.ui-autocomplete-category{
	font-weight: bold;
	padding: 0 15px;
}
.ui-menu .ui-menu-item {
    padding: 3px 1em 3px 1.1em;
}
.iconStyle{
	margin-right: 10px;
}



a {
	font-weight: 600;
	color: #efefef;
	-webkit-transition: .3s;
	transition: .30s;
}
/*expo page start*/
#accordion .panel-heading a{
	color: #737578;
	text-decoration: none;
}
.btn-reg-stop{
	background: #ccc;
	cursor: text;
}
/*expo page end*/
.productdeail-desc a{
	color : blue;
}

a:active,
a:visted {
	color: #222;
}

a:hover {
	color: #efefef;
	text-decoration: none;
}
.product-detail-page.page-info a{
	color: #337ab7;
}
.product-detail-page.page-info a:focus, .product-detail-page.page-info a:hover {
    color: #333;
}
a.dashboardlink:hover{
	color: #1e9ecc !important;
}
header {
	/*background-image: url(../images/headers/black_header.png);*/
	background-image: url(../../images/headers/inquiry.png);
	background-size: 100% 100%;
}
body#search header{
	background-image: url(../../images/headers/search.png);
}
body#business_details header{
	background-image: url(../../images/headers/business_details.png);
}
body#category header{
	background-image: url(../../images/headers/category.png);
}

body#contact header{
	background: rgba(0, 0, 0, 0.67);
}

.search-category {
	background: rgba(255, 255, 255, 0.74);
    border: 0px solid #dbdbdb;
    width: 100%;
    font-size: 18px;

    z-index: 0;
    position: relative;
	/*margin-top: 14px;*/
	margin-top:50px;
    margin-bottom: 15px;
	padding: 8px 10px;
}

.search-icon {
	position: relative;
	z-index: 2;
	margin-top: -52px;
	float: right;
	right: 10px;
}

.login {
	margin-top: 17% auto;
	text-align: center;
    height: 55px;
	font-size: 1.2em;
}

.icon {
	-webkit-transition: .3s;
	transition: .3s;
	fill: #FFF;
}

.text {
	fill: #FFFFFF;
	font-weight: 600;
	font-size: 10px;
	-webkit-transition: .5s;
	transition: .5s;
}

svg {
	max-height: 80px;
}

.m-item:hover img {
	/*fill: #939598;*/
	fill: #acce20;
	-webkit-animation: shake 0.5s cubic-bezier(.36, .07, .19, .97) both;
	animation: shake 0.5s cubic-bezier(.36, .07, .19, .97) both;
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}



svg:hover .text {
	fill: #acce20;
}


hr.rule {
	border: 1px solid #95b84c;
	width: 95%;
	margin-top: 0;
}

footer,
footer:after {	
	margin-top: 3%
}

#cms .content {
	width: 100%;
	margin: auto;
	color: black;
	font-size: 18px;
	word-wrap: break-word; }

.content {
	width: 80%;
	margin: auto;
	/*text-align: center;*/
	/*color: white;*/
	/*font-size: 18px;*/
}

.about-content p {
	font-size: 18px;
	/*color: #dfdfdf;*/
}

.contact-info {
	margin-top: 10%;
	line-height: 50px;
}

.login-content {
	color: white;
	text-align: center; 
}

.button {
	vertical-align: middle;
	color: white;
	margin: 2% auto;
	display: block;
	background: #6c6a6a;
	border: none;
	transition: 0.7s;
}

.button:hover {
	background: #3c3a3a;
}

.b1 {
	padding: 5px 57px;
}

.b2 {
	padding: 5px 57px;
}

.b3 {
	padding: 5px 32px;
	margin-bottom: 13%;
}


/*login ends*/

.feedback-content {
	margin-top: 3%;
	text-align: left;
}

.btn{
	color: #fff;
	border-radius: 0px;
	font-size: 18px;
    padding-top: 10px;
    padding-bottom: 10px;
}
div#notify-modal .btn {color: #fff;border-radius: 4px;font-size: 14px;padding-top: 5px;padding-bottom: 5px;}
h3#exampleModalLabel{padding-left:0px !important;font-size: 18px;}
div#notify-modal .modal-header {padding: 10px 15px;background: #f7f7f7;border-radius: 7px 7px 0 0;}
.my-details .dropdown {
    display: inline-block;
}
.my-details .dropdown .btn {
    padding: 1px 5px;
    font-size: 12px;
    border-radius: 3px;
    display: inline-block;
}
.fb-details {
	background: rgba(230, 230, 230, 0.4);
	border: 0px solid #dbdbdb;
	width: 100%;
	margin: 1% 0;
	padding: 5px;
	text-align: left;
	font-size: 18px;
}

textarea.fb-details {
	height: 160px;
	width: 100%;
}

.fb-review {
	margin-top: 2%;
}

.small-text {
	font-size: 16px;
}

.rating {
	unicode-bidi: bidi-override;
	direction: rtl;
	font-size: 24px;
}

.rating > span {
	display: inline-block;
	position: relative;
	width: 1.2em;
	cursor: pointer;
}

.business-forms input[type=file] {
    height: auto;
}
.ratingClass:before{
	content: "\2605";
	position: absolute;
}

footer {
	font-weight: 600;
	text-align: center;
	margin-top: 15px;
}

footer .links,
footer a {
	color: #111;
	font-size: 15px;
}
/** Business listing **/
section.search-content {
	min-height: 400px;
	width: 100% !important;
	position:relative;
	z-index:1;
}
.breadcrumbs {
	text-align: left;
    margin: 0;
}
.breadcrumbs ul {
	display: inline-block;
	color: #000;
}
.breadcrumbs ul li {
	line-height: 1;
}
.breadcrumbs ul li:not(:last-of-type) {
	border-right: 1px solid #000;
}
.breadcrumbs ul li a {
	color: #006d94;
}
.breadcrumbs ul li:last-of-type a {
	color: #000;
}
.links a{
	padding-right: 5px;
	padding-left: 5px;
}
.links a:not(:last-of-type){
	border-right: 2px solid #262e1f;
}
.login-page {
	margin-top: 5%;
    margin-bottom: 30px;
}
.login-field {
	background: rgba(230, 230, 230, 0.4);
    border: 0px solid #dbdbdb;
    width: 100%;
    font-size: 18px;
    padding: 10px;
    z-index: 0;
    position: relative;
    margin-bottom: 10px;
    color: #222;
}
.footer-l {
	font-weight: 600;
    text-align: center;
	padding-top: 30px;
}
.btn-flat {
	border-radius: 0;
	font-weight: 600;
	padding: 10px;
	font-size: 18px;
}
.no-pdng{
	padding: 0px;
}
.input-inner-btn{
	position: absolute;
    padding: 5px 10px;
    height: 33px;
    background: transparent;
    border: none;
}
.input-inner-btn i{
    font-size: 21px;
	height: 19px;
	width: 19px;
	/*color: #6b6b6b;*/
	color: #fff;
}
.filter-horizontal .input-inner-btn i{
	font-size: 21px;
	height: 19px;
	width: 19px;
	color: #6b6b6b;
}
body#search{
	display: inherit;
}
input.input{
    height: 40px;
    border-radius: 0px;
    border-color: #b3b1b1;
}
select.input{
    height: 40px;
    border-radius: 0px;
    border-color: #b3b1b1;
}
textarea.input{
	border-radius: 0px;
}
.biz-box{
	background: #a5b0b4;
	margin-top: 15px;
    padding: 7px 7px 5px 7px;
}
.biz-img{
	position: relative;
}
.biz-box .certified{
    position: absolute;
    bottom: 5px;
    right: 5px;
    color: #fff;
    height: 75px;
}
.biz-box .verified{
    position: absolute;
    right: -8px;
    bottom: -20px;
}
.biz-box-content strong{
    color: #006d94;
    margin-top: 3px;
    display: inline-block;
    font-size: 15px;
}
.biz-box-content p{
	font-size: 13px;
	height: 70px;
}
.biz-box-content .lgn{
	border:1px solid #000;
}
.biz-box-content .cty{
	font-weight: bold;
	font-size: 14px;
}
.biz-box-content .lgn p{
    font-size: 15px;
    font-weight: bold;
    text-align: center;
    padding: 12px 17px;
    margin:0px;
}
.in-anchor{
	display: block;
}
.btn-inquiry{
    background: #006d94;
    border-radius: 0px;
    color: #fff;
    padding: 2px 5px;
    font-size: 13px;
    float: right;
}
.filter-horizontal{
	margin-bottom: 10px;
}
.filter-divs{
	position: absolute;
	overflow-y: scroll;
    height: 200px;
    background-color: rgba(255, 255, 255, 0.9);
    z-index: 1;
    display: none;
    width: 100%;
    padding: 0px 15px;
    top: 0px;
    border: 1px solid #000;
}
.filter-divs .cls{
	color: #8e8e8e;
    font-weight: bold;
    font-size: 20px;
    margin-top: 10px;
    float: right;
    cursor: pointer;
}
.cls:hover{
	color: #000;
}
.nav.cat li a {
    font-weight: 100;
	color: #000;
    text-decoration: none;
    background: transparent;
    padding:0px;
}
.nav.cat li a:hover, .nav.cat li a.act{
	background: #a5b0b4;
	padding-left: 5px;
}
.biz-logo{
    text-align: -webkit-center;
}
.biz-logo .biz-name{
    font-size: 19px;
    display: block;
    margin-top: 10px;
}
.biz-logo .biz-verified{
    width: 80%;
    margin-top: -20px;
}
.biz-logo .est{
    margin-top: 15px;
    margin-bottom: 15;
    display: inline-block;
}
.social-icon li a .fa{
  font-size: 22px;
  line-height: 32px;
  color: #ffffff;
	margin-left: 0;
	transform: rotate(-14deg); }
.pro-container{
	position: relative;
	cursor: pointer;
	margin-bottom: 15px;
	max-height: 220px;
}
.pro-container img{
	min-height: 185px;
}
.biz-pro-name{
    position: absolute;
    top: 65%;
    line-height: 1.3em;
    width: 97.8%;
    text-align: center;
    background: rgba(0,0,0,0.7);
    font-weight: 600;
    font-size: 16px;
    color: #fff;
    padding: 10px 10px;
    margin: 0px 3px;
    left: 0;
}
.product-block .biz-pro-name{
	position: static;
    width: 100%;
    background: #333;
    font-weight: 600;
    font-size: 14px;
    margin: 0px;
}
.read-more,.read-more:hover{
	font-size: 15px;
	color: #98c637;
	text-transform: capitalize;
	font-weight: normal;
	float: right;
	cursor: pointer;
}
.input.gr{
	/*background: #c7c7c7;*/
	background: #fff;
   	color: #000000;
}
.input.gr[readonly],.input.gr[disabled]{
    background: #e2e1e1;
}
.input.pgr{
   	color: #716d6d;
    font-size: 18px;
}
textarea.input.pgr,textarea.input.gr{
	 resize: none;
}
.input.pgr::-webkit-input-placeholder {
   color: #bfbfbf;
   font-size: 18px
}
.btn:hover{
	color: #fff;
}
.btn-grn.uEdit{
	font-size: 20px;
	padding: 5px 10px;
}
.btn-grn,.btn-grn:hover,.btn.btn-grn:active,.btn.btn-grn:focus{
	background: #acce20;
	font-weight: bold;
}
.btn.lg{
	padding:10px 50px;
}
.btn-gry,.btn-gry:hover{
	background: #9c9c9c;
}
.btn-gr,.btn-gr:hover{
	background: #c7c7c7;
	color: #fff;
	border-radius: 0px;
	font-size: 18px;
    padding-top: 10px;
    padding-bottom: 10px;
}
#map{
	height: 350px;
}
.h-230 #map{
    height: 230px;
}
.lgn-box{
	border: 1px solid #000;
	padding: 20px; 
	text-align: center;
	margin: 15px 7.5px;
}
.lgn-box a,.lgn-box a:hover{
	color: #000;
}
.m-item{
    text-align: -webkit-center;
    width: 100px;
    display: inline-block;
}
.categories.menu{
    /*overflow-x: scroll;*/
    /*overflow-y: hidden;*/
    white-space: nowrap;
    margin-bottom: 0px;
}
/*.categories.menu a{
	display: inline-block;
	white-space: initial;
    vertical-align: top;
    background: #e5e5e5;
    width: 125px;
    height: 125px;
    border-radius: 50%;
    padding: 12px 0;
    margin: 5px 0px;
    box-shadow: 0 0 4px 1px #a8a8a8;
}*/

.categories.menu .item{padding: 0 10px;  }

.categories.menu .item a{
	background: #f2f2f2;
    text-align: center;
    height: 180px;
    display: flex;
    flex-flow: column;
    justify-content: center;
    border-radius: 8px;
    white-space: initial;
	margin: 15px 0;
	padding: 0 5px;
	border:3px solid transparent;	}

.categories.menu .item span.m-item{display: block; padding: 0; width: auto;}

.categories.menu .item:hover{}
.categories.menu .item a:hover{color: #fff; }
.categories.menu .item a:hover i{color: #222;}
.categories.menu .item a .m-item i {
    font-size: 16px;
    margin: 30px 0 0;
    color: #111;
    font-style: normal;
    font-weight: 400;
}

.businessdetail-textarea a , .businessdetail-textarea a:hover{
	color:rgb(17,85,204) !important;
}
.owl-item span.m-item.bz {
    display: table-cell;
    width: 1%;
    height: 93px;
    vertical-align: middle;
    line-height: 33px;
}
.categories.menu::-webkit-scrollbar {
    width: 0px;
    height: 0px;
}
.categories.menu::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3); 
    border-radius: 10px;
}
.categories.menu::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background: rgb(179, 207, 90);
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.5); 
}
.m-item img{
	height: 50px;
    width: 50px;
}
.m-item i{
	display: block;
    text-align: center;
    /*color: #fff;*/
    color: #393a3b;
    font-size: 12px;
	line-height: 1.28;
}
.inquiry .name,.inquiry .sr-no{
	background: #c7c7c7;
    font-size: 18px;
    line-height: 1.42857143;
    padding: 11px 12px;
    margin-bottom: 0;
    font-weight: 400;
    line-height: 1.42857143;
    white-space: nowrap;
    vertical-align: middle;
    display: inline-block;
    float: left;
}
.inquiry .sr-no{
    width: 15%;
    text-align: center;
}
.inquiry .name{
    width: 58%;
    margin-left: 1%;
    margin-right: 1%;
}
.inquiry .btn{
    width: 25%;
}
.inquiry-title{
	margin-top: 20px;
}
.inquiry-title strong{
	font-size:20px;
}
.bg-gry{
    background: #c7c7c7;
}
.msg-cont{
    padding: 5px 10px;
    margin-top: 7px;
    margin-bottom: 15px;
}
.msg-cont .msg{
	font-size: 18px;
    padding: 11px 0px;
    font-weight: 400;
}
.msg-cont a{
    color: #000;
   	font-weight: normal;
}
.modalImgCo{
	position: relative;
}
.modalDesc{
    max-height: 200px;
    overflow-y: auto;
    margin: 15px 0px;
    height: auto;
}
.modalPro{
	font-size: 17px;
}
.arrows{
	float: right;
	position: relative;
	width: 50px;
}
.ar,.c-ar{
    cursor: pointer;
    position: absolute;
    background: gray;
    border-radius: 50%;
    padding: 2px 8px;
    /*top: 46%;*/
    color: #fff;
}
.ar.next{
	right: 0px;
}
.ar.prev{
	left: 0px;
}
.modalPrice{
    position: absolute;
    padding: 8px;
    /*background-color: rgba(210, 210, 210, 0.88);*/
	background-color: rgba(101, 101, 101, 0.45);
    font-weight: 600;
    font-size: 16px;
    color: #fff;
    bottom: 5%;
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
}
/** REGISTER PAGE **/
.input-group-btn button.register {
	border-radius: 0;
    padding: 10px;
}
.register-field {
	background: rgba(230, 230, 230, 0.4);
    border: 0px solid #dbdbdb;
    width: 100%;
    font-size: 18px;
    padding: 10px;
    z-index: 0;
    position: relative;
    margin-bottom: 10px;
}
.input-group .register-field-group {
	padding: 21px;
    border-radius: 0;
    color: #FFF;
}
.register-help-text p {
	font-size: 1.4em;
}
.register-number-select {
	width: 85px !important;
    height: 42px;
	font-weight: 400;
    color: #FFF;
	background-color: #0e3347;
	border: 0;
}
.dd-container {
	display: table-cell;
}
.dd-options {
    max-height: 200px;
}
.dd-select {
	border-radius: 0 !important; 
	border: 0 !important; 
	line-height: 40px !important;
	height: 41.5px;
    top: 3px;
}
.dd-selected {
	display: inline-block !important;
	padding: 0 !important;
}
.dd-selected-text {
	line-height: inherit !important;
}
.dd-selected-image {
	max-width: 32px !important;
    padding-top: 5px;
    margin-left: 10px;
    height: 32px;
}

.dd-option-text {
	line-height: inherit !important;
}
.dd-option-image {
	max-width: 32px !important;
    padding-top: 5px;
    margin-left: 10px;
    height: 32px;
}
section.otp-verify {
    margin-top: 90px;
    margin-bottom: 90px;
    background: #eee;
    display: block;
    border: 1px solid #ccc;
    padding: 20px;
}
section.otp-text {
	position: absolute;
    width: 100%;
    height: 0px;
    top: 0;
    bottom: 0;
    margin: auto;
    right: 0;
    left: 0;
}
.otp-pin {
    padding: 10px;
    border: 1px solid #ddd;
    width: 50px;
    height: 50px;
	color: #000;
    text-align: center;
    font-size: 30px;
}
.otp-text p {
	margin-top: 15px;
	font-size: 25px;
}

.primary {
	color:	#006d94
}
.center {
	text-align: center;
	text-align: -webkit-center;
	text-align: -moz-center;
}
ul.account-forms li.active a {
	color: #bbbbbb;
}
ul.account-forms li a {
	color: #000;
	font-weight: 300;
}
#businessMap {
	border: 1px solid #000;
	height: 300px;
}
#fax1 .dd-select, #fax2 .dd-select ,.dsel .dd-select{
	height: 39.5px;
    top: 5px;
	background: rgb(0, 0, 0) !important;
}
.chzn-choices{
	padding: 10px!important;
}
label.error{
	color: red;
}
.chzn-container.error,input.error,select.error,textarea.error{
	border: 1px solid red;
}
#fax1 .dd-selected, #fax2 .dd-selected, .dsel .dd-selected {
	padding-left: 20px !important;
}
.input-group.dsel .dd-select{
    top: 0px;
}
.input-group.dsel .dd-container{
	vertical-align: top;
}
.prfl-str{	
}
.outer-logo{
	background-image: url(../../images/logo.png);
	background-size: 100% 100%;
	height: 121px;
	width: 132px;
}
.inner-logo{
	overflow: hidden;
	height: 109px;
	transition: 500ms;
	-webkit-transition: 500ms;
	-o-transition: 500ms;
	-moz-transition: 500ms;
}
.outer-logo img{
	height: 121px;
	width: 132px;
}
.form-btn, .form-btn:hover, .form-btn:focus {
	padding: 5px 40px;
    margin-left: 10px;
}
.flat-field {
	border-radius: 0px;
}
.text-grn {
	color: #acce20;
}
.grn {
	background-color: #acce20;
	color: #FFF;
}
.logo {
	padding-top: 25px;
}

.drop-dwn-btn,  .drop-dwn-btn:hover, .drop-dwn-btn:focus, .drop-dwn-btn:active {
	background-color: transparent;
    color: #FFF;
    border: 0;
}
.drop-dwn-btn > .dropdown-menu {
	border-radius: 0;
}
.user-registration .input-group .select2-container {
    width: 100% !important;
}
.btn-product {
	padding: 0px 20px;
    background-color: #096894;
	position:absolute;
	bottom: 0px;
}
.product-btn-container {
	min-height: 200px;
}
.product-block {
	min-height:200px;
	cursor: pointer;
    margin: 0 0 15px 0;
}

.product-block .biz-container {
	border: 1px solid #ddd;
    border-radius: 0;
    padding: 2px;
    vertical-align: middle; }

.products h3{
	font-weight: bold;
}
.product .modal-content {
	border-radius: 0;
}
.image-droparea {
	padding: 0px 15px 10px 15px;
}
.image-droparea img {
	height: auto;
    width: 100%;
}
.bzImg{
	padding: 0px;
}
.p-modal-sidebar {
	background: #c7c7c7;
	min-height: 200px;
    padding-top: 15px;
}
.pro-container img[src*='no_image.jpg']{
   /* height: 185px;
    padding-left: 17%;*/
}
.avatar-img {
	width: 95px;
}
.social-icons-footer {
	padding-left: 10px;
}
.social-icons-footer li {
	padding: 10px 0px 5px 0;
}
.social-icons-footer li img {
	width: 35px;
}
.contact-content {
	padding-top: 4%;
}
.contact-content p, .contact-content a {
	/*font-weight: 600;
	color: #fff;*/
	color: #000;
	font-size: 17px;
}
.card.dashboard ul.fa-ul {
    margin: 0;
}
.notread{
    background-color: red;
    border: 1px solid black;
    border-radius: 13px;
    margin-top: 10px;
    margin-left: 38px;
    padding: 3px;
    font-size: 12px;
    color: white;
    text-align: center;
}
.contact-content a[href^="mailto"] {
	    color: #97c538; }

.contact-content iframe {
	border: 1px solid !important;
}
textarea[rows="7"]{
    height: 160px;
}

.pdngt-10{
	padding-top: 10px;
}
.biz-logo .rate.fa-2x {
    font-size: 1.7em;
}

/*md and >*/
@media(min-width: 992px){
	.pdngl-md-7{
		padding-left: 7px;
	}
	.pdngr-md-7{
		padding-right: 7px;
	}
	.no-pdngl-md{
		padding-left: 0px;
	}
	.no-pdngr-md{
		padding-right: 0px;
	}
	.biz-logo{
		margin-bottom: 60px;
	}
}
/*lg and >*/
@media(min-width: 1200px){
	.no-pdng-lg{
		padding: 0px;
	}
	.biz-logo{
		margin-bottom: 84px;
	}
	p.login {
	    text-align: right;
	    line-height: 3;
	}
	.no-pdngl-lg{
		padding-left: 0px;
	}
	.pdngl-20-lg{
		padding-left: 20px;
	}
	.pdngr-20-lg{
		padding-right: 20px;
	}
	.no-pdng-lg .input-inner-btn{
		right:0px;
	}
	.martb-lg-50{
		margin-top: 50px;
		margin-bottom: 50px;	
	}
	.bz{
		padding-right: 7.5px;
		padding-left: 7.5px;
	}
	.inquiry{
		margin-top: 7px;
	}
}

/* Update styles */
.search-index {
	/*background: rgba(230, 230, 230, 0.88);*/
	background: #0e6796;
	border: 0px solid #0e6796;
	width: 100%;
	color: #222;
	font-size: 20px;
	margin: 0.2% 0;
	padding: 4px;
	z-index: 0;
	position: relative;
	padding: 5px 10px;
}
#search .resp-slider,
#inquiry .resp-slider,
#category .resp-slider,
#business_details .resp-slider{
	display: none;
}
.hUname{
	display:inline-block;
    width:190px;
    white-space: nowrap;
    overflow:hidden !important;
    text-overflow: ellipsis;
}
.login-panel .dropdown .caret{
    /*vertical-align: super;*/
    margin: -18px 8px 0;
}
.biz-container{
    position: relative;
    cursor: pointer;
    overflow: hidden;
    margin-bottom: 15px;
}
.product-block .biz-container{
	margin-bottom: 0;
    height: 173px;
}
.bg-green{
	background-color: #98c638;
}
a[disabled]{
	cursor: not-allowed !important;
}
.dropdown .dropdown-menu {
    top: 90%;
}
.search-hdr{
	top: 54px;
}
.indx-cat{
	padding: 0px 45px;
}
.cat-menu-container{
	padding: 0px;
	position: relative;
	margin: 0 0px 30px;
}
.c-ar{
    background: rgba(255, 255, 255, 0.59);
    height: auto;
    border-radius: 0px;
    height: 100px;
    color: black;
    display: block;
    display: inline-block;
    vertical-align: middle;
    top: 0px;
    padding-left: 10px;
    padding-right: 10px;
    opacity: 0;
    background-image: linear-gradient(to right,rgba(255, 255, 255, 0.0001) 0,rgba(246, 246, 246, 0) 100%);
}
.c-ar .fa{
    margin-top: 44px;
}
.map-row{
	padding-top: 10px;
}
.product-detail-page #prod_detail_main_img_col img{
	background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    object-fit: cover;
}

.line{
	padding-left: 10px;
}
.dz-clickable a{
	color:red;
  }
.c-ar:hover{
   /* opacity: 0.6;*/
    opacity: 1;
}
.nextCat{
	/*right: 0px;*/
	right: -7px; }

.prevCat{
	/*left: 0px;*/
	left:-7px; }

.feedback input{
	padding: 10px;
}
.feedback textarea{
    height: 133px;
    padding: 10px;
    margin: 4px 0 0; }

.feedback input::-webkit-input-placeholder,
.feedback textarea::-webkit-input-placeholder { /* WebKit, Blink, Edge */
	color: #000;
}
.small-text{
	font-size: 13px;
}
.b-services .checkbox-inline{
	font-weight:  bold;
	font-size: 16px;
	margin-bottom: 15px;
}
.rm-para{	
    transition: 2s;
    height: 37px;
    overflow: hidden;
}
a[href^="mailto"]{
	color: #337ab7;
	text-decoration: underline;
}
.dismiss-modal{
    float: right;
    cursor: pointer;
    font-size: 21px;
}
.pos-rel{
	position: relative;
}
.input-loader{
    position: absolute;
    height: 12px;
    width: 38px;
    display: inline-block;
    background-image: url(../assets/img/loader-inline.gif);
    background-repeat: no-repeat;
    right: 16px;
    top: 15px;
}
.addnot-fine{
    color: red;
    font-size: 10px;
    position: absolute;
    display: inline-block;
    right: 22px;
    top: 14px;
}
.wysihtml5-toolbar .btn{
    padding: 5px 10px;
    font-size: 12px;
    line-height: 1.5;
	color: #000;
    font-weight: 500;
    border-radius: 3px;
    outline: 0!important;
    box-shadow: 0 1px 1px rgba(90, 90, 90, 0.1);
}
.bootstrap-wysihtml5-insert-link-modal .checkbox{
	margin-left: 21px;
}
.bootstrap-wysihtml5-insert-image-modal .btn-default,.bootstrap-wysihtml5-insert-link-modal .btn-default{
	color: #000;
}
.cursor-init{
	cursor: initial;
}
.text-black {
  color: #000000;
}
/*
 Business Forms
*/
.business-forms .nav>li>a:hover {
	background-color: inherit;
	cursor: pointer;
}
.business-forms .nav>li>a {
	color: #737578;
}
.business-forms .img-thumbnail {
    width: 100%;
    height: auto;
    padding: 0px;
}
.business-forms .btn-file {
	padding: 5px 10px;
	font-size: 12px;
	color: #000;
	border-radius: 0px;
}
.business-forms .btn-file:hover {
	color: #333;
}
.m-v-10 {
	margin: 10px 0px;
}
a.business-link:hover, a.business-link:focus {
	color: #696969;
}
a.business-link {
	color: #000;
}
.input-group-btn .b-form-btn {
	padding: 8px 10px !important;
    border-radius: 0 3px 3px 0 !important;
    line-height: 0.9 !important;
    background-color: black !important;
}
.m-v-xs {
	margin-top: 4px;
    margin-bottom: 4px;
}
.m-v-sm {
	margin-top: 8px;
    margin-bottom: 8px; 
}
.p {
	padding: 16px;
}
.m-b-md {
    margin-bottom: 24px;
}
.b-t-2x {
    border-top-width: 2px !important;
}
.b-t {
    border-top: 1px solid #dddee0;
}
.business-forms input, .business-forms select {
	border-radius: 0px;
}
.business-forms .input-group-btn>.btn {
	font-size: 14px;
	padding: 6px 12px;
}
.ui-autocomplete {
	max-height: 200px;
	overflow-y: auto;
	/* prevent horizontal scrollbar */
	overflow-x: hidden;
	/* add padding to account for vertical scrollbar */
	padding-right: 20px;
	font-size: 12px;
} 
.loader-input {
	position: absolute;
    top: 10px;
    right: 22px;
}
.card-body ul.nav-tabs li.active a {
	border-top: 3px solid #000000;
    border-right: 1px solid;
    border-left: 1px solid;
    border-radius: 0px;
}
.card-body ul.nav-tabs li.disabled a {
	color: #CFCFCF;
	border-radius: 0px;
}
/*
 /-Business Forms
*/

/** 
 Inquiry Panel
*/
.inq-table {
	border: 1px solid #CFCFCF;
    display: flex;
	margin-top: 15px;
}
.inq-conv {
	transition: 500ms ease;
	display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex: 1 1;
    -ms-flex: 1 1;
    flex: 1 1;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-align-self: stretch;
    -ms-flex-item-align: stretch;
    align-self: stretch;
    border-right: 1px solid #cdcfd2;
	border-left: 3px solid #9c9c9c;
}
.inq-msg {
	display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex: 1.5 1;
    -ms-flex: 1.5 1;
    flex: 1.5 1;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-align-self: stretch;
    -ms-flex-item-align: stretch;
    align-self: stretch;
    border-right: 1px solid #cdcfd2;
}
.inq-detail {
	display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex: 1.5 1;
    -ms-flex: 1.5 1;
    flex: 1.5 1;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-align-self: stretch;
    -ms-flex-item-align: stretch;
    align-self: stretch;
    background: #f8f8ff;
}
.inq-conv .header {
	padding: 10px 5px;
	border-bottom: 1px solid #CFCFCF;
}
.inq-conv .header .btn {
	background: none;
    color: #000;
    font-size: 14px;
    padding: 0px;
}
.inq-conv .header .filters {
	margin-right: 8px;
}
.inq-conv .header .filters i {
	padding: 0 5px;
    cursor: pointer;
    font-size: 15px;
    line-height: 1.8;
}
.inq-conv .header .sub-dd {
	font-size: 12px;
    font-weight: 600;
}
.inq-conv ul.conversations {
	max-height: 460px;
    overflow-y: auto;
    overflow-x: hidden;
    height: 460px;
    margin: 0;
}
.inq-conv ul.conversations li {
	padding: 10px;
	cursor: pointer;
}
.inq-conv ul.conversations li.active {
	background: #e0e0e0;
}
.inq-conv ul.conversations li:hover {
	background: #f3f3f3;
}
.inq-conv ul.conversations li .convo-number {
	display: inline-block;
    padding: 5px 20px;
    font-weight: 700;
    font-size: 16px;
}
.inq-conv .time {
	font-size: 10px;
}
.inq-conv ul.conversations .detail i {
	padding-left: 8px;
	padding-right: 5px;
}

.inq-conv ul.conversations .msg {
	font-size: 12px;
    padding-left: 24px;
	color: #717171;
}
.inq-conv ul.conversations .detail .status {
	font-size: 10px;
    padding-left: 10px;
    font-weight: 700;
}
.ellipsis {
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
}
.inq-msg {
	position: relative;
}
.inq-msg .header {
	padding: 40.5px 5px;
    border-bottom: 1px solid #CFCFCF;
}
.inq-msg .conversation {
	max-height: 360px;
    height: 360px;
    overflow-y: auto;
    overflow-x: hidden;
	padding-bottom: 15px;
}
.inq-msg .reply-box {
	position: absolute;
    bottom: 0px;
    width: 100%;
    height: 184px;
	background-color: #f7f7f7;
}
.inq-msg .reply-box .title {
	border-bottom: 2px solid;
    padding-bottom: 5px;
    font-size: 18px;
    font-weight: 600;
    color: #669cff;
    margin-left: 10px;
    margin-top: 10px;
    display: inline-block;
}
.inq-msg .reply-box textarea {
    width: 100%;
    border-radius: 0px;
	border: 1px solid #f3f3f3;
    resize: none;
}
.reply-box .btn-send {
	padding: 3px 20px;
    border-radius: 3px;
    font-size: 14px;
}
.reply-box .btn-reply {
	margin: 10px;
}
/** CHAT **/
.talk-bubble {
	margin: 0px 20px;
    display: inline-block;
    position: relative;
    height: auto;
    background-color: #eaeaea;
    border-radius: 3px;
	margin-bottom: 2px;
}
/* talk bubble contents */
.talktext{
  	padding: 1em;
	text-align: left;
  	line-height: 1.5em;
}
.talktime {
	padding: 0 20px;
    font-size: 10px;
    color: #9a9a9a;
}
.talk-name {
	padding: 0px 14px 2px 14px;
    margin-top: 10px;
    font-weight: 600;
    white-space: nowrap;
    overflow: hidden; }

.talktext p{
  	-webkit-margin-before: 0em;
  	-webkit-margin-after: 0em;
}
.tri-left.border.left-top:before {
	content: ' ';
	position: absolute;
	width: 0;
	height: 0;
  	left: -10px;
	right: auto;
  	top: -8px;
	bottom: auto;
	border: 32px solid;
	border-color: #666 transparent transparent transparent;
}
.tri-left.left-top:after{
	content: ' ';
	position: absolute;
	width: 0;
	height: 0;
  	left: -14px;
	right: auto;
  	top: 0px;
	bottom: auto;
	border: 22px solid;
	border-color: #eaeaea transparent transparent transparent;
}
.tri-left.border.left-in:before {
	content: ' ';
	position: absolute;
	width: 0;
	height: 0;
  	left: -12px;
	right: auto;
  	top: 30px;
	bottom: auto;
	border: 20px solid;
	border-color: #666 #666 transparent transparent;
}
.tri-left.left-in:after{
	content: ' ';
	position: absolute;
	width: 0;
	height: 0;
  	left: -12px;
	right: auto;
  	top: 38px;
	bottom: auto;
	border: 12px solid;
	border-color: #eaeaea #eaeaea transparent transparent;
}

/*** -- **/
.tri-right.border.right-top:before {
	content: ' ';
	position: absolute;
	width: 0;
	height: 0;
  	right: -10px;
	left: auto;
  	top: -8px;
	bottom: auto;
	border: 32px solid;
	border-color: #666 transparent transparent transparent;
}
.tri-right.right-top:after{
	content: ' ';
	position: absolute;
	width: 0;
	height: 0;
  	right: -14px;
	left: auto;
  	top: 0px;
	bottom: auto;
	border: 22px solid;
	border-color: #eaeaea transparent transparent transparent;
}
.tri-right.border.right-in:before {
	content: ' ';
	position: absolute;
	width: 0;
	height: 0;
  	right: -12px;
	left: auto;
  	top: 30px;
	bottom: auto;
	border: 20px solid;
	border-color: #666 #666 transparent transparent;
}
.tri-right.right-in:after{
	content: ' ';
	position: absolute;
	width: 0;
	height: 0;
  	right: -12px;
	left: auto;
  	top: 38px;
	bottom: auto;
	border: 12px solid;
	border-color: #eaeaea #eaeaea transparent transparent;
}
.inq-detail .details {
	padding: 10px;
}
.inq-detail .main-d {
	margin-top: 4em;
}
.inq-detail .main-d .c-logo {
	height: 70px;
    width: 70px;
}
.inq-detail .main-d .thumbnail {
    width: 80px;
	float: left;
}
.inq-detail .main-d .c-detail {
	display: table-cell;
    height: 79px;
    vertical-align: middle;
	padding-left: 10px;
}
.inq-detail .contact-detail a, .inq-detail .contact-detail a:hover {
	color: #000;
    text-decoration: none;
    font-weight: 500;
}
.search-inquiry{
	width : 100%;
}
.inq-conv input[type='search'].active {
	position: absolute;
    left: 24px;
	max-width: 275px;
	width : 100%;
    z-index: 100;
    font-size: 16px;
    top: 25px;
    padding: 26px 10px;
}
.inq-conv .fa-search.active {
	z-index: 101;
    position: relative;
    top: 8px;
}
.inq-dropdown{
	display: inline-block;
}
/**
 End of Inquiry Panel
*/
.p-r-15 {
	padding-right: 15px;
}

.p-r-35 {
	padding-right: 35px;
}

.chzn-container .chzn-results .group-result {
    cursor: default;
    color: #000;
    font-weight: 700;
	background-color: #CFCFCF;
	
}

/** DASHBOARD **/
.dashboard .set-size {
  font-size: 4em;
}
.dashboard .pie-wrapper {
  height: 1em;
  width: 1em;
  float: left;
  margin: 15px;
  position: relative;
}
.dashboard .pie-wrapper:nth-child(3n+1) {
  clear: both;
}
.dashboard .pie-wrapper .pie {
  height: 100%;
  width: 100%;
  clip: rect(0, 1em, 1em, 0.5em);
  left: 0;
  position: absolute;
  top: 0;
}
.dashboard .pie-wrapper .pie .half-circle {
  height: 100%;
  width: 100%;
  border: 0.1em solid #3498db;
  border-radius: 50%;
  clip: rect(0, 0.5em, 1em, 0);
  left: 0;
  position: absolute;
  top: 0;
}
.dashboard .pie-wrapper .label {
  background: #34495e;
  border-radius: 50%;
  bottom: 0.4em;
  color: #ecf0f1;
  cursor: default;
  display: block;
  font-size: 0.25em;
  left: 0.4em;
  line-height: 2.6em;
  position: absolute;
  right: 0.4em;
  text-align: center;
  top: 0.4em;
}
.dashboard .pie-wrapper .label .smaller {
  color: #bdc3c7;
  font-size: .45em;
  padding-bottom: 20px;
  vertical-align: super;
}
.dashboard .pie-wrapper .shadow {
  height: 100%;
  width: 100%;
  border: 0.1em solid #bdc3c7;
  border-radius: 50%;
}
.dashboard .pie-wrapper.style-2 .label {
  background: none;
  color: #7f8c8d;
}
.dashboard .pie-wrapper.style-2 .label .smaller {
  color: #bdc3c7;
}
.dashboard .pie-wrapper.progress-30 .pie .right-side {
  display: none;
}
.dashboard .pie-wrapper.progress-30 .pie .half-circle {
  border-color: #3498db;
}
.dashboard .pie-wrapper.progress-30 .pie .left-side {
  -webkit-transform: rotate(108deg);
          transform: rotate(108deg);
}
.dashboard .pie-wrapper.progress-60 .pie {
  clip: rect(auto, auto, auto, auto);
}
.dashboard .pie-wrapper.progress-60 .pie .right-side {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
.dashboard .pie-wrapper.progress-60 .pie .half-circle {
  border-color: #9b59b6;
}
.dashboard .pie-wrapper.progress-60 .pie .left-side {
  -webkit-transform: rotate(216deg);
          transform: rotate(216deg);
}
.dashboard .pie-wrapper.progress-90 .pie {
  clip: rect(auto, auto, auto, auto);
}
.dashboard .pie-wrapper.progress-90 .pie .right-side {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
.dashboard .pie-wrapper.progress-90 .pie .half-circle {
  border-color: #e67e22;
}
.dashboard .pie-wrapper.progress-90 .pie .left-side {
  -webkit-transform: rotate(324deg);
          transform: rotate(324deg);
}
.dashboard .pie-wrapper.progress-45 .pie .right-side {
  display: none;
}
.dashboard .pie-wrapper.progress-45 .pie .half-circle {
  border-color: #1abc9c;
}
.dashboard .pie-wrapper.progress-45 .pie .left-side {
  -webkit-transform: rotate(162deg);
          transform: rotate(162deg);
}
.dashboard .pie-wrapper.progress-75 .pie {
  clip: rect(auto, auto, auto, auto);
}
.dashboard .pie-wrapper.progress-75 .pie .right-side {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
.dashboard .pie-wrapper.progress-75 .pie .half-circle {
  border-color: #8e44ad;
}
.dashboard .pie-wrapper.progress-75 .pie .left-side {
  -webkit-transform: rotate(270deg);
          transform: rotate(270deg);
}
.dashboard .pie-wrapper.progress-95 .pie {
  clip: rect(auto, auto, auto, auto);
}
.dashboard .pie-wrapper.progress-95 .pie .right-side {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
.dashboard .pie-wrapper.progress-95 .pie .half-circle {
  border-color: #e74c3c;
}
.dashboard .pie-wrapper.progress-95 .pie .left-side {
  -webkit-transform: rotate(342deg);
          transform: rotate(342deg);
}
.dashboard .pie-wrapper--solid {
  border-radius: 50%;
  overflow: hidden;
}
.dashboard .pie-wrapper--solid:before {
  border-radius: 0 100% 100% 0%;
  content: '';
  display: block;
  height: 100%;
  margin-left: 50%;
  -webkit-transform-origin: left;
          transform-origin: left;
}
.dashboard .pie-wrapper--solid .label {
  background: transparent;
}
.dashboard .pie-wrapper--solid.progress-65 {
  background: -webkit-linear-gradient(left, #e67e22 50%, #34495e 50%);
  background: linear-gradient(to right, #e67e22 50%, #34495e 50%);
}
.dashboard .pie-wrapper--solid.progress-65:before {
  background: #e67e22;
  -webkit-transform: rotate(126deg);
          transform: rotate(126deg);
}
.dashboard .pie-wrapper--solid.progress-25 {
  background: -webkit-linear-gradient(left, #9b59b6 50%, #34495e 50%);
  background: linear-gradient(to right, #9b59b6 50%, #34495e 50%);
}
.dashboard .pie-wrapper--solid.progress-25:before {
  background: #34495e;
  -webkit-transform: rotate(-270deg);
          transform: rotate(-270deg);
}
.dashboard .pie-wrapper--solid.progress-88 {
  background: -webkit-linear-gradient(left, #3498db 50%, #34495e 50%);
  background: linear-gradient(to right, #3498db 50%, #34495e 50%);
}
.dashboard .pie-wrapper--solid.progress-88:before {
  background: #3498db;
  -webkit-transform: rotate(43.2deg);
          transform: rotate(43.2deg);
}
.dashboard .pb-dashboard {
    display: table-cell;
    vertical-align: middle;
	padding: 0px 15px;
    width: 33.33%;
}
.dashboard .pb-title {
	display: table-cell;
    vertical-align: middle;
	height: 80px;
    font-size: 14px;
}
.c100.green .bar,
.c100.green .fill {
  border-color: #4db53c !important;
}
.c100.green:hover > span {
  color: #4db53c;
}
.c100.green.dark .bar,
.c100.green.dark .fill {
  border-color: #87c434 !important;
}
.c100.green.dark:hover > span {
  color: #87c434;
}

.dashboard .list-success {
	color: #87c434;
}
.dashboard .inquiry {
	/*cursor: pointer;*/
}
.dashboard .inquiry.br {
	border-right: 1px solid;
}
.dashboard .inquiry label {
	margin-right: 15px;
	font-size: 2em;
}
.dashboard .inquiry .fa-p {
	left: 10px;
	top: 5px;
}
.dashboard ul.fav-lists a {
	color: #00abbd;
}
.table.display.responsive .business.thumbnail{
    margin-bottom: 0px;
}
/** DASHBOARD END **/

.btn-fw.green{
	background: #acce20;
	color: #fff;
	border:1px solid #acce20;
	padding: 7px 25px; }

.btn-fw.blue{
	background: #00698f;
	color: #fff;
	border:1px solid #00698f;
	padding: 7px 25px; }

.img-thumbnail {
	width: 100%;
}
.img-cat-box{
	height: 228px;
	padding: 2px;
	border-radius: 10px;
}
.slidergreen-arrows{
	background: #a2c348;
	height: 45px;
    width: 45px;
    border-radius: 50px;
    top: 30px; }

.slidergreen-arrows .fa{
	margin: 14px 7px 0px;
	color: #fff; }

.businessdetail-textarea{
	background: #f5f5f5;
    padding: 15px;
   	height: auto;
    border-radius: 7px;
	min-height: 230px;
	overflow-y: auto;
    max-height: 230px;
    white-space: pre-line }

.businessdetail-textarea::-webkit-scrollbar{
	width: 10px;
    background-color: #F5F5F5; }

.businessdetail-textarea::-webkit-scrollbar-thumb{
	border-radius: 6px;
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,.3);
    background-color: #cdcdcd;  }

.businessdetail-textarea::-webkit-scrollbar-track{
	-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3); }

.m-t-36 {
	margin-top: 36px;
}
.p-36 {
	padding: 36px 0;
}
.no-border-radius {
	border-radius: 0px;
}
.notice-board-heading {
	background-color: #f6f7fb;
	font-size: 16px;
	font-weight: 700;
}
.notice-board-body {
	background-color: #f6f7f9;
}
.notice-board ul li {
	list-style-type: disc;
	padding: 0px 0px;
    margin: 3px 15px;
}
.notice-board ul li a {
	color: #000;
}
.notice-board a {
	color: #00abbd;
}
.inq-heading {
	color: #b14956;
    font-weight: 600;
}
a.primary-c {
	color: #00abbd;
}
/** DASHBOARD END **/
.business.thumbnail {
	height: auto;
    width: 64px;
    display: inline;
}
.dataTables_filter input[type=search] {
	padding: 5px 12px;
    margin: 0px 0px 0px 10px;
    border: 1px solid #CFCFCF;
}

/*** TABS ***/
/**
 * Responsive Bootstrap Tabs by @hayatbiralem
 * 15 May 2015
 */
@media screen and (max-width: 1024px) {
  .product-detail-page .nav-tabs-responsive > li.active, .product-detail-page .nav-tabs-responsive > li {
    width: auto;
  }
  .product-detail-page .nav-tabs-responsive > li.next > a:after,.product-detail-page .nav-tabs-responsive > li.prev > a:after {
    display: none;
  }
  .nav-tabs-responsive > li {
    display: none;
    width: 23%;
  }
  .nav-tabs-responsive > li > a {
    max-width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    word-wrap: normal;
    width: 100%;
    width: 100%;
    text-align: center;
    vertical-align: top;
  }
  .nav-tabs-responsive > li.active {
    width: 54%;
  }
  .nav-tabs-responsive > li.active:first-child {
    margin-left: 23%;
  }
  .nav-tabs-responsive > li.active, .nav-tabs-responsive > li.prev, .nav-tabs-responsive > li.next {
    display: block;
  }
  .nav-tabs-responsive > li.prev, .nav-tabs-responsive > li.next {
    -webkit-transform: scale(0.9);
    transform: scale(0.9);
  }
  .nav-tabs-responsive > li.next > a, .nav-tabs-responsive > li.prev > a {
    -webkit-transition: none;
    transition: none;
  }
  .nav-tabs-responsive > li.next > a .text, .nav-tabs-responsive > li.prev > a .text {
    display: none;
  }
  .nav-tabs-responsive > li.next > a:after, .nav-tabs-responsive > li.next > a:after, .nav-tabs-responsive > li.prev > a:after, .nav-tabs-responsive > li.prev > a:after {
    position: relative;
    top: 1px;
    display: inline-block;
    font-family: 'Glyphicons Halflings';
    font-style: normal;
    font-weight: 400;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }
  .nav-tabs-responsive > li.prev > a:after {
    content: "\e079";
  }
  .nav-tabs-responsive > li.next > a:after {
    content: "\e080";
  }
  .nav-tabs-responsive > li.dropdown > a > .caret {
    display: none;
  }
  .nav-tabs-responsive > li.dropdown > a:after {
    content: "\e114";
  }
  .nav-tabs-responsive > li.dropdown.active > a:after {
    display: none;
  }
  .nav-tabs-responsive > li.dropdown.active > a > .caret {
    display: inline-block;
  }
  .nav-tabs-responsive > li.dropdown .dropdown-menu.pull-xs-left {
    left: 0;
    right: auto;
  }
  .nav-tabs-responsive > li.dropdown .dropdown-menu.pull-xs-center {
    right: auto;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
  }
  .nav-tabs-responsive > li.dropdown .dropdown-menu.pull-xs-right {
    left: auto;
    right: 0;
  }
}
.nav-tabs-responsive .text {
	font-size: 100%;
}
.no-margin {
	margin: 0px !important;
}

.footer-bg{
	background: #555555;
	padding: 25px 0;
	margin:0; }

.business-link .panel-body i.fa{
	width: 100%;
	text-align: center; }

.bussiness-manuf-map #map{
	height: 470px; }

table.dataTable tr.odd, table.dataTable tr.odd td.sorting_1{
	background: #ffffff;}

th#actions {
    text-align: right;
    padding-right: 15px !important;
}
table.dataTable tr td:last-child {
    text-align: right;
}
table tr td.vertical-middle{
	vertical-align: middle;
	text-align: left; }

.paginate_button {
	background: #acce20;
	padding: 6px 10px;
    margin: 4px;
    cursor: pointer; }
.product-detail-page .nav-tabs-responsive > li.active:first-child{
    margin-left: 0;
}
.paginate_button.previous, .paginate_button.next {
    background: transparent;
    padding: 5px;
    margin: 5px;
    color: #797979 !important;
    font-weight: 500 !important;
    font-size: 12px !important;
}
.table img.business.thumbnail{margin-bottom:0px !important;}
.table>tbody>tr>td, .table>tbody>tr>th, .table>tfoot>tr>td, .table>tfoot>tr>th, .table>thead>tr>td, .table>thead>tr>th{vertical-align:middle !important;font-size: 12px;}
a.paginate_button.current {background: #337ab7 !important;border:1px #006d99 solid !important; padding: 3px 11px;color: #ffffff !important;}
a.paginate_button {background: #ffffff !important;padding: 3px 11px;border:1px #797979 solid !important;color:#337ab7 !important }
.biz-pro-name p{
	vertical-align: middle;
    display: table-cell;
    width: 1%;
    height: 48px;
    font-size: 17px; }

.btn-fw.green.btn-product{
	position: inherit; }

.img-border{
	border: 1px solid #ddd;
	padding: 2px;
    border-radius: 10px; }
.prfl-str p {
	margin-top: 10px;
}   
a.text-black, a.text-black:hover, a.text-black:focus {
	color: inherit;}
.pointer {
	cursor: pointer;
}
#map.m-t-140 {
	margin-top: 140px;
}

/** MAP **/
#businessLocation .modal-body {
	padding: 0px;
}
#description {
        font-family: Roboto;
        font-size: 15px;
        font-weight: 300;
      }

      #infowindow-content .title {
        font-weight: bold;
      }

      #infowindow-content {
        display: none;
      }

      #map #infowindow-content {
        display: inline;
      }

      .controls {
        margin-top: 16px;
        border: 1px solid transparent;
        border-radius: 2px 0 0 2px;
        box-sizing: border-box;
        -moz-box-sizing: border-box;
        height: 32px;
        outline: none;
        box-shadow: 0 2px 6px rgba(0, 0, 0, 0.3);
      }

      #pac-input {
        background-color: #fff;
        font-family: Roboto;
        font-size: 15px;
        font-weight: 300;
        margin-left: 12px;
		margin-top: 10px;
        padding: 0 11px 0 13px;
        text-overflow: ellipsis;
        width: 400px;
      }

      #pac-input:focus {
        border-color: #4d90fe;
      }

      .pac-container {
        font-family: Roboto;
      }

      #type-selector {
        color: #fff;
        background-color: #4d90fe;
        padding: 5px 11px 0px 11px;
      }

      #type-selector label {
        font-family: Roboto;
        font-size: 13px;
        font-weight: 300;
      }

	  /** END OF MAP **/

.m-t-15 { 
	margin-top: 15px;
}
.product-detail-page img {
	width:100%;
	border:1px solid #e1e1e1; }

.product-detail-page .detail-heading h3{
	color: #847f7c;
	text-transform: uppercase;
	margin: 0 0 10px;}

.product-detail-page ul.product-price-qty{
	text-align: right;
	overflow: hidden;
	margin: 0; }

.product-detail-page ul.product-price-qty li{
	display: inline-block; }

.product-detail-page ul.product-price-qty li p{
	font-size: 24px; }

.product-detail-page .product-qty{
	margin: -5px 0px 10px; }

.product-detail-page .product-qty small{
	border-bottom: 1px solid #222;
    padding: 2px 0px; }

.product-detail-page .productdeail-desc{
	margin: 0 0 18px;
    min-height: 322px;
    word-wrap: break-word;
    max-height: 322px;
    overflow: auto;}

.productdeail-desc ul{
	list-style: disc;
    list-style-position: inside;
}
.productdeail-desc ol{
    list-style: decimal;
    list-style-position: inside;
}
    
.product-detail-page .productdeail-desc p{
	text-align: justify; 
	padding: 0px 5px 0px 5px;}

.product-detail-page .text-right{
	text-align: right; }

.product-detail-page .multiple-product{	
	margin: 10px 0;}

.product-detail-page .multiple-product ul{	
	overflow: hidden;
	margin:0;
	padding: 0;
}
.bus-title-footer{
	overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    display: inline-block;
    width: 90%;
}
.bus-title-footer-icon{
	width: 10%;
}
.bus-title-footer-icon i{
	margin-top: 3px;
}
.color-blue a{
	color : #00abbd !important;
}
	
.product-detail-page .multiple-product ul li{
	text-align: center; 
    margin-top: 10px;
    border-bottom: 1px solid #ccc;
}

.product-detail-page .multiple-product ul li img{
	border: 1px solid #e1e1e1;
    border-radius: 10px; }

.product-detail-page .multiple-product ul li a{
	background: #198bbd;
    color: #fff;
    padding: 5px 10px;
    display: inline-block;
    text-align: center;
    margin: 35px 0 10px;
    text-transform: uppercase;
    border:1px solid #198bbd;
    border-radius: 7px;}

.product-detail-page .multiple-product ul li a:hover{
	background:#fff;
	color: #198bbd;
}
.company-profile {
	margin: 15px;
}
.company-profile img {
	max-width: 250px;
}
.company-profile .address {
	font-size: 16px;
}
.company-profile .fa-ul li{
	font-weight: 500;
	margin: 5px 0px;
}
.company-profile .fa-li {
	margin: 1px 0;
}
.owl-item span.m-item.bz img{
	margin: 0 auto;
	text-align: center;
}
.paginate_button:hover {
    background: #acce20;
}
.address li a{
	color: #333;
    text-decoration: underline;
    word-wrap: break-word;
    width: auto;
    max-width: 190px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    display: inline-block;
}
.chzn-container-multi .chzn-choices{
    border-radius: 4px;
}
.company-profile .established {
    position: relative;
    text-align: center;
	float: right;
}

.company-profile .established img {
	width: 65px;
    max-width: 65px;
	border: 0;
}

.company-profile .established p.info {
    position: absolute;
    width: 65px;
	line-height: 1.2;
    z-index: 10;
    top: 22%;
    margin: 0;
	font-weight: 600;
    color: #FFF;
    padding: 0;
}
.company-profile .established p.info span {
	display: block;
    line-height: 0.2;
}

.multiple-product img {
	display: block;
}
.multiple-product ul > li {
	padding: 0 18px;
    position: relative;
    text-align: center;
	display: inline-block;
    width: 196px;
}
ul.breadcrumbs li a {
    color: #0084a8;
}
ul.breadcrumbs li {
	padding-left: 0;
	padding-right: 0;
}
ul.breadcrumbs li:not(:last-child):after {
    content: " /";
}


/*New design classes*/
.header-main .topbar-greenbg{
	background: #0e6796; }

.topbar-greenbg .social-icon ul{
	float: left;
	width: 100%;
    margin: 0;
    position: absolute;
    overflow: hidden;
    top: -11px;
    padding-left: 8px; }


.social-icon{
	overflow: hidden; }

.social-icon ul{
	 overflow: hidden;
    float: right;
    margin: 7px 0; }

.social-icon ul li{
	float: left;
    /*padding: 2px 1px;
    text-align: center;*/
    padding: 20px 5px;
    text-align: center;
    width: 12%;
    background: rgba(34, 34, 34, 0.20);
    margin: 0px 4px;
    transform: rotate(14deg); }

.social-icon ul li img {
    width: 70%; }

.header-main .header-bg{
	background: #ffffff;
	padding: 0;
	position: relative; }

.header-main .logo-new{
	padding-top: 15px;
    padding-bottom: 15px; }

.header-main .logo-new img{
	width: 100%; }

.header-main .main-menu{
	margin: 0; }

.header-main .main-menu ul{
	overflow: hidden;
	margin: 0;
	text-align: right; }

.header-main .main-menu ul li{
	/*padding: 0px 29px;
	float: left;*/
	display: inline-block;
	margin: 0;
	border-bottom: 0px solid transparent;
	border-right: 2px solid #4e4e4e;
    margin: 48px 0;
    padding: 0px 8px;  }

.header-main .main-menu ul li.last{
	padding-right: 0;
	border-right: 0; }

.header-main .main-menu ul li a{
	
    font-weight: normal;
    text-transform: capitalize;
    display: block;
    font-size: 15px;
	text-decoration: none;
    color: #333333;
	/*padding:38px 0;
	margin:38px 0;*/
	border-bottom: 2px solid transparent;
	line-height: 16px;}

.header-main .main-menu ul li:hover a{
	color: #0e6796;
	border-bottom: 2px solid #0e6796; }

.main-menu ul li:hover ul.child{
	display: block; }

.main-menu ul li ul.child{
	display: none;
	position: absolute;
    z-index: 999;
    background: rgba(227, 227, 227, 0.9);
    width: 100%;
    margin: 0;
    left: 6%;
    border: 1px solid #999;
    box-shadow: 0 2px 6px 0px #222; }


.main-menu ul li ul.child li{
	padding: 13px 5px;
    text-align: center;
    border-right: 1px solid #999;
    float: left;
    min-height: 108px;
    border-bottom: 1px solid #999;
    min-height: 105px;
    max-height: 105px;
    width: 25%; }
.main-menu ul li ul.child li:hover a{
	border: none; }

.main-menu ul li ul.child li:hover{
	background: #abcd4b;
	border-bottom: 2px solid #222; }

.main-menu ul li ul.child li .m-item{
	width: auto; }

.main-menu ul li ul.child li a{
	padding:0;
	border: none !important; }


.allcat-menu a{  color: #333333;}

.allcat-menu ul li{width: auto; text-align: center;}

.allcat-menu ul li:hover ul.child{
	display: block; }

.allcat-menu ul li ul.child{
	display: none;
	position: absolute;
    z-index: 999;
    background: #fff;
    width: 450%;
    margin: 0;
    left: 6%;
    padding: 15px;
    /*border: 1px solid #999;
    background: rgba(227, 227, 227, 0.9);
    box-shadow: 0 2px 6px 0px #222;*/ }

.allcat-menu ul li ul.child li{
	padding: 5px 0px;
    text-align: center;
    float: left;
    /*min-height: 108px;
    border-right: 1px solid #999;
    border-bottom: 1px solid #999;
    min-height: 110px;
    max-height: 110px;
    width: 25%;*/
    width: 33.3%; }

.allcat-menu ul li ul.child li a{
	display: inline-block;
    padding: 10px 15px;
    min-height: 71px;
    width: 100%;
    border-left: 10px solid #fff; }

.allcat-menu ul li ul.child li .menuitems img{    width: 20%; float: left;}
.allcat-menu ul li ul.child li .menuitems p{text-align: left; padding: 0 5px; display: table-cell; width: 1%; vertical-align: middle; height: 48px; }

.allcat-menu ul li ul.child li:hover a{
	background: #f2f2f2;
	border-left: 10px solid #006d99;
}

.allcat-menu ul li ul.child li span.m-item{width: auto;}

.header-main .login-panel{
	margin: 0;
	float: right;}

.header-main .login-panel ul{
	overflow: hidden;
	margin: 13px 0;
	padding: 0; }

.header-main .login-panel ul li{
	float: left;
	padding: 2px 10px;
    margin: 0; }

.header-main .login-panel ul li a{
	
    font-weight: normal;
    padding:2px 15px 2px 0;
    /*border-right: 1px solid #fff;*/
    color: #fff; }

.header-main .login-panel ul li a.last{
	border: none; }

.header-main .login-panel .dropdown .dropdown-toggle{
	padding: 0; }

.header-main .login-panel .dropdown ul.dropdown-menu li a{
	color: #222; }

.header-main .login-panel .dropdown ul.dropdown-menu li:not(:last-child) a{
	/*border-right: 1px solid #222;*/ }

.homepanel-main{ }

.seach-panel{
	margin: 6px 0;
	overflow: hidden; }

.home-slider{}
.home-slider img{
	width: 100%; }

h1{
	
	font-size: 30px;
	color: #393a3b;
	font-weight: 600;
	text-transform: normal;
	margin:15px 0px 0px; }

h1::before{
	/*content: '';*/
	border-bottom: 4px solid #0e6796;
    position: absolute;
    width: 5%;
    margin: 62px auto 0;
    left: 0;
    right: 0;
}

h1 span{
	/*font-family: 'gotham_bookregular';*/
	
	font-weight: normal; }

.home-category-panel {
	text-align: center; 
}

.home-category-panel .owl-stage-outer {
	/*margin: 0px 50px; */
}

.home-category-panel .owl-carousel .owl-nav {
	top: -83px;
    position: relative;
    width: 100%; 
}

.home-category-panel .owl-carousel .owl-nav .owl-prev{
	background: url(../../images/category-prev-icon.jpg) no-repeat !important;
    position: absolute;
    font-size: 0;
    padding: 20px;
    border: none;
    margin: 0;
    top: -15px;
    border-radius: 0;
    left: -60px; }

.home-category-panel .owl-carousel .owl-nav .owl-next{
	background: url(../../images/category-next-icon.jpg) no-repeat !important;
	position: absolute;
    font-size: 0;
    padding: 20px;
    border: none;
    margin: 0;
    top: -15px;
    border-radius: 0;
    right: -60px; }

.home-category-panel .item img{
	width: 50px !important;
	height: 50px !important;  }

.home-category-panel .categories.menu a:hover{
	border:3px solid #006d99; }

a.blue-btn{
	background: #0e6796;
	color: #fff;
	border: 1px solid #0e6796;
	padding: 8px 15px;
	font-family: 'gotham_mediumregular';
	font-size: 18px;
	font-size: 18px;
    font-weight: normal;
    text-transform: uppercase;
    border-radius: 50px; }

a.blue-btn:hover{
	background: #fff;
	color: #0e6796; }

.featuredlisting-bg{
	background: #fff;
	padding:15px 0; }

.featuredlisting-bg h3{
	/**/
	font-family: 'Poppins-Regular';
	color: #a0a0a0;
	font-size: 20px;
	margin: 15px 0;
    display: inline-block;
    width: 100%; }

.home-feature-listing{
	text-align: center; }

.home-feature-listing ul{}
.home-feature-listing ul li{
	margin:20px 0px; }

.img-box{
	height: 255px;
	width: 100%;
	overflow: hidden;
    border: 1px solid #ccc;
    text-align: center;
}
.search-content .img-box{
	height: 221px;
}
.search-content .products .img-box {
    height: 213px;
}
.home-feature-listing ul li h4,
.insidepages-main .business-listing ul li h4,
.insidepages-main .product-listing ul li h4{
	background: #fff;
	color: #1f1f1f;
	
	font-size: 16px;
	margin: 0;
    padding: 10px 0px 4px;
	text-align: left;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
	font-weight: bold;
	height: auto; }

.home-feature-listing .boxes,
.insidepages-main .business-listing .boxes,
.insidepages-main .product-listing .boxes{border:1px solid #222; background: #fff; min-height: 520px;}

.home-feature-listing .img-box,
.insidepages-main .business-listing .boxes .img-box,
.insidepages-main .product-listing .boxes .img-box{background: #fff; border:none; }

.home-feature-listing .home-rating,
.insidepages-main .business-listing .boxes .home-rating,
.insidepages-main .product-listing .boxes .home-rating{ background: #fff; border:none; border-bottom: 1px solid #222; padding: 0px 0px 8px; text-align: left;}

.home-feature-listing .boxes .description{text-align: left;}

.home-feature-listing ul li .home-wishlist a,
.insidepages-main .business-listing ul li .home-wishlist a,
.insidepages-main .product-listing ul li .home-wishlist a{  padding: 5px 40px; color: #337ab7;}

.boxes .boxes_infoarea{padding: 0 10px;}
.boxes .icons_blue a{color: #337ab7; margin: 8px 0 0; display: block; text-align: center; font-size: 18px;}


.insidepages-main .business-listing ul li,
.insidepages-main .product-listing ul li{color: #333333;}

.insidepages-main .business-listing ul li .light-grey,
.insidepages-main .product-listing ul li .light-grey{width: auto;}

.insidepages-main .business-listing .boxes,
.insidepages-main .product-listing .boxes{min-height: 480px;}


.sbut-logo{
	width: 35px;
}
.mrg-top-minus-5{
	margin-top: -5px;
}
.mrg-top-3{
   margin-top: 3px !important;
}
.home-feature-listing ul li .category-name , .home-feature-listing ul li .business-name{
	
	/*background: #404040;*/
	background: #b5c93a;
    color: #fff;
    position: absolute;
    /*top: 0;
    padding: 7px 5px;
    left: 0;
    right: 0; */
    top: 4%;
    padding: 8px 15px;
    left: 10%;
    margin: 0 auto;
    text-align: center;
    width: 62%;
    font-weight: normal;
    border-radius: 50px;
    font-size: 12px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden; }

.home-blue-bg{
	background:#0080ae;
	padding:50px 20px; }

.home-memberspanel{}
.home-memberspanel ul{
	text-align: center;}

.home-memberspanel ul li{}
.home-memberspanel ul li:not(:last-child)::before{
	content: '';
	right: 0;
    border-right: 1px solid #4fa7c7;
    position: absolute;
    padding: 33px 0;
    top: 25px;}

.home-memberspanel ul li::before{
	border:none;}

.home-memberspanel ul li h3{
	margin: 0;
	color: #fff;
	font-family: 'gotham_mediumregular';
	font-size: 35px; }

.home-memberspanel ul li h4{
	margin: 0;
	color: #fff;
	text-transform: uppercase;}

.service-black-bg{
	background: #212121;
	padding: 40px 0;}

.home-services{}
.home-services h2{
	font-family: 'gotham_mediumregular';
	font-size: 22px;
	color: #fff;
	font-weight: normal;
	text-transform: uppercase;
	margin:15px 0px 25px; }

.home-services h2::before{
	content: '';
	border-bottom: 4px solid #0e6796;
    position: absolute;
    width: 22%;
    margin: 48px auto 0; }

.home-services p{
	
	color: #fff;
	margin: 18px 0;
    display: inline-block;
    font-size: 16px; }

.business-list-contact .left{
	position: relative;
    padding-left: 20px;
    width: auto;
}
.business-list-contact .right{
    position: relative;
    z-index: 99;
}
.home-services .home-service-details img {
	border-radius: 50px; }

.home-services .home-service-details h3{
	
	font-size: 25px;
	color: #fff; }

.home-services .home-service-details p {
	font-size: 16px; 
	margin: 0;
	color: #6b6b6b; }

.home-services .home-service-details a{
	margin:7px 0;
	color: #9bc83d;
	display: block; }

.home-services .home-service-details a:hover{
	color: #fff;
	text-decoration: underline; }

.green-btn{
	background: #9bc83d;
	border:1px solid #9bc83d;
	color: #fff;
	padding: 8px 15px;
	font-weight: normal;
	font-size: 18px;
	display: block; }

.green-btn:hover{
	background: #fff;
	color: #9bc83d; }

.recent-listing-bg{
	background: #f2f2f2;
	padding: 20px 0;}

.recent-listing-panel{}
.recent-listing-panel ul{
	overflow: hidden;
    margin: 30px 0;
    display: block; }

.product-detail-page .recent-listing-panel ul {
	margin:0;
}

.recent-listing-panel ul li{
	color: #fff;
	margin: 25px 0; }

.recent-listing-panel ul li .dark-grey{
	background: #393a3b;
	padding: 7px 15px;
	margin: -1px 0;}

.recent-listing-panel ul li img, .home-feature-listing ul li img {
    width: 100%;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    object-fit: cover;
}
.recent-listing-panel ul li img {
	max-height: 320px !important;
}

.recent-listing-panel ul li h3{
	
    margin: 0;
    font-weight: bold;
    font-size: 19px;
    width: 100%;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}
 .recent-listing-panel ul li h4{
 	margin: 0;
 	font-weight: lighter; 
    margin: 0;
    font-weight: lighter;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    height: 40px;
 }

.recent-listing-panel ul li .light-grey, .home-feature-listing ul li .light-grey{
/*	background: #d3d3d3;*/
	padding: 8px 0px;
    overflow: hidden;
    position: absolute; 
    bottom: 1%; 
    width: 80%; }

.recent-listing-panel ul li .home-rating i, .home-feature-listing ul li .home-rating i{
	margin: 4px 2px;
    color: #9ac63c;
    cursor: pointer;
    font-size: 18px;}

.recent-listing-panel ul li .home-wishlist i, .home-feature-listing ul li .home-wishlist i{
	margin: 4px 3px;
    color: #006d99;
    cursor: pointer;
    font-size: 18px; }

 .recent-listing-panel ul li, .home-feature-listing ul li .home-wishlist {}

.footer-main{
	color: #fff; 
	font-weight: normal;}

.footer-main .logo-new{
	text-align: left; padding-right: 120px;}

.footer-main .logo-new img{
	width:75%; }

.footer-menu{
	height: 52px;
    vertical-align: middle;
    display: table-cell;
    width: inherit; }

.footer-main h4{text-align: left; color: #fff; font-weight: 700; font-size: 22px;}
.footer-menu ul{
	overflow: hidden;
	text-align: left;
	margin: 0; }

.footer-menu ul li{
	padding: 5px 0px;
    display: block;}

.footer-menu ul li a{
	color: #fff;
	text-transform: capitalize;
	
	font-weight: normal; }

.footer-menu ul li a:hover{
	text-decoration: underline;}

.footer-main .copyright{
	margin: 8px 0 -2px;
    overflow: hidden; }

.footer-main .copyright p {
	font-size: 13px; }

.footer-main .copyright a{
	font-weight: normal;
	color: #fff;
	font-size: 14px; }

.footer-main .copyright a:hover{
	color: #acce20;
	text-decoration: underline; }

nav#mobmenu{
	display: none; }

.mm-menu.mm-current{
	display: block !important; }
	
.mobmenu-icon {
	display: none;
	float: left;}

.mobmenu-icon a {
    background: url(../../images/mobile-menu-icon.png) no-repeat center center;
    padding: 28px 26px;
    background-size: 70%;
    font-size: 0;
    background-color: #0e6796;
    margin: 5px 0;
    display: block;
    margin-left: -15px;
    border-radius: 3px;
}

.dataTables_info{
	margin: 15px 0; }

.insidepages-main{
	margin: 15px auto 30px; }

.insidepages-main h1::before{
	border: none;
	position: inherit; }

.insidepages-main .content{
	width: 100%; }
.dataTables_wrapper{
	padding: 10px 0 0 0;
}
.dataTables_wrapper .dataTables_length{
	float: left;
    line-height: 32px; }
.dataTables_wrapper .dataTables_filter{
	float: right; }
.dataTables_empty{
	text-align: center;
}
.business-listing{}

.business-listing .biz-box{
	background: none;
	padding: 0; }

.business-listing .biz-img{}
.business-listing .biz-img img{
	border-radius: 0;
	padding:0;
	border: 1px solid #222; }

.business-listing .biz-box-content{
	background: #393a3b;
    padding: 7px 15px; }

.business-listing .biz-box-content a strong{ 
	
    margin: 0;
    font-size: 19px;
	color: #fff; }

.business-listing .biz-box-content p {
	font-size: 16px;
    margin: 7px 0;
	color: #fff;
	height: 50px;
	overflow: hidden;
	word-wrap: break-word;
    text-overflow: ellipsis; }

.business-listing .biz-box-content .lgn{
	border: 1px solid #fff; }

.business-listing .biz-box-content .lgn a p{
	font-weight: normal; } 
.business-listing .biz-inquiry-btn{ }


.business-listing .biz-inquiry-btn .btn-inquiry{
	border:1px solid #006d94;
	float: none;
	width: 100%;
    padding: 15px;
    font-size: 16px;
    -webkit-transition: .5s;
	transition: .5s;  }

.business-listing .biz-inquiry-btn .btn-inquiry:hover{
	background: #fff;
	color: #006d94;
	-webkit-transition: .5s;
	transition: .5s; }

.business-listing .biz-box-content .lgn{
	margin: 0px 0px 10px; }
.business-listing .biz-box-content .lgn a{
	color: #222; }

.product-listing{}

.product-listing .biz-box{
	background: none;
	padding: 0; }

.product-listing .biz-img{}
.product-listing .biz-img img{
	border-radius: 0;
	padding:0;
	border: 1px solid #222; }

.product-listing .biz-box-content{
	background: #393a3b;
    padding: 7px 15px; }

.product-listing .biz-box-content a strong{ 
	
    margin: 0;
    font-size: 19px;
	color: #fff; }

.product-listing .biz-box-content p, .product-listing .biz-box-content h1, .product-listing .biz-box-content h2, .product-listing .biz-box-content h3, .product-listing .biz-box-content h4, .product-listing .biz-box-content h5, .product-listing .biz-box-content h6 {
	font-size: 16px;
    margin: 7px 0;
	color: #fff;
    height: 50px;
	overflow: hidden;
	word-wrap: break-word;
    text-overflow: ellipsis; }

.product-listing .biz-box-content .lgn{
	border: 1px solid #fff; }

.product-listing .biz-box-content .lgn a p{
	font-weight: normal; } 
.product-listing .biz-inquiry-btn{ }
.edit-biz-link, .edit-biz-link:hover{
	color: #337ab7;
}
.chzn-container-multi .chzn-choices .search-field input {
    padding: 0px;
}

.top-header-title h4{
    color: #fff;
    font-size: 16px;
    margin: 17px 0px;
}
.product-listing .biz-inquiry-btn .btn-inquiry{
	border:1px solid #006d94;
	float: none;
	width: 100%;
    padding: 15px;
    font-size: 16px;
    -webkit-transition: .5s;
	transition: .5s;  }

.product-listing .biz-inquiry-btn .btn-inquiry:hover{
	background: #fff;
	color: #006d94;
	-webkit-transition: .5s;
	transition: .5s; }
.products .jumbotron .add-product-link{
	font-size: 14px;
}
.product-listing .biz-box-content .lgn{
	margin: 0px 0px 10px; }
.product-listing .biz-box-content .lgn a{
	color: #222; }

.left-profilestrength .prfl-str{
	width: auto; }

.left-profilestrength .outer-logo{
	height: 141px;
    width: 152px; }

.left-profilestrength .outer-logo img {
    height: 141px;
    width: 152px; }

.btn-group-sm>.btn, .btn-sm{
	display: inline-block;
    text-align: center; }

.input-group.dsel{
	width: 100%; 
}
.login-logo {
    text-align: center;
    margin: 20px 0;
}
.login-logo img {
	max-width: 25%;
	margin: 0 auto;
}
.select_cntry_code{
	width: 100px;
}
.login-page .non-its-login a{
	color: #222; }

.login-page .non-its-login .login-with-social a{
	color: #fff; }

.login-page  .user-registration{}

.login-page  .user-registration input, .login-page  .user-registration label{
	color: #222; }

.black-text{ color: #222;}
.switch {
  padding: 3px 3px;
 /* width: 140px;*/
  height: 52px;
  background: #fbfbfb;
  cursor: pointer;
  margin-top:-20px;
  top: 20px;
  border-radius: 100px;
  position: relative;
}
.row.searchformdetails .searchformgrp {
    display: flex;
    justify-content: center;
    float: left;
    width: 100%;
}

.switch:before {
  content: '';
  width: 50%;
  height: 42px;
  margin-left: 0;
  display: block;
  background: #abcd4b;
  border-radius: 10px;
  -webkit-transform: translateX(0);
  -ms-transform: translateX(0);
  -o-transform: translateX(0);
  transform: translateX(0);
  -webkit-transition: -webkit-transform 0.2s ease-out;
  -o-transition: -o-transform 0.2s ease-out;
  transition: transform 0.2s ease-out;
  box-shadow: 0px 2px 3px 2px rgba(25, 25, 25, 0.37);
}

.switch:after{
	/* -webkit-transition: left 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275), padding 0.3s ease, margin 0.3s ease; */
	/* transition: left 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275), padding 0.3s ease, margin 0.3s ease; */}

.switch:first-child {
	box-shadow: 0 0px 8px 0px #5a5a5a inset;
	color: #4D4D4D; }

.company-profile h1 a {
	color: #393a3b;
}
.company-profile h1 a:focus{
	text-decoration: none;
}
.switch .toggle-option {
  width: 50%;
  height: 42px;
  line-height: 24px;
  text-align: center;
  color: #fff;
  display: block;
  float: left;
  position: relative;
  top: -100%;
  -webkit-transition: color 0.5s ease-out;
  -o-transition: color 0.2s ease-out;
  transition: color 0.2s ease-out;
}
.switch .toggle-option:last-child {
	color: #222; }

.switch.is-toggled:before {
  -webkit-transform: translateX(100%);
  -ms-transform: translateX(100%);
  -o-transform: translateX(100%);
  transform: translateX(100%);
}
.search-content .home-wishlist { /*padding: 0 0 0 5px;*/ }
.search-content .home-rating {
    padding: 0 5px;
}
.search-content .home-rating i{
	margin: 4px 0px;
}
.switch.is-toggled > .toggle-option:first-child {
  color: #222;
}
.tag{
    background-color: #0e6796;
    position: absolute;
    top: 10px;
    left: 0px;
    color: #fff;
    font-size: 11px;
	margin-top:0px;
	opacity: 0.8;
	padding: 2px 5px;

}
.switch.is-toggled > .toggle-option:last-child {
  color: #fff;
}

.user-registration #phcode{
	float: left;
	width: 30%; }

.user-registration #phcode .select2-container--default .select2-selection--single{
	height: 42px;
    padding: 5px 0;
    border-top-right-radius: 0px;
    border-bottom-right-radius: 0px; }

.user-registration .input-group .form-control:last-child{
	width: 70%; 
    padding: 8.5px;
    height: auto;
}

.dropdown-filters .form-control{
    
}
.form-control.no-border-radius {
	margin: 0 0 10px 0;
	
}
.dropdown-filters .form-control {
    margin-bottom: 10px;
}
.user-registration .select2-container--default .select2-selection--single .select2-selection__arrow{
	height: 40px; }

.user-profile #mobile{
	padding: 0;
    margin: 0;
    border: 0;
    background: transparent;
    border-radius: 0;}

.user-profile #mobile .select2-container--default .select2-selection--single{
	height: 40px;
    padding: 3px 0;
    border-radius: 0px; }
    .country-field-row .form-control {
      color: #fff;
    }
.user-profile .input-group .form-control:last-child{
	width:100%;
	color: #000; }

.user-profile .select2-container--default .select2-selection--single .select2-selection__arrow{
	height: 40px; }

.inquiry-panel{
	display: inline-block;
	width: 100%;
	border:1px solid #dddee0; }

.inquiry-panel .inq-table{
	display: inline-block;
    width: 100%; }

.inquiry-panel .inq-conv, .inquiry-panel .inq-msg, .inquiry-panel .inq-detail{
	display: block;
    flex: inherit;
    min-height: 590px;
    flex-direction: inherit; }

.inquiry-panel .inq-conv .header{
	padding:10px 11px; }

.inquiry-panel .inq-msg .reply-box{
	position: inherit; }

.inquiry-panel .inq-detail{
	height: 544px;
    max-height: 544px; }

.inquiry-panel .inq-conv ul.conversations li{
	border-bottom: 1px solid #cdcdcd;}

.inquiry-panel #tab_2 .inq-conv ul.conversations{
    max-height: 530px;
    height: 530px;}

.topbar-greenbg .login-panel .top-profilepic{
	width: 35px;
    height: 35px; }

.topbar-greenbg .login-panel .user-profpic{
	display: inline-block;
	padding-top: 5px; }
.photo-inputs .cphoto-a{
    display: inline-block;
    padding: 10px;
}
a.remove-all-cp,a.remove-all-cp:focus{
	color: #00698f;
}
.photo-inputs .cphoto-a span.fa-stack {
    color: #bbb;
}
.business-forms .tab-pane small{
	font-size: 10px;
}

.topbar-greenbg .login-panel p.metxt{
	margin: 0;
	display: inline-block;
	position: relative;
	top: -10px; }

.topbar-greenbg .login-panel ul.dropdown-menu{
	min-width: 320px;
	margin: 15px 0 0;
	padding: 12px 0px;
	overflow: inherit; }

.topbar-greenbg .login-panel ul.dropdown-menu a.profile-link{
	color: #0e6796; }

.topbar-greenbg .login-panel ul.dropdown-menu a.dashboard-link{
	border: 0px; }

.topbar-greenbg .login-panel .dropdown .sep{
	border-bottom: 1px solid #cdcdcd;
	display: inline-block;
    width: 100%; }

.topbar-greenbg .login-panel ul.dropdown-menu p.user-fullname{
	margin: 15px 0 7px; }

.topbar-greenbg .login-panel ul.dropdown-menu li{
	float: none;
	padding: 2px 22px; }

.topbar-greenbg .login-panel .dropdown{
	margin: 2px 0;}

.header-main .login-panel ul.dropdown-menu li h3{
	background: #e3e3e3;
    padding: 8px 10px;
    margin: -7px -22px 0;
    font-size: 19px; }

.header-main .login-panel ul.dropdown-menu:before{
	content: "\f0d8";
	font: normal normal normal 50px/1 FontAwesome;
	position: absolute;
    right: 12px;
    top: -33px;
    color: #fff;}

.nav-tabs>li>a{
	color: #222; }

.add-product-link, .add-product-link:hover{
	font-weight: 200;
    font-size: 20px;
    color: cornflowerblue;
}

.banners_leftright img{
	width: 100%; }

section.faq a {
	color: #0e6796; }
	
section.faq ul.faq-categories{
	overflow: hidden;
    margin: 20px 0; }

section.faq ul.faq-categories li{
	background: #e3e3e3;
	padding: 15px;
    border: 1px solid #fff;
    text-align: center;}

section.faq ul.faq-categories li a{
	color: #222; }
.search-divider {
  height: 1px;
  width:100%;
  display:block; /* for use on default inline elements like span */
  margin: 9px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}
.search-content ul.address li{
    margin: 5px 0px;
}
.search-content ul.address li i{
	position: absolute;
    left: 0;
    top: 3px;
}
.text-right{
	text-align: right;
}
.margin-top-20{
	margin-top: 20px;
}

.inside-businessproduct_listing{}

.search-content .recent-listing-panel ul,
.search-content .recent-listing-panel ul li{
	margin:10px 0 0 0 ;
}
.inside-businessproduct_listing.light-grey{
	background: #d3d3d3;
	padding: 8px 0px;
    display: inline-block;
    width: 100%; }

.inside-businessproduct_listing.light-grey .home-rating i {
	margin: 4px 2px;
    color: #9ac63c;
    cursor: pointer;
    font-size: 18px;}

.inside-businessproduct_listing.light-grey .home-wishlist i {
	margin: 4px 1px;
    color: #aaaaaa;
    cursor: pointer;
    font-size: 18px; }

.product-listing .biz-box-content p.cty, .business-listing .biz-box-content p.cty{
	height: auto; }

.product-detail-page .orange-btn{
	border:1px solid #f0ad4e;
	background: #f0ad4e;
    color: #fff;
    font-size: 18px;
    padding: 8px 15px;
    display: inline-block;
     }

.product-detail-page .orange-btn:hover {
    background: #fff;
    color: #f0ad4e; }

.product-detail-page .orange-btn.favourite{
	position: inherit;
	top: 0; }
.verified-tick{
	width: 17px;
    margin: 0px 0px 0px 3px;
    position: relative;
    top: -5px;
}
.tick-verify-box{
    display: none;
}
.tick-verify-box:first-child{
	display: block;
}
.orange-btn:active,
.orange-btn:focus,
.green-btn:active,
.green-btn:focus{
	text-decoration: none;
}
.rcv-inq-table .dropdown-filters, .my-inq-table .dropdown-filters{
	padding: 10px;
}
.rcv-conversations .status, .my-conversations .status{
		float: right;
	}
.rcv-details.details, .my-details.details{
	padding: 0px;
}
.rcv-inq-msg .btn-success.btn-xs, .rcv-inq-table.inq-table .btn-success.btn-xs, .my-inq-msg .btn-success.btn-xs{
	padding: 0px 6px;
	background-color: #0e6796;
	border-radius: 3px;
	margin: 10px 0px;
}
.rcv-inq-msg .btn-info.btn-xs, .rcv-inq-table.inq-table .btn-info.btn-xs, .my-inq-msg .btn-info.btn-xs, .my-inq-detail .btn-info.btn-xs{
	padding: 0px 6px;
	border-radius: 3px;
	margin: 10px 0px;
    background: #acce20;
    border-color: #acce20;
    font-weight: bold;
    font-size: 16px;
}
.product-detail-page .fa-2x{
	font-size: 1.5em;
    font-weight: bold; }

a.cphoto-a img.w-40{
	width: 100px;
	height: 100px; }
.input-group.dsel input.form-control{
	float: none;
	display: inline-block;
	width: auto;
}
.product-detail-page h1{
	margin-top: 0;
	
}
.product-detail-page .stars{
	margin-top: 20px; 
}
.no-padding{
	padding:0;
}
.seach-panel .col-md-5 {
    padding: 0 10px 0 0;
}
.seach-panel .col-md-7 {
    padding: 0 0 0 10px;
}
.p-h-xs{
	padding-right: 10px;
}
.no-pad-r{
   padding-right: 0px;
}
.recent-listing-panel .dark-grey p:not(.cty) {
	display: block; /* Fallback for non-webkit */
  	display: -webkit-box;
	height: 41.44px; /* Fallback for non-webkit */
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
  	overflow: hidden;
  	text-overflow: ellipsis;
    height: 14*18*2;
}
.inq-conv ul.conversations.new {
    height: auto;
    max-height: 490px;
}
.dark-grey p.cty{
	white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.verify_tooltip + .tooltip .tooltip-inner { width: 350px; }

@media (min-width: 992px){
	.md-right{
		float: right;
	}
}
/*md*/
@media(min-width: 992px) and (max-width: 1200px){
	.product-detail-page .productdeail-desc {
	    margin: 0 0 18px;
	    min-height: 220px;
        max-height: 240px;
	}
	.no-pdng-md{
		padding: 0px;
	}
	.pro-container img{
		min-height: 150px;
	}
}
@media (max-width: 1199px){
	.header-main .main-menu ul li{
		padding: 0 2%;
	}
	.header-main .main-menu ul li a{
		padding: 29px 0;
	}
	.img-cat-box{
		height: 266px;
	}
	.search-content .img-box{
		height: 177px;
	}
	.search-content .products .img-box{
		height: 169px;
	}
}
@media (max-width: 992px){
	.home-services .home-service-details{
	    margin-top: 20px;
	}
	li .home-rating{
		text-align: left;
	}
	.home-services .home-service-details:before,
	.home-services .home-service-details:after{
		clear:both;
		content: ' ';
		display: block;
		float: none;
	}
	.header-main .main-menu ul li a{
		padding: 22px 0;
	}
	.header-main .main-menu ul li{
		padding: 0 3%;
	}
	.copyright .col-md-3.text-left,
	.copyright .col-md-3.text-right {
	    text-align: center;
	}
	.social-icon ul {
	    display: inline-block;
	    text-align: center;
	    float: none;
	}
	.footer-menu {
    	height: auto;
	}
	.img-cat-box{
		height: 193px;
	}
	.biz-pro-name p {
	    height: 38px;
    	font-size: 15px;
    }
	.search-content .img-box{
		height: 328px;
	}
	.search-content .products .img-box{
		height: 195px;
	}
	.product-detail-page .productdeail-desc {
	    min-height: 200px;
        max-height: 220px;
	}
	.product-detail-page h1 {
		font-size: 26px;
	}
	.product-detail-page .stars {
	    margin-top: 5px;
	}
	.product-detail-page ul.product-price-qty li p,
	.product-detail-page .detail-heading h3 {
	    font-size: 18px;
	}
	.company-profile h1 a{
		font-size: 20px;
	}	
	.seach-panel .col-md-5 {
	    padding: 0;
	}
	.seach-panel .col-md-7 {
	    padding: 0;
	}
	.product-block .biz-container {
		height: 339px;
		position: relative;
	}
}
@media (max-width: 767px){
	.miniNoty {
	    right: 30px;
	}
	.miniNoty-show {
	    bottom: 30px;
	}
	#prod_detail_desc_col{
		margin-top: 15px;
	}
	.nav-tabs-responsive > li {
    width: 23%;
    }
	.search-content .img-box,
	.search-content .products .img-box{
		height: 398px;
	}
	.img-cat-box{
		height: auto;
	}
	.biz-pro-name {
	    top: 75%;
	    width: 98.5%;
	}
	.biz-pro-name p{
		font-size: 17px;
		height: 48px;
	}
	.section-biz .filter-horizontal .col-sm-6:not(.no-padding){
		padding:10px 0 0 0;
	}
	.section-biz .filter-horizontal .col-sm-6:not(.no-padding) .input-inner-btn{
		margin-top: 10px;
	}
	.product-detail-page .productdeail-desc {
	    min-height: auto;
	    max-height: auto;
	    overflow-y: visible;
	}
	.product-detail-page .stars {
	    text-align: left;
	}
	.product-detail-page ul.product-price-qty li p,
	.product-detail-page .detail-heading h3 {
	    font-size: 20px;
	}
	.company-profile {
    	text-align: center;
    }
    .company-profile .fa-ul{
    	text-align: left;
    }
	.header-main .login-panel {
	    margin-top: 7px;
	    text-align: right;
	}
	.product-block .biz-container {
	    height: auto;
	}
	
}
/*sm*/
@media(min-width: 768px) and (max-width: 992px){

	.main-menu ul li ul.child li {
	    min-height: 115px;
	    max-height: 115px;
	}
	.user-registration .input-group .form-control:last-child {
	    width: 85%;
	}
	.user-registration #phcode {
	    width: 15%;
	}
	.no-pdng-sm{
		padding: 0px;
	}
	.biz-logo{
		margin-bottom: 60px;
	}
}
	.country_code{
		width: 100px;
	}
	.phone-span img{
		margin-right: 5px;
	}
	.phone-span .country_code .select2-container--default .select2-selection--single {
		height: 35px;
		padding: 0px 0;
		border-top-right-radius: 0px;
		border-bottom-right-radius: 0px;
	}
	.phone-span .country_code .select2-container--default .select2-selection--single .select2-selection__rendered {
		font-size: 15px;
	}
	.phone .country_code .select2-container--default .select2-selection--single {
		height: 41px;
		padding: 0px 0;
		border-top-right-radius: 0px;
		border-bottom-right-radius: 0px;
	}
	.phone img{
		margin-right: 5px;
	}
	.phone .country_code .select2-container--default .select2-selection--single .select2-selection__rendered {
		font-size: 15px;
		overflow: inherit;
		margin-top: 4px;
	}
	.select2-container--default .select2-selection--single .select2-selection__arrow{
		display: none;
	}
@media(min-width: 600px) and (max-width: 767px){
	.company-profile .established {
	    float: left;
	}
	h1::before {
       margin: 35px auto 0;
    }
    .home-category-panel .owl-carousel .owl-nav .owl-next {
       right: -15px;
    }
    .home-category-panel .owl-carousel .owl-nav .owl-prev {
       left: -15px;
    }
}
@media (max-width: 550px){
	.search-content .img-box, .search-content .products .img-box{
		height: 100%; }
}
/*extra small mobile*/
@media(min-width: 320px) and (max-width: 399px){
	.user-registration .img-flag{
		width: 22px;
	}
	.m-item i {
	    max-width: 100px;
	}
	.product_detail_btm_btn .pull-left, .product_detail_btm_btn .pull-right{
        float: none !important;
        margin: 0 auto;
        padding: 6px 45px;
        text-align: center;
	}
}
/* small mobile*/
@media(min-width: 481px) and (max-width: 599px){
	.company-profile .established {
	    float: left;
	}
    .home-category-panel .owl-carousel .owl-nav .owl-next {
      right: 0px;
    }
    .home-category-panel .owl-carousel .owl-nav .owl-prev {
      left: 0px;
    }
}
	/*extra small mobile*/
@media(min-width: 320px) and (max-width: 480px){
	.header-main .logo-new img {
	    width: 85%;
	    margin: 0px 15px;
	}
	.mrg-top-20-320{
       margin-top: 20px;
	}
	.show-320{
		display: block !important;
	}
	.company-profile img {
	    max-width: 100%;
	}
	.img-box-320{
		width: 100%;
	}
	.hide-320{
		display: none;
	}
	.product-detail-page ul.product-price-qty li p, .product-detail-page .detail-heading h3 {
	    font-size: 18px;
	}
	.h3, h3 {
	    font-size: 22px;
	}
	h1 {
	    margin: 15px 0px 15px;
	}
	.product-detail-page .stars {
	    margin-top: 5px;
	    margin-bottom: 10px;
	}
	.product-detail-page h1 {
	    font-size: 24px;
	}
	.product-detail-page .productdeail-desc {
	  min-height: auto;
	  max-height: 100%;
	}
	.product-detail-page .nav-tabs-responsive > li.active, .product-detail-page .nav-tabs-responsive > li {
	  width: 47%;
	}
	.country-field-row .col-xs-3{
      width: 30%;
	}
	.btn.lg {
      padding: 5px 36px;
    }
	.select2-container .select2-selection--single .select2-selection__rendered {
      padding-left: 2px;
    }
	.country-field-row .col-xs-9{
     width: 70%;
	}
	.dataTables_wrapper .dataTables_length, .dataTables_wrapper .dataTables_filter {
      display: block;
      width: 100%;
      text-align: center;
}
.home-category-panel .owl-carousel .owl-nav .owl-next {
      right: -8px;
    }
    .home-category-panel .owl-carousel .owl-nav .owl-prev {
      left: -8px;
    }
}
/* ----------- iPad 3, 4 and Pro 9.7" ----------- */

/* Portrait and Landscape */
@media only screen 
  and (min-device-width: 768px) 
  and (max-device-width: 1024px) 
  and (-webkit-min-device-pixel-ratio: 2) {
    .home-category-panel .owl-carousel .owl-nav .owl-next {
      right: 0px;
    }
    .home-category-panel .owl-carousel .owl-nav .owl-prev {
      left: 0px;
    }
}

/* Portrait */
@media only screen 
  and (min-device-width: 768px) 
  and (max-device-width: 1024px) 
  and (orientation: portrait) 
  and (-webkit-min-device-pixel-ratio: 2) {
    .home-category-panel .owl-carousel .owl-nav .owl-next {
      right: -20px;
    }
    .home-category-panel .owl-carousel .owl-nav .owl-prev {
      left: -20px;
    }
}

/* Landscape */
@media only screen 
  and (min-device-width: 768px) 
  and (max-device-width: 1024px) 
  and (orientation: landscape) 
  and (-webkit-min-device-pixel-ratio: 2) {
     .home-category-panel .owl-carousel .owl-nav .owl-next {
      right: -20px;
    }
    .home-category-panel .owl-carousel .owl-nav .owl-prev {
      left: -20px;
    }
}
/* ----------- iPad Pro 12.9" ----------- */

/* Portrait and Landscape */
@media only screen 
  and (min-device-width: 1200px) 
  and (max-device-width: 1366px)
  and (-webkit-min-device-pixel-ratio: 2) {
    .home-category-panel .owl-carousel .owl-nav .owl-next {
      right: -60px;
    }
    .home-category-panel .owl-carousel .owl-nav .owl-prev {
      left: -60px;
    }
}

/*xs and <*/
.notice{
	font-style: italic;
	color: #0e6796
	
}
.sbutproducts{
	color: #00abbd;
}
 .dataTables_info{
  margin-top: 0px;
  float: left;
  font-size: 12px !important;
}
 .dataTables_paginate{
	float: right;
}
 table tr td.vertical-middle{
	width:20px;
}
@media(max-width: 767px){
	.pad-15-lr-xs{
		padding-right: 15px;
		padding-left: 15px;
	}
	.mrg-top-20-xs{
		margin-top: 20px;
	}
	.my-inq-msg .row:first-child, .my-inq-detail .row:first-child, .rcv-inq-msg .row:first-child, .rcv-inq-detail .row:first-child{
		border-bottom: 1px solid #ddd;
	}
	.no-pdng-xs{
		padding: 0px;
	}
    h1{
    	font-size: 24px;
    }
    table.dataTable.dtr-inline.collapsed>tbody>tr[role="row"]>td:first-child:before, table.dataTable.dtr-inline.collapsed>tbody>tr[role="row"]>th:first-child:before {
    top: 39%;
    left: 4px;
    }
    .toggle.btn {
    width: 70px !important;
    height: 36px !important;
    margin-top: 17px;
    }
    .toggle-group .btn {
    padding-top: 5px;
    }
    table tr td.vertical-middle:last-child {
    width: 100px;
    }

}
.locate-address {
	text-decoration: underline;
}
.caddress hr {
	margin-top:  10px;
}
.loader{
	background-image: url(../assets/img/loader-inline.gif);
	width: 16px;
	height: 10px;
	display: inline-block;
}
.bx-wrapper img {
    min-width: 100%;width:100%;height:auto !important;
}
.fullwidthbanner {float: left;width: 100% !important;}
.cntry_code{
	height: 40px;
}
#sheepItForm_remove_current{
	display: inline-block !important;
}
fieldset { 
    display: block;
    margin-left: 2px;
    margin-right: 2px;
    padding-top: 0.35em;
    padding-bottom: 0.625em;
    padding-left: 0.75em;
    padding-right: 0.75em;
    border: 2px groove ;
}
legend{
	padding: 0;
    margin-bottom: 20px;
    font-size: 21px;
    line-height: inherit;
    color: #333;
    border: 0;
	border-bottom: 1px solid #e5e5e5;
	width: auto;
	display: inline;

}
.productdeail-desc a:hover {
    color: blue;
}
.productdeail-desc blockquote {
    border-left: 0px solid #eee !important;
}

.correctAnswer {
    background: #f1f8e9;
    font-weight: bold;
}

.correctAnswer:after, .incorrectAnswer:after {
    content: ' ';
    content: "\f00c";
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    text-align: right;
    position: absolute;
    right: 5px;
    top: 4px;
}

.incorrectAnswer {
	background: #ffc7c1;
	font-weight: bold;
}

.incorrectAnswer:after{
	content: "\f00d"; }

.img-responsive{width: 100%; max-width: 100%;}
.location{  text-align: left;text-overflow: ellipsis; white-space: nowrap; overflow: hidden; margin: 5px 0 10px;}
.location .icons{text-align: left;}
.location .icons{width: 7%;}

.description p,
p{ }

/*ul li .boxes .home-wishlist{position: absolute; bottom: 15px; width: 90%;}*/
.featureProducts ul li .boxes{min-height: 500px; }

ul.tabStyle{
	text-align: center;
    margin: 0 auto;
    padding: 0;
    border: none;
    background: #f2f2f2;
    border-radius: 50px;
    width: auto;
    overflow: hidden;
	display: inline-block;}
ul.tabStyle li{
	display: inline-block;
    float: none;
    padding: 0 0;
    background: #f2f2f2;
    border-radius: 50px;
}
ul.tabStyle li a{padding: 31px 90px; }
ul.tabStyle li.active a,
ul.tabStyle li:hover a{    
	color: #fff !important;
    cursor: default;
    background-color: #006d99 !important;
    border: none !important;
    border-radius: 60px;}

.green_circlebtn{    
	background: #b5c93a;
    padding: 18px 50px;
    border-radius: 50px;
    display: inline-block;
    margin: 15px 0;
    font-size: 16px;}

.green_circlebtn:hover{background: #006d99; }

.home_bluebar{background: #006d99; padding:25px 0; margin:40px 0px 80px;}
.home_bluebar h3{color: #fff; font-size: 42px; font-weight: bold;}
.home_bluebar p{color: #fff; font-size: 22px; font-style: italic;}
.home_bluebar a{border:2px solid #b5c93a; color: #b5c93a; padding:10px 25px; border-radius: 50px; display: inline-block; margin: 8px 0 12px; font-size: 22px;}

.footer-main .social-icon ul {}
.footer-main .social-icon ul li{transform: none; width: auto; background: none;}
.footer-main .social-icon ul li a .fa{ transform: none;}

.insidepages-main .recent-listing-panel ul li{padding: 5px 10px;}
.copyright-bg{    padding: 10px 5px; clear: both;}
.copyright-bg p{margin: 0;}

.home_shareconnect_panel{ margin: 40px 0; overflow: hidden;}
.home_shareconnect_panel h2{ font-weight: bold; color: #333333;}

.insidepages-main .detailpage_productlisting .boxes{ min-height: 410px;}
.insidepages-main .detailpage_productlisting ul li .light-grey{left: 0; right: 0; margin:0 auto; text-align: center; padding-bottom: 15px;}

.main-search .no-padding {margin-right: 10px;}
.main-search .no-padding .select2-container {width: 100% !important;}
.main-search .no-padding .select2-selection {width: 100%; height: 35px; border: 0; border-bottom: 3px solid #0e6796; background: transparent; outline: none; border-radius: 0;}
table.dataTable tr.odd, table.dataTable tr td a.btn-sm {background: transparent !important;color: #797979;}


@media only screen and (max-width: 991px){
section.search-content.content {margin: -30px -15px 0 -15px;width: calc(100% + 30px) !important;}
.row.searchformdetails {margin-top: 0px !important;}
.row.searchformdetails .form-group {float: left;width: 100%;}
.row.searchformdetails .model-fabric {margin: 15px 0 10px !important;float: left;width: 100%;height: 52px;margin-bottom: -10px !important;}
.searchformgrp {float: left;width: 50%;}
.searchformgrp .form-control {height: auto !important;}
.select2-container--default .select2-selection--single .select2-selection__rendered {padding-left: 12px;}
.searchformgrp span.select2-dropdown.select2-dropdown--below {margin: -20px 0 0 0;}
.searchformgrp span.select2-selection.select2-selection--single{margin:0px !important;}
.insidepages-main .business-listing ul li .light-grey, .insidepages-main .product-listing ul li .light-grey {width: 100%; text-align: center;position: relative !important;}
}


@media only screen and (max-width: 767px){
.searchformgrp {float: left;width: 100% !important;}
}



.switch:first-child {
    box-shadow: none !important;
    border: 1px rgba(0,0,0,0.25) solid;
    padding: 0 !important;
}
.switch .toggle-option {
    height: inherit !important;
    padding: 0px 70px;
    font-size: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 52px !important;
    max-height: 52px;
}
.switch:before {
    border-radius:30px !important;
    padding: 0 70px !important;
    min-height: 30px;
    box-shadow: none !important;
    height: 50px !important;
}