section.single-services {
    
}
.service-intro {
    padding-top: 158px;
    background-color: #0B3A38;
    border-radius: 0px 0px 48px 48px;
    padding-bottom: 56px;
}
.service-intro-inner {
    display: flex;
    align-items: center;
}
.service-intro-ls {
    width: 368px;
    height: auto;
}
.service-intro-ls img {
    width: 100%;
    height: auto;
    border-radius: 16px;
}
.service-intro-rs {
    width: calc(100% - 368px);
    padding-left: 48px;
}
.service-intro-rs h1 {
    font-size: 32px;
    line-height: 130%;
    letter-spacing: .5px;
    margin-bottom: 24px;
}
.service-intro-rs .description {
    letter-spacing: .5px;
}
.service-intro-rs .price {
    color:#FFAF82;
    font-size: 24px;
    line-height: 130%;
    font-weight: bold;
}
.service-intro-rs .btn {
    margin-top: 48px;
    border: 1px solid #fff;
    position: relative;
    overflow-x: hidden;
}
.service-intro-rs .btn::before {
    content:'';
    display: block;
    position: absolute;
    top: 0;
    height: 100%;
    width: 65px;
    transform: skewX(-45deg); 
    animation: flareAnimation;
    left: -150%;
    /* color:rgba(255, 175, 130, .1);
    color:rgba(255, 175, 130, .4); */
    background: linear-gradient(90deg, rgba(255, 175, 130, .05), rgba(255, 175, 130, .5), rgba(255, 175, 130, .05));
    animation: flareAnimation 4s infinite linear;
}
@keyframes flareAnimation {
    0% {
        left: -150%;
    }
    100% {
        left: 150%;
    }
}
.service-intro-rs .btn:hover {
    border-color: #063532;
    background-color: #063532;
}
.service-intro-rs .btn:hover::before {
    animation: none;
}
.service-content {
    max-width: 740px;
    font-size: 16px;
    line-height: 150%;
    letter-spacing: .5px;
}
.service-content h2 {
    font-size: 32px;
    line-height: 120%;
    margin-bottom: 32px;
    letter-spacing: .5px;
}
.service-content h3 {
    margin-bottom: 24px;
    font-weight: 700;
    letter-spacing: .5px;
}
.service-content h3:not(:first-of-type) {
    margin-top: 32px;
}
.service-content ul li:not(:last-child) {
    margin-bottom: 6px;
}
.service-content-wrapper {
    display: flex;
    flex-wrap: wrap;
    margin-top: 70px;
    position: relative;
}
.service-content-sidebar {
    width: calc(100% - 740px - 48px);
    margin-left: 48px;
    position: sticky;
    top:125px;
    left:0;
}
body.admin-bar .service-content-sidebar {
    top:167px;
}
.single-services .service-content-sidebar-slider {
    width: 160px;
    height: 212px;
    overflow: hidden;
}
.single-services .service-content-sidebar-top_text {
    width: calc(100% - 160px);
}
.single-services .service-content-sidebar-top_text {
    font-size: 15px;
}
.single-services .service-content-sidebar-top_text h3 {
    font-size: 20px;
}
.single-services .service-content-sidebar-bottom .subtitle {
    font-size: 18px;
}
/* FAQS */
.section-faqs {
    max-width: 740px;
    margin-top: 64px;
    width: 100%;
}
.section-faqs .container {
    padding: 0;
}
.section-faqs h3 {
    font-weight: 700;
    letter-spacing: .5px;
    margin-bottom: 12px;
}
.accordion-panel {
    padding: 12px 0;
    border-bottom: 1px solid #ffffff47;
}
.accordion-panel:last-of-type {
    border:0;
}
.accordion-heading {
    padding: 16px 0;
    font-size: 18px;
    line-height: 130%;
    font-weight: 700;
    letter-spacing: .5px;
    cursor: pointer;
    transition: .3s;
    padding-right: 32px;
    position: relative;
}
.accordion-heading i {
    position: absolute;
    right:0;
    top:16px;
    width: 20px;
    height: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: .3s;
}
.accordion-heading.in i {
    transform: rotate(180deg);
}
.accordion-heading i svg {
    width: 100%;
    height: auto;
}
.section-faqs .accordion-heading i svg path {
    stroke:#FFAF82;
}
.accordion-collapse {
    display: none;
    padding: 12px 0 0px;
}
/* END */

@media(max-width:1400px) {
    .service-content {
        max-width: 640px;
    }
    .service-content-sidebar {
        width: calc(100% - 640px - 48px);
    }
    .section-faqs {
        max-width: 640px;
    }
}
@media(max-width:1200px) {
    .service-content {
        max-width: 100%;
        width: 100%;
    }
    .section-faqs {
        max-width: 100%;
    }
    .service-content-sidebar {
        position: unset;
    }
}
@media(max-width:992px) {
    .service-intro-inner {
        flex-direction: column;
        align-items: flex-start;
    }
    .service-intro-ls {
        display: none;
    }
    .service-intro-rs {
        width: 100%;
        padding: 0;
        padding-top: 24px;
    }
    .service-intro {
        padding-top: 110px;
    }
}
@media(max-width:768px) {
    .service-content-wrapper {
        margin-top: 56px;
    }
    .service-content h2 {
        font-size: 28px;
    }
    .service-content h3 {
        font-size: 24px;
        line-height: 130%;
    }
}
@media(max-width:576px) {
    .service-intro {
        border-radius: 24px;
    }
    .accordion-heading {
        padding: 12px 0;
        padding-right: 30px;
    }
    .single-services .service-content-sidebar-slider {
        width: 149px;
        height: auto;
        overflow: hidden;
    }
    .single-services .service-content-sidebar-top_text {
        width: calc(100% - 149px);
    }
    .single-services .service-content-sidebar-top_text {
        font-size: 14px;
    }
    .single-services .service-content-sidebar-top_text h3 {
        font-size: 18px;
    }
    .single-services .service-content-sidebar-bottom .subtitle {
        font-size: 16px;
    }
}
@media(max-width:460px) {
    .single-services .service-content-sidebar {
        margin-top: 34px;
    }
    .single-services .service-content-sidebar-slider {
        width: 30%;
        height: 200px;
        overflow: hidden;
    }
    .single-services .service-content-sidebar-top_text {
        width: 70%;
    }
}
