#fl-button-group-button-bng7mu2pk5x0-1 a.fl-button{
    padding-top: 15px;
    padding-right: 18px;
    padding-bottom: 15px;
    padding-left: 18px;
}
.about_list li ul{
    padding-top: 20px;
    list-style: none;
    padding-left: 0px;
}
.about_list li ul li{
    position: relative;
    padding-left: 25px;
    padding-bottom: 5px;
}
.about_list li ul li::before {
    content: '';
    width: 15px;
    height: 21px;
    position: absolute;
    background-image: url('https://powerhouse.ckpcreate.au/wp-content/uploads/2024/10/Preview.png');
    background-size: cover;
    background-position: center;
    left: 0;
    top: 10px;
    transform: translateY(-50%);
}

.services-tab .nav-tabs li {
    width: 100%;
    padding: 14px 0px 14px 27px;
}
.services-tab .nav-tabs{
    display: flex;
    border: none;
    flex-wrap: wrap;
    list-style: none;
    padding-left: 0px;
    border-bottom: 0px;
}
.services-tab .slider-tab{
    width: calc(32% - 15px);
    max-width: 395px;
    margin-left: auto;
}
.services-tab{
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
}
.services-tab .slider-tab .nav-tabs>li.active{
    border-left: 7px solid #03A74F;
    border-bottom: 1px solid #03A74F;
    margin-left: -7px;
}
.services-tab .slider-tab .nav-tabs>li>a:hover {
    border-color: unset;
    border: none;
}
.services-tab .slider-tab .nav-tabs>li.active>a, .services-tab .slider-tab .nav-tabs>li.active>a:focus,.services-tab .slider-tab .nav-tabs>li.active>a:hover{
    color: #000;
    cursor: pointer;
    background-color: unset;
    border: none;
    border-bottom-color: transparent;
}
.services-tab .slider-tab .nav-tabs>li>a{
    color: #969696;
    font-family: "DM Sans";
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 24px;
    text-transform: uppercase;
    text-decoration: none;
    border: none;
	display: inline-block;
	width: 100%;
}
.services-tab .slider-content {
    width: calc(68% - 15px);
}
.services-tab .tab-title {
    display: none;
}
.services-tab .main-content {
    display: flex;
    flex-wrap: wrap;
}
.services-tab .left-part {
    width: 45%;
    padding: 38px 48px 22px;
    border: 1px solid #CAB590;
    position: relative;
}
.services-tab .right-part {
    width: 55%;
}
.services-tab .right-part img{
    height: 100%;
    object-fit: cover;
    width: 100%;
    max-height: 450px;
}
.services-tab .main-content h3 {
    margin: 0px;
}
.services-tab .arrows {
    display: flex;
    gap: 25px;
    position: absolute;
    bottom: 22px;
    right: 40px;
}
.services-tab .main-arrows{
    margin-top: 20px;
    width: 35px;
    height: 35px;
}
.services-tab .arrows p{
    margin-bottom: 0px;
    position: relative;
    width: 35px;
    height: 35px;
}
.services-tab .arrows p.next-link a{
    text-indent: -9999px;
    background-image: url(../images/next-arrow.png);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
    width: 35px;
    height: 35px;
    position: absolute;
    left: 50%;
    transform: translate(-50%, -50%);
    top: 50%;
}
.services-tab .arrows p.prev-link a{
    text-indent: -9999px;
    background-image: url(../images/prev-arrow.png);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
    width: 35px;
    height: 35px;
    position: absolute;
    left: 50%;
    transform: translate(-50%, -50%);
    top: 50%;
}
.tab_section_row .fl-row-content{
    margin-right: 0px;
}
.tabs_title{
    max-width: 1350px;
    margin: 0 auto;
}
.faq_section .pp-faq-button-label{
    display: flex;
    align-items: center;
    gap: 25px;
}
.faq_section .pp-faq-button-label h3 {
    color : #403C2D
}
.faq_section .pp-faq-button-label h3, .faq_section .pp-faq-button-label h5{
    margin: 0px;
}
.faq_section .pp-faq-item-active .pp-faq-button-label{
    gap: 50px;
}
.faq_col{
    max-width: 860px;
}
.faq_section .pp-faq-content{
    max-width: 745px;
} 
.faq_section .pp-faq-item.pp-faq-item-active{
    padding: 30px;
}
.faq_section .pp-faq-item{
    padding: 30px;
}
.faq_section .pp-faq-button-label:focus-visible{
    outline: none;
}
.left-part p strong{
    color: #0A0B1C;
}
.pp-faq-item .pp-faq-button-icon{
    text-align: right;
}
@media screen and (min-width: 1550px) {
    .services-tab .slider-content {
        width: calc(65% - 15px);
    }
    .services-tab .slider-tab {
        max-width: 410px;
    }
}
@media screen and (max-width: 1180px) {
    .services-tab .left-part{
        padding: 25px;
    }
}
@media screen and (max-width: 1080px) {
    .services-tab .slider-content .container-custom {
        display: block!important;
        margin-bottom: 9px;
    }
    .services-tab .slider-content p.next-link{
        display: none;
    }
    .services-tab .slider-content .container-custom .tab-title h6{
        font-size: 20px;
        font-weight: normal;
        text-align: left;
        display: block;
        margin-right: auto;
        position: relative;
    }
    .services-tab .slider-content .container-custom.active .tab-title{
        border-left: 7px solid #03A74F;
        border-bottom: 1px solid #03A74F;
        padding: 14px 20px 16px 13px;
    }
    .services-tab .slider-content .container-custom .tab-title{
        display: block;
        border-bottom: 0px;
        text-align: left;
        margin: 0px;
        width: 100%;
        padding: 14px 20px 16px 20px;
    }
    .services-tab .slider-content .row-wrapper .left-part{
        width: 100%;
    }
    .services-tab .slider-tab{
        display: none;
    }
    .services-tab .slider-content .container-custom.active .tab-title h3 {
        color: #000;
    }
    .tab_section_row .fl-row-content-wrap {
        padding-right: 20px;
        padding-bottom: 20px;
        padding-left: 20px;
    }
    .services-tab .slider-content .container-custom .tab-title h3 {
        margin: 0px;
        color: #969696;
        line-height: normal;
    }
    .services-tab .left-part {
        padding-bottom: 45px;
        padding-top: 30px;
        padding-right: 20px;
        padding-left: 20px;
    }
    .services-tab .left-part {
        width: 100%;
    }
    .services-tab .right-part {
        width: 100%;
    }
    .services-tab .main-content {
        display: block;
    }
    .services-tab .main-arrows {
        display: none;
    }
    .services-tab .slider-content .container-custom .left-part,
    .services-tab .slider-content .container-custom .right-part{
        display: none!important;
    }
    .services-tab .slider-content .container-custom.active .left-part,
    .services-tab .slider-content .container-custom.active .right-part{
        display: block!important;
    }
    .services-tab .slider-content{
        width: 100%;
    }
    .tabs_section .fl-rich-text > p {
        display: none;
    }
}

@media only screen and (max-width:767px){
	.faq_section .pp-faq-item.pp-faq-item-active,
	.faq_section .pp-faq-item{
		padding: 15px 20px;
	}
	.faq_section .pp-faq-item-active .pp-faq-button-label{
		grid-gap: 25px;
	}
	.faq_section .pp-faq-button-label{
		align-items: flex-start;
	}
	.faq_section.fl-module-pp-faq .pp-faq-item .pp-faq-button-icon{
		vertical-align: top
	}
    .services-tab .slider-content .container-custom.active{
        margin-bottom: 20px;
    }
}



nav ul.menu  a.main-active-link {
    color: #03A74F!important;
}
nav.pp-menu-nav ul.menu li ul li a.active-link {
    color: #03A74F!important;
}

.main-content .left-part .content a.btn{
    background: #03A74F;
    border: 1px solid #03A74F;
    color: #fff;
    padding: 8px 18px;
    font-weight: bold;
}