﻿.list-loading-wrapper {
    background: rgba(230, 230, 230, 0.37);
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    min-height: 300px;
}

.list-loading-wrapper .list-loading {
    background: url(../_images/list-loading.gif) no-repeat center center #fff;
    border-radius: 12px;
    box-shadow: 0 0 35px 1px #ddd;
    position: absolute;
    left: calc(50% - 110px);
    top: 75px;
    text-align: center;
    width: 220px;
    height: 128px;
    opacity: 0.8;
    padding-top: 100px;
}

.mbd-list-default {
    display: block;
    position: relative;
    padding: 5px;
    margin: 0;
}

.mbd-list-default .ld-item {
    background-color: #f2f2f2;
    border: solid 1px #ddd;
    margin-bottom: 25px;
    padding: 0;
    height: 300px;
}

.mbd-list-default .ld-image-weapper {
    width: 100%;
    height: 170px;
    overflow: hidden;
    position: relative;
}

.mbd-list-default .ld-image-weapper img {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    min-height: 100%;
    max-height: 150px;
}

.mbd-list-default .ld-title {
    margin: 12px 12px 5px;
    font-size: 20px;
    font-weight: 600;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    line-height: 1.5;
}

.mbd-list-default .ld-title>a {
    color: #333;
    text-decoration: none;
}

.mbd-list-default .ld-categories {
    padding: 10px;
    font-size: 14px;
}

.mbd-list-default .ld-rate {
    margin: 0 10px;
}

.mbd-list-Services svg {
    max-width: 1.42rem;
    max-height: 1.42rem;
}


.mbd-list-Services .Services .TitleBox{
    border-bottom:0.1em solid var(--text-bg-light-1);
    transition:all 0.3s ease-in-out;
    position:relative;
    padding:0.5em;
}
.mbd-list-Services .Services .TitleBox:after{
    content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='14' height='14' viewBox='0 0 14 14' fill='none'%3E%3Cpath d='M7 1V7M7 7V13M7 7H13M7 7L1 7' stroke='%231E1E1E' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
    position:absolute;
    left:0.5em;
    font-size:1.5rem;
    color:var(--text-bg-dark-0);
}
.mbd-list-Services .Services .TitleBox.active:after{
    content:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='10' height='10' viewBox='0 0 10 10' fill='none'%3E%3Cpath d='M0.757359 9.24173L5 4.99909M5 4.99909L9.24264 0.756453M5 4.99909L0.757359 0.756453M5 4.99909L9.24264 9.24173' stroke='white' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
    background: rgba(194, 194, 194, 0.50);
    line-height:0;
    width:1.7rem;
    height:1.7rem;
    border-radius:50%;
    display:flex;
    justify-content:center;
    align-items:center
    
}
.mbd-list-Services .Services .TitleBox.active{
    background:var(--Primary-Main-Color);
    
}
.mbd-list-Services .Services .TitleBox.active .Location svg{
    fill: var(--bg-ff);
    stroke: var(--bg-ff);
}
.mbd-list-Services .Services .TitleBox.active strong ,.mbd-list-Services .Services .TitleBox.active span{
    color:var(--bg-ff) !important;
}
.mbd-list-Services .Services .TitleBox .Location svg {
    fill: var(--Secendry-Main-Color);
    stroke: var(--Secendry-Main-Color);
}
.mbd-list-Services .Services .TitleBox .Location{
    color: var(--Secendry-Main-Color);
}
.mbd-list-Services .Services .DetailsBox{
    background:var(--bg-ff);
    padding:1rem;
    border-radius:1.142rem;
    margin-bottom:1rem;
}
.mbd-list-Services .Services .ServicesRight{
    flex:0 0 auto;
    width:40%;
    padding: 0 0.57em;
}
.mbd-list-Services .Services .ServicesLeft{
    flex:0 0 auto;
    width:60%;
    padding: 0 0.57em;
}
.mbd-list-Services .Services .ServicesLeft .DetailsBox .DetailsFooter  > div {
    flex:1 0 50%;
}
.mbd-list-Services .Services .ServicesLeft .DetailsBox .DetailsFooter .Contact svg {
    stroke:var(--Primary-Main-Color);
}

@media screen and (max-width:768px){
    .mbd-list-Services .Services {
        flex-wrap:wrap;
    }
    .mbd-list-Services .Services .ServicesRight{
        width:100%;
    }
    .mbd-list-Services .Services .ServicesLeft{
        width:100%;
        margin-top:2rem;
    }
}