.container-fluid {
    width: 100%;
    padding-right: 60px;
    padding-left: 60px;
}

.font-22 {
    font-size: 22px;
}

.line-height-15 {
    line-height: 15px;
}

.rating-star-box {
    background-color: #5ba829;
    border-radius: 2px;
    color: #fff;
    padding: 5px;
    font-size: 14px !important;
}

.p-24 {
    padding: 24px;
}

.pl-24 {
    padding-left: 24px;
}

.pr-24 {
    padding-right: 24px;
}

.pt-24 {
    padding-top: 24px;
}

.pb-24 {
    padding-bottom: 24px;
}

.text-custom-color {
    color: #ff4d4d;
}

.about-us-section>p,
.about-us-section>h1,
.about-us-section>h2,
.about-us-section>h3,
.about-us-section>h4,
.about-us-section>h5,
.about-us-section>strong,
.about-us-section>ul,
.about-us-section>ul li {
    font-size: 16px;
    font-weight: 200;
    list-style: none;
}

.about-us-section>ul {
    padding-left: 10px;
}

.semi-bold {
    font-weight: 500;
}

.blurContent {
    filter: blur(15px);
    -o-filter: blur(15px);
    -ms-filter: blur(15px);
    -moz-filter: blur(15px);
    -webkit-filter: blur(15px);
}

.block-section {
    margin-bottom: 30px;
    display: inline-block;
    width: 100%;
    font-family: "Lora", serif;
}

.feature-block {
    border: 1px solid #e3e3e3;
    background-color: #efefef;
    margin-bottom: 30px;
    border-radius: 3px;
    font-family: "Lora", serif;
}

.feature-block:hover {
    box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.15);
    -webkit-transition: all 0.6s ease;
    -moz-transition: all 0.6s ease;
    -ms-transition: all 0.6s ease;
    -o-transition: all 0.6s ease;
    transition: all 0.6s ease;
}

.feature-block:hover .feature-img img {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
    border-radius: 3px 3px 0 0;
}

.feature-block .feature-img img {
    width: 100%;
    -webkit-transition: all 0.6s ease;
    -moz-transition: all 0.6s ease;
    -ms-transition: all 0.6s ease;
    -o-transition: all 0.6s ease;
    transition: all 0.6s ease;
    border-radius: 3px 3px 0 0;
}

.tags-clr-one {
    background-color: #e64ecf;
    font-family: "Lora", serif;
}

.tags {
    position: absolute;
    top: 20px;
    left: 25px;
    width: auto;
    text-transform: uppercase;
    color: #fff;
    font-size: 11px;
    letter-spacing: 0.2px;
    text-align: center;
    line-height: 1.3;
    padding: 7px 15px;
    z-index: 99;
    font-family: "Lora", serif;
}

.fav-icon {
    background-color: #fff;
    border-radius: 100px;
    color: #ff4061;
    font-size: 18px;
    position: absolute;
    right: 20px;
    text-align: center;
    top: 20px;
    z-index: 10;
    width: 40px;
    height: 40px;
    line-height: 2.1;
}

.feature-dtl {
    padding: 20px;
}

.feature-block .feature-heading {
    margin-bottom: 10px;
    font-family: "Lora", serif;
}

.feature-dtl .feature-heading a {
    color: #454545;
    display: block;
    font-weight: 700;
    line-height: 1.63;
    font-size: 18px;
    font-family: "Lora", serif;
}

.listing-ul {
    list-style: none;
    margin: 0;
    padding: 0;
    display: inline-block;
    font-family: "Lora", serif;
}

.listing-ul li {
    display: inline-block;
    font-family: "Lora", serif;
}

.comments-rating {
    margin-top: 5px;
    display: inline-block;
    min-height: 28px;
    font-family: "Lora", serif;
}

.comments-rating .rating-out-of {
    background-color: #1db211;
    text-align: center;
    width: 45px;
    height: 27px;
    color: #fff;
    display: inline-block;
    /* line-height: 2; */
    position: relative;
    border-radius: 10%;
    margin-right: 10px;
    font-family: "Lora", serif;
}

.totalrating {
    display: inline-block;
}

.ml15 {
    margin-left: 15px;
}

.listing-location {
    border-left: 1px solid #ccc;
    padding-left: 15px;
    font-family: "Lora", serif;
}

.feature-block .feature-img {
    position: relative;
    overflow: hidden;
}

a {
    text-decoration: none;
    color: #e30069;
    -webkit-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

a {
    background-color: transparent;
}

.feature-dtl-bottom {
    display: inline-block;
    width: 100%;
    border-top: 1px solid #e3e3e3;
    padding: 20px;
}

.feature-block .feature-vendor-bottom {
    color: #333;
    line-height: 1.2;
    font-size: 16px;
    display: inline-block;
}

.feature-block .feature-price-bottom {
    line-height: 1.2;
    font-size: 17px;
    float: right;
    display: inline-block;
}

.fav-icon i.fa.fa-heart {
    padding: 10px 0;
}

.nice-select.wide .list {
    left: 0 !important;
    right: 0 !important;
    z-index: 9999;
}

.btn-custom {
    padding: 12px 24px;
    font-size: 18px;
    line-height: 1.3333333;
    border-color: #e30069;
}

@media screen and (max-width: 768px) {
    .d-small-none {
        display: none;
    } 
}

@media screen and (min-width: 768px) {
    .d-big-none {
        display: none;
    } 
}
