/* @import url('https://fonts.googleapis.com/css?family=Raleway&display=swap'); */

/* @import url('https://fonts.googleapis.com/css?family=Muli&display=swap'); */

* {
    padding: 0;
    margin: 0;
    /* font-family: 'Arial' !important; */
}

@font-face {
	font-family: 'Arial';
	src: url('./font/Arial.eot');
	src: local('Arial'), url('./font/Arial.woff') format('woff'), url('./font/Arial.ttf') format('truetype');
}

html, body {
    height: 100%;
    margin: 0;
    /* font-family: 'Muli', sans-serif; */
    /* font-family: Arial, Helvetica, sans-serif */
    font-family: 'Arial' !important;
    scroll-behavior: smooth !important;

}
  
body {
    background: #f7f7f7;
    font-size: 16px;
    line-height: 24px;
    color: #757575;
}

h1, h2, h3, h4, h5, a, p, div, ol, li, ul, label, span {
    font-family: 'Arial' !important;
}

h1, h2, h3, h4, h5, a, p {
    color: #171717;
    font-weight: 500;
    
}

h2 {
    font-size: 35px;
    line-height: 1.59em;
}


.modal-header {
    background-image: linear-gradient(to right, #ee2f5b,#fc3d39) !important;
    
}

a:hover {
    color: #ee2f5b !important;
    text-decoration: none !important;
}

.modal-title {
    color: #fff !important;
}

.close {
    color: #fff !important;
}

.pd-0 {
    padding: 0;
}

.pb-90 {
    padding-bottom: 90px;
}

.text-lansu {
    color: #ee2f5b;
}

.btn-warning {
    color: #212529;
    background-color: #fecb2e !important;
    border-color: #fecb2e !important;
    border-radius: 50px !important;
}

.btn-lansu {
    /* background: #ee2f5b; */
    color: #fff;
    border-radius: 50px;
    background-image: linear-gradient(to right, #ee2f5b,#fc3d39);
    -moz-transition: all .6s ease-in-out;
    -o-transition: all .6s ease-in-out;
    -webkit-transition: all .6s ease-in-out;
    transition: all .6s ease-in-out;
    background-size: 300% 100%;
    width: 140px;
}

.btn-lansu-hover:hover {
    background-image: linear-gradient(to right, #ee2f5b,#fc3d39);
    color: #ffffff;
    transition: all .2s ease-in-out;
}

.btn-lansu-close {
    background: #fff;
    color: #000;
    border-radius: 50px;
    -moz-transition: all .6s ease-in-out;
    -o-transition: all .6s ease-in-out;
    -webkit-transition: all .6s ease-in-out;
    transition: all .6s ease-in-out;
    background-size: 300% 100%;
    width: 140px;
    border: 1px solid #ccc;
}


.btn-lansu:hover {
    color: #fff;
    background-position: 200% 0;
    -moz-transition: all .6s ease-in-out;
    -o-transition: all .6s ease-in-out;
    -webkit-transition: all .6s ease-in-out;
    transition: all .6s ease-in-out;
}

.btn-fb {
    color: #fff;
    background-color: #3b5998;
    border-color: #3b5998;
}

.btn-fb:hover {
    background-color: #324b80;
    border-color: #324b80;
    color: #fff;
}

.btn-google {
    color: #fff;
    background-color: #4285f4;
    border-color: #4285f4;
}

.btn-google:hover {
    color: #fff;
    background-color: #2270f2;
    border-color: #2270f2;
}

.form-control:focus {
    color: #495057;
    background-color: #fff;
    border-color: #ee2f5b !important;
    outline: 0;
    box-shadow: none !important;
    box-shadow: 0 0 6px #ee2f5b !important; 
}


.lansu-nav {
    /* background: #ee2f5b !important; */
    color: #fff !important;
    font-size: 14px;
    line-height: 15px;
    font-weight: 700;
    transition: all .6s;
    box-shadow: 0 1px 5px 0 rgba(0, 0, 0, 0.1);
    height: 60px;
    background-image: linear-gradient(to right,#fc3d39, #ee2f5b, #fc3d39);
}

.lansu-nav a {
    color: #fff;
    font-size: 16px;
    font-weight: 400;
}

.btn-active {
    background-image: linear-gradient(to right,#fc3d39, #ee2f5b, #fc3d39) !important; 
    color: #fff !important;
    border: none;
}

@media only screen and (min-width: 769px) {
    .lansu-nav {
        padding-right: 70px;
        padding-left: 70px; 
    }
}

.lansu-sub-rignt-nav li {
    margin-right: 1rem;
}

.lansu-sub-rignt-nav li:nth-last-child(1) {
    margin-right: 0;
}

/* login */

.lansu-login-wrapper {
    background: #fff;
    margin: 8rem 0;
    padding: 1rem;
    border-bottom: 3px solid rgba(238,47,91,.55);
}

.lansu-login-body-left {
    border-right: 1px solid #ccc;
    height: 180px;
    padding: 1rem;
}

.lansu-login-body-right, .lansu-login-body {
    padding: 1rem;
}

.lansu-login-header {
    display: block;
    /* padding: .2rem; */
}

.lansu-login-header p {
    font-size: 1.2rem;
    font-weight: 600;
    letter-spacing: .2rem;
}

.lansu-login-header img {
    margin-bottom: .5rem;
}

/* footer */

#myFooter {
    background-color: #3c3d41;
    color: white;
    padding-top: 30px;
}

#myFooter .footer-copyright {
    background-color: #333333;
    padding-top: 3px;
    padding-bottom: 3px;
    text-align: center;
}

#myFooter .row {
    margin-bottom: 60px;
}

#myFooter .navbar-brand {
    margin-top: 45px;
    height: 65px;
}

#myFooter .footer-copyright p {
    margin: 10px;
    color: #ccc;
}

#myFooter ul {
    list-style-type: none;
    padding-left: 0;
    line-height: 1.7;
}

#myFooter h5 {
    font-size: 18px;
    color: white;
    font-weight: bold;
    margin-top: 30px;
}

#myFooter h2 a{
    font-size: 50px;
    text-align: center;
    color: #fff;
}

#myFooter a {
    color: #d2d1d1;
    text-decoration: none;
}

#myFooter a:hover,
#myFooter a:focus {
    text-decoration: none;
    color: white;
}

#myFooter .social-networks {
    text-align: center;
    padding-top: 30px;
    padding-bottom: 16px;
}

#myFooter .social-networks a {
    font-size: 32px;
    color: #f9f9f9;
    padding: 10px;
    transition: 0.2s;
}

#myFooter .social-networks a:hover {
    text-decoration: none;
}

#myFooter .facebook:hover {
    color: #0077e2;
}

#myFooter .google:hover {
    color: #ef1a1a;
}

#myFooter .twitter:hover {
    color: #00aced;
}

#myFooter .btn {
    color: white;
    background-color: #d84b6b;
    border-radius: 20px;
    border: none;
    width: 150px;
    display: block;
    margin: 0 auto;
    margin-top: 10px;
    line-height: 25px;
}

@media screen and (max-width: 767px) {
    #myFooter {
        text-align: center;
    }
}

.lansu-wrapper {
    padding: 8rem 0;
    display: block;
}

.lansu-card {
    background-color: #fff;
}

.lansu-card ul {
    list-style: none;
    border-bottom: 1px solid #ccc;
}

.lansu-card ul li {
    padding: .5rem 1rem;
}

.lansu-card ul li:hover {
    background-image: linear-gradient(to right,#fc3d39, #ee2f5b, #fc3d39);
    color: #fff;
}

.lansu-card ul li:hover a {
    color: #fff;
}

.lansu-card ul li a {
    text-decoration: none;
    color: #3c3d41;
    font-weight: 400 !important;
    font-size: .9rem;
}

.lansu-card ul li a img {
    width: 30px;
    margin-right: .5rem;
}

.lansu-card-list {
    display: block;
}

.lansu-card-header {
    background-image: linear-gradient(to right,#fc3d39, #ee2f5b, #fc3d39);
    padding: 1rem;
}

.lansu-card-header p {
    margin: 0 !important;
    color: #fff;
    font-size: 1.2rem;
    font-weight: 600;
    letter-spacing: 1px;
}

.lansu-card-body {
    display: block;
    padding: 1rem;
}

.profile-pic {
    max-width: 300px;
    max-height: 300px;
    display: block;
}

.file-upload {
    display: none;
}

.circle {
    border-radius: 1000px !important;
    overflow: hidden;
    width: 200px;
    height: 200px;
    border: 4px solid rgba(255, 255, 255, 0.7);
}

.my-account-user-profile-inner {
    position: relative;
}

.p-image {
  position: absolute;
  top: 160px;
  left: 160px;
  color: #111111;
  transition: all .3s cubic-bezier(.175, .885, .32, 1.275);
}

.p-image:hover {
  transition: all .3s cubic-bezier(.175, .885, .32, 1.275);
}

.upload-button {
  font-size: 1.2em;
}

.upload-button:hover {
  transition: all .3s cubic-bezier(.175, .885, .32, 1.275);
  color: #999;
}

.my-account-info {
    display: block;
    margin-top: 1rem;
}

.name {
    font-size: 1.2rem;
    font-weight: 500;
    margin-bottom: 0;
}

.email {
    font-size: 1rem;
    font-weight: 300 !important;
}

.sell-rent-wrapper {
    display: block;
    position: relative;
}

.sell-rent-wrapper p {
    font-size: 1.2rem;
    font-weight: 600;
}

.sell-rent-wrapper span {
    display: block;
    font-size: 1rem;
}

nav > .nav.nav-tabs {

    border: none;
    color:#fff;
    background:#272e38;
    border-radius:0;

}

nav > div a.nav-item.nav-link,
nav > div a.nav-item.nav-link.active {
    border: none;
    padding: 18px 25px;
    color:#fff;
    background:#ee2f5b;
    border-radius:0;
}

nav > div a.nav-item.nav-link.active:after {
    content: "";
    position: relative;
    bottom: -60px;
    left: -10%;
    border: 15px solid transparent;
    border-top-color: #ee2f5b ;
}

.tab-content {
    background: #fdfdfd;
    line-height: 25px;
    border: 1px solid #ddd;
    border-top:5px solid #ee2f5b;
    border-bottom:5px solid #ee2f5b;
    padding:30px 25px;
}

nav > div a.nav-item.nav-link:hover,
nav > div a.nav-item.nav-link:focus {
    border: none;
    color:#fff !important;
    border-radius:0;
    transition:background 0.20s linear;
    background-image: linear-gradient(to right,#fc3d39, #ee2f5b, #fc3d39);
}

.error-wrapper {
    display: block;
    padding: 2rem 0 1rem 0;
}

.error-wrapper img {
    width: 120px;
    margin-bottom: 1rem;
}

.error-wrapper p {
    font-size: 1.3rem;
}


.error-wrapper span {
    display: block;
}

.error-wrapper button {
    width: auto;
}


/* lansu listing */ 

.app-content {
    background: #f7f7f7;
    min-height: 100%;
    margin-top: 5rem;
    margin-bottom: 2rem;
}

.app-content-other {
    background: #f7f7f7;
    margin: 5rem 0 2rem 0;
}

.lansu-search-bar {
    background: #fff;
    padding: 25px 15px;
    margin: 15px 0 0;
    border-bottom: 3px solid #e7edee;
}

@media only screen and (max-width: 768px) {
    .lansu-search-bar button {
        margin-bottom: 1rem;
    }
}

.lansu-search-bar button {
    width: 100%;
}

.lansu-search-bar .input-group-text {
    color: #fff !important;
    background-color: #f23354 !important;
}

.custom-search .input-group-append .input-group-text {
    border-top-right-radius: 25px;
    border-bottom-right-radius: 25px;
}

.custom-search input {
    border-top-left-radius: 25px;
    border-bottom-left-radius: 25px;
}

@media only screen and (max-width: 767px) {
    .andare-search-bar button {
        margin-bottom: .5rem;
    }
}

.t-small {
    font-size: .8572rem;
    line-height: 1.5;
}

.summary-count {
    display: block;
    font-weight: 700;
    color: #424e4e;
    margin-right: .5em;
    margin-bottom: .5rem;
}

.ui-panels {
    background: #fff;
    /* border-top: 2px solid #bfb9b9; */
    height: 100%;
}

.ui-panels .breadcrumb {
    background: #fff;
    padding: 0 !important;
}

.ui-panel-content {
    padding: 1rem;
}

.post-item {
    position: relative;
    display: block;
    /* margin-bottom: 1rem; */
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    padding: 1rem 0;
    margin-top: .5rem;
    padding: 12px 8px;
    border-radius: 3px 3px 4px 4px;
    border: 1px solid rgba(255,255,255,0);
    border-top: 1px solid #d4ded9;
    -webkit-box-shadow: 0 2px 0 0 rgba(212,222,217,0);
    box-shadow: 0 2px 0 0 rgba(212,222,217,0);
    min-height: 128px;
}

.post-item-pic {
    width: 136px;
    height: 102px;
    line-height: 100px;
    margin-right: 24px;
    float: left;
    text-align: center;
}

@media only screen and (max-width:767px) {
    .post-item-pic {
        width: 80px;
        height: 60px;
    }   
}

.post-item-pic img {
    max-width: 100%;
}

.post-item-description {
    overflow: hidden;
    position: relative;
    white-space: nowrap;
    /* margin-bottom: 18px; */
}

.post-item-description h3 {
    font-size: 1.2rem;
    font-weight: 500;
    color: #232f3e;
}

.post-item-description p {
    line-height: 22px;
    margin: 0;
}

.item-meta {
    color: #f23354;
    font-weight: 700;
}

.item-info {
    color: #2f3432;
}


.post-item-date {
    position: absolute;
    right: .5rem;
    bottom: 0;
}



@media only screen and (min-width:767px) {
    .lg-filter-area {
        padding-right: 0 !important;
    }

} 

.ui-side-panel {
    background: #fff;
    padding: 1rem;
    min-height: 100%;
}

@media only screen and (min-width:767px) {
    .lg-post-area {
        padding-left: 4px !important;
    }
}

.ui-accordion-title {
    border-bottom: 1px solid #d4ded9;
    display: block;
    font-weight: 700;
    color: #2f3432;
    padding-bottom: .3rem;
    margin-bottom: 1rem;
}

.logo-andare {
    display: block;
    position: relative;
}

.logo-andare img {
    /* position: absolute; */
    width: 136px;
}

.ui-accordio-item {
    display: block;
    margin-bottom: .5rem;
}

.floating-post-wrapper {
    position: fixed;
    bottom: 25px;
    right: 15px;
    z-index: 999;
    border-radius: 50%;
    padding: 0;
    cursor: pointer;
}

.floating-post-wrapper img {
    width: 160px;
}


.description {
    display: block;
    position: relative;
}

.description p {
    text-align: justify;
    line-height: 24px;
    font-size: 15px;
}

.description ul {
    list-style: none;
}

.description ul li {
    margin-bottom: .5rem;
}

.ui-overview {
    margin-left: 18px;
    padding: 0;
    list-style: none;
}

.ui-overview li {
    margin-bottom: .3rem;
}

.ad-number-icon {
    display: block;
    /* vertical-align: middle; */
    width: 10%;
    background: #232f3e;
    border-radius: 50%;
    margin-right: 10px;
}

.ad-post-number {
    display: block;
    width: 90%;
    font-size: 1rem;
    text-align: left;
    line-height: 1.4;
    color: #707676;
    border-radius: 0;
    background: #fff;
    font-weight: 600;
}

.ad-number-icon i {
    font-size: 20px;
    padding: 11px;
    color: #fff;
}

.btn-call {
    width: 100%;
    display: flex
}

.andare-login-wrapper {
    background: #fff;
    padding: 2rem 1rem;
    margin-top: 1.5rem; 
    margin-bottom: 20px;
}

@media only screen and (max-width:767px) {
    .andare-login-wrapper {
        background: #fff;
        padding: 2rem 1rem;
        margin-top: 1.5rem; 
        margin-bottom: 30px;
    }
}

.lansu-category {
    list-style: none;
}

.lansu-category li {
    display: block;
    font-size: 1rem;
    font-weight: 600;
    margin-left: .5rem;
    margin-bottom: .5rem;
    cursor: pointer;
}

.lansu-category li img {
    width: 30px;
    vertical-align: bottom;
}

.lasu-tab-view {
    display: block;
    position: relative;
    margin: 0 auto;
    padding: .5rem 0;
    background: #fff;
    margin-bottom: .2rem;
}

.lasu-tab-view ul {
    list-style: none;
    margin: 0 auto;
}

.lasu-tab-view ul li {
    float: left;
    text-align: center;
    display: contents;
}

.lasu-tab-view ul li button {
    width: 100px;
}

@media only screen and (max-width: 768px) {
    .lasu-tab-view ul li button {
        margin-bottom: .5rem;
    }  
}

[data-component='sidebar'] .sidebar {
    z-index: 9999;
    font-family: 'Open Sans', sans-serif;
}

[data-component='sidebar'] .first-menu {
    background-color: #fff;
    top: 0px;
    overflow: hidden;
    -webkit-transition-duration: 0.3s;
    -moz-transition-duration: 0.3s;
    -o-transition-duration: 0.3s;
    transition-duration: 0.3s;
    width: 200px;
}
  [data-component='sidebar'] .first-menu .list-group-item {
    border-right: 0;
  }
  [data-component='sidebar'] .first-menu .list-group-item:not(last-child) {
    border: 0;
  }
  [data-component='sidebar'] .first-menu .list-group-item:hover {
    background-color: #ffffff;
  }
  [data-component='sidebar'] .first-menu a {
    white-space: nowrap;
    color: #8e8e8e;
    font-weight: 400;
    font-size: 0.875em;
  }
  [data-component='sidebar'] .first-menu:hover span {
    opacity: 1;
    visibility: visible;
  }
  
  [data-component='sidebar'] .submenu {
    position: fixed;
    left: 449px;
    top: 108px;
    opacity: 0;
    max-width: 0;
    overflow: auto;
    animation-name: slideOut;
    -webkit-transition-duration: opacity 0.3s;
    -moz-transition-duration: opacity 0.3s;
    -o-transition-duration: opacity 0.3s;
    transition-duration: opacity 0.3s;
  }
  [data-component='sidebar'] .submenu .list-group-item {
    border-left: 0;
  }
  [data-component='sidebar'] .submenu a {
    color: #130c0c;
    font-size: 14px;
    line-height: 1.3;
  }
  [data-component='sidebar'] .submenu span {
    font-weight: 400;
    font-size: 11px;
    color: #e0e0de;
    display: block;
  }
  [data-component='sidebar'] .svg-submenu .list-group-item {
    /* background-color: #009eff; */
    padding-top: 0px;
    padding-bottom: 10px;
  }
  [data-component='sidebar'] .svg-submenu a {
    line-height: normal;
  }
  [data-component='sidebar'] .first-menu li:hover .submenu {
    max-width: 100%;
    opacity: 1;
  }

  .icon-right {
    float: right;
  }

  li.list-heading {
    background: #f03156;
    text-align: center;
    display: block;
    padding: .5rem .8rem;
    color: #fff;
}

li.list-heading a {
    font-size: 1.2rem !important;
    color: #fff !important;
}

/* select category modal */

.lansu-select-category {
    display: block;
}

.lansu-select-category .card-header {
    padding: 0;
    background-color: white;
}
  
.lansu-select-category .panel-default>.panel-heading {
    color: #111;
    background-color: #fff;
    background-image: none;
    cursor: pointer;
    padding-bottom: 15px;
    padding-top: 15px;
}

.lansu-select-category #accordion .panel-title img {
    width: 20px;
    position: relative;
    top: -1px;
}

.lansu-select-category #accordion .panel-title {
    font-size: 15px;
    font-weight: 400;
}

.lansu-select-category .panel-group .panel {
    margin-bottom: -6px;
    border-radius: 4px;
    border-top: 1px solid #ccc;
}

.lansu-select-category .panel-body {
    padding-left: 1rem;
}

.lansu-select-category i {
    color: #ee2f5b;
}

.lansu-nav a:hover {
    color: #fff !important;
}

/* flexslider custom */

.flex-control-nav {
    width: 80% !important;
}

.flex-control-thumbs img {
    width: 90% !important;
    opacity: 1 !important;
}

/* single-post profile */

.user-details-wrapper {
    display: block;
}

.user-details-wrapper img {
    width: 90px;
    height: auto;
    border-radius: 50%;
}

.btn-lansu-close.btn-block-80 {
    width: 80% !important;
    text-align: left;
    margin: 0 auto;
    font-weight: 800;
    font-size: 1.2rem;
    padding: 0rem;
}

.btn-lansu.btn-block-80 {
    width: 80% !important;
    text-align: left;
    margin: 0 auto;
    font-weight: 800;
    font-size: 1.2rem;
    padding: 0rem;
}

.user-profile {
    display: block;
    text-align: left;
}

.user-profile img {
    border-radius: 50%;
    width: 60px;
    height: auto;
    margin: 0 auto;
    display: block;
    padding-top: .8rem;
    
}


.user-profile p {
    margin: 0;
}

.pdate {
    margin-bottom: 1rem !important;
}

.pname {
    font-size: 1.2rem;
    font-weight: 600;
    line-height: 2;
    margin-top: 0.2rem !important;
}

.price{
	position:relative;
}

.price p {
    font-weight: 600;
    font-size: 2rem;
    letter-spacing: 2px;
}

.ribbon-clip.ribbon-reverse .ribbon-inner:after {
    left: 0;
}

.user-details-body p {
    margin: 4px;
}

.user-details-body-footer {
    padding-bottom: 10px;
}

ul.social-media {
    list-style: none;
    border-bottom: 0 !important;
    margin: 0;
    padding: 1rem 0;
    border-top: 1px solid #ccc;
}

ul.social-media li {
    display: inline-block;
}

ul.social-media li i {
    font-size: 1.8rem;
}

.social-media li:hover i {
    color: #fff !important;
}

.flex-viewport {
    max-height: 450px !important;
}

.flexsliders .slides li img {
    max-width: 100% !important;
}


button.btn.btn-lansu-close.btn-block-80 i {
    padding: 1rem;
    border-right: 1px solid #ccc;
    text-align: left !important;
    font-size: 1.5rem;
}

.btn-lansu.btn-block-80 i {
    padding: 1rem;
    border-right: 1px solid #ccc;
    text-align: left !important;
    font-size: 1.5rem;
}

button.btn.btn-lansu-close.btn-block-80 i:hover {
    background: #f03156;
    border-top-left-radius: 50px;
    border-bottom-left-radius: 50px;
    color: #fff;
}

.number {
    font-size: 1.6rem;
    letter-spacing: 3px;
}

@media only screen and (max-width: 767px) {
    .number {
        font-size: 1rem;
    }
}

.text {
    /* font-size: 1.6rem; */
    letter-spacing: 3px;
}

@media only screen and (max-width: 767px) {
    .text {
        font-size: 1rem;
    }
}

.ad-header {
    background: #fff;
    padding: 1rem;
}

.ad-body {
    padding: 0 1rem;
    background: #fff;
}

.lansu-features-wrapper {
    display: block;
    padding-top: 1rem;
}

.lansu-features-wrapper ul {
    list-style: none;
}

.lansu-features-wrapper ul li {
    margin-bottom: .5rem;
}

.lansu-features-wrapper ul li .ltext-bold {
    margin-right: 1rem;
}

.lansu-description-wrapper {
    display: block;
    padding-top: 1rem;
    margin-top: 3rem;
}

.lansu-description-wrapper p {
    font-size: 1rem;
    font-weight: 600;
    line-height: 1.8;
    color: #75758a;
}

.btn-promote {
    background: #fecb2e;
    color: #212529;
    border-radius: 50px;
    width: 80%;
    font-weight: 600;
    font-size: 1.2rem;
    padding: .8rem;
}

.lansu-ads-wrapper {
    display: block;
}

.lansu-ads-wrapper img {
    max-width: 100%;
}

.ad-body-footer {
    margin-bottom: 1rem;
}

.owl-nav > div {
    margin-top: -26px;
    position: absolute;
    top: 50%;
    color: #cdcbcd;
  }
  
  .owl-nav i {
    font-size: 40px;
    color: #f03157;
  }
  
  .owl-nav .owl-prev {
    left: -30px;
  }
  
  .owl-nav .owl-next {
    right: -30px;
  }

  .owl-nav > div {
    margin-top: -26px;
    position: absolute;
    top: 50%;
    color: #cdcbcd;
}

button.owl-next {
    position: absolute;
    top: 50px;
}

button.owl-prev {
    top: 50px;
    position: absolute;
}

.andare-mobile-image-slider {
    display: block;
    position: relative;
}

.andare-mobile-image-slider img {
    width: 100%;
    height: auto;
}

.andare-mobile-header {
    display: block;
    position: relative;
    margin-bottom: 1rem;
    margin-top: 5rem;
}

.andare-mobile-header h2 {
    font-size: 1.7143rem;
    font-weight: 400;
    color: #2f3432;
}

.andare-mobile-header i {
    font-size: 1.5rem;
    padding-top: 2.2rem;
    /* margin-right: 1rem; */
}

.item-price-m {
    margin-bottom: 2em;
}

.ui-price-m {
    margin-bottom: .3rem;
}

.ui-price-tag-m {
    padding: .2rem 2rem;
}

.ui-price-tag-m {
    position: relative;
    z-index: 1;
    display: inline-block;
    color: #2f3432;
    background: #df249a;
    border: solid 1px #e0249b;
    border-width: 1px 0;
    color: #fff;
}

.ui-price-tag-m .l1 {
    border-left: solid 1rem #df249a;
}

.ui-price-tag-m .l1, .ui-price-tag-m .l2 {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 0;
    height: 0;
}

.ui-price-tag-m .l1, .ui-price-tag-m .l2 {
    content: '';
    border-top: solid 1rem transparent;
    border-bottom: solid 1rem transparent;
}

.ui-price-tag-m .l1 {
    top: -1px;
}

.ui-price-tag-m .l2 {
    top: 0;
    border-top-width: .95rem;
    border-left: solid .9rem #f7f7f7;
    border-bottom-width: .95rem;
}

.ui-price-tag-m .amount {
    font-weight: 700;
}

.ui-price-tag-m .r1 {
    border-right: solid 1rem #df249a;
}

.ui-price-tag-m .r1, .ui-price-tag-m .r2 {
    content: '';
    border-top: solid 1rem transparent;
    border-bottom: solid 1rem transparent;
}

.ui-price-tag-m .r1 {
    top: -1px;
}

.ui-price-tag-m .r1, .ui-price-tag-m .r2, .ui-price-tag-m .r3 {
    position: absolute;
    right: 0;
    bottom: 0;
    width: 0;
    height: 0;
}

.ui-price-tag-m .r2 {
    top: 0;
    border-top-width: .95rem;
    border-right: solid .9rem #f7f7f7;
    border-bottom-width: .95rem;
}

.ui-price-m, .ui-negotiable-m {
    text-align: center;
}

.ui-negotiable-m {
    font-style: italic;
}

.item-detail-m, p.item-intro-m {
    text-align: center;
    word-break: break-word;
}

.item-detail-m, p.item-intro-m .type, .item-detail-m, p.item-intro-m, .poster-m {
    display: inline-block;
}

.item-detail-m p.item-intro-m {
    text-align: center;
    word-break: break-word;
}

.item-detail-m, p.item-intro-m, .date-m, .item-detail-m, p.item-intro-m, .location-m {
    display: block;
}

.ad-post-number-m {
    display: block;
    width: 90%;
    font-size: .9rem;
    text-align: left;
    line-height: 1.4;
    color: #707676;
    border-radius: 0;
    background: #f7f7f7;
    font-weight: 600;
}

.btn-call img {
    width: 40px;
    margin-right: 1rem;
}

.chat-m {
    padding-top: .5rem;
}

.stay-safe-box-m {
    margin-top: 1rem;
}

.stay-safe-box-m {
    padding: 1em;
}

.ui-info-box-m {
    padding: 8px;
    margin-left: 5px;
    margin-right: 5px;
}

.ui-info-box-m, .ui-info-box-m h3, .ui-info-box-m .h3 {
    color: #673500;
}

.ui-info-box-m {
    position: relative;
    z-index: 1;
    background: #fbf6d5;
    border: solid 1px #dcb300;
    border-radius: 4px;
}

.clearfix:before, .clearfix:after, .container:before, .container:after, .row:before, .row:after {
    content: " ";
    display: table;
}

.stay-safe-box-m .learn-more-m {
    display: table;
}

.stay-safe-box-m .safe-content.is-image {
    width: 3em;
}

.stay-safe-box-m .safe-content {
    display: table-cell;
    vertical-align: middle;
}

.stay-safe-box-m .safe-content.is-text {
    width: auto;
}

.stay-safe-box-m .safe-content.is-icon {
    width: 2em;
    text-align: right;
    color: #afb7ad;
}

.ui-divider-m, .ui-divider-m.is-s {
    padding-top: 48px;
    border: none !important;
}

.ui-divider-m {
    position: relative;
    border: 0;
}

.ui-divider-m:before {
    content: '';
    border-top: 3px solid #d5e1e6;
    background: #e7edee;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}

.ui-divider-m.is-s:before {
    top: 14.4px;
    bottom: 14.4px;
}

.stay-safe-box-m .safe-content.is-text span, .stay-safe-box-m .safe-content.is-text strong {
    color: #673500;
}

.item-description {
    word-break: break-word;
    overflow-wrap: break-word;
}

.t-bold {
    font-weight: 700;
    font-size: 1rem;
    line-height: 1.71428571;
}

.item-properties {
    word-break: break-word;
}

.item-properties dt {
    color: #2f3432;
    font-weight: 700;
    padding-right: .3em;
    white-space: nowrap;
}

.item-properties dd {
    word-wrap: break-word;
}

.item-properties dt, .item-properties dd {
    display: inline;
    margin: 0;
}

.btn-promote {
    color: #424e4e;
    background: #f3f6f5;
    -webkit-box-shadow: 0 2px 0 #e7edee;
    box-shadow: 0 2px 0 #e7edee;
    text-shadow: 0 1px 0 #fff;
    border: 1px solid #d4ded9;
}

ul.item-share {
    text-align: center;
    padding: .8em 0 0;
    border-width: 1px 0 0;
}

ul.item-share {
    list-style: none;
    /* border: solid 1px #d4ded9; */
}

ul.item-share li:not(:last-child) {
    margin-right: 2em;
}

.ui-sprite.share {
    display: inline-block;
    vertical-align: middle;
    width: 36px;
    height: 36px;
}

ul.item-share li {
    display: inline-block;
}

.ui-sprite.share i {
    font-size: 2.5rem;
}

.ui-sprite.share i.fa-facebook {
    color: #36528c;
}

.ui-sprite.share i.fa-twitter {
    color: #4099ff;
}

.m-andare-btn img {
    width: 40px;
}

.m-andare-btn span {
    display: inline-block;
    font-weight: 900;
}

.m-andare-btn-wraper {
    background: #ffc107;
    width: 40%;
    padding: .2rem;
    border-radius: 50px;
    margin: 0 auto;
    cursor: pointer;
    color: #222;
}


.flex-direction-nav a {
    width: 29px;
    height: 29px;
}

@media only screen and (max-width: 767px) {
    .flex-direction-nav a {
        width: 29px !important;
        height: 29px !important;
    }

    .flex-direction-nav a:before {
        font-size: 20px !important;
    }
}

.price-wrapper {
    margin-top: 1rem;
}

.btn-promote-mobile {
    background: #fecb2e;
    color: #212529;
    border-radius: 50px;
    width: 100% !important;
    font-weight: 600;
    font-size: 1.2rem;
    padding: .8rem;
}

.ui-price-tag-m {
    background: #ee2f5a;
    /* border: solid 1px #fb3c3c; */
}

.post-item.bookmark-post {
    background: whitesmoke;
    border: 1px solid #d4ded9;
    margin-bottom: .5rem;
}

.head-targ{
    position: fixed;
    top: 60px;
    width: 100%;
    height: 50px;
    background: #fff;
    z-index: 101;
    border-bottom: 1px solid rgba(100,100,100,.2);
    padding: 1rem 0;
}

.head-targ span{
	border-left:1px solid rgba(100,100,100,0.1);
	padding:7px;
}

.head-targ span {
    font-size: 13px;
}

.post-header {
    display: flex;
    justify-content: center;
}

.post-body {
    margin-top: 4rem;
    display: block;
    position: relative;
    margin-bottom: 2rem;
}

.post-next-category {
    display: block;
    position: relative;
    border: 0;
}

.post-next-category {
    border: 0 !important;
}

.post-next-category li {
    text-align: left;
    border: 0 !important;
    border-bottom: 1px solid #ccc !important;
    padding: 1rem !important;
}

.post-next-category li span {
    border: 0;
    font-size: 1rem;
}

.post-next-category li img {
    width: 35px;
}

.post-ad-next-sub-category {
    display: block;
    padding-top: .8rem;
}

.post-ad-next-sub-category h4 {
    font-weight: 500;
    line-height: 1.2;
}

.post-ad-next-sub-category ul {
    text-align: left;
    font-size: 1rem;
    border: 0;
}

.post-ad-next-sub-category ul li a {
    font-size: 1rem;
}

.post-ad-next-sub-category ul li {
    padding: .8rem;
}

.lansu-ad-post-publish-wrapper {
    padding: 1rem 2rem;
}

.btn-post-ad-publish {
    width: 190px;
}

.map-view {
    padding: 1rem 0;
    position: relative;
}

.map-view img {
    max-width: 100%;
}

.post-next-category.city-view li {
    padding: 0.5rem !important;
}

.post-next-category.city-view li span {
    font-size: .9rem !important;
}

div#details {
    position: absolute;
    right: 30%;
}

.map-loc {
    font-size: 1.2rem;
    font-weight: 600;
}

#slmap path:hover{
    fill:#ee2f59;
}

/* home page */

.slide-img {
    display: block;
    position: relative;
    width: 100%;
    margin-top: 3.5rem;
}

.slide-img img{
    display: block;
    max-width: 100%;
    height: auto;
}

.search-form {
    position: relative;
    top: -70px;
    background: #9E9E9E;
    padding: 1rem;
    border-radius: 50px;
}

.input-group-btn:first-child>.btn {
    margin-right: -4px;
}

.btn-lansu-select-city {
    background: #f03155;
    border-bottom-right-radius: 0;
    border-top-right-radius: 0;
    border-top-left-radius: 25px;
    border-bottom-left-radius: 25px;
    color: #fff;
}

.btn-lansu-select-category {
    background: #fecb2e;
    border-radius: 0;
    border-left: 1px solid #ccc;
}

.lansu-search-btn {
    display: block;
    background: #ef3056;
    padding: .4rem 1rem;
    border-bottom-right-radius: 50px;
    border-top-right-radius: 50px;
}

.lansu-search-btn i {
    vertical-align: middle;
    color: #fff;
}

.top-ads {
    display: block;
    position: relative;
}

.top-ads .top-ads-header img {
    max-width: 100%;
}

.top-ads {
    display: block;
    position: relative;
    cursor: pointer;
}

.top-ads .top-ads-header img {
    width: 100%;
    height: auto;
    filter: contrast(0.8);
}

@media only screen and (max-width: 768px) {
    .top-ads .top-ads-header img {
        margin-bottom: .5rem;
    }  

}

.top-ads:hover img {
    filter: contrast(1);
}

.top-ads-wrapper {
    margin-top: -25px;
}

.top-ads-wrapper h1 {
    margin-bottom: 1.5rem;
    font-weight: 600;
}

.home-map-wrapper {
    display: block;
    background: white;
    padding: 2rem 0;
    border-bottom: 4px solid #f03158;
}

.top-ads-wrapper {
    padding: 1rem 0 3rem 0;
}

.home-main-category {
    display: block;
}

.home-main-category ul {
    list-style: none;
    width: 100%;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
}

@media only screen and (max-width: 768px) {
    .home-main-category ul {
        grid-template-columns: repeat(1, 1fr);
    }   
}

.home-main-category.four-rows ul {
    list-style: none;
    width: 100%;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
}

@media only screen and (max-width: 768px) {
    .home-main-category.four-rows ul {
        grid-template-columns: repeat(1, 1fr);
    }    
}

.home-main-category ul li img {
    width: 60px;
    display: block;
}

.home-main-category ul li {
    cursor: pointer;
    width: 90%;
    text-align: -webkit-center;
}

.home-main-category ul li img {
    margin-right: .8rem;
    vertical-align: middle;
    margin-bottom: 5px;
}

.home-main-category ul li span {
    font-size: 1rem;
    font-weight: 600;
}

.home-post-your-ads {
    display: block;
    padding: 2.5rem 0 2rem 0;
    background: whitesmoke;
}

.home-post-your-ads p {
    font-size: 2rem;
    font-weight: 600;
    letter-spacing: 1px;
    margin-bottom: 1.5rem;
}

@media only screen and (max-width: 768px) {
    .home-post-your-ads p {
        line-height: 1.2;
    }
}

.top-ads-footer {
    position: absolute;
    bottom: 0px;
    padding-left: 1rem;
    background: rgba(0,0,0,.5);
    width: 100%;
}

.top-ads-footer h3 {
    position: relative;
    top: 8px;
}

.top-ads-footer p {
    color: #fecb2e;
}

@media only screen and (max-width: 768px) {
    
    .top-ads-footer {
        bottom: -8px;
        padding-left: 1rem;
    }
}

.top-ads-footer h3 {
    font-size: 1.2rem;
    color: #fff;
    font-weight: 600;
}

.top-ads-footer p {
    font-size: 1rem;
    font-weight: 600;
}

.home-map-wrapper h2 {
    font-size: 2.5rem;
    margin-bottom: 1.5rem;
    font-weight: 600;
}

.ul-category-list {
    list-style: none;
    padding-left: 15px;
}

.ul-category-list>li {
    margin-bottom: 10px;
}

.ul-category-list li a {
    color: #757575;
    font-size: 1rem;
}

.ul-category-list li ul {
    list-style: none;
}

.ul-category-list li ul li {
    margin-left: 1.5rem;
}

.ul-category-list li a i {
    margin-right: .5rem;
    color: #f23354;
}

.ul-category-list li ul li a {
    font-size: 1rem;
}

.result-not-found {
    display: block;
    position: relative;
}

.result-not-found img {
    width: 100px;
    margin-bottom: .5rem;
}

.result-not-found h3 {
    font-weight: 800;
    font-size: 1.3rem;
    margin-bottom: 1rem;
}

/* job post single view */

.circle-img {
    display: inline-block;
    /* border-radius: 50%; */
    position: relative;
    top: -24px;
}

.job-post-header-details {
    display: inline-block;
}

.circle-img img {
    width: 80px;
    border-radius: 50%;
}

.job-description {
    display: block;
}

.job-description h6 {
    font-weight: 600;
    font-size: 1.2rem;
    margin-top: 1rem;
    margin-bottom: 1.2rem;
}

.job-description ul {list-style: none;}

.job-description ul li {
    margin-bottom: 1rem;
}

.single-job-list-btn {
    margin-bottom: 2rem;
}

/* static pages */

.statics-wrapper {
    background: #fff;
    margin: 4rem 0;
    padding: 1rem;
    border-bottom: 3px solid rgba(238,47,91,.55);
}

.ui-accordio-item {
    display: block;
    margin-bottom: .5rem;
}

.mb-0 > a:after {
    content: "\f078"; /* fa-chevron-down */
    font-family: 'Font Awesome 5 Free';
    position: absolute;
    right: 35px;
}

.mb-0 > a[aria-expanded="true"]:after {
    content: "\f077"; /* fa-chevron-up */
}

.statics-wrapper.faq p {
    font-size: .9rem;
}

.statics-wrapper.faq ul {
    /* list-style: none; */
    margin-left: 2rem;
    margin-bottom: 2rem;
}

.statics-wrapper.faq ul li {
    margin-bottom: .5rem;
    font-size: 0.9rem;
    color: #222;
}

.advertising-body {
    display: block;
    position: relative;
}

.advertising-body img {
    width: 100%;
}

.advertising-block-wrapper {
    display: block;
    background:#ffffff;
}

.advertising-footer {
    display: block;
    padding: .5rem 1rem;
}

.advertising-footer h5 {
    font-size: 1.2rem;
    text-align: center;
}

.advertising-footer p {
    font-size: .9rem;
    line-height: 1.6;
}

.advertising-wrapper {
    display: block;
}

.advertising-wrapper p {
    margin-bottom: 2rem;
    text-align: left;
    line-height: 1.8;
}

.advertsing-modal {
    display: block;
}

.advertsing-modal p {
    font-size: 1rem;
    line-height: 1.6;
}

.advertsing-modal ul {
    list-style: none;
}

.advertsing-modal ul li {
    margin-bottom: .5rem;
}

.text-transform-upper {
    text-transform: uppercase;
}

/* ads wrapper */

.top-ad-bar {
    border: 2px solid #ee2f5a;
    height: 90px;
}

.home-page-sidebar {
    border: 2px solid #ee2f5a;
    height: 600px;
}

.home-page-bottom {
    border: 2px solid #ee2f5a;
    height: 90px;
}

.single-post-ads-wrapper {
    border: 2px solid #ee2f5a;
    height: 250px;
}