/**
    * @author CoderSpy Ltd, Bangladesh
    * @email: info@coderspy.com
    * @create date 2020-01-06 12:00:00
    * @modify date 2021-01-11 13:17:10
    * @desc MyFragranceMe is a Multivendor Ecommerce Web Application For Perfume Industry.
    * @version Version: 1.0
    * @php Requires PHP: 7.2
    * @tag Tags: MyFragranceMe, Ecommerce, Developed by CoderSpy
 **/

body {
    background: #b1b3b4 !important;
}

.container_nogutter {
    padding-left: 0px;
    padding-right: 0px;
}

.note-list {
    background: white;
    border-bottom: 1px dashed #ddd;
    width: 100%;
    padding: 5px 0px;
}

.note-list img {
    width: 30px;
    border-right: 1px dashed #ddd;
    float: left;
}

.note-list p {
    margin: -5px 0px 0px 35px;
}

.blend-wrapper .single-items.single-items1 {
    padding-top: 285px;
}

.imgRadis {
    border-top-right-radius: 0px !important;
    border-bottom-right-radius: 0px !important;
}

@media only screen and (max-width: 991px) {
    .service_lists_view .list_img img {
        border-radius: 0;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .service_lists_view .list_img img {
        margin: 18px 0px 0px 0px !important;
        padding: 0 !important;
        height: auto !important;
    }
}