/* services section style */

.section_services .section-content-wrapper{
    width: 100%;
    display: block;
}
.section_services .section-inner{
    padding-top: 0;
}
.section_services .section-content-wrapper .panel{
    border-radius: 0;
    background-color: #EBEBEB;
    color: #2C4122;
}
.section_services .section-content-wrapper .panel+ .panel{
    margin-top: 15px;
}
.section_services .section-content-wrapper  .panel>.panel-heading{
    border: none;
    background-color: transparent;
}
.section_services .section-content-wrapper  .panel >.panel-heading .panel-title a{
    position: relative;
    display: block;
    color: #2C4122;
    font-size: 18px;
    line-height: 30px;
}
.section_services .section-content-wrapper  .panel >.panel-heading .panel-title a:after{
    content: '';
    position: absolute;
    right: 0;
    top: 7px;
    height: 15px;
    width: 15px;
    border-left: 12px solid #2C4122;
    border-top: 8px solid transparent;
    border-bottom: 8px solid transparent;
    border-radius: 0px;
    transition: .4s;
}
.section_services .section-content-wrapper  .panel >.panel-heading .panel-title a:not(.collapsed):after{
    transform: rotate(90deg);
    right: 5px;
}
.section_services .section-content-wrapper  .panel .panel-collapse .panel-body{
    position: relative;
    border-top: none;
    padding-top: 30px;
}
.section_services .section-content-wrapper  .panel .panel-collapse .panel-body:before{
    content: '';
    position: absolute;
    top: 0;
    width: calc(100% - 30px );
    left: 50%;
    transform: translate(-50%, -50%);
    border-top: 1px solid transparent;
    height: 1px;
    transition: .4s;
}
.section_services .section-content-wrapper  .panel .panel-collapse.in .panel-body:before{
    border-color: #2C4122;
}
.section_services .section-content-wrapper  .panel .panel-collapse .panel-body h3{
    font-size: 15px;
    line-height: 20px;
    letter-spacing: 0.83px;
    color: #2c4122;
}
.section_services .section-content-wrapper  .panel .panel-collapse .panel-body a.links-btn{
    padding: 10px 15px;
    background: #CFCFCF;
    display: block;
    font-size: 15px;
    line-height: 20px;
    margin-bottom: 10px;
    color: #2C4122;
    transition: .5s;
}

.section_services .section-content-wrapper  .panel .panel-collapse .panel-body a.links-btn:hover{
    background: #A2BB62;
}

/* services section with detail */
.type-services .title{
    font-size: 40px;
    line-height: 54px;
    font-weight: 700;
    margin-bottom: 30px;
    text-transform: uppercase;
    color: #2C4122;
}
.type-services .eq-wrap-videos h3{
    font-size: 21px;
    line-height: 28px;
    font-weight: 700;
    color: #2C4122;
    margin-bottom: 20px;
}
.type-services .eq-wrap-videos .d-flex{
    display: flex;
    align-items: center;
    margin-bottom: 20px;
}
.type-services .eq-wrap-videos .d-flex a img.thumbnail-img{
    width: 100%;
    object-fit: cover;
}
.type-services .eq-wrap-videos .d-flex a{
    display: block;
    position: relative;
    max-width: 140px;
}
.type-services .eq-wrap-videos .d-flex a .play-btn{
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    transition: .4s;
}
.type-services .eq-wrap-videos .d-flex a:hover .play-btn path{
    fill: #A2BB62;
}
.type-services .eq-wrap-videos .d-flex h4{
    font-size: 21px;
    font-weight: 600;
    color: #2C4122;
    padding-left: 30px;
}
.vd-modal .modal-dialog {
    top: 50%;
    transform: translate(0%, -50%) !important;
}

.type-services .eq-wrap-manuals{
    padding-top: 50px;
    padding-bottom: 50px;
}
.type-services h3{
    font-size: 21px;
    line-height: 28px;
    color: #2C4122;
    margin-bottom: 20px;
}
.type-services p{
    font-size: 15px;
    line-height: 1.3;
}
.type-services .eq-wrap-manuals .table-specific-manuals{
    background-color: #F8F8F8;
}
.type-services .eq-wrap-manuals .table-specific-manuals thead th{
    border-bottom: none;
    padding: 18px 30px;
    font-size: 18px;
}
.type-services .eq-wrap-manuals .table-specific-manuals tbody td{
    padding: 12px 30px;
    vertical-align: middle;
    font-size: 15px;
    color: #222222;
    font-weight: 600;
}
.type-services .eq-wrap-manuals .table-specific-manuals tbody tr td:last-child{
    text-align: right;
}
.type-services .eq-wrap-manuals .table-specific-manuals tbody tr:nth-child(odd){
    background-color: #EBEBEB;
}
.type-services .eq-wrap-manuals .table-specific-manuals .file-btn{
    min-width: 28px;
}
@media screen and (max-width:992px){
    .type-services .eq-wrap-videos .d-flex a{
        max-width: 100%;
        width: 45%;
    }
}
@media screen and (max-width:600px){
    .type-services{
        padding-left: 20px;
        padding-right: 20px;
    }
    .type-services .eq-wrap-videos .d-flex h4{
        font-size: 18px;
        line-height: 25px;
        padding-left: 0;
        padding-top: 10px;
    }
    .type-services .eq-wrap-manuals .table-specific-manuals thead th,
    .type-services .eq-wrap-manuals .table-specific-manuals tbody td{
        padding-left: 15px;
        padding-right: 15px;
    }
    .type-services .eq-wrap-videos .d-flex a{
        width: 100%;
    }
    .type-services .eq-wrap-videos .d-flex{
        flex-wrap: wrap;
    }
    .type-services .eq-wrap-videos .d-flex a img.thumbnail-img{
        height: 135px;
    }
}