.m-d-show {
    display: none;
}
@media(max-width: 576px) {
    .m-d-none {
        display: none;
    }
    .m-d-show {
        display: block;
    }
}

/* section */
section.section.section-tertiary {
    margin: 30px 0 0;
}

/* breadcrumb */
.breadcrumb {
    background: transparent;
    padding: .75rem 0;
}

.breadcrumb > li {
    display: inline-block;
    font-size: 0.95em;
    text-transform: uppercase;
    text-shadow: none;
}

.breadcrumb > li + li:before {
    color: inherit;
    opacity: 0.5;
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    content: "\f105";
    padding: 0 7px 0 5px;
}


/* Cart */
.quantity {
    margin: 0 15px 25px 0;
    overflow: hidden;
    position: relative;
    width: 125px;
    height: 40px;
    float: left;
}
.quantity .minus {
    background: transparent;
    border: 1px solid #ddd;
    border-radius: 2px;
    -webkit-box-shadow: none;
    box-shadow: none;
    color: #5E5E5E;
    cursor: pointer;
    display: block;
    font-size: 12px;
    font-weight: bold;
    height: 40px;
    line-height: 13px;
    margin: 0;
    overflow: visible;
    outline: 0;
    padding: 0;
    position: absolute;
    text-align: center;
    text-decoration: none;
    vertical-align: text-top;
    width: 40px;
    border-radius: 0.25rem 0 0 0.25rem;
}
.quantity .qty {
    border: 1px solid #ddd;
    -webkit-box-shadow: none;
    box-shadow: none;
    float: left;
    height: 40px;
    padding: 0 39px;
    text-align: center;
    width: 125px;
    font-weight: bold;
    font-size: 1em;
    outline: 0;
    border-radius: .25rem;
}
.quantity .plus {
    background: transparent;
    border: 1px solid #ddd;
    border-radius: 2px;
    -webkit-box-shadow: none;
    box-shadow: none;
    color: #5E5E5E;
    cursor: pointer;
    display: block;
    font-size: 12px;
    font-weight: bold;
    height: 40px;
    line-height: 13px;
    margin: 0;
    overflow: visible;
    outline: 0;
    padding: 0;
    position: absolute;
    text-align: center;
    text-decoration: none;
    vertical-align: text-top;
    width: 40px;
    border-radius: 0 0.25rem 0.25rem 0;
    right: 0;
    top: 0;
}
/* About */
.page-about .content-grid .row {
    margin: 0;
}
.page-about .team-logo {
    width: auto;
    height: 80px;
}

/* Service */
.service .feature-box-icon {
    width: 100px;
    height: 100px;
}
    
.service .feature-box-icon i {
    font-size: 3em !important;
}
.service-listing ol,
.service-listing ul {
    padding-left: 18px;
}
    .process-m-img {
        padding: 30px;
    }

/* Projects */
.project-detail-construction {
    font-size: 16px;
}
@media(min-width: 991px) {
    .project-detail-construction {
        position: sticky;
        top: 100px;
    }
}
@media(max-width: 991px) {
    .project-detail-construction {
        margin-top: 60px;
    }
}

/* footer */
.footer-qrcode {
    display: -webkit-flex;
    display: flex;
    align-items: center;
    margin-top: 20px;
}
    #footer .footer-qrcode h5 {
        color: #333;
        margin-bottom: 5px;
    }
    .footer-qrcode .qrcode {
        width: 120px;
        margin-right: 20px;
    }

@media(max-width: 991px) {
    .footer-qrcode .qrcode {
        width: 90px;
    }
}
@media(max-width: 768px) {
    .footer-qrcode {
        justify-content: center;
    }
    .footer-qrcode .qrcode {
        margin-left: 10px;
        margin-right: 10px;
        width: 120px;
    }
}