
/* Important! This file is to only be edited through WebDAV or through the control panel by the client, not theme partners/designers. */

/* yidi test
   for service page
*/

.container-s {
    width: 100%;
    padding: 20px 3vw;
}
.container-s.dark{
    background: #222;
}
.container-s.gray{
    background: #f2f2f2;
}
.container-s.heavy-gray{
    background: #666;
}
.container-s.orange {
    background: #f26822;
}
.container-s .row {
    margin: 20px auto;
}
.container-s .serivce-icon-box {
    line-height: 1.5;
}
.container-s .serivce-icon {
    display: block;
    margin: 20px;
    min-height 60px;
    height:60px;
}


.container-s .service-price-box {
    margin-bottom: 40px;
}
.container-s .price {
    color: #f26822;
    margin-bottom: 21px;
}
.container-s .service-price-box h3{
    height: 3rem;
    text-transform: uppercase;
}
.container-s .service-price-box .service-ul {
    list-style: none;
    margin-left: 0;
    margin-bottom: 0;
}
.container-s .more {
    margin: 2rem 0;
}


.container-s .service-price-box .service-ul li:before{
    content: " - ";
    position: absolute;
    left: 0;
}

.container-s .service-price-box .default-hidden {
    display:none;
}

.container-s .also-detail {
    margin-top: 20px;
    margin-left: 0;
    display: none;
    list-style: none;
    line-height: 1.5;
}
.container-s .also-detail li:before {
    content: " - ";
}



.col-also-service {
    padding: 22px;
    cursor: pointer;
}
.col-also-service > div {
    padding: 22px;
    border: 1px solid #ddd;
    border-radius: 3px;
}

.container-s .also-box.active .also-detail {
    display: block;
}
.cert-img {
    max-width: 150px !important;
    width: 150px;
    height: auto !important;
    display: block;
    margin: 20px auto;
}

.container-s h3 {
    font-weight: bold;
    font-size: 24px !important;
    line-height: 30px !important;
    text-transform: uppercase;
    display: inline-block;
}

.container-s ul li {
    font-size: 18px;
    line-height: 1.5;
}
.container-s .also-box-header {
    text-align: center;
    position: relative;
}
.container-s .folder {
    font-size: 32px;
    position: absolute;
    top: 6px;
    right: 0;

}
.white {
    color: white;
}

@media (max-width: 767px ) {
    .container-s .serivce-icon {
        margin: 20px 0;
    }
}

/* end for service page*/
