:after, :before {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
* {
    box-sizing: border-box;
}


/* ---- button ---- */
input[readonly] {
     cursor: not-allowed;
}
.profile-content .form-control {
	background: #fff;
}
.button {
    display: inline-block;
    padding: 0.5em 1.0em;
    background: #EEE;
    border: none;
    border-radius: 7px;
    background-image: linear-gradient(to bottom, hsla(0, 0%, 0%, 0), hsla(0, 0%, 0%, 0.2));
    color: #222;
    font-family: sans-serif;
    font-size: 16px;
    text-shadow: 0 1px white;
    cursor: pointer;
}

.button:hover {
    background-color: #8CF;
    text-shadow: 0 1px hsla(0, 0%, 100%, 0.5);
    color: #222;
}

.button:active,
.button.is-checked {
    background-color: #1d75b3;
}

.button.is-checked {
    color: white;
    text-shadow: 0 -1px hsla(0, 0%, 0%, 0.8);
}

.button:active {
    box-shadow: inset 0 1px 10px hsla(0, 0%, 0%, 0.8);
}

/* ---- button-group ---- */

.button-group:after {
    content: '';
    display: block;
    clear: both;
}

.button-group .button {
    float: left;
    border-radius: 0;
    margin-left: 0;
    margin-right: 1px;
}

.button-group .button:first-child {
    border-radius: 0.5em 0 0 0.5em;
}

.button-group .button:last-child {
    border-radius: 0 0.5em 0.5em 0;
}

/* ---- isotope ---- */
.ttf-tag {
    width: auto;
    height: auto;
    float: right;
    position: absolute;
    top: 5px;
    right: 20px;
    padding: 3px 14px;
    color: #eff3f6 !important;
    font-weight: bold;
    background-color: #1d75b3;
    text-transform: capitalize;
    font-style: italic;
}

.hl {
    width: 100%;
    height: 2px;
    float: left;
    border-bottom: 1px solid #c6c6c6;
}

.grid {
    background-color: transparent !important;
    max-width: 100%;
    margin-top: 15px;
}

/* clear fix */
.grid:after {
    content: '';
    display: block;
    clear: both;
}

/* ui group */

.ui-group {
    display: inline-block;
}

.ui-group .button-group {
    display: inline-block;
    margin-right: 20px;
}


.post-box-outer {
    float: left;
    margin-bottom: 15px;
}
.inner-box{
    border: 1px solid #c6c6c6;
}
.p-desc{
    padding: 30px 15px 30px 15px;
}

.contact-detail .nopadding{
	padding-top: 0px;
	padding-right: 0px !important;
	padding-left: 0px !important;
}
h3.myspace-title{
	margin-top:0px;
}
.contact-detail .lb-n{
	font-weight:normal;
}
.contact-detail .form_area .vc_form-control {
    border: 1px solid #b3b3b3;
    border-radius: 3px;
	padding: 2px 15px;
    width: 100%;
}
.contact-detail .vc_col-md-12.nopadding.form_group_sec{
	border-bottom: 1px solid #b3b3b3;
	padding-bottom: 25px !important;
}
.contact-detail .myspace-title.captalize {
	width: 100%;
	text-transform: capitalize;
	padding: 5px 0px 20px;
}
.contact-detail .setting_sec {
    border-bottom: 1px solid #d9d9d9;
    padding: 20px 0px 20px;
    width: 100%;
}
.myspace-sub-title.uppercase {
	font-size: 16px;
	padding: 0px 0px 10px 0px;
	margin-top: 0px;
}
.form_area.update-sec {
	border-bottom: 1px solid #b3b3b3;
	padding: 20px 0px 20px;
	width: 100%;
}

.qbutton.with-shadow.pass-btn {
	margin: 24px 0px 0px;
	max-width: 144px;
	font-size: 14px;
	float: left;
	display: inline-block;
	clear: both;
	height: 35px;
	color: #fff;
}
.alert-info.update{
    color: #31708f;
    background-color: #d9edf7;
    border-color: #bce8f1;
    float: left;
    width: 100%;
    margin: 13px 0px 0px;

}
.sidebar-title{
	margin: 0px;
    border-bottom: 0px solid;
    padding: 0px 16px 12px;
    font-size: 20px;

}
.nav.sidbar-nav {
    padding: 0px 16px 0px;
}
.nav.sidbar-nav .glyphicon.glyphicon-arrow-right {
	padding: 0px 5px 0px 0px;
	font-size: 12px;
}
.qbutton.with-shadow.new-btn {
    text-align: center;
    width: 146px;
	color:#fff;
}
.update-req-text {
	padding: 7px 0px 0px;
}
.no-border {
    border: 0px!important;
}
.form_area.update-sec.update-req {
    margin-bottom: 60px;
}
.loader-cus {
	display:none;
	float:left;
	border: 6px solid #f3f3f3;
	border-radius: 50%;
	border-top: 6px solid #afd275;
	width: 20px;
	height: 20px;
	-webkit-animation: spin 2s linear infinite; /* Safari */
	animation: spin 0.5s linear infinite;
}

/* Safari */
@-webkit-keyframes spin {
  0% { -webkit-transform: rotate(0deg); }
  100% { -webkit-transform: rotate(360deg); }
}

@keyframes spin {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}
.form-message{
	margin:20px 0px 0px;
	width:100%;
	display:none;
}
input.qbutton.with-shadow.btn-me {
    text-align: center;
    width: 145px;
}
.message-area{
    background: #fff;
    padding: 5px 10px;
    border: 1px solid #f0f0f0;
    width: 100%;
}

.loader-cus-small {
    float: left;
    border: 4px solid #f3f3f3;
        border-top-width: 4px;
        border-top-style: solid;
        border-top-color: rgb(243, 243, 243);
    border-radius: 50%;
    border-top: 4px solid #afd275;
    width: 10px;
    height: 10px;
    -webkit-animation: spin 2s linear infinite;
    animation: spin 0.5s linear infinite;
	display:none;
	
}
.account-bg-image{
	width: 250px;	
	border: 3px solid;
	margin: 10px 0px 0px;
}
.account-logo {
    width: 100px;
    border: 3px solid;
    margin: 10px 0px 0px;
}
.delete-img {
	position: relative;
	display: inline-block;
	float: left;
}
.delete-img a:hover,
.delete-img a{
	position: absolute;
    right: 0;
    font-size: 20px;
    color: #f00;

}
.profile-content form .file-field label{
	float: left;
	width: 100%;
}
.profile-content .btn-danger {
	color: #fff;
	background-color: #d9534f;
	border-color: #d43f3a;
	border: 0px;
	border-radius: 5px;
}
.profile-content .btn-danger .fa{
	padding: 6px;
	border-radius: 8px;
}
.profile-content .text-danger {
    color: #d9534f;
}
.profile-content .table-bordered > thead > tr > th,
.profile-content .table-bordered > tbody > tr > th,
.profile-content .table-bordered > tfoot > tr > th,
.profile-content .table-bordered > thead > tr > td,
.profile-content .table-bordered > tbody > tr > td,
.profile-content .table-bordered > tfoot > tr > td {
    border: 1px solid #ddd;
}
.profile-content .form-group {
    margin-bottom: 15px;
}

.profile-content .btn.btn-sm.btn-primary {

    color: #fff;
    background-color: #428bca;
    border-color: #357ebd;
    border: 0px;
    padding: 5px 22px 6px;
    cursor: pointer;

}
.profile-content form label {
	margin-bottom: 5px;
	font-weight: normal;
}
.member-detail-content .vc_empty_space_inner .empty_space_image{
	height: auto;
}
.main-contact-sec h5{
    font-size: 23px;
}
.main-contact-sec{
	float: none;
	margin: 0 auto;
	width: 100%;
	text-align: center;
	position: absolute;
	top: 0%;
	text-align: center;
}
.contact_form.account-contact-form {
    background-color: #e6e6e6;
    float: none;
    margin: 0 auto;
    width: 49%;
    padding: 20px 26px 20px;
    position: relative;
    top: 0;
    z-index: 9999;
    display: inline-block;
	border-radius: 15px;
}
.contact_form.account-contact-form .close-btn:hover{

	transition: ease .5s all;
	top: 6px;
}
.contact_form.account-contact-form input.qbutton{
	text-align:center;
}
.contact_form.account-contact-form .close-btn a{
	color: #fff;
	font-weight: 700;
}
.hide-content{
	display:none;
}
.contact_form.account-contact-form .close-btn {

	background: #6dad47;
	color: #fff;
	width: 30px;
	height: 30px;
	display: inline-block;
	font-size: 20px;
	border-radius: 50%;
	position: absolute;
	right: 7px;
	top: 8px;
	box-shadow: 0px 0px 0px 0px #000;
	transition: ease .5s all;

}
.auth-name-link:after{
	position: absolute;
	content: "|";
	padding: 0px 0px 0px 10px;
}
.overview-text{
	width: 94%;
}
.ordered.product-type-sec{
    max-height: 300px;
    overflow-y: auto;
    padding: 0px 8px 0px;
}

.pro-filter-sec .vc_col-md-2.parent-cate{
    padding: 0px 0px 0px 0px;
	text-align: center;
	display: inline-block;
	float: none;
	width: auto;
	vertical-align: top;
	font-weight: 600;
}
.pro-filter-sec .vc_row {
    display: flex;
    flex-wrap: wrap;
    float: left;
    width: 100%;
    position: relative;
    background: #e8e8e8;
    margin: 10px 0px 10px;
}
.pro-filter-sec .vc_col-md-2.parent-cate .fip-fa.fa.fa-arrow-down {
    font-size: 12px;
    font-weight: 500;
}
/*.ordered.product-type-sec::-webkit-scrollbar {
    width: 1em;
}
 
.ordered.product-type-sec::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
}
 
.ordered.product-type-sec::-webkit-scrollbar-thumb {
  background-color: darkgrey;
  outline: 1px solid slategrey;
}*/
.autocomplete {
	/*the container must be positioned relative:*/
	position: relative;
	display: inline-block;
	width: 100%;
}

.autocomplete-items {
	position: absolute;
	border: 0px solid #d4d4d4;
	border-bottom: none;
	border-top: none;
	z-index: 99999;
	top: 100%;
	left: 0;
	right: 0;
	height: 225px;
	overflow-y: auto;
	box-shadow:0px 0px 1px 0px #000;
	background: #fff;
}
.autocomplete-items div {
  padding: 10px;
  cursor: pointer;
  background-color: #fff; 
  border-bottom: 1px solid #d4d4d4; 
}
.autocomplete-items div:hover {
  /*when hovering an item:*/
  background-color: #e9e9e9; 
}
.autocomplete-active {
  /*when navigating through the items using the arrow keys:*/
  background-color: DodgerBlue !important; 
  color: #ffffff; 
}
.vc_col-md-2.parent-cate:after {
    content: "";
    position: absolute;
    height: 0px;
    width: 0px;
    background: #707070;
    border-top: 5px solid #707070;
    border-bottom: 5px solid #e8e8e8;
    border-left: 5px solid #e8e8e8;
    border-right: 5px solid #e8e8e8;
    bottom: 5px;
    right: -16px;
    vertical-align: middle;
}
.pro-filter-sec{
    float: left;
    width: 100%;
    position: relative;
    display: block;
    border-bottom: 1px solid #a5a5a5;
    margin-bottom: 0px;
    border-top: 0px solid #a5a5a5;
    padding: 10px 0px;
}
.map-product-show{
	display: flex;
	flex-wrap: wrap;
	justify-content: left;
}
.list-business {
    border-bottom: 0px solid #707070;
    float: left;
    width: 100%;
}
.list-products h5:first-child, .list-business h5:first-child {
    border-top: 0px solid #707070;
}
.company-type.map .label-info {
    margin-bottom: 3px;
    margin-top: 0px;
}
.blogShortSec {
    float: left;
    width: 100%;
}
.pro-filter-sec .bottom-filter-select {
    background: #fff;
    position: absolute;
    top: 0;
    z-index: 999;
}
.pro-filter-sec .bottom-filter-select {
background: #fff;
    position: absolute;
    top: -9px;
    z-index: 999;
    box-shadow: 0px 1px 2px 0px #000;
    display: none;
    padding: 10px 0px 10px;
	width: 100%;
}
.pro-filter-sec .filter-bottom-row{
	float: left;
	width: 100%;
	display: block;
	position: relative;
}
.pro-filter-sec .vc_row {
    display: flex;
    flex-wrap: wrap;
    float: left;
    width: 100%;
    position: relative;
    background: #e8e8e8;
}
.bottom-filter-select .vc_col-md-3.text-left {
    padding: 5px 10px 5px;
    position: relative;
}
.bottom-filter-select a.multiple-filter {
    position: relative;
	font-size: 13px;
	font-weight: 600;
	
}

.vc_col-lg-3.text-left.active-filter .close-filter{
	display:block;
}
.vc_col-md-3.text-left.active-selected-filter{
	background: #fff;
    border: 1px solid #e8e8e8;
    margin: 2px 0px 0px;
    border-radius: 5px;
    font-size: 12px;
    font-weight: 600;
}
.vc_col-md-3.text-left.active-selected-filter:last-child {
    margin-bottom: 20px;
}
.active-selected-filter a{
	display: inline-block;
	width: 100%;
}
.vc_col-md-3.text-left.active-selected-filter {
    background: #fff;
    border: 1px solid #e8e8e8;
    margin: 2px 0px 0px;
    border-radius: 5px;
    font-size: 12px;
    font-weight: 600;
    position: relative;
    vertical-align: middle;
	padding-left: 18px;
}
.filter-bottom-row .clean-bottom input.custom-search.qbutton.center.default {
    width: 130px;
}
.filter-bottom-row .clean-bottom {
    float: left;
    width: 100%;
    border-top: 1px solid #e8e8e8;
    padding: 21px 15px 14px;
    margin: 21px 0px 0px
}
span.selected-close-filter .fa{
	background: #000;
    color: #fff;
    padding: 1px;
}
span.selected-close-filter .fa:hover {
    box-shadow: 0px 0px 1px 0px #000;
    transition: ease .5s all;
    position: relative;
    top: -1px;
}
span.selected-close-filter {
    position: absolute;
    left: 3px;
    cursor: pointer;
}
.vc_col-lg-3.text-left.active-filter {
    background: #e8e8e8;
    border: 1px solid #fff;
}
span.close-filter {
    position: absolute;
    right: 2px;
    top: -1px;
	display:none;
}
span.close-filter i.fa.fa-times {
	color: #fff;
	background: #000;
	padding: 2px 3px;
	font-size: 11px;
	cursor: pointer;
}
.filter-top-row a.outer-filter-link.active {
    background: #fff;
}
a.outer-filter-link.active .vc_col-md-2.parent-cate:after{
	    background: #707070;
    border-top: 5px solid #707070;
    border-bottom: 5px solid #fff;
    border-left: 5px solid #fff;
    border-right: 5px solid #fff;
}

a.outer-filter-link:after {
    content: "|";
    position: absolute;
    top: -1px;
    height: 100%;
    padding: 0px 0px 0px;
	right: 0px;
}
a.outer-filter-link:last-child:after{
	content: "";
}
a.outer-filter-link {
	padding: 0px 28px 0px 10px;
    position: relative;
}
.bottom-filter-select.active{
	display:flex;
	flex-wrap:wrap;
}
.member-form-area .btn.btn-primary.qbutton.with-shadow.new-btn:hover{
	opacity:0.9;
}
.member-form-area a{
	font-weight:700;
	color: #2a6496;
}
.member-form-area a:hover,
.member-form-area a:focus {
	 font-weight:700;
    color: #2a6496;
    text-decoration: underline;
}
.member-form-area .btn.btn-primary.qbutton.with-shadow.new-btn {
	color: #fff;
	background: #3071a9;
	border-color: #285e8e;
	text-align: center;
	width: 50px;
	border-radius: 0;
}
.member-form-area .form-group.vc_col-xs-12 {
    margin-bottom: 20px;
}
.member-form-area .input-group .input-group-btn{
    position: absolute;
    right: 0px;
    color: #fff;
    background-color: #428bca;
    border-color: #357ebd;
    width: 40px;
    text-align: center;
    height: 100%;
    top: 0px;
    vertical-align: middle;
    padding: 6px 0px 0px;
}
.member-form-area .input-group{
	position: relative;
}
.member-form-area .panel-primary {
	border: 2px solid #428bca;
	border-radius: 6px
}
.member-form-area .panel-body {
    padding: 15px;
}
.member-form-area .panel-heading{
	color: #fff;
	background-color: #428bca;
	border-color: #428bca;
	border-bottom-color: rgb(66, 139, 202);
	padding: 10px 15px;
	border-bottom: 1px solid transparent;
	border-bottom-color: transparent;
	border-bottom-color: transparent;
	border-top-left-radius: 3px;
	border-top-right-radius: 3px;
}
.member-form-area{
	margin-bottom:30px;
}
.member-form-area .vc_row{
	margin-left: 5px;
	margin-right: 5px;
}
.btn.btn-primary.clr-blue {
    color: #fff;
    background-color: #428bca;
    border-color: #357ebd;
    padding: 6px 12px 6px;
    display: inline-block;
    margin: 0px;
}
.profile-sidebar .profile-userpic {
    text-align: center;
}
.profile-usermenu ul li a{
	margin-left: 0px;
	width: 100%;
	padding: 10px 12px 10px;
	float: left;
	display: block;
}
.profile-usermenu ul li.active a {
	color: #5b9bd1;
	background-color: #f6f9fb;
	border-left: 2px solid #5b9bd1;

}
.profile-sidebar ul li{
	list-style: none;
	float: left;
	width: 100%;
	padding: 4px 0px 0px;
}
.profile-sidebar {
    float: left;
    width: 100%;
}
.address-area .address-top {
    border-bottom: 1px solid #d9d9d9;
    float: left;
    width: 100%;
    padding: 10px 0px 15px;
	margin: 0px 0px 20px;

}
.profile-content {
	float: left;
	width: 100%;
}
.border-bottom{
	border-bottom: 1px solid #d9d9d9;
	
}
.padding-bottom{
	padding-bottom: 20px;
	margin-bottom: 20px;
}
.myspace-form input,
.myspace-form button,
.myspace-form select,
.myspace-form textarea{
	font-family: inherit;
	font-size: inherit;
	line-height: inherit;
	color: inherit;
}
.contact-detail{
	background-color: #f0f0f0;
	color: #717171 !important;
	min-height: 460px;
	margin-bottom: 30px;
	padding: 20px;
	float: left;
	width: 100%;
	display: block;
}
.close-parent-filter:hover{
	color: #fff;
	box-shadow: 0px 0px 1px 1px #000;
}
.close-parent-filter{
    position: absolute;
    top: -2px;
    right: -25px;
    background: #84ba57;
    color: #fff;
    height: 25px;
    width: 25px;
    text-align: center;
    font-weight: 700;
    cursor: pointer;
    z-index: 9999;
}
.vc_col-md-3.text-left.filter-text {
    text-align: left;
    font-size: 15px;
    font-weight: 600;
}
.selected-filter-area {
    float: left;
    width: 100%;
    padding-bottom: 10px;
	display:none;
}
.selected-filter-area.active {
    display: block;
}
.active-selected-filter {
	padding-left: 18px;
	vertical-align: top;
	background: #fff;
	border: 1px solid #e8e8e8;
	margin: 2px 0px 0px;
	border-radius: 5px;
	font-size: 12px;
	font-weight: 600;
	position: relative;
	padding: 4px 16px;
	margin-left: 4px;
	display: inline-block;
	float: none;
}
.active-selected-filter.filter-text {
    border: 0px;
    font-size: 15px;
}
.bottom-filter-wrap{
	height: 300px;
	overflow-x: auto;
	display: flex;
	flex-wrap: wrap;
	flex-direction: column;
	width: 100%;
}
.loader-cus-field{
    display: none;
    float: left;
    border: 2px solid #dedbdb;
    border-radius: 50%;
    border-top: 2px solid #aaa;
    width: 15px;
    height: 15px;
    -webkit-animation: spin 2s linear infinite;
    animation: spin 0.5s linear infinite;
	position: absolute;
	right: 5px;
	top: 10px;
}

.gm-style-iw > div:first-child {
    padding-bottom: 20px;
    max-width: 387px !important;
}
.gm-style-iw {
    width: 330px !important;
}
.page-id-17510 footer{
	z-index: 0;
}
.blue_link:hover,
.blue_link{
	color: #1d75b3;
	text-decoration: underline;
}
/*.post-box-outer{ width: 32%; } */
@media screen and (min-width: 1000px) {
    .title_holder:before {
        background-color: #e9e9e9;
        bottom: -70px;
    }

    .title_subtitle_holder .breadcrumb {
        background-color: transparent !important;
        bottom: -93px;
    }
}
@media screen and (max-width: 479px) {
	.close-parent-filter {
		position: absolute;
		top: -17px;
		right: -8px;
	}
}

/* 10-09-2020 */

.map-details p.address{
    margin-bottom: 10px;
} 
.gm-style-iw > div:first-child {
    overflow: hidden !important;
    max-width: 100% !important;
    width: 100%;
}

.gm-style-iw {
    width: 350px !important;
    padding: 10px 20px !important;
    max-width: 350px
}
.gm-style .gm-style-iw-c {
    transform: translate(-55%,-100%);
}

