/* General */

body:not(.login-page ){ font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,"Noto Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji"; -webkit-font-smoothing: antialiased !important; }
body{ font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,"Noto Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji"; -webkit-font-smoothing: antialiased !important; }



body:not(.login-page ){ font-size: 13px; background-color: #f4f5f9; color: #999999; }
body.login-page{ background: #f8f8f8; }
a{ color: #7daff1; }

.fade{transition:opacity .15s linear}
@media (prefers-reduced-motion:reduce){
	.fade{transition:none}
}
.fade:not(.show){opacity:0}
.collapse:not(.show){display:none}
.collapsing{position:relative;height:0;overflow:hidden;transition:height .35s ease}
@media (prefers-reduced-motion:reduce){
	.collapsing{transition:none}
}

/* Header */
.header{ background-color: #353847; }
.header .navbar-brand{ color: #fff; font-size: 18px; }
.header .navbar-brand sup{ color: #6d7392; font-size: 11px; top: -1.3em; text-transform: uppercase; }
.header .nav > li{ margin: 0 15px; }
.header .nav > li > a{ color: #fff; font-size: 13px; text-decoration: none; }
.header .nav > li > a > .icon{ margin-right: 8px; vertical-align: middle; display: inline-block; }
.header .nav > li > a > span{ display: inline-block; vertical-align: middle; }
.dropdown .dropdown-menu{ padding: 10px 0; min-width: 220px; -webkit-box-shadow: 0px 8px 31px -2px rgba(0,0,0,0.28); -moz-box-shadow: 0px 8px 31px -2px rgba(0,0,0,0.28); box-shadow: 0px 8px 31px -2px rgba(0,0,0,0.1); border: 0 none; background-color: #F5F7F8; }
.dropdown .dropdown-menu.dropdown-right{ left: auto; right: 0; }
.dropdown .dropdown-menu li a{ padding: 8px 0 8px 30px; display: block; font-size: 16px; text-decoration: none; color: #3e3e3e; }
.dropdown .dropdown-menu li a:hover{ background-color: #ececec; }
.navbar-toggler{ position: relative; height: 40px; width: 40px; outline: none; }
.navbar-toggler:focus{ outline: none; }
.navbar-toggler .navbar-toggler-icon{ height: 2px; width: 25px; position: absolute; left: 50%; top: 50%; -webkit-transform: translate(-50%,-50%); -moz-transform: translate(-50%,-50%); transform: translate(-50%,-50%); background-color: #fff; }
.navbar-toggler .navbar-toggler-icon:before{ content: ""; height: 2px; width: 25px; position: absolute; left: 0; background-color: #fff; top: -7px; }
.navbar-toggler .navbar-toggler-icon:after{ content: ""; height: 2px; width: 25px; position: absolute; left: 0; background-color: #fff; top: 7px; }

/* Form Tabs */
.form-wrap{ padding: 50px 0; max-width: 570px; margin: 0 auto; }
.form-wrap .form-wrap-inner{ background-color: #ffffff; box-shadow: 0 0 25px 2px rgba(0,0,0,0.1); }
.form-wrap .form-tabs{ border: 0 none; }
.form-wrap .form-tabs a.nav-item{ width: 50%; font-size: 22px; font-weight: 300; padding: 34px 20px; color: #5899ed; text-align: center; text-decoration: none; }
.form-wrap .form-tabs a.nav-item.active{ color: #fff; background-color: #353847; font-weight: 500; }
.form-wrap .tab-content .tab-pane{ padding: 35px; }
.form-wrap .tab-content .tab-pane form{ max-width: 410px; margin: 0 auto; }
.form-wrap form .form-label{ font-size: 16px; font-weight: 300; color: #3e3e3e; margin-bottom: 5px; }
.form-wrap form .form-control{ border-radius: 3px; height: auto; min-height: 44px; padding: .375rem 1rem; border: 0 none; box-shadow: 0 5px 15px 2px rgba(0,0,0,0.08);  }
.form-wrap form .form-control::-webkit-input-placeholder { color: #a4a3a3; font-weight: 300; }
.form-wrap form .form-control:-ms-input-placeholder { color: #a4a3a3; font-weight: 300; }
.form-wrap form .form-control::placeholder { color: #a4a3a3; font-weight: 300; }
.form-wrap form .form-check{ padding: 15px 0; font-size: 14px; color: #595959; }
.custom-checkbox-wrap{ overflow: hidden; }
.custom-checkbox-wrap [type="checkbox"]{ height: 0; width: 0; overflow: hidden; opacity: 0; position: absolute; left: -999999px; }
.form-wrap form .custom-checkbox{ padding-left: 75px; margin: 5px 0; position: relative; text-align: left; min-height: 25px; }
.form-wrap form .custom-checkbox:before{ content: ""; position: absolute; left: 0; top: 0; width: 52px; height: 24px; background: #DDDDDD; border-radius: 15px; -webkit-transition: background-color .2s; -moz-transition: background-color .2s; -ms-transition: background-color .2s; transition: background-color .2s; }
.form-wrap form .custom-checkbox:after{ content: ""; position: absolute; width: 14px; height: 14px; -webkit-transition: all .2s; -moz-transition: all .2s; -ms-transition: all .2s; transition: all .2s; border-radius: 50%; background: #7F8C9A; top: 5px; left: 5px; }
.form-wrap form [type="checkbox"]:checked + .custom-checkbox:before{ background: #008fe4; }
.form-wrap form [type="checkbox"]:checked + .custom-checkbox:after{ background: #fff; left: 34px; }
.form-wrap form .form-submit{ text-align: center; }
.form-wrap form .form-submit .btn{ width: 185px; font-size: 16px; font-weight: 300; padding: 8px 12px; -webkit-transition: all ease 300ms; -moz-transition: all ease 300ms; transition: all ease 300ms; box-shadow: 0 5px 15px 2px rgba(0,0,0,0.1); }
.form-wrap form .form-submit .btn:hover,
.form-wrap form .form-submit .btn:focus{ box-shadow: 0 0 0 0 rgba(0,0,0,0.0); }
.form-wrap form .form-submit .btn-success{ background-color: #61ca63; border: 1px solid #61ca63; }
.form-wrap form small{ font-size: 12px; color: #575757; font-size: 300; }


/* Dashboard */
.navbar.sticky{ border-radius: 0; border: 0; background: #29375c; width: 100%; margin-bottom: 0; position: relative; z-index: 999; height: 58px; -webkit-box-orient: horizontal; -webkit-box-direction: normal; -ms-flex-direction: row; flex-direction: row; -webkit-box-align: stretch; -ms-flex-align: stretch; align-items: stretch; padding: 0; }
.navbar .logo-wrap{ margin-bottom: -1px; position: relative; }
.navbar .logo-wrap .logo{ color: #29375c; font-size: 12px; text-decoration: none; width: 100%; height: 100%; display: -webkit-flex; display: flex; align-items: center; justify-content: center; display: flex;}
.navbar .logo-wrap .logo img{ width: 43px; }
.navbar .logo-wrap .logo.logo-expand img{ margin-right: 10px; }
.navbar .logo-wrap .logo.logo-collapse{ display: none; }
.navbar .logo-wrap .logo b{ font-size: 16px; font-weight: 900; }
.navbar .logo-wrap .logo b{ font-size: 28px; }
.navbar .logo-wrap .logo sup{ font-size: 9px; text-transform: uppercase; color: #ecce3d; position: relative; top: -10px; left: -5px; }
.navbar .logo-wrap .logo sup{ margin-right: -10px; top: -15px; }
.navbar .sidebar-toggle{ height: 58px; width: 55px; padding: 0 20px; position: relative; transition: all ease 300ms; }
.navbar .sidebar-toggle:hover,
.navbar .sidebar-toggle:focus{ background-color: rgba(0,0,0,0.4); }
.navbar .sidebar-toggle .toggle-icon{ background-color: #fff;  width: 15px; height: 2px; position: absolute; top: 50%; left: 50%; -webkit-transform: translate(-50%,-50%); -moz-transform: translate(-50%,-50%); transform: translate(-50%,-50%); opacity: 0.5; }
.navbar .sidebar-toggle .toggle-icon:after{ content: ""; height: 2px; width: 100%; position: absolute; left: 0; background-color: #fff; top: -5px; }
.navbar .sidebar-toggle .toggle-icon:before{ content: ""; height: 2px; width: 100%; position: absolute; left: 0; background-color: #fff; top: 5px; }
.navbar .navbar-left{ -webkit-align-items: center; -moz-align-items: center; align-items: center; }
.navbar .navbar-left > li{ padding: 5px 15px; }
.navbar .navbar-left a{ color: #fff; text-decoration: none; display: inline-block; }
.navbar .navbar-left a .icon, .navbar-home i, .navbar-right li i.icon{ display: inline-block; vertical-align: middle; margin-right: 8px; height: 32px; line-height: 32px; text-align: center; width: 32px; background-color: #3d4b70; border-radius: 30px; }
.navbar .navbar-left a span{ display: inline-block; vertical-align: middle; }  
.nav-spacer{ -webkit-box-flex: 1; -ms-flex: 1; flex: 1; }
.navbar .navbar-right{ padding-right: 25px; width: 300px; justify-content: flex-end; }
.navbar .navbar-right > li{ padding: 0 6px; display: flex; align-items: center; }
.navbar .navbar-right > li > a{ color: #fff; }
.navbar .navbar-right > li > a .notificatin-icon{ font-size: 20px; }
.navbar .navbar-right li a .icon + span{ display: inline-block; vertical-align: middle; margin-left: 10px; }
.navbar .navbar-right .user img{ height: 34px; width: 34px; border-radius: 50px; }
.navbar .navbar-right .dropdown .dropdown-menu{ top: 100%; }

/* Sidebar */
.no-sidebar .main-wrapper{ margin-left: 0 !important; }
.site-sidebar{ position: relative; z-index: 9; border-right: 1px solid #eef1f2; padding: 0; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-flow: column; flex-flow: column; padding-bottom: 30px; background-color: #f4f5f9; }
.site-sidebar .side-user{ padding: 30px 25px 20px 15px; position: relative; display: flex; align-items: center; }
.site-sidebar .side-user .user-txt{ padding-left: 10px; line-height: 1.4; }
.site-sidebar .side-user .thumb-sm img{ width: 50px; height: 50px; border-radius: 100px;  }
.site-sidebar .side-user .sidebar-toggle{ position: absolute; right: 10px; color: #a3afcf; top: 50%; -webkit-transform: translate(0,-50%); -moz-transform: translate(0,-50%); transform: translate(0,-50%); font-size: 18px; }
.site-sidebar .side-user .sidebar-toggle.no-account-info{ margin-top: 6px; }
.side-user .thumb-sm{ margin-bottom: 0; }
.sidebar-collapse .thumb-sm{ margin: 0 auto; }
.side-user .side-user-heading{ color: #29375c; font-weight: 400; text-decoration: none; display: block; font-size: 18px; }
.side-user .side-user-heading.dropdown-toggle{ padding: 7px 12px 7px 6px; background-color: #f1f2f6; border-radius: 6px; }
.side-user .dropdown.show .side-user-heading.dropdown-toggle{ background-color: #eaebef; }
.side-user .side-user-title{ color: #7b7b7b; font-size: 13px; display: block; }
.sidebar-nav{ padding: 0 15px; }
.sidebar-nav .side-menu{ border-bottom: 1px solid #ecedf0; margin-bottom: 50px; }
.sidebar-nav .side-menu > li{ width: 100%; margin-bottom: 5px; }
.sidebar-nav .side-menu > li > a{ padding: 5px 15px 5px 8px; line-height: 1.5; color: #7581a0; font-weight: 500; display: block; text-decoration: none; }
.sidebar-nav .side-menu > li > a .list-icon{ vertical-align: middle; padding: 6px 5px; font-size: 22px; text-align: center; }
.sidebar-nav .side-menu > li.active > a{ background-color: #ffffff; color: #7a9cf5; border-radius: 4px; box-shadow: 0px 0px 15px rgba(0,0,0,0.07); }
.sidebar-collapse .site-sidebar .side-user{ padding: 30px 5px 20px 5px; }
.sidebar-collapse .sidebar-nav .side-menu > li > a{ padding: 5px 10px; text-align: center; }
.sidebar-collapse .sidebar-nav .side-menu > li.active > a:hover,
.sidebar-collapse .sidebar-nav .side-menu > li.active > a:focus{ background-color: #fff; }
.sidebar-collapse .sidebar-nav .side-menu > li > a:hover,
.sidebar-collapse .sidebar-nav .side-menu > li > a:focus{ background-color: #eee; }
.sidebar-nav .side-menu > li > a .list-icon + span{ margin-left: 6px; vertical-align: middle; }
.sidebar-module{ padding: 0 10px; }
.sidebar-module h6{ font-weight: 600; font-size: 14px; color: #7682a2; }
.sidebar-module .help-icon{ background-color: #f4f5f9; height: 54px; width: 54px; border-radius: 50px; position: relative; display: block; margin-bottom: -25px; }
.sidebar-module .help-icon i,
.sidebar-module .help-icon img{ position: absolute; left: 50%; top: 50%; -webkit-transform: translate(-50%,-50%); -moz-transform: translate(-50%,-50%); transform: translate(-50%,-50%); font-size: 34px; color: #7581a0; }
.sidebar-module .contact-info-body{ background-color: #fff; padding: 55px 10px 40px; }
.sidebar-module .contact-info-body a{ color: #949494; font-size: 13px; font-weight: 500; }
.sidebar-module .contact-info-body a.faq-link{ color: #29375c; font-weight: 600; display: inline-block; text-decoration: underline; font-size: 13px; }
.main-wrapper{ position: relative; padding: 0 20px 80px; }


.dashboard-right-col{ max-width: 350px; flex: 0 0 350px; margin-top: 30px; }
.banner_width{ max-width: 800px; margin: 0 auto;}
.banner_width.max-700{ max-width: 700px; }
.welcome-banner{ margin: 0 0px 35px; border-radius: 20px; padding: 25px 20px 50px; background-color: #29375c;  background-repeat: no-repeat; background-position: top right; color: #fff; }
.welcome-banner .welcome-banner-inner{ max-width: 820px; margin: 0 auto; }
.welcome-banner h1{ font-size: 32px; line-height: 1.6; font-weight: 400; }
.welcome-banner .sub-title{ font-size: 14px; color: #f4f5f9; font-weight: 400; margin-bottom: 35px; }
.welcome-banner .sub-title a{ color: #ffde00; text-decoration: underline;  margin-left: 20px;}
.welcome-banner .feature-col .feature-icon{ margin-bottom: 18px; }
.welcome-banner .feature-col h6{ font-size: 13px; font-weight: bold; margin-bottom: 10px; }
.welcome-banner .feature-col p{ font-size: 12px; line-height: 1.4; font-weight: 400; color: #e0e2e9; }
/* .tabs-row{ margin-top: -60px; }  */
.tabs-row .card{ border: 0 none; box-shadow: 0 0 10px rgba(0,0,0,0.03); border-radius: 8px; }
.listing-tabs{ border-bottom: 0 none; background-color: #fff; padding: 0 5px; border-radius: 6px 6px 0 0; }
.listing-tabs > a{ display: inline-block; text-decoration: none; margin: 0; padding: 20px; color: #2a2a2a; font-size: 14px; font-weight: 500; border-bottom: 2px solid transparent; min-width: 65px; text-align: center; }
.listing-tabs > a.active{ border-bottom: 2px solid #f0d554; }
.listing-tabs-row .tab-pane{ padding: 25px 10px 0; }
.listing-tabs-row .tab-pane h3{ font-weight: 500; font-size: 16px; margin-bottom: 12px; color: #292929; }
.listing-tabs-row .tab-pane .show-text{ font-weight: 500; color: #979797; margin-bottom: 25px; margin-left: 0px;  max-width: 795px; margin: 0 auto; }
.business-list{ padding-left: 45px; padding-right: 40px; }
.business-list .business-list-item{ box-shadow: 0 1px 2px 0 #d6d6d6; margin: 0 auto;  margin-top: 25px; padding: 20px 15px 18px; background-color: #fff; margin-bottom: 20px; border-radius: 4px; position: relative; }
.business-list .business-list-item .blank-link{ position: absolute; left: 0; right: 0; bottom: 0; top: 0; z-index: 1; }
.business-list .business-list-item:after{ content: ""; display: table; clear: both; }
.business-list .business-list-item .tag{ padding: 2px 10px; color: #c4cbde; font-size: 10px; text-transform: uppercase; background-color: #29375c; border-radius: 20px; margin-right: 15px;}
.business-list .business-list-item .listing-logo{ float: left; padding-right: 25px; padding-left: 5px; }
.business-list .business-list-item.article .listing-logo{ padding-left: 5px; padding-right: 15px; }
.business-list .business-list-item .listing-logo img{ max-width: 79px; }
.business-list .business-list-item.article .listing-logo img{ max-width: auto; max-height: 35px; }
.business-list .business-list-item .image_round img{ border-radius: 50%; max-width: 49px;}
.business-list .business-list-item .listing-content{ overflow: hidden; position: relative; font-size: 12px; align-items: center; }
.business-list-item .listing-content h3{ font-weight: 500; color: #29375c; font-size: 15px; padding-right: 15px; margin-bottom: 0px; white-space: nowrap; overflow: hidden; text-overflow: ellipsis;}
.business-list-item:not(.article) .listing-content h3{ font-size: 17px; }
.business-list-item .listing-content h4{ font-weight: 500; color: #000000; font-size: 15px; padding-right: 150px; margin-bottom: 10px; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
.business-list-item .listing-content .inline-tag{ display: inline-block; background-color: #29375b; padding: 5px 12px; text-transform: uppercase; font-size: 12px; color: #fff; border-radius: 20px; margin-right: 10px; }
.business-list-item .listing-content a{ color: #697db3; font-size: 11px;}
.business-list-item .listing-content .actions{ position: absolute; right: 10px; top: 2px; }
.business-list-item .listing-content .listing-categories{ list-style: none; padding: 0; margin-bottom: 10px; margin-top: 10px;}
.business-list-item .listing-content .listing-categories li{ display: inline-block; vertical-align: middle; }
.business-list-item .listing-content .listing-categories a{ color: #9a9a9a; display: inline-block; margin-right: 20px; }
.business-list-item .listing-content .listing-categories i{font-size: 18px; margin-right: 5px;}
.business-list-item .listing-content p{ color: #989898; max-width: 695px; margin: 0 0 0px;  overflow: hidden; text-overflow: ellipsis; }

.business-list-item .article-wrap{ clear: both; padding: 10px; border-radius: 8px; margin-top: 0; margin-bottom: 15px; }
/* .business-list-item .article-wrap .article-img{ float: left; } */
.business-list-item .article-wrap .article-content{ overflow: hidden; padding-left: 12px; }
.business-list-item .article-wrap:after{ content: ""; display: table; clear: both; }
.business-list-item .article-wrap h4{ font-weight: 500; color: #2b3859; font-size: 15px; margin-bottom: 5px; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
.business-list-item .article-wrap .categories{ padding: 0; margin: 0 0 12px; list-style: none; line-height: 1.2; }
.business-list-item .article-wrap .categories li{ display: inline-block; vertical-align: middle; margin-right: 20px; }
.business-list-item .article-wrap .categories li a{ text-transform: uppercase; color: #9a9a9a;  font-size: 10px;}
.business-list-item .article-wrap .article-content p{ margin-bottom: 0; font-size: 12px; line-height: 1.6; }
.social-count-list{ list-style: none; padding: 0; margin: 0 0 15px 15px; }
.social-count-list li{ display: inline-block; margin-right: 20px; }
.social-count-list li a{ color: #969696; }
.social-count-list li a .fa-thumbs-up{ font-size: 18px; margin-right: 5px; }

.show-more-link{ padding: 18px 0 0; }
.show-more-link a{ text-transform: uppercase; color: #bebebe; font-weight: 500; }
.company-detail-box{ align-items: center; justify-content: space-between; }
.company-detail-box .left-content{ display: flex; align-items: center; }
.company-detail-box .left-content img{ margin-right: 15px; max-width: 40px; }
.company-detail-box .left-content img.verified-icon{ margin-right: 0; }
.company-detail-box .left-content .company-name{ font-size: 17px; font-weight: 500; color: #000; margin-right: 10px; margin-bottom: 0; }
.company-detail-box .right-content{ text-align: left; display: flex;  padding-left: 55px;}
.company-detail-box .right-content a{ font-size: 11px; color: #9196a4;  display: inline-block; margin-bottom: 5px; padding-left: 20px;}
.company-detail-box .right-content a:first-child{ padding-left: 0; }
.add-business-box{ padding-top: 15px; padding-bottom: 50px; background-image: url(../images/add-business-box.jpg); background-repeat: repeat-x; background-position: center bottom; }
.add-business-box h4{ color: #3a3a3a; font-size: 16px; font-weight: 500; }
.contributor-box p,
.add-business-box p{ max-width: 320px; margin: 0 auto 20px; }
.contributor-box{ color: #fff; background-color: #7a9cf5; padding: 10px 0; }
.contributor-box h4{ font-size: 16px; font-weight: 500; }
.add-business-box .btn-round,
.contributor-box .btn-round{ border: 2px solid #5456aa; color: #5456aa; padding: 12px 25px; border-radius: 25px; font-size: 13px; }
.add-business-box .btn-round:hover,
.add-business-box .btn-round:focus,
.contributor-box .btn-round:hover,
.contributor-box .btn-round:focus{ background-color: #5456aa; color: #fff; }
.contributor-box .btn{ color: #fff; }

.other_comment h4{color: #697db3 !important; margin-bottom: 1px !important;}
.other_comment p{white-space: unset !important; overflow: unset !important; margin: 0 0 5px !important;}
.border-bottom { border-bottom: 1px solid #f4f5f9!important;}
.make_comment{background-color: #fff; border-color: #fff; color: #aaaaaa; font-size: 12px; padding:0 6px}
.form-control:focus{border-color: #fff;}
.image_round i{transform: rotate(-90deg); font-size: 20px; color: #979797; margin-right: 10px;}
.first_comment a{color: #6c7eaf !important; text-transform: initial !important; border-bottom: 1px solid;}
.first_comment a:hover{text-decoration: none;}
.card_wrapper{margin-top: 35px;}
.dashboard-right-col .card_wrapper:first-child{ margin-top: 0; }
.close_icon{text-align: right;}
.close_icon a{ color: #4d5c86; font-size: 18px;}
.details_box{max-width: 100% !important;}
.image_round:after{display: none;}
.comment-bar .dropdown{ float: left; }
.comment-bar .comment-box-wrap{ overflow: hidden; padding-left: 10px; }
.comment-bar .comment-logo > a > img{ width: 38px; height: 38px; border-radius: 50px; object-fit: contain; object-position: center; }
.comment-bar .user_img img{width: 40px; height: 40px; background-color: #fff; border-radius: 50%; object-fit: contain; object-position: center; }
.comment-bar .user_name{margin-bottom: 0; font-size: 12px; margin-left: 12px; color: #707070;}
.comment-bar .dropdown-item{ padding: .25rem 15px; min-height: 50px; }
.dropdown-item:focus, 
.dropdown-item:hover{background-color: #e9e9e9; color: #5b5c5e; font-weight: 700;}
.dropdown_wrapper{min-width: 285px !important;}
.check_icon{margin-left: auto; display: none; color: #696f7d;}
.dropdown-item.active, .dropdown-item:active{background-color: #e9e9e9;}
.dropdown-item:focus  .check_icon{display: block;}
.list_box_width{max-width: 765px !important; padding: 10px !important;}
.content_space{padding-left: 70px;}
.text_wrapper{margin-left: 45px !important;}
.verification-icon2{left: 50% !important; right: unset;}
.comments-wrap{ padding-left: 15px; }
.comments-wrap .comment-box:after{ content: ""; display: table; clear: both; }
.comments-wrap .comment-box{ margin-bottom: 15px; }
.comments-wrap .comment-box.sub-comment{ padding-left: 50px; margin-bottom: 20px; }
.comments-wrap .comment-box .comment-box-logo{ float: left; }
.comments-wrap .comment-box .comment-box-logo img{ height: 40px; width: 40px; border-radius: 40px; object-fit: contain; object-position: center; }
.comments-wrap .comment-box .comment-box-content{ overflow: hidden; padding-left: 10px; }
.comments-wrap .comment-box .comment-box-content h4{ color: #29375c; font-size: 14px; margin: 0 0 5px; }
.comments-wrap .comment-box .comment-box-content p{ color: #616161; font-size: 13px; line-height: 1.3; margin-bottom: 5px; }
.comment-bar .comment-logo > a i{ display: inline-block; margin-right: 5px; vertical-align: middle; font-size: 16px; } 
.details_box{ padding: 15px 25px; }
.details_box .b-logo{ float: left; }
.details_box .b-content{ overflow: hidden; padding-left: 20px; padding-top: 10px; max-width: 250px; position: relative; }
.details_box .b-content h3{ margin: 0; color: #000000; font-size: 20px; }
.details_box .b-content .b-handle{ margin: 0 0 5px; }
.details_box .b-categories{ padding-left: 0; margin: 0 0 5px; }
.details_box .b-categories a{ color: #909090; }
.details_box .b-details-top .verification-icon{ left: auto !important; right: 0; top: 15px; }

.edit_enabled .business-profile .listing-tabs{ opacity: 0.5; pointer-events: none; }

.custom-checkbox-wrap{ overflow: hidden; display: inline-block;  }
.custom-checkbox-wrap .checkbox{ position: absolute; left: -9999px; opacity: 0; height: 0; width: 0; }
.custom-checkbox-wrap .checkbox-label{ padding-left: 28px; position: relative; }
.custom-checkbox-wrap .checkbox-label:before{ content: ""; position: absolute; left: 0; top: 2px; display: block; height: 18px; width: 18px; border: 2px solid #243052; border-radius: 5px; }
.custom-checkbox-wrap .checkbox:checked + .checkbox-label:after{ content: ""; position: absolute; left: 4px; top: 6px; height: 6px; width: 10px; border: solid #2b375a; border-width: 0 0 2px 2px; transform: rotate(-45deg); }

/* .covid-support-head{ float: left; width: 32px; } */
.covid-support-wrap .covid-support-head{ display: flex; align-items: center; }
.covid-support-wrap .covid-support-head .icon{ width: 32px; }
.covid-support-wrap .covid-support-head h3{ padding-left: 8px; font-size: 16px; color: #29375c; }
.covid-support-wrap .checkbox-group{ padding-top: 5px; padding-left: 28px; }
.covid-support-wrap .checkbox-group .custom-checkbox-wrap{ display: block; }
.covid-support-wrap .checkbox-group .checkbox-label{ margin-bottom: 5px; color: #243052; }
.covid-support-wrap .covid-support-foot{ padding-top: 10px; text-align: center; }
.covid-support-wrap .covid-support-foot a{ display: inline-block; color: #5b6580; background-color: #f3f3f3; padding: 5px 14px; text-transform: uppercase; text-decoration: none; font-size: 12px; line-height: 1.3; border-radius: 15px; transition: all ease 300ms; }
.covid-support-wrap .covid-support-foot a:hover,
.covid-support-wrap .covid-support-foot a:focus{ background-color: #5b6580; color: #fff; }



/* Welcome Modal */
.welcome-modal .modal-dialog{ max-width: 550px; }
.welcome-modal .close{ font-size: 14px; color: #C26C6C; position: absolute; right: 20px; top: 15px; font-weight: 400; opacity: 1; z-index: 99; }
.welcome-modal .close .text{ vertical-align: middle; }
.welcome-modal .close .icon{ font-size: 30px; color: #111; margin-top: -5px; display: inline-block; vertical-align: middle; font-weight: 300; }
.welcome-modal .slide-media{ text-align: center; padding-top: 20px; }
.welcome-modal .slide-media img{ margin: auto; }
.welcome-modal .slide-content{ padding: 70px 50px; background-image: url(../images/welcome-gradient-hor.png); background-size: 100% auto; background-position: top center; background-repeat: no-repeat; }
.welcome-modal .slide-content .slide-title{ color: #29375c; margin-bottom: 1.5rem; }
.welcome-modal .slide-content .slide-text{ margin-bottom: 30px; padding-left: 20px; padding-right: 20px; color: rgba(69,76,96,0.49); font-size: 15px; }
.welcome-modal .features-list{ text-align: left; padding: 0; margin-bottom: 15px; list-style: none; }
.welcome-modal .features-list li{ padding-left: 20px; color: #3E4B5B; font-size: 14px; margin-bottom: 10px; position: relative; }
.welcome-modal .features-list li:before{ content: "\f00c"; font-family: "FontAwesome"; position: absolute; left: 0; top: 0; color: #29375c; }
.slick-slide{ outline: 0 none; }
.welcome-modal .slick-dots { position: absolute; bottom: 30px; left: 50%; -webkit-transform: translateX(-50%); transform: translateX(-50%); padding: 0px; margin: 0px; }
.welcome-modal .slick-dots li { list-style: none; display: inline-block; margin: 0px 5px; }
.welcome-modal .slick-dots li button { font-size: 0px; color: transparent; width: 10px; height: 10px; background-color: #29375c; opacity: 0.2; border: none; box-shadow: none; padding: 0px; border-radius: 10px; cursor: pointer; }
.welcome-modal .slick-dots li.slick-active button { background-color: #29375c; opacity: 1; }
.welcome-modal .slick-next, 
.welcome-modal .slick-prev { border: none; background-color: transparent; font-weight: 500; font-size: .9rem; color: #29375c; bottom: 25px; position: absolute; z-index: 999; cursor: pointer; letter-spacing: 1px; outline: 0 none; }
.welcome-modal .slick-prev{ left: 50px; padding-left: 25px; }
.welcome-modal .slick-prev:before{ content: "\f060"; font-family: "FontAwesome"; color: #29375c; position: absolute; left: 0; top: 50%; margin-top: -12px; }
.welcome-modal .slick-next{ right: 50px; padding-right: 25px; }
.welcome-modal .slick-next:after{ content: "\f061"; font-family: "FontAwesome"; color: #29375c; position: absolute; right: 0; top: 50%;  margin-top: -12px; }
.form-control:focus{ box-shadow: none; }
.welcome-modal .form-control{ font-size: 13px; font-weight: 300; border: 2px solid #dde2ec; background-color: #fff; height: 38px; }
.welcome-modal .form-control:focus{ border-color: #047bf8; }

/* Create Business list form */
.text-black{ color: #000; }
.text-blue{ color: #6a94cc; }
.text-gray{ color: #a4a3a3; }
.dashboard-form{ max-width: 700px; font-weight: 400; }
.dashboard-form .form-title{ font-size: 24px; color: #273151; font-weight: 600; margin-bottom: 50px; }
.dashboard-form.form-wrap .form-label{ color: #3e3e3e; font-size: 13px; font-weight: 600; }
.dashboard-form.form-wrap .form-control{ min-height: 40px; font-size: 13px; margin-bottom: 10px; }
.dashboard-form.form-wrap select.form-control{ padding-left: 8px; height: 40px; }
.dashboard-form.form-wrap .form-group{ margin-bottom: 20px; }
.dashboard-form.form-wrap .form-description{ color: #7f7f7f; }
.business-edit .dashboard-form.form-wrap .field-description{ width: 100%; }
.dashboard-form.form-wrap .check-toggle{ margin: 5px 0; }
.dashboard-form.form-wrap .check-toggle .form-check-input{ height: 0; width: 0; opacity: 0; position: absolute; left: -99999px; }
.dashboard-form.form-wrap .check-toggle .custom-checkbox{ display: inline-block; margin: 0 5px; padding-left: 52px; vertical-align: middle; }
.dashboard-form.form-wrap form .custom-checkbox:after{ left: 34px; }
.dashboard-form.form-wrap form [type="checkbox"]:checked + .custom-checkbox:after{ left: 5px; }

.dashboard-form.form-wrap .form-control::-webkit-input-placeholder { color: #a4a3a3; font-weight: 400; }
.dashboard-form.form-wrap .form-control:-ms-input-placeholder { color: #a4a3a3; font-weight: 400; }
.dashboard-form.form-wrap .form-control::placeholder { color: #a4a3a3; font-weight: 400; }

.dashboard-form .logo-upload-wrap{ position: relative; margin-bottom: 20px; }
.dashboard-form .logo-upload-wrap .logo-uploader{ position: absolute; left: 0; right: 0; bottom: 0; top: 0; opacity: 0; display: block; width: 100%; -webkit-appearance: none; appearance: none; }
.dashboard-form .logo-upload-wrap .upload-img{ float: left; height: 95px; width: 98px; background: url(../images/upload-img.png) no-repeat; background-position: center; }
.dashboard-form .logo-upload-wrap .upload-right{ overflow: hidden; padding-left: 18px; color: #717171; }
.dashboard-form .business-handle-description{ line-height: 1.8; color: #aaaaaa; }
.dashboard-form .map-description{ color: #a4a3a3; line-height: 1.2; }
.dashboard-form .accept-text{ font-size: 12px; line-height: 1.4; max-width: 490px; margin: 0 auto 40px; display: block; padding-left: 28px; position: relative; }
.dashboard-form .accept-text-checkbox{ position: absolute; left: 50%; top: 30px; opacity: 0; height: 1px; width: 1px; }
.dashboard-form .accept-text:before{ content: ""; position: absolute; left: 0; top: 2px; display: block; height: 16px; width: 16px; border: 2px solid #999ebb; border-radius: 5px; }
.dashboard-form .accept-text-checkbox:checked + .accept-text:after{ content: ""; position: absolute; left: 3px; top: 6px; height: 6px; width: 10px; border: solid #2b375a; border-width: 0 0 2px 2px; transform: rotate(-45deg); }

.btn-yellow{ color: #2b375a; font-size: 15px; background-color: #ffdc1e; border-radius: 30px; padding: 10px 25px; font-weight: 600; -webkit-transition: all ease 300ms; -moz-transition: all ease 300ms; transition: all ease 300ms; }
.btn-yellow:hover,
.btn-yellow:focus{ background-color: #2b375a; color: #fff; box-shadow: none; }

.row.sm-gutter{ margin-left: -8px; margin-right: -8px; }
.row.sm-gutter div[class^="col"]{ padding-left: 8px; padding-right: 8px; }

.white-box{ background-color: #fff; box-shadow: 0 2px 15px rgba(0,0,0,0.06); margin-bottom: 20px; border-radius: 4px;}
.b-details-box{ padding: 25px; }
.b-details-box .b-details-top{ position: relative; padding-right: 120px; margin-top: 5px; }
.b-details-box .b-details-top .b-logo{ float: left; width: 55px; }
.b-details-box .b-details-top .b-detail{ overflow: hidden; padding-left: 20px; }
.b-details-box .b-details-top .b-detail h2{ margin: 0; color: #000000; font-size: 20px; }
.b-details-box .b-details-top .b-detail .b-handle{ font-size: 12px; color: #000; margin-bottom: 10px; }
.b-handle{font-size: 12px; color: #000 !important; margin-bottom: 10px;}
.b-details-box .b-details-top .b-detail .b-categories{ list-style: none; padding: 0; }
.b-details-top .b-categories li{ font-size: 11px; display: inline-block; margin-right: 12px; text-transform: uppercase; color: #909090; }
.b-details-top .b-categories li:last-child{ margin-right: 0; }
.b-details-top .verification-icon{ position: absolute; right: 0; top: 0; }
/* .b-detail-group{ padding-right: 15px; } */
.b-detail-group .b-detail-head{ display: flex; justify-content: space-between; align-items: center; margin-bottom: 22px; }
.b-detail-group .b-detail-head:last-child{ margin-bottom: 0; }
.b-detail-group .b-detail-head h4{ position: relative; padding-left: 25px; font-size: 15px; color: #484848; margin-bottom: 0; }
.b-detail-group .b-detail-head h4 i{ position: absolute; left: 0; top: 1px; }
.b-detail-group .b-detail-head .head-right{ font-weight: 600; font-size: 12px; }
.b-detail-group .b-detail-head .head-right a{ color: #000000; font-weight: 600; }
.b-detail-group .read-more-link{ color: #6c7daa; text-decoration: none; }
.b-detail-group p{ font-size: 14px; }
.b-details-box.bg-gray{ background-color: #fbfafa; }
.b-details-box .service-list{ list-style: none; padding: 0; margin: 0; }
.b-details-box .service-list li{ display: -webkit-flex; display: -moz-flex; display: flex; justify-content: space-between; align-items: center; margin-bottom: 20px; }
.b-details-box .service-list h4{ color: #000; font-size: 14px; margin-bottom: 0; }
.b-details-box .service-list .right-cnt{ font-size: 11px; line-height: 2.1; font-style: italic; color: #ababab; text-align: right; }
.b-details-box .service-list .right-cnt .small{ font-size: 11px; vertical-align: middle; }
.b-details-box .service-list .right-cnt .endorsed-count{ font-size: 15px; font-weight: 500; color: #717171; min-width: 40px; display: inline-block; text-align: right; font-style: normal; vertical-align: middle; }
/* .b-contact-details{ margin-bottom: 40px; } */
.b-contact-details .b-contact-left{ width: 50%; float: left; }
.b-contact-details .b-contact-right{ text-align: right; }
.b-contact-details .b-contact-left{ list-style: none; padding: 0; margin: 0; }
.b-contact-details .b-contact-left ul{ list-style: none; padding: 0; margin: 0; }
.b-contact-details .b-contact-left ul li{ margin-bottom: 8px; color: #393939; font-size: 14px; font-weight: 500; line-height: 2em; }
.b-contact-details .b-contact-left ul li i{ display: inline-block; margin-right: 12px; font-size: 16px; }
.b-contact-details .contact-icons{ margin-bottom: 0px; margin-right: 20px;}
.b-contact-details .contact-icons a.web-link{ display: inline-block; height: 35px; width: 35px; font-size: 20px; line-height: 35px; text-align: center; background-color: #353847; color: #fff; border-radius: 20px; margin-left: 8px; }
.b-contact-details .contact-icons a.phone-link{ background-color: #e44550; color: #fff;}
.b-contact-details .social-icons a{ display: inline-block; background-color: #fff; height: 35px; width: 35px; line-height: 35px; font-size: 16px; border-radius: 25px; text-align: center; box-shadow: 0 2px 15px rgba(0,0,0,0.1); color: #5b5b5b; margin-left: 5px; }
.b-details-box.locaction{ padding: 15px 25px; }
.map-wrap img{ display: block; width: 100%; }

.tabs-two.nav-tabs{ background-color: #f7f7f7; border-bottom: 0 none; }
.tabs-two .nav-item{ padding: 24px 35px; text-align: center; color: #000000; text-transform: uppercase; text-decoration: none; text-transform: uppercase; font-weight: 600; margin-bottom: 0; }
.tabs-two .nav-item.active{ background-color: #fff; }
.tabs-two-content .tab-pane{ padding: 45px 30px; }
.activity-list .activity-item{ margin-bottom: 30px; }
.activity-list .activity-item:last-child{ margin-bottom: 0; }
.activity-list .activity-item .activity-top{ display: -webkit-flex; display: -moz-flex; display: flex; justify-content: space-between; margin-bottom: 15px; }
.activity-list .activity-item .activity-top .activity-name{ color: #a0a0a0; font-size: 13px; }
.activity-list .activity-item .activity-top .activity-name b{ color: #353847; }
.activity-list .activity-item .activity-box{ padding: 15px; box-shadow: 0 5px 15px rgba(0,0,0,0.05); }
.activity-list .activity-item .activity-box .b-logo{ float: left;  }
.activity-list .activity-item .activity-box .activity-detail{ overflow:hidden; padding-left: 20px; }
.activity-list .activity-item .activity-box h5{ color: #353847; font-size: 14px; font-weight: bold; margin-bottom: 5px; }
.activity-list .activity-item .activity-box .company-name{ color: #000000; font-size: 17px; font-weight: bold; margin-bottom: 4px; }
.activity-list .activity-item .activity-box .company-handle{ color: #000000; font-size: 12px; font-weight: 500; }
.activity-list .activity-item .activity-box .cat{ font-size: 11px; font-weight: 500; color: #909090; }
.activity-list .activity-item .activity-box .industries-list{ list-style: none; padding: 0; margin: 0 0 10px; }
.activity-list .activity-item .activity-box .industries-list li{ display: inline-block; margin-right: 15px; }
.activity-list .activity-item .activity-box p{ max-width: 480px; font-size: 12px; line-height: 1.3; }
.activity-list .activity-item .activity-box .read-now{ color: #595c67; font-size: 12px; }
.no-sidebar .main-wrapper > .container{ padding-left: 0; padding-right: 0; width: 100%; max-width: 1090px; }


.nav-topbar a.btn {background: #ffdc1e;    color: #29375c; font-size: 14px; font-weight: 500; border-radius: 100px; padding: 6px 19px;}
.nav-topbar a.btn:hover {background: #ffffff;}  
.inner-content .content-wrap {padding-top: 0;}
/* .nav-topbar ul.nav a i{ height: 30px; width: 30px; text-align: center; line-height: 30px; background-color: #3d4b70; display: block; position: absolute; margin: -3px 0 0 -37px;border-radius: 100px; } */
/* .nav-topbar ul.nav a i:before{ height: 30px; width: 30px; text-align: center; line-height: 30px; background-color: #3d4b70; display: block; position: absolute; margin: -5px 0 0 -37px;border-radius: 100px; } */
/* .nav-topbar .nav.navbar-left {margin-left: 42px;}  */
.nav-topbar ul.nav a:hover i:before{ background-color: #4a5b86; }
/* .nav-topbar .logo-wrap .logo {justify-content: left;} */
/* .nav-topbar .logo-wrap {padding-left: 10px;} */
 
.header-banner h2{ font-size: 34px; margin-bottom: 20px; }
.header-banner h2.font-40{ font-size: 40px; }
.content-banner{ color: #fff; background: url(../images/content-banner.jpg) no-repeat top left;background-size: cover;padding: 160px 0 80px; position: relative; }
.content-banner:before{ content: ""; height: 100%; width: 100%; background: rgba(56, 71, 110, 0.54); display: block; position: absolute; top: 0; left: 0; }
.banner-content {position: relative;z-index: 2;}
.industries-dropdown {max-width: 160px;margin: 0 auto;}
.industries-dropdown .dropdown-toggle a i {color: #fff;font-size: 16px;position: absolute;    right: 7px;    top: 5px;}
.industries-dropdown .dropdown-toggle a {background: rgba(255, 255, 255, 0.25);    padding: 9px 38px 9px 23px;    border-radius: 100px;color: #fff;font-size: 17px;    text-decoration: none;}
.industries-dropdown .dropdown-menu {top: 35px !important; transform: none !important;	min-width: 160px !important;}
.industries-dropdown .dropdown-toggle a:hover { background: rgba(255, 255, 255, 0.35);}

.tag-list ul {padding:0;} 
.tag-list li a {color: #838fb0;}
.tag-list li {list-style: none;    display: inline-block; margin-right: 8px;}
.tag-list li a:hover {color: #29375c;}
.search-tag {background: url(../images/search-gray.png) no-repeat 0 center;}
.search-tag input {background: transparent;border: 0;border-bottom: 1px solid #e1e1e2;padding: 5px 0 5px 7px;margin-left: 18px;width: calc(100% - 18px);}
.search-tag input:focus { border-bottom-color: #29375c; }
.tag-list { margin: 30px 0 0 0; }   
.search-tag input::-webkit-input-placeholder {  color: #c6c6c6; }
.search-tag input::-moz-placeholder { color: #c6c6c6; }
.search-tag input:-ms-input-placeholder { color: #c6c6c6; } 
.search-tag input:-moz-placeholder { color: #c6c6c6; } 

.content-center-row{ flex-wrap: nowrap; }
.col-content-tab .business-list{ padding-left: 0; padding-right: 0; }
/* .content-tabs .business-list-item .article-wrap{ box-shadow: none; margin-bottom: 0; } */
.content-tabs .listing-tabs{ border-radius: 6px; padding: 0 5px; box-shadow: 0px 2px 7px -5px rgba(0, 0, 0, 0.41); }
.content-tabs {margin-top: -85px; padding-bottom: 100px; position: relative; } 
.content-tabs a.btn-round{ background: #ff6a66; color: #fff; padding: 8px 16px !important; height: 32px;border-radius: 100px; margin: 16px 0 0 21px; line-height: 1; }
.content-tabs a.btn-round.active,
.content-tabs a.btn-round:focus,
.content-tabs a.btn-round:hover{ background: #ffdc1e; color: #29375c; outline: 0; box-shadow: none; }
.content-tabs .listing-tabs > a {padding: 20px 20px;text-align: center;  } 
.col-content-tab .showing-items a{ background: #fff; padding: 4px 8px 4px 8px; border-radius: 100px; margin-right: 10px; margin-bottom: 5px; font-weight: 500; font-size: 11px; color: #979797; display: inline-block; }
.col-content-tab .showing-items a .icn{ margin-right: 2px; }
.col-content-tab .showing-items a.reset{ color: #ffdd00; background-color: #29375c; text-decoration: none; }
.showing-items i.close-icn{ margin-left: 3px; cursor: pointer; }
.content-tabs .business-list .business-list-item{margin-top: 25px; }  
.tag-col h6, .related-content h6 {font-weight: 500;font-size: 13px;}

.related-content .business-list-item .article-wrap{ background: #fff; }
.related-content .article-img img{ width: 100%; }
.related-content .article-img{ width: 75px; float: left; }
.related-content .business-list-item .article-wrap h4 {white-space: normal;display: -webkit-box;margin: 0 auto;-webkit-line-clamp: 2;-webkit-box-orient: vertical;overflow: hidden;font-size: 13px;text-overflow: ellipsis;   height: 32px;margin-bottom: 9px;} 
.related-content .business-list-item .article-wrap .article-content {padding: 0 0 0 10px !important;width: calc(100% - 75px);  }
.related-content .business-list-item .article-wrap .article-content p { font-size: 12px; } 
.related-content .contributor-box { margin: 40px 0 10px 0 !important; } 
 
.cc-container > .row.justify-content-between{ margin: 0;}
.col-tag, .col-related{ width: 350px; padding-left: 15px; padding-right: 15px; } 
.col-related{ padding-left: 20px; }
.content-center-row .col-content-tab{ width: 700px; }
.content-center-row .listing-tabs-row .tab-pane{ padding-left: 0; padding-right: 0; }
.tag-col{ max-width: 200px; }


/* ARTICAL PAGE START*/
.edit-article-cnt{ width: 100%; max-width: 1070px; margin: 0 auto; padding-top: 35px; }
.edit-article-cnt .edit-section-title{ color: #29375c; margin-bottom: 30px; }
.article-sidebar{ padding-left: 60px; padding-top: 0; flex: 0 0 300px; max-width: 300px; }
.article-sidebar .art-btn-wrap{ position: absolute; top: 0; width: 100%; }
.art-btn-wrap .btn {font-weight: 500;color: #5456aa;padding: 9px 15px;border-radius: 25px;font-size: 14px;display: block; margin: 10px auto; background: #f4f4f4; width: 140px; }
.article-sidebar .card-body {padding: 10px 0;} 
.art-btn-wrap .btn.public-btn {background: #ffdc1e;}
.art-btn-wrap .btn:hover {background: #29375c;color: #fff;}
.set-image{ background: url(../images/feature-img.png) no-repeat center; background-size: contain; padding: 48px 40px; }
.article-sidebar h6{ font-size: 13px; font-weight: 600; color: #6d6d6d;}
.set-image p {font-weight: 500;line-height: 1.3;color: #8e96aa;padding-top: 5px;}
.set-image a {font-size: 14px; color: #29375c;}
.tag-list a:hover {color: #29375c;}
.add-tag input{ width: 100%;border: 0; padding: 5px 10px; height: 30px; font-size: 12px; }
.add-tag p{ font-size: 11px; }
.tag-list a{ text-decoration:none;background: transparent; margin: 3px 10px 3px 0; display: inline-block; color: inherit; font-size: 11px; }
.tag-list i{ margin-left: 2px; color: #a8a8a8; }
.article-sidebar .save-date{ font-size: 12px; color: #c6c6c6; }
.article-sidebar .save-date label{ margin-left: 15px; }

.article-wrapper{ padding: 0 0 30px; }
.article-edit-col{ flex: 1; }
.article-feature .note{ font-size: 11px; color: #b5b5b5; margin-bottom: 10px;  }
.article-select-wrap .dropdown { background: rgba(255, 255, 255, 0.35);}
.article-select-wrap .dropdown-toggle{ display: block; text-decoration: none; padding: 5px; }
.article-select-wrap.article-industry .dropdown-toggle{ padding: 20px; color: #9d9d9d; font-size: 13px; }
.article-select-wrap .dropdown-toggle img{ height: 42px; width: 42px; border-radius: 100px; vertical-align: middle; display: inline-block; }
.article-select-wrap .dropdown a {display: block;padding: 10px 15px;text-decoration: none;  } 
.article-select-wrap .dropdown .dropdown-toggle b, 
.article-select-wrap .dropdown-menu.dropdown_wrapper .user_name { color: #29375c; font-size: 16px; margin: 0 0 0 10px; display: inline-block; vertical-align: middle; }
.article-select-wrap .dropdown-toggle:after{ display: none; }
.article-select-wrap .arrow:before{ content: ""; height: 14px; width: 14px; border: solid rgba(41, 55, 92, 0.6); border-width: 0 0 3px 3px; transform: rotate(-45deg) translate(0, -50%); display: block; position: absolute; top: 50%; right: 20px; margin-top: -5px; }
.article-select-wrap .dropdown_wrapper {min-width: 100% !important;} 
.article-select-wrap .dropdown-menu.dropdown_wrapper img {width: 30px;height: 30px;}
.article-select-wrap .dropdown-menu.dropdown_wrapper .user_name {font-size: 14px;    font-weight: 600; }
.article-select-wrap .dropdown_wrapper .dropdown-item:last-child {border: 0;}
.article-select-wrap .dropdown_wrapper .dropdown-item {border-bottom: 1px solid #ebebeb;} 
.article-select-wrap .show .fa-caret-left:before {transform: rotate(45deg);    right: 9px;} 
.article-industry .dropdown .comment-logo a {padding: 18px 15px;color: inherit;} 
.article-industry .fa.fa-caret-left {margin-top: 0;} 
.art-set-title input {border: 0;width: 100%;    padding: 20px 15px;} 
.art-set-title input:focus{ outline: 0; } 
.editor-full{ background: #fff; position: relative; }
.editor-full .placeholder{ position: absolute; left: 0; top: 40px; padding: 20px; pointer-events: none; opacity: 0.4; width: 100%; }
.editor-full .ql-snow.ql-toolbar, .editor-full .ql-snow.ql-container{ border: 1px solid #e7e7e7;}
 
.editor_content p{ color: #000; font-size: 14px; font-weight: 500; }
.editor_image img{margin-bottom: 20px; opacity: 0.6; margin-right: 3%; max-width: 40%;}
.note-editor{ background-color: #fff; border: none !important; padding-top: 53px; position: relative; }

.note-toolbar.card-header{ background-color: #fff; border-bottom: 0 none; }
.note-toolbar .note-btn{ border-color: transparent; }
.article-wrapper .note-toolbar{ position: absolute; top: 0; z-index: 1; }
.article-wrapper .note-toolbar.sticky{ position: fixed; z-index: 1; top: 58px; background-color: rgb(255,255,255, 0.8); box-shadow: 0 0 5px rgba(0,0,0,0.1); }
.edit-article-cnt .art-btn-wrap.sticky{ position: fixed; z-index: 1; top: 75px; width: 225px; }
.note-popover .popover-content>.note-btn-group, .note-toolbar>.note-btn-group{ margin-right: 0; }
.article-wrapper .note-editor .note-editing-area .note-editable{ min-height: 300px; }
.article-wrapper .note-statusbar{ display: none; }
.article-sidebar-inner{ position: relative; padding-top: 148px; }
.article-sidebar-inner .card_wrapper{ margin-top: 0; }
.article-edit-col .note-toolbar .note-btn{ font-size: 20px; background: transparent; }
/* ARTICAL PAGE END*/

.confirmation_bar{background-color: #3771f1;  width: 100%; top: 0; height: 43px; z-index: 999;}
.confirmation_bar_content img{margin-top: 4px;}
.confirmation_bar_content{display: flex; justify-content: center; align-items: center;}
.confirmation_bar_content p{ font-size: 12px; font-weight: 500; color: #fff; margin: 5px 25px 0 20px;}
.confirmation_bar .btn-primary{ background-color: #fff; color: #3771f1; border-color: #fff; font-size: 11px; line-height: 1; padding: 6px 8px; }
.buisness_content_background{ background-color: #fff; border-radius: 20px; margin: 50px 0 50px 0; }
.welcome-banner + .buisness_content_background{ margin-top: 70px; }
.buisness_content_img img{width: 100%; margin-top: -30px;}
.buisness_content{ padding: 20px 35px 20px 35px; display: flex; justify-content: space-between; }
.buisness_text{ max-width: 500px; padding-right: 15px; }
.buisness_wrapper{ padding-left: 15px; padding-right: 0; max-width: 210px; }
.buisness_text h4{color: #3771f1; font-size: 19px; font-weight: 600;}
.buisness_text p{ color: #525252; font-size: 13px; font-weight: 400;}
.btn-secondary{ width: 100%; background-color: #3771f1; border-color: #3771f1; border-radius: 5px; font-size: 12px; }
.btn-secondary:hover, 
.btn-secondary:focus{background-color: #047bf8; border-color: #047bf8;}
.btn-secondary:nth-child(2){background-color: #e6f0ff; border-color: #e6f0ff; color: #97b9ee; margin-top: 10px;}
/* .article-img{float: unset !important;} */
.article-img img{ width: 100%; }



/* BUSINESS-CC PAGE START */
.business-banner{ color: #fff;background: url(../images/businesscc-banner.jpg) no-repeat center center;background-size: cover;padding: 30px 50px 90px; position: relative; min-height: 255px; }
.business-banner .bcc-content{ position: absolute; left: 0; right: 0; bottom: 0; padding: 30px 50px 90px; }
.edit_enabled .business-banner{ height: 275px; overflow: hidden; }
.edit_enabled .business-banner .social-icons{ pointer-events: none; opacity: 0.2; }
.business-banner.no_cover_img{ background-color: #243052; background-image: none; }
.business-banner.no_cover_img:before{ content: ""; background-image: url(../images/business-icon.png); background-size: auto 120%; position: absolute; left: 0; right: 0; top: 0; bottom: 0; background-position: top -50px center; background-repeat: no-repeat; filter: blur(10px); opacity: 0.27; }
.business-banner .add_img_wrap{ position: absolute; left: 0; top: 0; height: 100%; width: 100%; text-align: center; display: flex; align-items: center; justify-content: center; flex-direction: column; }
.business-banner .add_img_wrap .upload_icon{ font-size: 42px; }
.business-banner .add_img_wrap span{ display: block; padding-top: 5px; font-size: 13px; }
.business-banner .add_img_wrap .upload_input{ position: absolute; left: 0; top: 0; height: 100%; width: 100%; font-size: 0; line-height: 0; -webkit-appearance: none; opacity: 0; cursor: pointer; }
.bcc-title .form-title {color: #ffdc1e;} 
.business-banner .b-contact-details .social-icons a {margin-left: 10px;}
.business-profile {background: #fff;padding: 10px 25px 0;margin: 10px;position: relative;margin-top: -21px;}
.business-profile .profile-logo{ border: 1px solid #e7e7e7; background: #fff; padding: 10px; border-radius: 4px; width: 125px; height: 125px; display: inline-block; margin-top: -60px; position: relative; }
.business-profile .profile-logo.add_logo:before { content: ""; height: 96%; display: block; width: 96%; position: absolute; left: 50%; transform: translate(-50%, -50%); top: 50%; background: linear-gradient(to right, #cacaca 33%, #fff 0%) top/10px 2px repeat-x, linear-gradient(#cacaca 33%, #fff 0%) right/2px 10px repeat-y, linear-gradient(to right, #cacaca 33%, #fff 0%) bottom/10px 2px repeat-x, linear-gradient(#cacaca 33%, #fff 0%) left/2px 10px repeat-y; }
.business-profile .profile-logo.edit_logo .upload-img{  }
.profile-logo.add_logo .add_logo_inner{ position: absolute; padding: 15px 10px; left: 0; right: 0; bottom: 0; text-align: center; }
.profile-logo.add_logo .add_logo_inner .upload_icon{ font-size: 36px; color: #c2c2c2;  }
.profile-logo.add_logo .add_logo_inner span{ display: block; padding-top: 5px; font-size: 11px; color: #7886ae; }
.profile-logo.add_logo .add_logo_inner small{ display: block; font-size: 9px; color: #b8b8b8; }
.profile-logo.add_logo .upload_input{ position: absolute; left: 0; top: 0; height: 100%; width: 100%; cursor: pointer; opacity: 0; z-index: 1; }
.business-profile .profile-content{ width: calc(100% - 130px); padding: 10px 0 0 20px; display: inline-block; vertical-align: top; }
.business-profile .profile-name{ color: #000000; font-weight: 500; display: inline-block; padding-right: 40px; position: relative; }
.business-profile .profile-name .verification-icon{ position: absolute; right: 0; top: 0; }
.business-profile .profile-name h3{ font-size: 19px; }
.business-profile .listing-tabs{ padding-top: 15px; }
/* .business-profile .profile-info { display: flex; } */
.profile-bottom-info label{ font-size: 11px; margin-right: 5px; }
.business-profile .profile-bottom-info .handle{ font-size: 12px; color: #000000; display: inline-block; margin-right: 25px; }
.edit_enabled .business-profile .profile-bottom-info .handle{ color: #bfbfbf; }
.edit_enabled .business-profile .profile-name{ margin-right: 0; padding-right: 0; }
.business-profile .business-profile {background: #fff;padding: 10px 25px 0;margin: 10px;position: relative;margin-top: -60px;}
.business-profile .listing-tabs > a{ padding: 8px; margin: 0 8px;}
.business-profile .listing-tabs > a.active {border-bottom: 3px solid #29375c;} 
label.activity {background: #ffdc1e;margin: 0 3px;padding: 0 6px;font-size: 11px;line-height: 16px;border-radius: 100px;vertical-align: middle;} 
.business-content .b-contact-details .social-icons a {margin-left: 8px; }
.b-details-box .service-list li:last-child {margin-bottom: 0;}
/* .business-content .services-box .b-detail-group .b-detail-head {margin-bottom: 30px;} */
.business-content .b-contact-left {width: 100%;}
.business-content .b-contact-details .b-contact-left ul li {margin-bottom: 11px;}
.business-services .white-box{ height: 100%; }
/* .business-services .white-box .b-details-box {padding-bottom: 0px;} */
.locaction-map {margin: 35px 0 0 0;}
.page-footer{margin-top:150px;}
.lock-icon {display: inline-block;width: 55px;}  
.lockdown-content {color: #000;font-weight: 500;width: calc(100% - 60px);padding-left: 5px;display: inline-block;vertical-align: middle;}
.lockdown-box{ background: #fff url(../images/locdown-bg.png) no-repeat 97% 13%; margin: 20px 0 0 20px; padding: 15px; }
.lockdown-content a {font-size: 11px;color: #3771f1;}
/* BUSINESS-CC PAGE END */
 

.legal-banner{background: url(../images/legal_services.jpg )  no-repeat center center; background-size: cover;}
/* .legal-topbar .navbar-left > li{ padding: 5px 24px; } */
.banner-content p{ font-size: 12px; position: relative; padding: 0 0 5px; }
.banner-content p:before{ position: absolute; content: ''; width: 48px; height: 2px; background-color: #ffdd00; bottom: -10px; left: 50%; transform: translate(-25px, 0px); }
.banner-right-content{ position: absolute; right: 50px; top: 70px; text-align: right; z-index: 9; }
.banner-right-content .banner-right-inner p{font-size: 14px; color: #fff; font-weight: 400; margin-bottom: 10px;}
.banner-right-content .banner-right-inner h5{font-size: 25px; color: #ffd71b; font-weight: 500; margin-bottom: 10px;}
.banner-right-content .banner-right-inner a.btn {font-size: 9px; margin-top: 5px;  padding: 2px 7px; background: #ffdc1e; color: #29375c; font-weight: 500; border-radius: 100px; }
.content_column{ display: flex; align-items: center; padding: 20px 0; justify-content: center; }
.content_column h6{ margin-bottom: 0; font-size: 13px; }
.content_column img{ max-width: 78px; margin-left: 20px; }
.see_more p{text-align: center; margin-bottom: 0;}
.margin-top{ margin-top: 0 !important; }
.see_more{text-align: center;}
.see_more a{color: #7d88a3; font-size: 12px; text-decoration: none; font-weight: 500;}
.has_announce .announce_icon{ position: absolute; left: -50px; top: 15px; }
.has_announce.business-list-item .listing-content .inline-tag{ color: #ffdd00; }

.parent_div img.company-logo{ width: auto !important; }
.admin-bar{ padding: 12px 25px; display: flex; align-items: center; justify-content: space-between; background-color: #232a41; color: #d5d5d5; font-size: 12px; }
.admin-bar a{ color: #828691; }
.business-edit .form-wrap.dashboard-form{ max-width: 100% !important; padding: 0 50px; }
.business-edit .form-inline .form-label{ padding-right: 15px; width: 145px; justify-content: flex-start; margin-bottom: 0; }
.business-edit .form-inline .form-control{ margin-bottom: 0; }
.business-edit .flex-1{ flex: 1; }
.business-edit .company-name-field{ background-color: #f9f9f9; font-size: 15px; font-weight: bold; color: #000; }
.business-edit .max-300{ width: 100%; max-width: 300px; }
.business-edit .form-wrap h6{ color: #000; font-size: 14px; }


.top-admin-bar{ position: relative; z-index: 99; left: 0; right: 0; padding: 15px 30px; background-color: #232a41; color: #fff; }
.top-admin-bar .left-title{ font-size: 12px; color: #ffd700; }
.top-admin-bar .center-title{ font-size: 14px; display: block; text-align: center; }
.top-admin-bar .admin-actions{ position: absolute; right: 55px; top: 50%; -webkit-transform: translate(0,-50%); -moz-transform: translate(0,-50%); transform: translate(0,-50%); }
.top-admin-bar .btn{ color: #29375c; padding: 8px 20px; min-width: 92px; margin: 0 2px; text-align: center; font-size: 12px; line-height: 1; border-radius: 25px; }
.top-admin-bar .btn:hover, .edit-bttn a.btn:hover,
.top-admin-bar .btn:focus{ color: #fff; }
.top-admin-bar .btn-white{ background-color: #f3f3f3; }
.top-admin-bar .btn-white:hover, .edit-bttn a.btn:hover, 
.top-admin-bar .btn-white:focus{ background-color: #29375c; }
.dashboard-form.form-wrap .form-control.form-control-sm{ min-height: 40px !important; height: 40px; line-height: 40px; padding: 5px 10px 5px 5px; }
.position-static{ position: static; }
.business-edit .banner_width{ max-width: 800px; }

/* .content-center.sidebar-collapse.business-edit .main-wrapper{ margin-left: 60px; } */

.navbar-center{ flex: 1; padding-left: 65px; }
.navbar-center > li{ display: flex; align-items: center; padding: 0 10px; }
.navbar-center > li a{ color: #fff; text-decoration: none; }

.map-overlay-row{ justify-content: space-between; }
.map-overlay-row .col-left{ width: 290px; }
.map-overlay-row .col-right{ margin-right: 50px; padding-right: 80px; position: relative; margin-top: 10px; }
/* .map-overlay-row .col-left .business-list{ max-height: 700px; } */
/* .map-overlay-row .col-left .business-list .mCSB_container{ padding-top: 16px; } */
.covid-bakground{ cursor: pointer; background-color: #ffd71b; width: 32px; height: 32px; border-radius: 10px; margin: 0px 0 0px 10px; padding: 3px 5px !important; overflow: hidden; }
.covid-bakground.active{ background-color: #fff; }
.covid-bakground img{ max-width: 100%; }
.map-search-filter-wrap .search_form{ background-color:#324063; border:none; height: 32px !important; font-size: 12px; width: 235px; padding-left: 30px; border-top-right-radius: 0; border-bottom-right-radius: 0; }
.map-search-filter-wrap .search_form:focus{background-color: #324063; color: #919cb9;} 
.map-search-filter-wrap .search_form::placeholder{color: #919cb9;}
.map-search-filter-wrap .search{ position: relative; }
.map-search-filter-wrap .search i{position: absolute; color: #838eab; top: 10px; left: 10px;}

.top_filter_dropdown {padding: 4px 15px; background-color: #364564; border-top-right-radius: 4px; border-bottom-right-radius: 4px;}
.top_filter_dropdown .round{width: 24px; height: 24px; background-color: #ffd71b; border-radius: 50%; margin-right: 10px; text-align: center;} 
.top_filter_dropdown .round img{width: auto !important; height: auto !important;}
.top_filter_dropdown .dropdown-toggle{ display: flex; align-items: center; }
.dropdown-toggle:focus{ outline: 0 none; }
.top_filter_dropdown.dropdown .dropdown-menu{ background-color: #2d3b5d; min-width: 650px; padding: 20px 20px 10px; margin-top: 0; border-radius: 6px 0 6px 6px; top: 100% !important; right: 0; left: auto; position: absolute; }
.top_filter_dropdown span{color: #fff; font-weight: 600;}

.top_filter_dropdown .heading h2{font-size: 14px; color: #ffd700; text-transform: uppercase;}
.top_filter_dropdown .heading p{ font-size: 13px; color: #a4abbe; margin-bottom: 16px; margin-top: 14px; }
.top_filter_dropdown .form-group{ margin-right: 15px; }

.top_filter_dropdown .select_checkbox{ position: relative; }
.top_filter_dropdown .select_checkbox input {padding: 0; height: initial; width: initial; margin-bottom: 0; display: none; cursor: pointer;}
.top_filter_dropdown .select_checkbox label{ display: block; cursor: pointer; color: #707070; font-weight: 400; font-size: 13px; color: #9fa8be; padding-right: 40px; }
/* .select_checkbox label:before{ content:''; -webkit-appearance: none; background-color: transparent;  padding: 0px; display: inline-block; position: relative; vertical-align: middle; cursor: pointer;} */
.top_filter_dropdown .select_checkbox input:checked + label:after {content: ''; display: block; position: absolute; top: 2px; right: 25px; width: 7px; height: 12px; border: solid #ffd700; border-width: 0 2px 2px 0; transform: rotate(45deg);}
.top_filter_dropdown .select_checkbox input:checked + .recommend_desc{color: #fff;}

.top_filter_dropdown .main_select{ overflow-y: auto; max-height: 233px; }
.top_filter_dropdown .heading{ margin-bottom: 10px; }
.search_industries{ background-color: transparent; border: transparent; border-bottom: 1px solid #506088; border-radius: 0; font-size: 13px; padding-left: 0; color: #b0b7c9;}
.search_industries:focus{background-color: transparent; border: transparent; border-bottom: 1px solid #fff; color: #b0b7c9;}
.search_industries::placeholder{color: #b0b7c9;}
.search_right{ position: relative; }
.search_right i{ right: 0; position: absolute; right: 0; color: #b0b7c9; }
.top_filter_dropdown > .dropdown-toggle{ text-decoration: none; }
.top_filter_dropdown > .dropdown-toggle:after{ color: #fff; border: none; content: "\f078"; font-family: "Font Awesome 5 Pro"; font-size: 14px; margin-left: 12px; margin-top: 2px; }
.top_filter_dropdown .has_search_icon{ position: relative; }
.top_filter_dropdown .has_search_icon:before{ content: "\f002"; font-family: "Font Awesome 5 Pro"; position: absolute; top: 50%; -webkit-transform: translate(0,-50%); -moz-transform: translate(0,-50%); transform: translate(0,-50%); right: 0; color: #838eab; font-size: 11px; }

.map-inner-wrapper{ min-height: calc(100vh - 58px); position: relative; }
.map-inner-wrapper .map-wrapper{ position: absolute; left: 0; top: 0; height: 100%; width: 100%; }

.map-lockdown-box{ max-width: 260px; margin: 0; }
.listing-desc a{font-size: 9px; color: #5e6b8d; text-decoration: none;}
.business-list .business-list-item.box-item{ border-radius: 10px; display: flex; align-items: center; margin-top:0;}
.mCS-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{ background-color: #4089a6 !important; }
.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{background-color:#1d2841 !important;}
.mCSB_scrollTools .mCSB_draggerRail{background-color: #3d4c6f;}
.scroll_left .mCSB_scrollTools{left:0;}
.top_filter_dropdown .mCSB_inside > .mCSB_container{ margin-right: -10px; padding-right: 15px; }
.top_filter_dropdown .mCSB_inside > .mCSB_scrollTools{ }
.scroll_left .mCSB_inside > .mCSB_container{ margin-right: 0; padding: 0 20px; }
.map-overlay-row .tags-wrap{ position: relative; margin-top: 0; z-index: 1; line-height: 20px; padding: 16px 6px; }
.map-overlay-row .tags-wrap .tag{ display: inline-block; background-color: rgba(240, 240, 240, 0.74); color: #3e4a68; font-size: 10px; margin-bottom: 5px; margin-right: 5px; padding: 0 5px; border-radius: 25px; }
.map-overlay-row .tags-wrap .tag i{ margin-left: 5px; color: #7d8aab; }
.map-overlay-row .tags-wrap .tag:hover{color: #3e4a68;}
.map-overlay-row .tags-wrap .reset{ display: inline-block; background-color: #243152; padding: 0 10px; border-radius: 100px; font-size: 10px; line-height: 20px; color: #ffd700; font-weight: 600; text-transform: uppercase; text-decoration: none; }
.map-overlay-row .business-list .business-list-item{ padding: 15px; box-shadow: 0 5px 15px rgba(0,0,0,0.15); margin-bottom: 10px; background-color: rgba(255,255,255,0.85); transition: all ease 300ms; cursor: pointer; }
.map-overlay-row .business-list .business-list-item:hover,
.map-overlay-row .business-list .business-list-item.active{ background-color: rgba(255,255,255,1); }
.map-overlay-row .business-list-item .listing-logo{ padding-right: 15px !important; }
.map-overlay-row .business-list-item .listing-content .listing-categories{ margin-bottom: 0; }
.map-overlay-row .business-list-item .listing-content h3{ font-size: 13px !important; white-space: normal; padding: 0; }
.map-overlay-row .business-list-item .listing-content a{ font-size: 11px; }
.map-overlay-row .business-list-item .listing-content .listing-categories a{ font-size: 11px; margin-right: 2px; }

.map-inner-wrapper .plus_round{ width: 38px; height: 38px; background-color: #ffd71b; box-shadow: 0 5px 27px 0 #717171; border-radius: 50%; display: block; text-align: center; position: absolute; right: 10px; top: 0; }
.map-inner-wrapper .plus_round i{color: #243152; font-size: 18px; line-height: 38px;}

.gm-style .place-card-large{display:none;}


/* HOMEPAGE SIDEBAR CHANGE */
.navbar .logo-wrap label {margin: 0;color: #ffdc1e;font-size: 10px; position: absolute; top: 7px; right: -17px;}
/* .sidebar-collapse .sidebar-toggle,  */
/* .site-sidebar a.sidebar-toggle, .sidebar-expand li.life-ring, .sidebar-expand .navbar-home { display: none;} */
/* .sidebar-collapse .sidebar-nav li.life-ring{ border-top: 1px solid #ecedf0; display: block; } */
.navbar .logo-wrap, 
.sidebar-collapse .side-menu{ border: 0; }
.sidebar-collapse .side-user .sidebar-toggle{ left: 100%; right: auto; margin-top: 5px; margin-left: 5px; }
.business-edit.sidebar-collapse .side-user .sidebar-toggle,
.article-edit.sidebar-collapse .side-user .sidebar-toggle{ left: 50%; top: 10px; margin-top: 0; margin-left: 2px; transform: translate(-50%,0); }
.side-user .toggle-icon, .side-user .toggle-icon:after,
.side-user .toggle-icon:before{ background-color: #29375c; height: 3px; } 
.sidebar-collapse .site-sidebar {border-right: 0;} 
.sidebar-collapse .side-menu > li {margin-left: 7px;}
.navbar-logo {display: flex;}
.navbar-home i {color: #a0a7be;    margin: 12px 0px 0 30px;    width: 33px;    height: 33px;    line-height: 33px;    font-size: 16px;}
.content-centre a {position: relative;}
.content-centre a:after {content: ""; position: absolute; top: -3px; right: -13px; height: 6px; width: 6px; border-radius: 100px; background: #ffdc1e; }
.content-centre a:before, .notification .dropdown-toggle label:before { content: ""; position: absolute; top: -10px; right: -20px; height: 20px; width: 20px; z-index: 10; border: 4px solid #ffdc1e; border-radius: 100px; animation: pulse 1s ease-out infinite; }
.notification .dropdown-toggle label { position: absolute; right: 2px; line-height: 9px; margin: 0;width: 13px; height: 13px; text-align: center;border-radius: 100px; background: #3771f1; font-size: 10px; padding: 2px; }
.notification .dropdown-toggle label:before{ right: -6px;top: -6px; border: 4px solid #3771f1;border-radius: 100px; height: 25px; width: 25px;}
.bookmark .dropdown-toggle label {background: #f1d122; }
.bookmark .dropdown-toggle label:before {display:none;}

.navbar .navbar-right .dropdown .dropdown-menu{ background: #fff; top: 94%; padding: 15px 5px !important; }
.navbar-nav .user-menu {width: 300px; }
.navbar-nav .user-menu .user-info {padding: 0px 10px;    position: relative;    display: flex;    align-items: center;    justify-content: space-between;} 
.navbar-nav .user-menu .invites-info {padding: 12px 10px 18px;    display: block;} 
.navbar-nav .user-menu .invites-info span {margin: 3px 0 3px 0;    color: #c6c1c1;    font-size: 14px;	font-weight: 300;      line-height: normal !important;    display: block;}
.navbar-nav .user-menu .invites-info .next-invite-bar {    height: 25px;    background: #f4f4f4;    border-radius: 20px;    position: relative;}
.navbar-nav .user-menu .invites-info .next-invite-bar .progress { position: absolute; top: 0; left: 0; border-radius: 20px 0px 0px 20px; background: #88a3eb; height: 100%;}
.edit-bttn a { background-color: #f3f3f3; border-radius: 100px; padding: 5px 18px;color: #a3a3a3;font-size: 14px;}
.profile-img h3 { font-size: 16px; margin: 0 0 0 18px;}
.navbar .navbar-right .user-menu .profile-img img { height: 48px; width: 48px;}
.profile-img {display: flex; align-items: center; }
.user-nav ul li {list-style: none;}
.user-nav ul {padding: 0;} 
.side-user .toggle-icon:hover {opacity: 0.8;}
.dropdown-menu .user-nav ul li a { color: #212529; font-weight: 500; padding: 10px 0; padding-left: 40px; margin: 0 10px; font-size: 13px; position: relative; background: transparent !important; }
.dropdown-menu .user-nav ul li a i { position: absolute; left: 10px; color: #5a647e; font-size: 16px; top: 50%; -webkit-transform: translate(0,-50%); -moz-transform: translate(0,-50%); transform: translate(0,-50%); }
.dropdown-menu .user-nav ul li a:hover, 
.dropdown-menu .user-nav ul li a:hover i { color: #88a3eb; }
.add-business .dropdown-menu ul li{ margin: 0 0 10px 10px; }
.add-business .dropdown-menu ul li a i{ position: absolute; left: 0; color: #5a647e; top: 50%; -webkit-transform: translate(0,-50%); -moz-transform: translate(0,-50%); transform: translate(0,-50%); width: 32px; height: 32px; line-height: 32px; text-align: center; font-size: 18px; box-shadow:0px 10px 20px 0px rgba(0, 0, 0, 0.10); border-radius: 4px; }
.add-business .dropdown-menu ul li a span{ padding-left: 5px; }

.navbar-right .user .dropdown-toggle:after{ content: "\f0d7"; font-family: "Font Awesome 5 Pro"; font-size: 16px; color: #949bad; background: #3d4b70; height: 20px; width: 20px; padding: 0; line-height: 17px; border-radius: 100px; text-align: center;position: absolute; right: -3px; top: 18px; border: 2px solid #29375c; }
.navbar-right .user.open .dropdown-toggle:after{ content: "\f0d8"; }
.add-business .dropdown-toggle:after, .notification .dropdown-toggle:after{ display:none; }
.navbar-right li i.icon {color: #949bad;margin-right: 0;}
.navbar .navbar-right > li.user.dropdown {margin-right: 5px;}
.navbar-right li.notification i.icon {font-size: 16px;}
/* .navbar .dropdown.show .dropdown-toggle:before{ display: block;content: " "; height: 0; right: 10px; bottom: -1px; width: 0; position: absolute; z-index: 8888; border-left: 12px solid transparent; border-right: 12px solid transparent; border-bottom: 10px solid #ffffff; } */


.side-filter-wrap{ border-bottom: 1px solid #eee; padding-bottom: 15px; margin-bottom: 20px; }
.side-filter-wrap .btn{ background-color: #f4f5fa; font-size: 14px; color: #5a627a; font-weight: 600; margin-top: 2px; width: 100%; text-align: left; }
.side-filter-wrap .btn.active{ background-color: #fff; box-shadow: none; box-shadow: 0 0 15px 0 rgba(0,0,0,0.07); color: #7a9cf5; font-weight: 600; }
.side-filter-wrap .btn:hover, 
.side-filter-wrap .btn:focus{ color: #7a9cf5; }
.sidebar-group{ padding-left: 15px; margin-bottom: 40px; }
.sidebar-group h2.sidebar-group-title{ color: #5e5e5e; font-size: 14px; font-weight: 700; margin-bottom: 10px; }
.sidebar-group h3.sidebar-group-subtitle{ color: #848485; font-size: 10px; font-weight: 700; margin-bottom: 15px; }
.sidebar-group .search-box-wrap{ position: relative; margin-bottom: 15px; }
.sidebar-group .search-box-wrap:before{ content: "\f002"; font-family: "Font Awesome 5 Pro"; position: absolute; left: 5px; top: 50%; transform: translate(0,-50%); font-size: 12px; color: #d9d9d9; }
.sidebar-group .search-box-wrap input{ background-color: #fff; padding: 3px 3px 3px 25px; border-radius: 6px; width: 100%; color: #979797; height: 26px; border: 0 none; font-size: 11px; }
.sidebar-group .search-box-wrap input:focus{ outline: 0; }
.sidebar-group .search-box-wrap input::placeholder{ color: #979797; }
.sidebar-group .show-more-link{ font-size: 10px; font-weight: 600; color: #afb2bb; }
.trending-links{ padding-bottom: 10px; }
.trending-links a{ color: #8b91a2; font-size: 12px; font-weight: 500; text-decoration: none;}
.trending-links p{ color: #8b91a2; font-size: 12px; font-weight: 500; margin-bottom: 7px;}
.top-pick-list{ margin-bottom: 30px; }
.top-pick-list .top-pick-list-item{ text-decoration: none; display: block; background-color: #fff; border-radius: 8px; padding: 12px 20px; margin-bottom: 15px; }
.top-pick-list .top-pick-list-item h4{ white-space: normal; margin: 0 auto; font-size: 12px; text-overflow: ellipsis; margin-bottom: 8px; font-weight: 500; color: #2b3859; }

.top-pick-list .picks-tag{ background-color: #243152; width: 60px; display: inline-block; text-align: center; padding: 2px 10px; border-radius: 20px; font-size: 9px; color: #fff; font-weight: 500; margin-right: 10px; }
.top-pick-list .top-pick-list-item .picks-cat{color: #848484; font-size: 10px; font-weight: 500;}
.most-active-list .most-active-item{ display: block; text-decoration: none; margin: 15px 0; display: flex; align-items: center; }
.most-active-list .most-active-item h3{ font-size: 13px; font-weight: 600; color: #8c93a8; margin-bottom: 0;}
.most-active-list .most-active-item h3 span{ color: #6b6b6b; font-size: 11px; margin-left: 10px; }
.most-active-list .most-active-item .most-active-img{ width: 33px; padding-right: 10px; text-align: center; }
.banner-content .search-content{ position: relative; width: 282px; margin: 0 auto; }
.banner-content .search-content input{ border-radius: 50px; height: 32px; width: 100%; background-color: rgb(255,255,255, 0.7); padding-left: 37px; border: none; font-size: 11px; color: #a3a9b9; }
.banner-content .search-content input:focus{ outline: 0; }
.search-content .icon{ position: absolute; top: 50%; transform: translate(0,-50%); left: 12px; color: #a2a8b9; font-size: 18px; }
.search-content input::placeholder{ color: #a3a9b9; }
.show-more{margin-top: 20px;}
.col-tag .col-tag-inner{ max-width: 250px; }



@keyframes pulse {  
	0% { -webkit-transform: scale(0); opacity: 0.0; }
	25% { -webkit-transform: scale(0.1); opacity: 0.1; }
	50% { -webkit-transform: scale(0.5); opacity: 0.3; }
	75% { -webkit-transform: scale(0.8); opacity: 0.5; }
	100% { -webkit-transform: scale(1); opacity: 0.0; }
} 

.navbar .navbar-right .add-business .dropdown-menu { min-width: 290px; }
nav li.add-business .dropdown-menu li a i { color: #809eef; }
nav li.add-business .dropdown-menu li a:hover{ color: #88a3eb; }
nav li.add-business .dropdown-menu li.disabled a{ color: #babfcb; pointer-events: none; }
nav li.add-business .dropdown-menu li.disabled a i{ color: #babfcb; }
nav li.add-business .dropdown-menu li a span label { margin: 0 0 0 10px; background: #f4f5f9; color: #949eb9; font-size: 9px; border-radius: 5px; padding: 1px 5px; }
nav.navbar.sticky { justify-content: space-between; }
/* .navbar .dropdown .dropdown-menu { display: none !important; } */
/* .navbar .dropdown.open .dropdown-menu { display: block !important; transition: none !important; height: auto !important; margin: 0 !important; } */

.callout-box{ display: flex; align-items: center; }
.callout-box .icon-box{ height: 32px; width: 32px; line-height: 32px; border-radius: 8px; text-align: center; box-shadow: 0 10px 20px rgba(0,0,0,0.1); display: inline-block; }
.callout-box .icon-box i{ color: #809eef; font-size: 18px; line-height: 32px; }
.callout-box .callout-title{ flex: 1; padding-left: 6px; font-weight: 500; color: #2b385a; padding-right: 10px; font-size: 13px; margin: 0; }
.callout-box .callout-btn{ display: inline-block; border: 2px solid #809eef; color: #809eef; text-transform: uppercase; font-size: 9px; line-height: 1; padding: 12px; text-decoration: none; border-radius: 50px; -webkit-transition: all ease 300ms; -moz-transition: all ease 300ms; transition: all ease 300ms; }
.callout-box .callout-btn:hover,
.callout-box .callout-btn:focus{ background-color: #809eef; color: #fff; }

.new-article-btn-wrap{ position: fixed; z-index: 1; margin-top: -15px; width: 100%; max-width: 700px; }
.new-article-btn-wrap .btn{ font-size: 12px; font-weight: 500; padding: 8px 25px; }
.new-article-btn-wrap .btn i{ margin-left: 5px; }

.map-search-filter-wrap{ position: fixed; top: 58px; z-index: 1; left: 0; right: 0; max-width: 500px; margin: 0 auto; background-color: #29375c; padding: 15px 20px; border-bottom-left-radius: 30px; border-bottom-right-radius: 30px;}
.map-search-filter-wrap:before{ position: absolute; content: ''; width: 25px; height: 43px; left: -7px; top: -8px; transform: rotate(-18deg); background-color: #29375c; z-index: -1;}
.map-search-filter-wrap:after{ position: absolute; content: ''; width: 25px; height: 43px; right: -7px; top: -8px; transform: rotate(18deg); background-color: #29375c; z-index: -1;}
.navbar .nav-logo-col{ width: 300px; }

#login_register_pg .sidebar-toggle{ display: none; }
.navbar a.disabled{ opacity: 0.5; }
.site-sidebar .dropdown .dropdown-menu{ min-width: 100% !important; }

.dropdown-menu.has-img .dropdown-item{ display: flex; align-items: center; padding: .25rem .5rem; }
.dropdown-menu.has-img .dropdown-item .dropdown-item-img{ height: 36px; width: 36px; display: block; background-size: cover; background-position: center; border-radius: 50px; }
.dropdown-menu.has-img .dropdown-item .dropdown-item-text{ padding-left: 15px; }

.no-content{ position: relative; }
.no-content .blur-content{ pointer-events: none; opacity: 0.2; min-height: 120px; -webkit-touch-callout: none; -webkit-user-select: none; -khtml-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none; }
.no-content .add-content-link{ position: absolute; width: 100%; left: 0; right: 0; top: 50%; -webkit-transform: translate(0,-50%); -moz-transform: translate(0,-50%); transform: translate(0,-50%); }
.no-content .add-content-link a{ text-decoration: underline; }
.no-content .add_location_box{ max-width: 270px; background-color: #fff; border-radius: 5px; padding: 20px 20px 25px; text-align: center; margin: 0 auto; }
.no-content .leaflet-marker-pane,
.no-content .leaflet-popup-pane{ display: none !important; }

/* MEDIA CSS */

/* Bootstrap Modal */
@media (min-height: 700px) and (min-width: 768px){
	.modal .modal-dialog.modal-centered { top: 50%; -webkit-transform: translate(0, -50%); transform: translate(0, -50%); margin: 0px auto; }
}
@media (min-width: 1025px) and (max-width: 1320px){
	.business-services > .col-md-6{ -ms-flex: 0 0 100%; flex: 0 0 100%; max-width: 100%; }
}

@media screen and (min-width: 768px){
	.show-mobile{ display: none !important; }
}
@media screen and (min-width: 961px){
	.navbar.sticky{ position: fixed; }
	.sidebar-collapse .sidebar-nav{ padding: 0; }
	.navbar .logo-wrap{ width: 60px; }
	body.has-notification.sidebar-expand .site-sidebar{ top: 100px; }
	.has-notification.sidebar-collapse .site-sidebar{ top: 100px; }
	.content-wrap{ padding-top: 58px; }
	body.has-notification .content-wrap{ padding-top: 100px; } 
	body.has-notification.has-top-adminbar .content-wrap{ padding-top: 	151px; } 
	body.has-top-adminbar .content-wrap{ padding-top: 109px; } 
	body.has-notification .navbar.sticky{ top: 43px}
	body.has-top-adminbar .top-admin-bar{ top: 58px; }
	body.has-notification.has-top-adminbar .top-admin-bar{ top: 100px; }
	.row.tabs-row{ flex-wrap: nowrap; -ms-flex-wrap: nowrap; }
	.top-admin-bar{ position: fixed; }

	.nav-topbar{ max-width: 540px; }
	.nav-topbar.max-430{ max-width: 430px; }
	.confirmation_bar{position: fixed;}
	/* .nav-topbar.navbar .logo-wrap .logo.logo-expand { display: inline-flex; }  */
	/* .nav-topbar.navbar .logo-wrap { width: 225px; } */
	.legal-topbar{max-width: 700px;}
	.business-edit .sticky-card{ position: fixed; width: 270px; }

	.header-top{ top: 0 !important; }
}

@media screen and (min-width: 1025px){
	.sidebar-collapse .site-sidebar{ position: fixed; top: 60px; left: 0; width: 60px; bottom: 0; overflow: visible !important; }
	.sidebar-expand .site-sidebar{ position: fixed; top: 58px; width: 250px; height: calc(100vh - 58px); }
	.main-wrapper{ min-height: calc(100vh - 58px); position: relative; padding: 0 20px 80px; margin-left: 250px; }
	.business_module .main-wrapper{ margin-left: 250px; }
	.business_module .top-admin-bar{ width: calc(100% - 250px); margin-left: 250px; }
	.sidebar-collapse .top-admin-bar{ width: calc(100% - 60px); margin-left: 60px; padding-right: 90px; }
	.sidebar-collapse .thumb-sm{ position: relative; margin-left: 7px; }
	.sidebar-expand.business_module .site-sidebar{ width: 250px; }
	.sidebar-collapse .site-sidebar .side-user .thumb-sm img{ width: 40px; height: 40px; }
	.sidebar-collapse .main-wrapper{ margin-left: 60px; }
	.navbar .sidebar-toggle{ display: none; }
	.site-sidebar .show-menu{ display: none; }
	.sidebar-collapse .site-sidebar .show-menu{ display: block; }
	.sidebar-collapse .hide-menu, .sidebar-collapse .hide-menu .badge, .sidebar-collapse .hide-menu .label{ display: none; }
	.top-admin-bar{ padding-right: 280px; width: calc(100% - 250px); margin-left: 250px; }
	.business-edit.sidebar-collapse .site-sidebar .side-user,
	.article-edit.sidebar-collapse .site-sidebar .side-user{ padding-top: 45px; }
}

@media screen and (min-width: 1350px){
	.business_module .top-admin-bar{ width: calc(100% - 300px); margin-left: 300px; }
	.sidebar-collapse .top-admin-bar{ width: calc(100% - 60px); margin-left: 60px; padding-right: 90px; }
	.sidebar-expand.business_module .site-sidebar{ width: 300px; }
	.content-center.sidebar-collapse .main-wrapper,
	.content-center .main-wrapper{ margin-left: 300px; }
}

@media screen and (max-width: 1349px){
	.business_module .dashboard-right-col{ max-width: 250px; min-width: 250px; flex: 0 0 250px; }
}
@media screen and (max-width: 1330px){
	/* .col-content-tab{ width: 600px; } */
	.col-content-tab{ flex: 1; width: auto; }
	.col-tag, .col-related { width: 300px; }
	.navbar-center{ padding-left: 0; }
	.navbar-center .search_box{ display: none; }
	
}
@media screen and (max-width: 1200px){
	.b-detail-group{ padding-right: 0; }
	.b-details-box{ padding: 25px; }
	.business-list{ padding: 0; }
	.text_wrapper{ margin-left: 0 !important; }
	.dashboard-right-col{ max-width: 300px; flex: 0 0 300px; }

	.content-banner{ background-position: 90% center; }
	/* .col-content-tab, .col-tag, .col-related {  flex: 1; } */
	.col-tag, .col-related { width: 270px; }
	/* .col-content-tab { width: 100%;  } */

	.article-sidebar{ padding-left: 15px; flex: 0 0 260px; max-width: 260px; }
	.map-search-filter-wrap{position: relative; z-index: 9; top: 0; max-width: 100%; border-bottom-left-radius: 0px;	border-bottom-right-radius: 0px; justify-content: center;}
	.map-search-filter-wrap:after,
	.map-search-filter-wrap:before{ display: none; }
	.top_filter_dropdown.dropdown .dropdown-menu{ right: auto; left: 50%; transform: translate(-50%, 0); border-radius: 0 0 6px 6px; }
	.top_filter_dropdown{ position: static; }

}

@media screen and (max-width: 1024px){
	.site-sidebar{ background-color: #f4f5f9; position: absolute; z-index: 999; top: 58px; width: 90%; max-width: 320px; display: none; padding-bottom: 0; -webkit-box-shadow: 0px 8px 31px -2px rgba(0,0,0,0.28); -moz-box-shadow: 0px 8px 31px -2px rgba(0,0,0,0.28); box-shadow: 0px 8px 31px -2px rgba(0,0,0,0.28); }
	.navbar-center > li.covid-bakground, .navbar-home{ display: none; }
	.navbar .navbar-right{ padding-right: 15px; width: 219px; }
	.navbar .logo-wrap{ width: 60px; margin-right: 25px; }
	.navbar .nav-logo-col{ width: 230px; }
	.content-center-row{ flex-wrap: wrap; }
	/* .col-content-tab, .col-tag,  */
	.content-center-row .col-tag:empty{ display: none; }
	.col-related{ width: 100%; padding-left: 15px; padding-right: 15px; }
	.col-tag, .col-related {width: 100%;}
	.sidebar-collapse .site-sidebar .side-user{ padding: 30px 25px 20px 15px; }
	.sidebar-collapse .thumb-sm{ margin: 0; }
	.sidebar-collapse .sidebar-nav .side-menu > li > a{ text-align: left; }
	.content-center.sidebar-collapse.business-edit .main-wrapper{ margin-left: 0 !important; }
	.sidebar-collapse .sidebar-toggle { display: block;}
	.site-sidebar .side-user .sidebar-toggle{ display: none; }
	.site-sidebar .show-menu{ display: none; }
	.tag-col{ max-width: 100%; }
	.content-center-row .col-tag{ width: 200px; }
	.content-center-row .col-content-tab{ width: calc(100% - 200px); padding-left: 15px; padding-right: 15px; }
	.related-content .business-list-item .article-wrap{ display: inline-block; width: calc(50% - 20px); margin: 10px; }
	.related-content .business-list-item { font-size: 0; margin: 0 -10px; }
	.content-banner{ padding: 120px 15px; }
	.content-tabs{ margin-top: 0; }
	.article-wrapper{ padding: 0; }
	.sidebar-collapse .side-menu > li{ margin-left: 0; }
	
	.col-related .lockdown-box { margin: 0;}
	.admin-bar,
	.business-banner{ margin-left: -15px; margin-right: -15px; }
	.main-wrapper{ padding: 0 15px 80px; }

	.box-height{margin-top:60px;}
	#company_view_pg .cc-container > .row.justify-content-between{ margin-left: -15px; margin-right: -15px; }
}

@media screen and (max-width: 960px){
	.new-article-btn-wrap{ position: absolute; }
	.new-article-btn-wrap.fixed{ position: fixed; top: 35px; }
	.navbar .logo-wrap .logo.logo-expand{ display: none; }
	.navbar .logo-wrap .logo.logo-collapse{ display: flex; }
	.card_wrapper{margin-top: 15px;}
	.business_module .dashboard-right-col,
	.dashboard-right-col{ max-width: 100%; width: 100%; flex: 0 0 100%; }
	.business-edit .dashboard-right-col{ max-width: 100%; width: 100%; flex: 0 0 100%; }
	.banner_width{ max-width: 100%; }

	.article-wrapper .note-toolbar.sticky{ top: 0; }
	.edit-article-cnt .art-btn-wrap.sticky{ top: 15px; }
	/* .nav-topbar .logo-wrap .logo.logo-expand {  display: inline-flex; }  */
	/* .nav-topbar .logo-wrap{ width: 200px; } */

	.confirmation_bar{ height: auto; }
	.sticky-admin .top-admin-bar{ position: fixed; top: 0; left: 0; right: 0; }
	.sticky-admin .content-wrap{ padding-top: 51px; }
	.top-admin-bar .admin-actions{ right: 30px; }
	.covid-support-wrap .covid-support-foot{ text-align: left; padding-left: 30px; }
	.navbar .logo-wrap .logo label { margin: 0; color: #ffdc1e; font-size: 10px; position: absolute; top: 7px; right: -14px; }
	.navbar .logo-wrap { border-bottom: 0; background-color: #29375c; margin-bottom: 0;  position: relative;}

}
@media screen and (max-width: 768px){
	.business-edit .main-wrapper{ padding-left: 15px; padding-right: 15px; }
	.main-wrapper{ padding-left: 15px; padding-right: 15px; }
}
@media screen and (max-width: 767px){
	.hide-mobile{ display: none !important; }
	.header .nav{ padding-top: 15px; }
	.header .nav > li{ margin: 0; }
	.header .nav > li > a{ padding: 8px 0; display: block; }
	.header .dropdown .dropdown-menu li a{ padding: 4px 15px; font-size: 14px; }
	.form-wrap .tab-content .tab-pane{ padding: 35px 20px; }
	.form-wrap .form-tabs a.nav-item{ padding: 15px; }
	.form-wrap form .custom-checkbox{ padding-left: 65px; }
	.navbar .navbar-left li a span{ display: none; }
	.navbar .navbar-left a .icon{ margin-right: 0; }
	.navbar .navbar-left > li{ padding: 5px; }
	/* .navbar .navbar-left{ margin-left: 10px; } */
	.welcome-banner{ padding-bottom: 20px; }
	.tabs-row{ margin-top: 20px; }
	.welcome-modal .slide-content{ padding: 50px 20px 70px; }
	.welcome-modal .slide-content .slide-text{ padding: 0; }
	.welcome-modal .slick-prev{ left: 20px; }
	.welcome-modal .slick-next{ right: 20px; }
	.tabs-two .nav-item{ padding: 20px; }
	.b-contact-details .b-contact-right{ text-align: left; padding-top: 20px; }
	.details_box .b-content{ max-width: none; }
	.b-details-box.locaction{ padding-top: 0; }
	.business-list-item .listing-content .actions{ right: 5px; }

	.content-banner{ padding: 60px 15px; }
	.nav-topbar.navbar .navbar-left { display: inherit; }
	.related-content .business-list-item .article-wrap { width: 100%; margin: 5px 0; }
	.related-content .business-list-item{ margin: 0; }
	.content-tabs .listing-tabs > a {  padding: 20px 10px; }
	.article-sidebar{ flex: 0 0 100%; max-width: 100%; padding-top: 0; }
	.edit-article-cnt .art-btn-wrap.sticky{ position: absolute; width: 100%; top: 0; }
	.article-sidebar{ padding-top: 30px; }
	.buisness_content{ display: block; padding: 20px; }
	.business-list .business-list-item .listing-logo img{ max-width: 35px; }
	.buisness_wrapper{ max-width: 100%; padding-left: 0; text-align: center; }
	.buisness_text{ padding-right: 0; margin: 0 auto; text-align: center; }
	.buisness_wrapper .btn-secondary{ width: auto; display: inline-block; margin: 5px; } 
	
	.business-profile{ margin-left: 0; margin-right: 0; }
	.cc-container .listing-tabs-row .tab-pane{ padding-left: 0; padding-right: 0; }
	.profile-content {width: 100%;padding: 15px 0 0;}
	.profile-logo {display: block; } 
	.business-banner{ padding: 25px 10px 50px; }
	/* .business-banner .b-contact-details{ margin: 0 0 100px 0 !important;} */
	.business-banner .b-contact-details .b-contact-right {text-align: right;}
	.business-services .white-box { height: auto;}
	.business-services .white-box .b-details-box { padding-bottom: 20px;}
	.locaction-map .b-details-box.locaction { padding-top: 17px;}
	.banner-right-content{ position: relative; right: 0; top: 0; text-align: center; }
	.top-admin-bar{ padding: 15px; }
	.business-edit .form-wrap.dashboard-form{ padding: 0 15px; }
	.top-admin-bar .btn{ min-width: 0; }
	.top-admin-bar .admin-actions{ right: 10px; }
	.navbar .navbar-center > li{ display: none; }
	.navbar-center.show-mobile{ padding: 0; background-color: #ececec; }
	.navbar-center.show-mobile .top_filter_dropdown > .dropdown-toggle{ color: #000; padding: 10px; }
	.navbar-center.show-mobile > li.top_filter_dropdown{ display: block; padding: 0; }
	.top_filter_dropdown.dropdown .dropdown-menu{ width: 100%; min-width: 0; border-radius: 0; }
	.top_filter_dropdown.dropdown .dropdown-menu .row > div{ margin-bottom: 20px; }
	.top_filter_dropdown.dropdown .dropdown-menu .row > div:last-child{ margin-bottom: 0; }
	.map-inner-wrapper .map-wrapper{ position: static; height: 300px; }
	.map-overlay-row .col-left{ width: 100%; }
	/* .map-overlay-row .col-left .business-list{ height: auto !important; } */
	.scroll_left .mCSB_inside > .mCSB_container{ padding-left: 15px; padding-right: 15px; }
	.map-overlay-row .col-right{ width: auto; padding: 0 70px 25px 15px; margin-right: 0; }
	.map-overlay-row .col-right .map-lockdown-box{ display: none; }
	.top_filter_dropdown .mCSB_inside > .mCSB_container{ padding-right: 0; margin-right: 0 }
	.map-inner-wrapper .plus_round{ right: 15px; top: 15px; }
	
	.navbar .sidebar-toggle{ width: 40px; padding: 0 16px; }
	.navbar .logo-wrap .logo img { width: 36px;} 
	.navbar .logo-wrap .logo label{ font-size: 7px; right: 0;}
	ul.nav.navbar-nav.navbar-left.flex-row { margin-left: 0;}
	.user.dropdown .dropdown-menu{ width: 250px; }
	.navbar-nav .user-menu { width: 100%; }
	.profile-img h3 { font-size: 14px; margin: 0 0 0 15px; }
	.map-search-filter-wrap .search_box{ display: none; }
	.content-center-row .col-content-tab{ width: 100%; }
	.content-center-row .col-tag,
	.col-tag .col-tag-inner{ width: 100%; max-width: 100%; }
	.col-tag .col-tag-inner{ display: flex; flex-wrap: wrap; }
	.col-tag .col-tag-inner .side-filter-wrap,
	.col-tag .col-tag-inner .sidebar-group{ width: 33.333%; }
	.sidebar-group .search-box-wrap input{ width: 100%; }
	.buisness_content_img img{ margin-top: -4.5%; }
	.business-banner .bcc-content{ padding: 25px 10px 80px; }
}
@media screen and (max-width: 575px){ 
	.navbar .navbar-right,
	.navbar .nav-logo-col{ width: auto; }
	.navbar .navbar-right{ padding-right: 5px; }
	.navbar .navbar-right .dropdown .dropdown-menu{ position: absolute; }
	.welcome-banner-inner .feature-col{ margin-bottom: 20px; }
	.welcome-banner h1{ line-height: 1.4; }
	.listing-tabs-row .tab-pane{ padding: 25px 0 0; }
	.listing-tabs > a{ margin: 0 5px; padding: 15px 10px; }
	/* .b-details-box .b-details-top .b-logo{ float: none; margin-bottom: 15px; } */
	/* .b-details-box .b-details-top .b-detail{ padding-left: 0; } */
	.tabs-two-content .tab-pane{ padding: 25px 15px; }
	.social-count-list{ margin-left: 0; }
	.comments-wrap{ padding-left: 0; }
	.comments-wrap .comment-box.sub-comment{ padding-left: 25px; }

	.nav-topbar .logo-wrap { width: 65px; }
	.nav-topbar.navbar .navbar-left{ width: calc(100% - 112px); margin-left: 0 !important; justify-content: flex-end; }
	.nav-topbar.navbar .navbar-left > li { padding: 5px 5px; } 
	.nav-topbar a.btn { padding: 5px 10px; }
	.related-content .business-list-item .article-wrap .article-img { float: left; }

	.editor_image img{ margin-right: 0; }
	.confirmation_bar_content p{ font-size: 11px; }
	.first_comment{ margin-top: 10px; }

	/* .business-list-item .listing-content .actions{ position: static; } */
	
	.business-edit .form-inline .form-label{ width: auto; }
	.dashboard-form.form-wrap .form-group.form-inline{ display: block; }
	.business-profile .listing-tabs > a { width: auto; padding: 8px 8px; margin: 0;}
	.business-profile {padding: 10px 15px 0;}
	.business-profile .listing-tabs { margin: 0 -15px;}
	.locaction-map {margin: 10px 0 0;}
	.page-footer{ margin-top: 50px; }
	.top-admin-bar .center-title{ text-align: left; }
	.top-admin-bar{ padding: 10px 175px 10px 15px; }
	.top_filter_dropdown.dropdown .dropdown-menu{ padding-left: 10px; padding-right: 10px; }
	.top_filter_dropdown.dropdown .dropdown-menu .row{ margin-left: -10px; margin-right: -10px; }
	.top_filter_dropdown.dropdown .dropdown-menu .row > div{ padding-left: 10px; padding-right: 10px; }
	.top_filter_dropdown .form-group{ margin-right: 0; }
	.buisness_content_background{ margin-top: 20px; }
	.welcome-banner + .buisness_content_background{ margin-top: 60px; }
	.business-list .business-list-item .listing-logo{ padding-left: 0; padding-right: 15px; }
	.business-list-item .listing-content h3{ margin-bottom: 10px; }
	.business-list-item .listing-content .inline-tag + span{ margin-bottom: 10px; display: inline-block; vertical-align: middle; }
	.business-list-item:not(.article) .listing-content h3{ font-size: 15px; }
}
@media screen and (max-width: 520px){
	.navbar .logo-wrap{ margin-right: 8px; }
	.business-list .business-list-item .listing-content{ display: block !important; margin-top: 0 !important; }
	.business-list-item .listing-content h3{ padding-right: 10px; padding-bottom: 0px; }
	.business-list-item .listing-content .inline-tag{ margin-bottom: 10px; display: inline-block; vertical-align: middle; padding: 3px 8px; }
	.business-list-item .listing-content .date{ display: block;  }
	.confirmation_bar_content p{ margin: 3px 10px !important; }
}
@media screen and (max-width: 480px){
	.details_box{ padding: 15px; }
	.details_box .b-content{ padding-top: 0; padding-left: 10px; }
	.details_box .b-logo img{ max-width: 40px; }
	.company-detail-box{ display: block; }
	.company-detail-box .left-content{ margin-bottom: 15px; }
	.company-detail-box .right-content{ text-align: left; }
	.company-detail-box .right-content br{ display: none; }
	.company-detail-box .right-content a{ margin-right: 10px; }
	.b-contact-details .b-contact-left,
	.b-contact-details .b-contact-right{ float: none; width: auto; text-align: left; margin-bottom: 15px; }
	.b-contact-details .contact-icons{ margin-top: 0; margin-right: 0;}
	.b-contact-details .social-icons a,
	.b-contact-details .contact-icons a{ margin-left: 0; margin-right: 4px; }
	.activity-list .activity-item .activity-box .b-logo{ float: none; margin-bottom: 15px; }
	.activity-list .activity-item .activity-box .activity-detail{ padding-left: 0; }
	.activity-list .activity-item .activity-top{ display: block; }
	.activity-list .activity-item .activity-top .activity-name{ display: block; }
	.business-list-item .article-wrap .article-img{ float: none; }
	.business-list-item .article-wrap .article-content{ padding-left: 0; }
	.business-list-item .listing-content .actions a:first-child{ margin-left: 0; }
	.business-list-item .listing-content .listing-categories a{ margin-right: 10px; margin-bottom: 5px; }
	.business-list-item .listing-content .listing-categories li:last-child a{ margin-right: 0; }

	.btn-primary{border-radius: 0;}
	.confirmation_bar_content img{margin-top: 0;}
	.business-banner .add_img_wrap{ padding-bottom: 50px; }
	.covid-support-wrap .covid-support-foot{ text-align: center; padding-left: 0; }
	.col-tag .col-tag-inner .side-filter-wrap{ width: 100%; }
	.col-tag .col-tag-inner .sidebar-group{ width: 50%; padding-left: 5px; padding-right: 5px; }
}
@media screen and (max-width: 420px){
	.site-sidebar{ width: 90%; max-width: 500px; }

	.business-profile .profile-inner{ text-align: center; }
	.business-profile .profile-content{ display: block; padding-left: 0; padding-top: 20px; width: auto; }
}
@media screen and (max-width: 380px){
	.business-list-item .listing-content .actions{ position: static; margin-bottom: 10px; }
	.business-list-item .listing-content h3{font-size: 12px;}
	.b-details-box .b-details-top{ padding-right: 0; }
	#article-view-pg .article-bt-box{ padding: 10px 15px !important; }
	.b-details-box .service-list li{ margin-bottom: 12px; }
	.b-details-top .verification-icon.posted-date{ position: static; padding-top: 0 !important; font-size: 12px; }
	#article-view-pg .b-handle{ margin-bottom: 5px; }
	/* .b-details-box .service-list li .right-cnt{ display: flex; flex-direction: column-reverse; } */
}