@media (min-width: 992px) {
    nav.fixed-top:not(.sticky-top):not(.show-menu) .bg-wrap {
        opacity: 0 !important;
    }
}#desc-img-text-10 .bg-wrap {
    background: linear-gradient(to bottom, #efefef, rgba(0, 0, 0, 0));
}
#desc-img-text-10 .bg {
    background-repeat: No-repeat;
    background-size: 250px auto;
    background-position: right bottom;
    background-image: url(../images/887/bgsseventslimweb01.png);
}.tool-button-left{
    position: fixed;
    left: 0;
    bottom: 0;
    z-index: 1001190 !important;
}
.tool-button-left a.btn{
    padding: 0px 20px 0px 0px; border: 0px;
}
.tool-button-left a.btn.btn-primary{
    background-color: rgb(239, 43, 43);
}
@media (max-width: 767px){
    .tool-button-left a.btn{
        padding: 0;
    }
}
/*.tool-button-left .btn-lg{
    padding: 0.8rem 1rem 0.8rem 3.5rem;
    font-size: 25px;
}
.tool-button-left .btn-lg span.call-mobile{
   padding: 0.8rem 1rem 0.8rem 3.5rem !important;
}
}*/.desc-accordion-01 .bg-wrap{
	background: #cccccc;
}

#desc-accordion-01 .bg {
	background-image: url('../images/bg-wall-2.jpg');
	background-size: cover;
	-webkit-background-size: cover;
	background-repeat: no-repeat;
	-webkit-background-repeat: no-repeat;
	background-position: center center;
	opacity: 0.5;
}
.desc-accordion-01 .panel {
    box-shadow: none;
    -webkit-box-shadow: none;
    border-radius: 0;
}
/*.desc-accordion-01.light .dark a:not(.btn):not(.gallery-box):not(.goodshare), .desc-accordion-01.dark a:not(.btn):not(.gallery-box):not(.goodshare) {
    color: #ffffff;
}
.desc-accordion-01.dark a.panel-heading:after, .desc-accordion-01.dark .panel-group .panel-heading+.panel-collapse>.panel-body, .desc-accordion-01.dark a.panel-heading {
    border-color: rgba(0,0,0,0.5);
}*/
.desc-accordion-01 a.panel-heading {
    background: #fff;
    border-left: 7px solid orange;
    display: block;
    position: relative;
    padding: 25px 40px 25px 20px;
    text-align: left;
    font-size: 18px;
}
.desc-accordion-01 a.panel-heading strong{
    font-weight: 400 !important;
}
.desc-accordion-01 [role="button"] {
    cursor: pointer;
}
.desc-accordion-01 a.panel-heading.collapsed:after {
    margin-top: -6px;
    border: none;
    border-right: 1px solid rgba(0,0,0,0.5);
    border-bottom: 1px solid rgba(0,0,0,0.5);
}
.desc-accordion-01 a.panel-heading:after {
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    margin-top: -1px;
    right: 10px;
    height: 10px;
    width: 10px;
    border-left: 1px solid rgba(0,0,0,0.5);
    border-top: 1px solid rgba(0,0,0,0.5);
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
}