body .container {
    min-height: unset !important;
}
.lp-dyn-city {
    color: #2d2d37;
}

/*PPRO Navbar*/

.ppro-nav-container {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 25px;
}
.ppro-navbar-nav ul {
    margin-right: 30px;
}
.lp-join-now {
    margin-right: -30px;
}
.ppro-navbar-nav .lp-user-menu li {
    width: 100%;
}
.ppro-navbar-nav .lp-user-menu li a {
    padding-top: 15px;
    padding-bottom: 15px;
}
.ppro-navbar-nav,
.ppro-navbar-nav ul
{
    display: flex;
    justify-content: center;
    align-items: center;
    flex-flow: wrap;
}
.ppro-navbar-nav li:not(:last-child) {
    margin-right: 15px;
}
.ppro-navbar-nav li ul li {
    margin-right: 0 !important;
}
.ppro-navbar-nav .lp-user-menu li a{
	 color: #241B1B;
}
.ppro-navbar-nav li .ppro-navbar-nav-btn,
.ppro-navbar-nav li:last-child .ppro-navbar-nav-btn:hover
{
    border-color: #fff;
    color:#fff;
   
}
.ppro-navbar-nav li .ppro-navbar-nav-btn > i.fa,
.ppro-navbar-nav li:last-child .ppro-navbar-nav-btn:hover > i.fa
{
    color: #fff;
}
.ppro-navbar-nav li .ppro-navbar-nav-btn:hover,
.ppro-navbar-nav li:last-child .ppro-navbar-nav-btn
{
    background-color: #fff;
    color: var(--s-color);
}
.ppro-navbar-nav li .ppro-navbar-nav-btn:hover > i.fa,
.ppro-navbar-nav li:last-child .ppro-navbar-nav-btn > i.fa
{
    color: var(--s-color);
}
.ppro-navbar-nav li a {
   
    color: #241B1B;
    font-weight: 700;
    font-size: 13px;
    line-height: 16px;
}
.ppro-navbar-nav li .ppro-navbar-nav-btn,
.ppro-navbar-nav li:last-child .ppro-navbar-nav-btn:hover
{
    padding: 14px 18px;
    margin: 0;
    background: transparent;
    border: 1px solid #fff;
    border-radius: 31px;
    font-weight: 700;
    font-size: 13px;
    line-height: 16px;
    cursor: pointer;
    display: flex;
    justify-content: center;
    align-items: center;
}
footer#ppro-footer {
    clear: both;
}
.ppro-footer-top-section-logo {
    margin-top: 30px;
    margin-bottom: -40px;
}
.ppro-navbar-nav li .ppro-navbar-nav-btn i {
    margin-right: 5px;
}


.ppro-navbar-nav ul li.menu-item-has-children ul li a {
color: var(--s-color);
}
.ppro-navbar-nav ul li.menu-item-has-children ul li a:hover {
color: var(--p-color);
}
.ppro-navbar-nav ul li.menu-item-has-children ul li a:hover {
border-left-color: var(--p-color);
}
.ppro-navbar-nav ul li.menu-item-has-children {
    position: relative;
}
.ppro-navbar-nav ul li.menu-item-has-children ul li:first-child {
    border-top-right-radius: 5px;
    border-top-left-radius: 5px;
}
.ppro-navbar-nav ul li.menu-item-has-children ul {
    border-bottom: 1px solid rgba(0, 0, 0, .08);
    border-left: 1px solid rgba(0, 0, 0, .05);
    border-radius: 3px;
    box-shadow: 3px 2px 7px 1px rgb(0 0 0 / 8%);
    margin-left: -16px;
    opacity: 0;
    position: absolute;
    right: 10px;
    top: 100%;
    transform: scale(0);
    transform-origin: 10% top 0;
    z-index: 999999;
    width: 200px;
    -webkit-transition: max-height 0s linear 0.15s, opacity 0.1s cubic-bezier(.39, .575, .565, 1) 0s, transform 0.15s cubic-bezier(.1, 1.26, .83, 1) 0s;
    -moz-transition: max-height 0s linear 0.15s, opacity 0.1s cubic-bezier(.39, .575, .565, 1) 0s, transform 0.15s cubic-bezier(.1, 1.26, .83, 1) 0s;
    -ms-transition: max-height 0s linear 0.15s, opacity 0.1s cubic-bezier(.39, .575, .565, 1) 0s, transform 0.15s cubic-bezier(.1, 1.26, .83, 1) 0s;
    -o-transition: max-height 0s linear 0.15s, opacity 0.1s cubic-bezier(.39, .575, .565, 1) 0s, transform 0.15s cubic-bezier(.1, 1.26, .83, 1) 0s;
    transition: max-height 0s linear 0.15s, opacity 0.1s cubic-bezier(.39, .575, .565, 1) 0s, transform 0.15s cubic-bezier(.1, 1.26, .83, 1) 0s;
    padding: 0 !important;
    background-color: #fff;
    display: block;
    justify-content: unset;
    align-items: unset;
    flex-flow: unset;
}
.ppro-navbar-nav ul li.menu-item-has-children:hover > ul {
    opacity: 1;
    transform: scale(1);
}
.ppro-navbar-nav ul li.menu-item-has-children ul li a {
    padding: 15px;
    border-left: solid 2px transparent;
    display: block;
    font-size: 14px;
    border-top: 0;
    text-align: left;
    margin-left: -1px;
}


/*PPRO Banner*/

.ppro-banner-search {
   
        position: absolute;
    z-index: 2;
    top: 50%;
    transform: translateY(-50%);
    
}
@media (min-width: 786px) {
    #ppro-banner form.form-inline {
        display: flex;
        justify-content: space-between;
        align-items: center;
        flex-wrap: wrap;
    }
}
.ppro-banner-search-title {
    color: #2D2D37;
    font-weight: bold;
    line-height: 40px;
    font-size: 48px;
    margin-bottom: 20px;
}
.ppro-banner-search-small-title{
	color:#A2ADC7;
	font-size:14px;
	    margin-bottom: 30px;
}
/*PPRO Banner Search*/
.ppro-banner-search .lp-search-bar {
    margin: 0;
    padding: 0px;
    display: block;
    background: #fff;
    border-radius: 27px;
	margin-bottom:50px;
}
.ppro-banner-search .form-inline .form-group {
    margin: 0;
}
.ppro-banner-search .form-group .lp-search-bar-right,
.ppro-banner-search .form-group .lp-search-bar-right input
{
    background: var(--s-color) 0% 0% no-repeat padding-box!important;
    border-radius: 23px;
    border:0px !important;
    color:#fff;
}
.ppro-banner-search .form-group .lp-search-bar-right input{
    border: 1px solid transparent !important;
}
.ppro-banner-search .form-group .lp-search-bar-right:hover{
	 background: var(--s-color) 0% 0% no-repeat padding-box;
	 color:#fff;
}
.ppro-banner-search .form-group .lp-search-bar-right input {
    
    font-size: 13px;
    line-height: 16px;
    font-weight: normal;
	padding: 0px 25px;
}
.ppro-banner-search .form-group .lp-search-bar-right input {
    -webkit-transition: none;
    -moz-transition: none;
    -o-transition: none;
    transition: none;
}
.ppro-banner-search .form-group.lp-suggested-search .what-placeholder {
    min-width: 360px;
}
.ppro-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;
}
.ppro-banner-search .form-group.lp-suggested-search input:focus {
    border-color: transparent;
}
.ppro-banner-search .lp-search-bar .lp-location-search .ui-widget>i {
    right: 5px;
    left: inherit;
    color: #241B1B;
}
.ppro-banner-search .lp-search-icon{
	display:none;
}
.ppro-banner-search .lp-search-bar .lp-suggested-search .input-group-addon.lp-border,
.ppro-banner-search .form-group.lp-location-search .lp-where {
    letter-spacing: 0;
    color: #241B1B;
    font-size: 13px;
    font-weight: normal;
	display:none;
}
.ppro-banner-search .form-group.lp-location-search input#cities {
    padding-left: 15px;
    height: 48px;
    line-height: 48px;
}
.ppro-banner-category img{
	width:50px;
	height:50px;
	/*border-radius:100%;*/
	margin-bottom:17px;
	object-fit: scale-down;
}
.ppro-banner-category:hover {
    transform: scale(1.1);
}
.ppro-banner-category-img{
	width: 50px;
	height: 50px;
	/*border-radius:100%;*/
	margin:0 auto;
	margin-bottom:17px;
	overflow:hidden;
	background-color: transparent;
}
.ppro-banner-category a p{
	margin:0px;
	color:#70788D;
	font-size:13px;
	font-variant:400;
}
.ppro-banner-category{
    transition: 300ms ease-in-out;
	text-align:center;
}
.ppro-banner-categories:not(.slick-initialized) {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
}
.ppro-banner-categories .slick-prev:before,.ppro-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;
}
.ppro-banner-categories .slick-prev:hover:before,.ppro-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';
}
.ppro-banner-categories .slick-next:before {
    content: "\f061";
}
.ppro-banner-categories .slick-prev:before {
    content: "\f060";
}
.left-heading .lp-section-title-container h2 {
    font-size: 24px!important;
    text-transform: capitalize!important;
    line-height: 24px;
    font-weight: 500;
    letter-spacing: 0;
	margin-bottom:10px;
}
/*Setions*/

.ppro-element {
    padding: 100px 0 70px 0;
}
.lp-section-title-container h2 {
     font-size: 24px!important;
    text-transform: capitalize!important;
    line-height: 24px;
    font-weight: 500;
    letter-spacing: 0!important;
	margin-bottom:10px!important;
}
.lp-section-title-container .lp-sub-title {
    
    
    line-height: 22px;
    max-width: 70%;
	font-size:14px;
    margin: 0 auto;
}

.listing-second-view a.secondary-btn {
    font-weight: 500;
}

/*Grids*/
.ppro-listing-grid {
    min-height: 370px;
    margin-bottom: 10px;
}
.ppro-listing-grid .ppro-listing-grid-thumb {
    position: relative;
	min-height: 270px;
	border-radius: 50px;
    border-bottom-right-radius: 100px;
	overflow:hidden;
}
.ppro-listing-grid .ppro-listing-grid-thumb img {
    height: 270px;
    width: 100%;
    object-fit: cover;
}
.ppro-listing-grid .ppro-listing-grid-thumb .ppro-fav-container {
    position: absolute;
    bottom: 0;
    left: 10px;
    background: #FFFFFF 0 0 no-repeat padding-box;
    padding: 10px 15px;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 1;
}
.ppro-listing-grid .ppro-listing-grid-thumb .ppro-fav-container *:not(.fa) {
    color: #7C758D;
    font-size: 13px;
    line-height: 16px;
    font-weight: 600;
}
.ppro-listing-grid .ppro-listing-grid-thumb .ppro-fav-container .fa {
    color: #7C758D;
    margin-right: 10px;
}
.ppro-listing-grid-content {
    padding: 20px 15px 10px 15px;
}
.ppro-listing-grid-content h3 {
     
    color: #2D2D37;
    margin: 0 0 10px 0;
    font-size: 18px;
    line-height: 20px;
    font-weight: 500;
    width: 100%;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}
.ppro-listing-grid-content p,
.ppro-listing-grid-content p a
{
    letter-spacing: 0;
    color: #70788D;
    font-size: 13px;
    line-height: 17px;
    font-weight: normal;
    margin: 0;
    word-break: break-all;
}
.ppro-listing-grid-content h6 {
    margin: 0 0 10px 0;
    font-size: 13px;
    line-height: 16px;
    font-weight: 600;
    letter-spacing: 0;
    color: #241B1B;
    margin-top: 25px;
    width: 100%;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}
.ppro-listing-grid-content h6 i.fa {
    margin-right: 5px;
    color: #241B1B;
}
.ppro-listing-grid-content h3 .status-btn {
    float: right;
    color: #EACCCC;
}

/*Location Element*/

.ppro-locations-element-location {
   position:relative;
  
    margin-bottom: 40px;
}
.ppro-locations-element-location img {
    width: 100%;
    height: 276px;
    display: block;
    padding: 0;
    margin: 0;
    object-fit: cover;
     border-radius: 26px 26px 26px 80px;
}
.ppro-locations-element-location .ppro-locations-element-location-title {
   background: #FFFFFF 0% 0% no-repeat padding-box;
    box-shadow: 0px 12px 24px #a6c0fe1a;
    border-radius: 30px 30px 90px 30px;
    padding: 15px 30px;
    text-align: center;
    color: #70788D;
    margin: 0 auto;
    position: absolute;
    transition: 300ms ease-in-out;
    bottom: -15px;
    right: 50%;
   opacity:0;
   visibility:hidden;
    width: auto;
    transform: translateX(50%);
}
.ppro-locations-element-location .ppro-locations-element-location-title h4 {
    margin: 0;
    letter-spacing: 0;
    color: #241B1B;
    font-weight: 600;
    line-height: 40px;
    font-size: 16px;
}
.ppro-locations-element-location:hover {
    box-shadow: none
}
.ppro-locations-element-location:hover img {
   
}
.ppro-locations-element-location:hover .ppro-locations-element-location-title {
   opacity:1;
   visibility:visible;
}


/*Activity Grid*/

.ppro-activity-grid-padding {
    padding-top: 60px;
}
.ppro-activity-grid {
 
background: #F5F7FC 0% 0% no-repeat padding-box;
    border-radius: 50px 50px 118px 50px;
    padding: 30px;
    margin-bottom: 30px;
    margin-top: -80px;
    padding-top: 100px;
}
.ppro-activity-grid .ppro-activity-grid-header {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    margin-bottom: 20px;
    border-bottom: 1px solid #C2C4D633;
}
.ppro-activity-grid .ppro-activity-rating-num {
    min-width: 55px;
    min-height: 65px;
    display: flex;
    justify-content: center;
    align-items: flex-end;
    position: relative;
    top: calc(-15px + -10px);
    margin-right: 15px;
}
.ppro-activity-grid .ppro-activity-rating-num span {
    letter-spacing: -0.48px;
    color: #FFFFFF;
    font-size: 24px;
    line-height: 50px;
    font-weight: 600;
    margin: 0;
}
.ppro-activity-grid .ppro-activity-rating-num-star {
   
    position: relative;
    
}
.ppro-activity-grid .ppro-activity-rating-num-star i {
    color: #FFCE00;
    font-size: 14px;
    margin-right: 2px;
}
.ppro-activity-grid-content h4 {
    letter-spacing: 0;
    color: #241B1B;
    font-size: 16px;
    line-height: 24px;
    font-weight: 500;
    margin: 0 0 20px 0;
    width: 100%;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}
.ppro-activity-grid-content p {
        font-size: 12px;
    line-height: 24px;
    font-weight: 300;
    margin: 0;
   
    color: #000000;
   
    font-style: italic;
}
.ppro-activity-grid-content a {
        font-size: 12px;
    line-height: 24px;
    font-weight: normal;
    margin: 0;
 
    color: #669C9B!important;
    font-style: italic;
}
.ppro-activity-grid-content {
    padding-bottom: 20px;
}
.ppro-activity-grid-content p.ppro-activity-popover-quotes {
    font-size: 40px;
    transform: rotate(180deg) rotateY(180deg);
    margin: -20px 0 5px 0;
    color: var(--s-color);
}
.ppro-activity-grid-footer {
    display: flex;
    justify-content: flex-start;
    align-items: center;
}
.ppro-activity-grid-footer .ppro-activity-author-thumb {
    margin-right: 10px;
    min-width: 35px;
}
.ppro-activity-grid-footer .ppro-activity-author-thumb img {
    width: 35px;
    height: 35px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    object-fit: cover;
}
.ppro-activity-grid-footer .ppro-activity-author-detail a h4 {
    letter-spacing: 0.2px;
color: #2D2D37;
    font-weight: 500;
    font-size: 12px;
    line-height: 24px;
    margin: 0;
    text-transform: capitalize;
}
.ppro-activity-grid-footer .ppro-activity-author-detail p {
    letter-spacing: 0.22px;
    font-size: 13px;
    line-height: 24px;
    font-weight: normal;
    color: #35393D;
    margin: 0;
}

.ppro-activity-grid-thumb{
	width: 135px;
    margin: 0 auto;
    height: 97px;
    overflow: hidden;
    border-radius: 50px;
    
}
.ppro-activity-grid-thumb-outer h4,.ppro-activity-grid-thumb-outer h4 a{
    font: normal normal 600 16px/24px Poppins;
    letter-spacing: 0px;
    color: #241B1B;
    opacity: 1;
}
.ppro-activity-grid-thumb img{
    height: 100%;
    width: 100%;
    object-fit: cover;
}

/*Column Element*/
.ppro-column-outer{
	    background: #F5F7FC 0% 0% no-repeat padding-box;
    border-radius: 50px ;
}
.ppro-column-grid-padding {
    padding-top: 10px;
}
.ppro-column-grid {
    max-width: 100%;
    display: block;
    margin: 0 auto 30px auto;
    padding: 30px;
   
    max-width: 100%;
    display: block;
    margin: 0 auto 30px auto;
    padding: 30px;
}
.ppro-column-grid-icon {
    width: 82px;
    height: 82px;
    display: flex;
    justify-content: center;
    align-items: center;
   
   margin-top: -86px;
    margin-bottom: 20px;
}
.ppro-column-grid-icon-background {
    width: 82px;
    height: 82px;
	box-shadow: 0px 12px 24px #A6C0FE1A;
border-radius: 30px 30px 90px 30px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.ppro-column-grid-icon .ppro-column-grid-icon-background img {
    width: 28px;
    height: 28px;
    object-fit: scale-down;
}
.ppro-column-grid-detail{
	background: #FFFFFF 0% 0% no-repeat padding-box;
box-shadow: 0px 12px 24px #A6C0FE1A;
border-radius: 30px 30px 30px 90px;
padding: 45px 50px;
}


.ppro-column-grid-detail h4 {
   
    color: #2D2D37;
    font-size: 16px;
    line-height: 40px;
    font-weight: 500;
    margin: 0 0 0px 0;
}
.ppro-column-grid-detail p {
    letter-spacing: 0;
    color: #70788D;
    font-size: 13px;
    line-height: 20px;
    font-weight: normal;
    margin: 0;
}


/*Taxonomies List*/

.ppro-taxonomies-list-container {
    display: flex;
    flex-direction: row;
    flex-flow: wrap;
}
.ppro-taxonomies-list-container .ppro-taxonomies-list-taxonomy {
    margin: 0 15px 30px 15px;
    width: calc((100% / 5) - 30px);
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}
.ppro-taxonomies-list-container .ppro-taxonomies-list-taxonomy a {
    letter-spacing: 0.32px;
    font-size: 16px;
    font-weight: 600;
    margin: 0;
    padding: 0;
}


/*Call To Action*/

.ppro-flex-row {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-flow: wrap;
}
.ppro-call-to-action-details-outer{
	background: #F5F7FC 0% 0% no-repeat padding-box;
	border-radius:50px;
}
.ppro-call-to-action-details{
	padding:0px 50px;
}
.ppro-call-to-action-details h4 {
       margin: 0;
    letter-spacing: 0;
    color: #3B4B75;
    font-weight: 500;
    font-size: 23px;
    line-height: 35px;
}
.ppro-call-to-action-details p {
     
    color: #C3CADA;
    font-weight: 400;
    font-size: 13px;
    line-height: 29px;
    margin: 0 0 20px 0;
}
.ppro-call-to-action-details button {
 
box-shadow: 0px 12px 24px #C2C2C2;
border-radius: 30px 30px 30px 90px;
    padding: 20px 45px;
    letter-spacing: 0;
    font-weight: normal;
    font-size: 12px;
    line-height: 20px;
    border: none;
}


/*Partner Logo*/

.ppro-partner-img img {
    display: block;
    margin: 0 auto;
}
.ppro-partner-img {
    margin: 50px 0 70px 0px;
}
.ppro-partner {
    padding: 60px 0 30px 0;
}

/*Footer*/
.ppro-footer-top-section{
	    background-color: #F5F7FC;
}
.ppro-footer-top-section{
	background-image: url(../images/admin/footerbg.png);
    background-repeat: no-repeat;
   background-position: right bottom;
}
.ppro-footer-widget {
    margin-bottom: 30px;
}
.ppro-footer-top-section * {
   
    margin-bottom: 5px;
}
footer#ppro-footer .ppro-footer-widget .widget-title h2 {
    
    font-size: 16px;
    font-weight: 600;
    line-height: 40px;
    margin: 0 0 10px 0 !important;;
}
footer#ppro-footer .ppro-footer-widget ul.menu li a {
    
    font-size: 14px;
    font-weight: 400;
    line-height: 30px;
}
.ppro-footer-bottom-section {
    padding: 70px 0;
}
.ppro-footer-bottom-section .ppro-footer-bottom-container {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-flow: wrap;
}
.ppro-footer-bottom-section .ppro-footer-bottom-container .ppro-footer-bottom-section-right .footer-social-icons {
    margin: 0 !important;
}
.ppro-footer-bottom-section .ppro-footer-bottom-container .ppro-footer-bottom-section-right .footer-social-icons li {
    margin-right: 20px;
}
.ppro-footer-top-section .widget_media_image:nth-child(n+2) {
    margin-top: 15px;
}
.pet-inner-button{
    position: absolute;
    top: -35px;
    right: 30px;
    color: #70788D;
    font-size: 14px;
}
.pet-inner-button:hover{
	color: #70788D;
}

/*Sidebar*/
.ppro-navbar-mobile-nav {
    display: none;
}
#pproSidebar ul.mobile-menu.mm-listview {
    margin-top: -35px !important;
}

/*Responsive*/

@media only screen and (max-width: 1024px) {
    .ppro-banner-search {
        width: 100%;
        padding: 30px;
        left: 0;
    }
}
@media only screen and ( max-width: 991px ) {
    .ppro-navbar-nav {
        display: none;
    }
    .ppro-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;
}


