body .container {
    min-height: unset !important;
}
/*Setions*/

.cbdpro-element {
    padding: 100px 0 70px 0;
}
.lp-section-title-container h2 {
}
.lp-section-title-container .lp-sub-title {
    font-size: 22px;
    margin: 0 auto;
    font-family: 'Roboto';
    font-weight: 300;
    color: #262626;
    line-height: 30px;
}

.listing-second-view a.secondary-btn {
    font-weight: 500;
}

.pet-inner-button{
    position: absolute;
    top: -35px;
    right: 30px;
    color: #70788D;
    font-size: 14px;
}
.cbd-inner-button:hover{
	color: #70788D;
}

/*Sidebar*/
.cbdpro-navbar-mobile-nav {
    display: none;
}
#cbdproSidebar ul.mobile-menu.mm-listview {
    margin-top: -35px !important;
}

/*Responsive*/

@media only screen and (max-width: 1024px) {
    .cbdpro-banner-search {
        width: 100%;
        padding: 30px;
        left: 0;
    }
}
@media only screen and ( max-width: 991px ) {
    .cbdpro-navbar-nav {
        display: none;
    }
    .cbdpro-navbar-mobile-nav {
        display: block;
    }
}





.sidebar-filters .sidebar-filters-wrap,
.sidebar-filters .outer_all_page_overflow,
.lp_all_page_overflow
{
    background: #F5F7FC !important;
}
a#clicktoreview2 {
    display: none;
}





/* header */
.top-header-cbd header {
    padding: 49px 26px;
    width: 100%;
    box-sizing: border-box;
    display: flex;
    align-items: center;
    background-color: var(--nav-bg);
    justify-content: space-between;
}

.top-header-cbd header .logo-cbd {
    color: var( --p-color);
    height: 50px;
    line-height: 50px;
    font-size: 24px;
    float: left;
    font-weight: bold;
    width: 161px;
}

.top-header-cbd header nav ul {
    margin: auto;
    padding: 0;
    display: flex;
}

.top-header-cbd header nav ul li {
    list-style: none;
    margin: 0 45px 0 0;
}

.top-header-cbd header nav ul li a {
    font-size: 13px;
    color: var(--color);
    text-decoration: none;
    display: block;
    font-family: var(--font1);
}

.top-header-cbd .cbd-menu-toggle {
    color: var(--p-color);
    float: right;
    line-height: 50px;
    font-size: 24px;
    cursor: pointer;
    display: none;
}

header .cbd-right-btns {
    display: flex;
    margin: 0 0 0 40px;
}

.top-header-cbd nav.cbd-navs {
    text-transform: capitalize;
    float: right;
    display: flex;
    justify-content: space-between;
}

.cbd-right-btns a.Add.btn-cbd:hover,
.cbd-right-btns a.Register.btn-cbd {
    color: var(--p-color);
    border: 1px solid var(--p-color);
    padding: 11px 29px;
    transition: 0.2s;
    font-family: var(--font1);
    background-color: transparent;
    margin: 0 25px 0 0px;
    text-decoration: none;
}

.cbd-right-btns a.Register.btn-cbd:hover,
.cbd-right-btns a.Add.btn-cbd {
    color: #fff;
    text-decoration: none;
    transition: 0.2s;
    font-family: var(--font1);
    border: 1px solid var(--p-color);
    padding: 11px 29px;
    margin: 0 25px 0 0px;
    background-color: var(--p-color);
}
.cbd-user {
    color: var(--p-color);
    border: 1px solid var(--p-color);
    padding: 1px 25px;
    transition: 0.2s;
    font-family: var(--font1);
    background-color: transparent;
    margin: 0 25px 0 0px;
    text-decoration: none;
}
.cbd-user .lp-join-user-info li {
    display: inline-flex;
    line-height: 40px !important;
}
.cbd-user:hover {
    color: #fff;
    text-decoration: none;
    transition: 0.2s;
    font-family: var(--font1);
    border: 1px solid var(--p-color);
    padding: 1px 25px;
    margin: 0 25px 0 0px;
    background-color: var(--p-color);
}
.cbd-right-btns .cbd-user ul li a:nth-child(2) {
    color: VAR(--p-color);
}
.cbd-right-btns .cbd-user:hover ul li a:nth-child(2) {
    color: #fff;
}
ul.lp-user-menu.list-style-none {
    color: #000;
    display: grid;
    background: #ffff;
}
.lp-join-now.after-login.lp-join-user-info {
    line-height: 35px;
}
.form-group.lp-suggested-search {
    width: 45%;
}
.form-group.lp-location-search {
    width: 45%;
}
.pos-relative.cbd_search_placeholder {
    margin-left: 20px;
}
/* End header */

/* Banner */
/*CBDPRO Banner*/

.cbdpro-banner-search {
   
    position: absolute;
    z-index: 2;
    top: 50%;
    transform: translateY(-50%);
    
}
@media (min-width: 786px) {
    #cbdpro-banner form.form-inline {
        display: flex;
    }
}
.cbdpro-banner-search-title {
    color: #2D2D37;
    font-weight: bold;
    line-height: 40px;
    font-size: 48px;
    margin-bottom: 20px;
}
.cbdpro-banner-search-small-title{
	color:#A2ADC7;
	font-size:14px;
	    margin-bottom: 30px;
}
/*CBDPRO Banner Search*/
.cbdpro-banner-search .lp-search-bar {
    margin: 0;
    padding: 0px;
    display: block;
    background: #fff;
    border-radius: 0px;
	margin-bottom:50px;
}
.cbdpro-banner-search .form-inline .form-group {
    margin: 0;
}
.cbdpro-banner-search .form-group .lp-search-bar-right,
.cbdpro-banner-search .form-group .lp-search-bar-right input
{
    background: var(--p-color) 0% 0% no-repeat padding-box!important;
    border-radius: 0px;
    border:0px !important;
    color:#fff;
}
.cbdpro-banner-search .form-group .lp-search-bar-right input{
    border: 1px solid transparent !important;
}
.cbdpro-banner-search .form-group .lp-search-bar-right:hover{
	 background: var(--s-color) 0% 0% no-repeat padding-box;
	 color:#fff;
}
.cbdpro-banner-search .form-group .lp-search-bar-right input {
    
    font-size: 13px;
    line-height: 16px;
    font-weight: normal;
	padding: 0px 25px;
}
.cbdpro-banner-search .form-group .lp-search-bar-right input {
    -webkit-transition: none;
    -moz-transition: none;
    -o-transition: none;
    transition: none;
}

.cbdpro-banner-search .form-group.lp-suggested-search .what-placeholder input {
    min-width: unset;
    width: calc(100% - 10px);
    display: block;
    background: transparent;
    margin-left: auto;
    border-right-color: #241B1B22 !important;
    height: 48px;
    line-height: 48px;
    border: 0px;
}
.cbdpro-banner-search .form-group.lp-suggested-search input:focus {
    border-color: transparent;
}
.cbdpro-banner-search .lp-search-bar .lp-location-search .ui-widget>i {
    right: 5px;
    left: inherit;
    color: #241B1B;
}
.cbdpro-banner-search .lp-search-icon{
	display:none;
}
.cbdpro-banner-search .lp-search-bar .lp-suggested-search .input-group-addon.lp-border,
.cbdpro-banner-search .form-group.lp-location-search .lp-where {
    letter-spacing: 0;
    color: #241B1B;
    font-size: 20px;
    font-weight: normal;
	padding-left: 0px;
    width: 50px;
}
@media (max-width: 480px){
.lp-search-bar .form-group.lp-location-search .ui-widget.border-dropdown {
    width: 90%;
}
}
.cbdpro-banner-search .ui-widget.border-dropdown {
    margin-left: 31px;
}
.cbdpro-banner-search .form-group.lp-location-search input#cities {
    padding-left: 15px;
    height: 48px;
    line-height: 48px;
}
.cbdpro-banner-category img{
	width:50px;
	height:50px;
	/*border-radius:100%;*/
	margin-bottom:17px;
	object-fit: scale-down;
}
.cbdpro-banner-category:hover {
    transform: scale(1.1);
}
.cbdpro-banner-category-img{
	width: 50px;
	height: 50px;
	/*border-radius:100%;*/
	margin:0 auto;
	margin-bottom:17px;
	overflow:hidden;
	background-color: transparent;
}
.cbdpro-banner-category a p{
	margin:0px;
	color:#70788D;
	font-size:13px;
	font-variant:400;
}
.cbdpro-banner-category{
    transition: 300ms ease-in-out;
	text-align:center;
}
.cbdpro-banner-categories:not(.slick-initialized) {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
}
.cbdpro-banner-categories .slick-prev:before,.cbdpro-banner-categories .slick-next:before {
    width: 24px!important;
    height: 24px!important;
    line-height: 24px!important;
    font-size: 12px!important;
    background-color: #fff!important;
    color: #929DB9!important;
    opacity: 1!important;
    -webkit-box-shadow: 0 1px 14px 0 rgb(0 0 0 / 66%);
    -moz-box-shadow: 0 1px 14px 0 rgba(0, 0, 0, .66);
    box-shadow: none!important;
}
.cbdpro-banner-categories .slick-prev:hover:before,.cbdpro-banner-categories .slick-prev:focus:before,.ppro-banner-categories  .slick-next:hover:before,.ppro-banner-categories .slick-next:focus:before{
	color: var(--pp-color)!important;
	background-color: var(--p-color)!important;
}
.lp-add-to-fav .fa-bookmark-o:not(.fa-spin):before {
    content: '\f08a';
}
.lp-add-to-fav .fa-bookmark:not(.fa-spin):before {
    content: '\f004';
}
.cbdpro-banner-categories .slick-next:before {
    content: "\f061";
}
.cbdpro-banner-categories .slick-prev:before {
    content: "\f060";
}

.cbd-right-btns i.fa.fa-user-o {
    margin: 0 12px 0px 0px;
}

.cbd-banned-heading .Cbs-Heading {
    font-size: 37px;
    font-weight: 700;
    text-transform: capitalize;
    line-height: 56px;
    max-width: 545px;
    font-family: var(--font1);
}
.cbdpro-banner-search-small-title{
	color:#A2ADC7;
	font-size:14px;
	    margin-bottom: 30px;
}

.cbd-banner {
    height: 500px;
    background-image: url("../images/bg.png");
    align-items: center;
    background-repeat: no-repeat;
    background-position: right top;
    background-color: var(--bg-color);
    padding: 40px 0;
}

.cbd-banned-heading {
    padding: 94px 0 28px 0;
}

.cbd-banner .cbd-input-Group .form-cbd {
    display: flex;
    position: relative;
}

.cbd-banner .cbd-input-Group .form-cbd .cbd-feild {
    width: 46%;
}

.cbd-banner .cbd-input-Group .form-cbd .cbd-feild:nth-child(2) {
    position: relative;
}

.cbd-banner .cbd-input-Group .form-cbd .cbd-feild:nth-child(2)::after {
    position: absolute;
    content: "";
    left: -13px;
    height: 42px;
    width: 2px;
    background-color: #f1f3f8;
    top: -5px;
}

.cbd-banner .cbd-input-Group input::placeholder {
    color: #AEAEAE;
    font-size: 13px;
    font-weight: 500;
    line-height: 17px;
    text-decoration: none;
    margin: 0;
}

.cbd-banner .cbd-input-Group .form-cbd,
.cbd-banner .cbd-input-Group .form-cbd input {
    background: white;
    outline: none;
    border: none;
    padding: 6px 14px;
}

.button-search-cbd button {
    background: var(--p-color);
    border: 2px solid var(--p-color);
    padding: 11px 27px;
    transition: 0.2s;
    color: #FFF;
    margin: 0 25px 0 0px;
    position: absolute;
    right: -26px;
    top: -1px;
    text-decoration: none;
    transition: 0.3s;
}

.button-search-cbd button:hover {
    background: white;
    border: 2px solid var(--p-color);
    transition: 0.2s;
    color: #3B7E00;
    margin: 0 25px 0 0px;
    position: absolute;
    right: -26px;
    text-decoration: none;
}

a:focus {
    outline: 0px auto -webkit-focus-ring-color;
    outline-offset: -2px;
}

.cbd-category-search-bottom a {
    text-decoration: none !important;
    outline: none !important;
}

.cbd-category-search-bottom .cbd-catogery-icon {
    background: #f4f9f8;
    padding: 15px;
    border-radius: 31px;
    width: 53px;
    height: 53px;
    border: 2px transparent solid;
    color: #3B7E00;
    font-size: 24px;
    cursor: pointer;
    text-align: center;
    transition: 0.3s;
	margin: auto;
}
.cbd-category-search-bottom .cbd-catogery-icon:hover {
    border: 2px solid #000;
}

.cbd_category.section .cbd-category-search-bottom:hover .cbd-catogery-icon {
    border: 2px #000000 solid;
    background-color: #f4f9f8;
    color: #000000;
    cursor: pointer;
    transition: 0.3s;
}
.cbd_category.section .cbd-banner_search_bottom_category {
    display: flex;
    flex-wrap: wrap;
    text-align: center;
    z-index: 1;
}
.cbd-category-search-bottom .cbd-banner-category {
    width: 123px !important;
    height: 100px;
    margin-bottom: 18px;
    transition: 0.3s;
}
.cbd_category.section .cbd-banner_search_bottom_category .cbd-category-search-bottom .cbd-banner-category {
    width: 123px !important;
    height: 95px;
    margin-bottom: 18px;
    transition: 0.3s;
}

.cbd-banner-category:hover .cbd-category-name-search p {
    display: block !important;
    transition: 0.3s;
    letter-spacing: 0;
    color: #273824;
    font-size: 13px;
    font-weight: 600;
    line-height: 17px;
	text-align: center;
    text-decoration: none;
    margin-top: 16px;
}

.cbd_category.section {
    margin: 50px 0 0 0px;
}
.form-group.lp-suggested-search {
    width: 45%;
}
.cbd-search-placeholder {
    margin-left: 20px !important;
}

/* End banner */
/* <!-- cbd-listing-element --> */
.left-heading .lp-section-title-container h2 {
    color: #273824;
    font-size: 26px;
    font-weight: 800;
    font-family: 'Poppins', sans-serif;
    text-align: center !important;
    margin: 32px 0 0 0;
}
.clearfix.container .row.lp-section-content.clearfix .lp-section-title-container.text-center .lp-sub-title {
    text-align: center !important;
}
.cbd-display-listing .cbd-listing-thumbnail img {
    width: 100%;
    height: 250px;
    object-fit: cover;
}

.cbd-display-listing .cbd-listing-thumbnail a {
    width: 313px;
    height: 203px;
}

.cbd-display-listing {
    padding: 0;
}

.cbd-display-listing:hover .cbd-review-section {
    opacity: 3;
    transform: scalex(1);
}

.cbd-display-listing:hover .cbd-listing-thumbnail img {
}

.cbd-listing-thumbnail {
    position: relative;
    overflow: hidden;
}

.cbd-listing-thumbnail .checked {
    color: orange;
}

.cbd-home-review-listing {
    position: absolute;
    bottom: -4px;
    display: flex;
    align-items: center;
    right: 15px;
}

.cbd-home-review-listing .cbd-review-section {
    background: white;
    padding: 7px 9px;
    cursor: pointer;
    transition: 0.3s;
    font-size: 14px;
    opacity: 0;
    transform: scaleY(0);
    transition: transform 0.5s ease;
}
@media (max-width: 668px){
.cbd-display-listing .cbd-listing-thumbnail img, .cbd-listing-element .cbd-display-listing .cbd-review-section {
    opacity: 3;
    transform: scalex(1);
}
}

.cbd-home-review-listing p {
    color: white;
    background: var(--p-color);
    font-family: var(--font1);
    margin: 0;
    padding: 8px;
}
/*---BPro---Review---*/
.cbd-review-section i.fa.fa-star {
    color: unset;
}
span.lp-star-box.filled {
    color: orange;
}

span.lp-star-box {
    color: #000;
}

.cbd-display-listing .grid-listing-cbd .content-listing-cbd h3 {
    line-height: 20px;
    width: 100%;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    margin: 7px 0;
    color: #1e5f86;
}

.cbd-display-listing .grid-listing-cbd .content-listing-cbd h3 a {
    font-size: 16px;
    color: #1e5f86;
    text-decoration: none;
    font-weight: 900;
    line-height: 20px;
    font-family: var(--font1);
    width: 100%;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

.cbd-display-listing .grid-listing-cbd .content-listing-cbd p {
    line-height: 20px;
    width: 100%;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    margin: 0;
}

.cbd-display-listing .grid-listing-cbd .content-listing-cbd p a {
    letter-spacing: 0;
    color: #262626;
    font-size: 16px;
    line-height: 17px;
    font-weight: normal;
    margin: 0;
    font-family: var(--font1);
}

.cbd-display-listing .grid-listing-cbd .content-listing-cbd h4 {
    letter-spacing: 0;
    color: #5c5c5c;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    font-family: var(--font1);
    text-decoration: none;
}

.cbd-display-listing .grid-listing-cbd {
    padding: 22px 22px;
    padding-top: 18px;
    box-shadow: 0 0 17px #d1d1d1;
    margin-left: 15px;
    border-radius: 5px;
}

.cbd-display-listing .listing-cbd-save-bottom {
    display: flex;
    justify-content: space-between;
    color: #1e5f86;
    cursor: pointer;
    font-size: 14px;
    padding: 5px 0;
}

.cbd-display-listing .listing-cbd-save-bottom .save-cbd {
    cursor: pointer;
    margin-top: 20px;
}

.cbd-display-listing .listing-cbd-save-bottom .save-cbd a {
    padding: 11px 40px;
    color: #1e5f86;
    font-size: 16px;
    border: 1px solid #1e5f86;
    font-weight: 400;
}
.save-cbd span {
    font-family: var(--font1);
    color: var(--s-color);
    font-size: 14px !important;
	padding-left:7px;
}
.save-cbd i.fa.fa-eye {
    padding-right: 11px;
}
.cbd-texonomy-category {
    padding: 22px 0 0 0;
}


/* <!-- end-cbd-listing-element --> */

/*Location Element*/


.cbdpro-locations-element-location figure {
    overflow: hidden;
}

.cbdpro-locations-element-location figure img {
    transition: .3s ease-in-out;
    height: 326px;
    object-fit: cover;
    width: 100%;
}

.cbdpro-locations-element-location div {
    background: white;
    padding: 7px;
    margin: 30px 0;
    position: relative;
}

.cbdpro-locations-element-location {
    margin: 10px;
}

.cbdpro-locations-element-location:hover span {
    transition: 0.4s;
    background: white;
    width: 99%;
    position: absolute;
    bottom: 0;
    left: 0;
    opacity: 3;
    transform: scalex(1);
    line-height: 20px;
    width: 100%;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

.cbdpro-locations-element-location a {
    text-decoration: none !important;
}

.cbdpro-locations-element-location span {
    opacity: 0;
    text-align: center;
    color: #241B1B;
    font-size: 14px;
    font-weight: 500;
    background: white;
    padding: 14px 9px;
    cursor: pointer;
    font-size: 14px;
    transform: scaleY(0);
    transition: transform 0.5s ease;
    width: 99%;
    position: absolute;
    bottom: 0;
    left: 0;
}

.cbdpro-locations-element-location div {
    margin: auto;
}
/*-----Locations by name-----*/
.cbdpro-taxonomies-list-container {
    display: flex;
    flex-wrap: wrap;
    padding: 47px 0 0 0;
}
.cbdpro-taxonomies-list-container .cbdpro-taxonomies-list-taxonomy {
    margin: 0px 15px 14px 15px;
    width: calc((100% / 5) - 30px);
    line-height: 26px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}
.cbdpro-taxonomies-list-container .cbdpro-taxonomies-list-taxonomy a {
    letter-spacing: 0.32px;
    font-size: 16px;
    font-family: var(--font1);
    font-weight: 500;
    color: #273824;
    margin: 0;
    padding: 0;
}
.cbd-location-grid .container {
    padding: 16px 0 0 0;
}

/*End Locations*/

/*Activity Grid*/


.cbdpro-activity-grid {
    background: #FFFFFF 0 0 no-repeat padding-box;
    box-shadow: 0 15px 10px #00000021;
    padding: 15px 20px 25px 20px;
    margin-bottom: 30px;
    padding-bottom: 5px;
}
.cbdpro-activity-grid .cbdpro-activity-grid-header {
    display: flex;
    align-items: center;
    margin-bottom: 20px;
}
.cbdpro-activity-grid .cbdpro-activity-rating-num {
    width: 70px;
    justify-content: center;
    align-items: flex-end;
    position: relative;
    margin-right: 15px;
    background: var(--p-color);
}
.cbdpro-activity-grid .cbdpro-activity-rating-num span {
    letter-spacing: -0.48px;
    color: #FFFFFF;
    font-size: 24px;
    line-height: 50px;
    font-weight: 500;
    margin: 0;
}
.cbdpro-activity-grid .cbdpro-activity-rating-num-star {
    position: relative;
    display: flex;
    flex-direction: column;
}
.cbdpro-activity-grid .cbdpro-activity-rating-num-star i {
    color: #FFCE00;
    font-size: 18px;
    margin-right: 5px;
}
.cbdpro-activity-grid-content h4 {
	color: #1e5f86;
	font-weight: 600;
	line-height: 20px;
	width: 100%;
	text-overflow: ellipsis;
	margin: 0;
	white-space: nowrap;
	overflow: hidden;
	font-size: 20px;
	font-style: italic;
}
.cbdpro-activity-grid-content p {
    font-size: 18px;
    font-weight: normal;
    margin: 0 0 25px 0;
    color: #35393D;
    min-height: unset;
    border-bottom: 2px solid #ddd;
    padding-bottom: 40px;
}
.cbdpro-activity-grid-content a {
    color: #33B5BA;
    font-weight: normal;
    line-height: 22px;
    width: 100%;
    margin: 0 0 22px 0;
    font-size: 13px;
    letter-spacing: 1px;
    text-decoration: none;
}
.cbdpro-activity-grid-content {
    margin-bottom: 25px;
    padding-bottom: 10px;
    border-bottom: 1px solid #C2C4D633;
}
.cbdpro-activity-grid-footer {
    display: flex;
    justify-content: flex-start;
    align-items: center;
}
.cbdpro-activity-grid-footer .cbdpro-activity-author-thumb {
    margin-right: 10px;
    min-width: 46px;
}
.cbdpro-activity-grid-footer .cbdpro-activity-author-thumb img {
    width: 46px;
    height: 46px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    object-fit: cover;
}
.cbdpro-activity-grid-footer .cbdpro-activity-author-detail a h4 {
    letter-spacing: 0.27px;
    color: #241B1B;
    font-weight: 600;
    font-size: 16px;
    line-height: 24px;
    margin: 0;
    text-transform: capitalize;
}
.cbdpro-activity-grid-footer .cbdpro-activity-author-detail p {
    color: var(--s-color);
    font-weight: normal;
    width: 100%;
    font-size: 13px;
    letter-spacing: 1px;
	margin: 0;
}
/*End Activity Grid*/

/*------ Category----*/
.cbdpro-texonomy-category .cbdpro-category {
    padding: 0 20px;
    width: 33.33%;
    margin-bottom: 70px;
}

.cbdpro-texonomy-category .cbdpro-category .category-logo-box {
    height: auto;
    padding-bottom: 0;
    width: 100%;
    margin-left: -20px;
    position: relative;
    top: -20px;
}
.cbdpro-texonomy-category .cbdpro-category .category-logo-box img {
    height: 100%;
    width: 100%;
}
.cbdpro-texonomy-category .cbdpro-category p {
    letter-spacing: 0;
    color: var( --C-color);
    font-size: 13px;
    font-weight: 400;
    line-height: 21px;
    text-decoration: none;
    margin: 13px 0;
}

.cbdpro-texonomy-category .cbdpro-category .category-logo-box i {
    color: var(--p-color);
    font-size: 26px;
    padding: 20px 0;
}

.cbdpro-texonomy-category .cbdpro-category h4 {
   font-size: 18px;
    color: #1e5f86;
    font-weight: 600;
    line-height: 20px;
    width: 100%;
    text-overflow: ellipsis;
    margin: 0;
    font-family: var(--font1);
    white-space: nowrap;
    overflow: hidden;
}

.cbdpro-texonomy-category a {
    color: unset !important;
    text-decoration: unset !important;
}

.cbdpro-texonomy-category .cbdpro-category .category-logo-box p {
    font-size: 13px;
    color: #8A8CA1;
}

.cbdpro-texonomy-category {
    display: flex;
    justify-content: start;
    flex-wrap: wrap;
    margin-top: 50px;
}
/*------End Category----*/

/* <!---cbd-column --> */

.cbd-box-find-item .cbd-item-number span {
    color: var(--p-color);
    font-size: 24px;
    font-weight: 700;
}

.cbd-box-find-item .cbd-item-number {
    margin-top: -71px;
    width: 62px;
    height: 62px;
    background: #DCE6D8;
    font-size: 25px;
    font-weight: 700;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 46px;
}

.cbd-box-find-item {
    background: white;
    padding: 37px;
    margin: 50px 25px;
}

.cbd-box-find-item h4 {
    color: #273824;
    font-weight: 600;
    line-height: 20px;
    width: 100%;
    text-overflow: ellipsis;
    margin: 22px 0 20px 0;
    white-space: nowrap;
    overflow: hidden;
    font-size: 16px;
}

.cbd-box-find-item p {
    color: var(--s-color);
    font-weight: normal;
    line-height: 30px;
    width: 100%;
    overflow: hidden;
    margin: 34px 0 0px 0;
    font-size: 14px;
    word-spacing: 1px;
}


/* <!--end-cbd-column --> */


/* <!-- -cbd-blog-box --> */

.blogs-cbd-P .cbdpro-blog-thumbnail img {
    width: 100%;
    height: 202px;
    object-fit: cover;
    transform: rotate(1deg) scale(1.1);
    transition: .3s ease-in-out;
}

.blogs-cbd-P .cbdpro-blog-thumbnail {
    overflow: hidden;
}

.blogs-cbd-P:hover .cbdpro-blog-thumbnail img {
    transform: scalex(1);
}

.blogs-cbd-P {
    padding: 0;
    margin: 0;
    background: white;
    margin-bottom: 80px;
}

.cbd-blog-contnet .bottom-cbd-card {
    margin: -40px 0 0 0;
    display: flex;
    position: relative;
}

.cbd-blog-contnet .bottom-cbd-card img {
    width: 70px;
    height: 50px;
    border-radius: 0;
    object-fit: cover;
    border: 2px solid #ffff;
    margin-left: -20px;
}

.cbd-blog-contnet .bottom-cbd-card .cbd-auther-info h3 {
    color: #273824;
    font-weight: 600;
    width: 100%;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    font-size: 16px;
    margin-top: 3px;
}

.cbd-blog-contnet .bottom-cbd-card .cbd-auther-info {
    margin: 0 0 0 18px;
}

.cbd-blog-contnet .bottom-cbd-card .cbd-auther-info h4 {
    color: var(--s-color);
    font-weight: normal;
    width: 100%;
    font-size: 13px;
    letter-spacing: 1px;
}

.cbd-blog-contnet {
    padding: 0;
    margin-left: 20px;
    box-shadow: 0 0 14px #00000030;
    padding-left: 20px;
    padding-bottom: 20px;
}

.blogs-cbd-P .cbd-blog-contnet .blog-description-cbd h4 {
    color: #273824;
    font-weight: 600;
    font-size: 14px;
    font-family: var(--font1);
    line-height: 28px;
    margin: 0;
    padding-top: 20px;
}

.blogs-cbd-P .cbd-blog-contnet .blog-cbd-bottom-icons {
}

.blogs-cbd-P .cbd-blog-contnet .blog-cbd-bottom-icons {
    font-size: 14px;
    color: var(--s-color);
}

.blogs-cbd-P .cbd-blog-contnet .blog-cbd-bottom-icons a {
    color: unset;
    text-decoration: unset;
}

.blogs-cbd-P .cbd-blog-contnet .blog-cbd-bottom-icons .blog-cbd-bottom-icons-user span {
    font-family: sans-serif;
    font-size: 14px;
    color: var(--s-color);
}


/* <!-- end-cbd-blog-box --> */

/*Partner Logo*/
.lp-section-title-container h2 {
}
.wpro-partner-img img {
	display: block;
    margin: 0 auto;
}
.wpro-partner-img {
    margin-bottom: 30px;
}
.wpro-partner {
    padding: 60px 0 30px 0;
}

.cbd-company-logos .cbd-logos img {
    width: 100%;
    margin: 30px 0 20px 0;
}

.cbd-company-logos {
    display: flex;
    align-items: end;
    flex-wrap: wrap;
    justify-content: space-between;
}

.cbd-company-logos .cbd-logos {
    WIDTH: 127px;
}
/*End Partner Logo*/

/*-----Mobile View-----*/

.cbd_logos-C .img-logo-company {
    MARGIN: 0 24px;
    /* MARGIN: 0 24px; */
    width: 150px;
    padding: 15px;
    height: auto;
}

div#page {
    overflow-y: hidden;
}

@media (min-width: 769px) {
    .cbd_category.section {
        margin: 50px 0 0 -34px;
    }
}

@media (max-width: 991px) {
    .top-header-cbd .cbd-menu-toggle {
        display: block;
    }
    .top-header-cbd header nav {
        position: absolute;
        width: 70%;
        height: calc(100vh - 50px);
        background: var(--bg-color);
        top: 50px;
        left: -100%;
        transition: 0.5s;
        z-index: 999;
    }
    .top-header-cbd header nav.active {
        display: flow-root;
    }
    .top-header-cbd header nav ul {
        display: block;
        text-align: center;
    }
}

@media (max-width: 668px) {
    .cbd-banner .cbd-input-Group .form-cbd {
        display: list-item;
        list-style: none;
    }
    .button-search-cbd button {
        bottom: -54px;
        width: 100%;
        top: unset;
    }
    .cbd-banner .cbd-input-Group .form-cbd {
        background-color: #ffffff59;
    }
    .cbd-banner .cbd-input-Group .form-cbd .cbd-feild {
        background: white;
        padding: 7px 17px;
        width: 100%;
        margin: 4px;
    }
    .cbd-input-Group {
        margin-bottom: 80px;
    }
    .cbd-banned-heading .Cbs-Heading {
        text-align: center;
        font-size: 28px;
    }
    .cbd-fearures-T .list-texonomy-cbd .cbd-pro-list {
        width: calc((100% / 3) - 30px);
    }
    .cbdpro-locations-element-location span {
        transition: 0.4s;
        background: white;
        width: 99%;
        position: absolute;
        bottom: 0;
        left: 0;
        opacity: 3;
        transform: scalex(1);
    }
	.cbd-display-listing .cbd-listing-thumbnail img,
    .cbd-display-listing .cbd-review-section {
        opacity: 3;
        transform: scalex(1);
    }
    .cbd-banner .cbd_category.section .slick-next {
        right: 0 !important;
    }
    .cbd-banner {
        height: 610px;
    }
}

@media (max-width: 480px) {
    .cbdpro-texonomy-category .cbdpro-category {
        width: 100%;
    }
    .cbd_category.section .category-search-bottom .cbd-catogery-icon {
        border: 2px #000000 solid;
        background-color: #f4f9f8;
        color: #000000;
        cursor: pointer;
        transition: 0.3s;
    }
    .cbd_category.section .banner_search_bottom_category .category-search-bottom p {
        display: block !important;
        transition: 0.3s;
        letter-spacing: 0;
        color: #273824;
        font-size: 13px;
        font-weight: 600;
        line-height: 17px;
        text-decoration: none;
        margin-top: 16px;
    }
}

.cbd-banner .cbd_category.section .slick-prev {
    left: 0;
}

.cbd-banner .cbd_category.section .slick-next {
    right: 22px;
}

.cbd-banner .cbd_category.section .slick-prev,
.cbd-banner .cbd_category.section .slick-next {
    font-size: 2px;
    line-height: 0;
    position: absolute;
    top: 21%;
    display: block;
    z-index: 9999;
    height: 17px;
    padding: 0;
    margin-top: -10px\9;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    cursor: pointer;
    color: transparent;
    border: none;
    outline: none;
    background: transparent;
}

.cbd-banner .cbd_category.section .slick-prev:before,
.cbd-banner .cbd_category.section .slick-next:before {
    width: 32px;
    height: 32px;
    transition: 0.3s;
    line-height: 33px;
    font-size: 12px;
    background-color: #fff;
    color: #3b7e00;
    opacity: 1;
    -webkit-box-shadow: 0 1px 14px 0 rgb(0 0 0 / 66%);
    padding: 6px;
    border-radius: 26px;
    -moz-box-shadow: 0 1px 14px 0 rgba(0, 0, 0, .66);
    box-shadow: 0 1px 14px 0 rgb(59 126 0);
}

.top-header-cbd .modal.left .modal-dialog {
    position: fixed;
    margin: auto;
    width: 320px;
    height: 100%;
    -webkit-transform: translate3d(0%, 0, 0);
    -ms-transform: translate3d(0%, 0, 0);
    -o-transform: translate3d(0%, 0, 0);
    transform: translate3d(0%, 0, 0);
}

.top-header-cbd .modal.left .modal-content {
    height: 100%;
    overflow-y: auto;
    border: unset !important;
    border-radius: unset !important;
}

.top-side-bar-logo-section .cbd-login-butttons ul li {
    margin: 14px 0;
}

.top-header-cbd .modal.left .modal-body {
    padding: 15px 15px 80px;
}

.top-header-cbd .modal.left.fade .modal-dialog {
    left: -320px;
    -webkit-transition: opacity 0.3s linear, left 0.3s ease-out;
    -moz-transition: opacity 0.3s linear, left 0.3s ease-out;
    -o-transition: opacity 0.3s linear, left 0.3s ease-out;
    transition: opacity 0.3s linear, left 0.3s ease-out;
}

.top-header-cbd .modal.left.fade.in .modal-dialog {
    left: 0;
}

.top-side-bar-logo-section .cbd-mobile-logo {
    height: 87px;
    overflow: hidden;
    object-fit: cover;
}

.top-side-bar-logo-section .cbd-mobile-logo img {
    width: 100%;
}

.top-side-bar-logo-section .cbd-login-butttons i.fa.fa-user-o {
    margin: 0 11px 0 0;
}

.top-side-bar-logo-section .cbd-login-butttons a.Add.btn-cbd,
.top-side-bar-logo-section .cbd-login-butttons a.Register.btn-cbd {
    color: var(--p-color);
    border: 2px solid var(--p-color);
    padding: 4px 19px;
    transition: 0.2s;
    background-color: transparent;
    margin: 0px 0px 0 0px;
    text-decoration: none;
}

.top-side-bar-logo-section .cbd-login-butttons ul {
    display: flex;
    justify-content: space-evenly;
    flex-wrap: wrap;
    margin: 19px 0;
}

.top-side-bar-logo-section .mobile-cbd-sidebar-menu li {
    line-height: 40px;
    padding: 5px 29px;
    border-bottom: 1px solid;
}

.top-side-bar-logo-section .mobile-cbd-sidebar-menu li a {
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    width: 100%;
    font-size: 15px;
    color: #273824 !important;
    letter-spacing: 3px;
}
#cbdpro-footer {
    background-image: url(../images/admin/footerbg.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    padding: 20px 0;
}
.cbdpro-footer-widget h2 {
    color: var(--s-color) !important;
    font-size: 16px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0px;
    margin: 28px 0 25px 0;
}
ul.social-icons.lp-new-social-widget li i {
    background: var(--p-color);
}
.cbdpro-footer-top-section * ul li {
    line-height: 25px;
}

.mm-menu .mm-navbars_top .mm-navbar {
    background-color: var(--s-color) !important;
}
.mm-panels>.mm-panel>.mm-listview {
    margin-top: -35px;
}
.cbd-Sidebar-buttons {
    display: block;
    border: 1px solid var(--p-color);
    color: var(--p-color) !important;
    position: absolute;
    top: 90px;
    left: 20px;
    padding: 10px 20px;
    min-width: 110px;
    text-align: center;
}
.cbd-navbar-mobile-nav {
    display: none;
}
.cbd-navbar-mobile-nav i {
    font-size: 20px;
    color: var(--p-color);
}
/*Responsive*/
@media only screen and ( max-width: 1070px ) {
    .top-header-cbd .cbd-right-btns,
    .top-header-cbd .cbd-navs
    {
        display: none;
    }
    .slick-next {
    right: -5px;
    }
    .cbd-navbar-mobile-nav {
        display: block;
    }
	.cbd-banner-category .cbd-category-name-search p {
    display: block !important;
    transition: 0.3s;
    letter-spacing: 0;
    color: #273824;
    font-size: 13px;
    font-weight: 600;
    line-height: 17px;
    text-align: center;
    text-decoration: none;
    margin-top: 16px;
}
.cbd-category-search-bottom .cbd-catogery-icon {
    border: 2px solid #000;
}
.cbdpro-texonomy-category .cbdpro-category {
    padding: 0 20px;
    width: 50%;
    margin-bottom: 70px;
}
.cbdpro-category-wrapper {
    min-height: 350px;
}
}
@media  (max-width: 665px){
.cbd-company-logos {
    justify-content: center !important;
}
.cbd-company-logos .cbd-logos img {
    padding: 13px;
}
}	

.cbdpro-taxonomies-list-taxonomy a:hover{
    text-decoration: underline !important;
}
.grid_view6 .lp-grid-box-thumb img {
    width: 362px !important;
    height: 332px !important;
}
.top-header-cbd header {
    padding: 25px 26px !important;
}
.lp-join-now.after-login span {
    margin-top: 5px !important;
}
.cbd-banner_search_bottom_category:not(.slick-initialized) {
    display: flex;
    justify-content: flex-start;
    align-items: center;
}
.lp-listing-menu-item-outer.col-md-6{
    width:100%;
}
.cbdpro-activity-grid-content a:hover{
     text-decoration: underline !important;
}
.blogs-cbd-P .cbd-blog-contnet .blog-description-cbd h4:hover{
    text-decoration: underline !important;
}



.cbdpro-category-wrapper {
    box-shadow: 0px 1px 10px #00000024;
    min-height: 400px;
}
.cbdpro-categorybox {
    padding: 20px;
}
.lp-section-row.testimonials_section{
	padding:60px 0;
}
.lp-section-row.testimonials_section .lp_section_inner {
    background-color: #f2f2f2;
    padding: 60px 60px;
    border-radius: 0 140px 0px 140px;
}
.blog-description-cbd h4 a {
    color: #1e5f86;
    font-size: 17px;
}
.blog-description-cbd p.readmore a {
    color: #000;
    font-size: 14px;
    font-weight: 500;
    text-decoration: underline;
}