/* Theme Name: Myxa*/
.landing-banner .content-wrap .right .inner form span.wpcf7-list-item label {
    display: flex;
    margin: 10px 0;
    font-size: 13px;
    line-height: 16px;
}

.landing-banner .content-wrap .right .inner form span.wpcf7-list-item label input {
    width: 20px;
    height: 20px;
    margin-right: 10px;
}
/* 15-10-24  FAQ */ 

section.srv-faq .faq-right .inner .accordion .accordion-item .accordion-header .accordion-button h2{
    font-size: 17px;
    margin:0 ;
    color: #212151;
    font-family: "avenirblack";
}
 /* 24/10/24 */
 
.wpcf7-form.sent p
{
display:none;
}

.success_msg div h3{
    color: #942f7c;
}

.success_msg div {
    background: #212151;
    padding: 25px;
    border-radius: 10px;
}

.success_msg div p {
    color: #fff;
}
section.service-details.pbs .srv-image .inner {
    margin-top: 50px;
    padding-left: 0px;
}
.service-details .srv-image .inner .quote-box .img-quote {
    display: flex;
    margin-top: 20px;
    align-items: center;
    justify-content: center;
}



.interactive-section .circle-tab-outer .nav-pills {
    height: 600px;
    position: relative;
    padding-left: 12px;
}

.interactive-section .circle-tab-outer .nav-pills button#v-pills-round1-tab {
    width: 600px;
    height: 600px;
    background-color: #d1a2cb;
}

.interactive-section .circle-tab-outer .nav-pills button {
    text-transform: uppercase;
    border-radius: 100%;
    width: 280px;
    height: 280px;
    position: absolute;
    padding: 0;
    text-align: center;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    border: 1px solid #fff;
    color: #fff;
    overflow: hidden;
}

.interactive-section .circle-tab-outer .nav-pills button#v-pills-round2-tab {
    width: 520px;
    height: 520px;
    background-color: #721f5f;
}

.interactive-section .circle-tab-outer .nav-pills button#v-pills-round3-tab {
    width: 440px;
    height: 440px;
    background-color: #393f7e;
}

.interactive-section .circle-tab-outer .nav-pills button#v-pills-round4-tab {
    width: 360px;
    height: 360px;
    background-color: #599fca;
}

.interactive-section .circle-tab-outer .nav-pills button#v-pills-round5-tab {
    background-color: #a5dae9;
}

.interactive-section .circle-tab-outer .tab-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding-left: 70px;
}

.interactive-section .circle-tab-outer .nav-pills button h6 span {
    position: absolute;
    left: 50%;
    -webkit-transform-origin: 0 100px;
    -ms-transform-origin: 0 100px;
    transform-origin: 0 100px;
    -webkit-transform: none !important;
    -ms-transform: none !important;
    transform: none !important;
}

.interactive-section .circle-tab-outer .nav-pills button svg {
    position: absolute;
    left: 0;
    top: 0;
    border-radius: 100%;
}

.interactive-section .circle-tab-outer .nav-pills button svg path {
    fill: none;
}

.interactive-section .circle-tab-outer .nav-pills button svg text {
    -webkit-transform: translateY(-25px) translateX(-30px) rotate(-51deg);
    -ms-transform: translateY(-25px) translateX(-30px) rotate(-51deg);
    transform: translateY(-25px) translateX(-30px) rotate(-51deg);
    -webkit-transform-origin: center;
    -ms-transform-origin: center;
    transform-origin: center;
    fill: #fff;
}

.interactive-section .circle-tab-outer .nav-pills button svg#svg-three text {
    -webkit-transform: translateY(-39px) translateX(-10px) rotate(-39deg);
    -ms-transform: translateY(-39px) translateX(-10px) rotate(-39deg);
    transform: translateY(-39px) translateX(-10px) rotate(-39deg);
}

.interactive-section .circle-tab-outer .nav-pills button svg#svg-two text {
    -webkit-transform: translateY(-50px) translateX(-11px) rotate(-62deg);
    -ms-transform: translateY(-50px) translateX(-11px) rotate(-62deg);
    transform: translateY(-50px) translateX(-11px) rotate(-62deg);
}

.interactive-section .circle-tab-outer .nav-pills button svg#svg-one text {
    -webkit-transform: translateY(-60px) translateX(17px) rotate(-47deg);
    -ms-transform: translateY(-60px) translateX(17px) rotate(-47deg);
    transform: translateY(-60px) translateX(17px) rotate(-47deg);
}

.interactive-section .circle-tab-outer .nav-pills button#v-pills-round0-tab {
    width: 680px;
    height: 680px;
    background-color: #fff;
    bottom: -40px;
    cursor: default;
}

.interactive-section h2 {
    text-align: center;
    margin-bottom: 70px;
}

.circle-tab-contents h4 {
    margin-bottom: 30px;
}

.circle-tab-contents p {
    margin-bottom: 15px;
}

.circle-tab-contents ul li {
    list-style: disc;
    list-style-position: inside;
    font-size: 16px;
    margin-bottom: 8px;
    background: url(https://myxa.com.au/wp-content/themes/myxa/images/sun.svg) left top 2px no-repeat;
    background-size: 20px;
    list-style: none;
    padding-left: 30px;
}


@media (max-width: 1399px) {
    .interactive-section .circle-tab-outer .nav-pills {
        height: 550px;
    }
    .interactive-section .circle-tab-outer .nav-pills button#v-pills-round1-tab {
        width: 550px;
        height: 550px;
    }
    .interactive-section .circle-tab-outer .nav-pills button {
        width: 230px;
        height: 230px;
    }
    .interactive-section .circle-tab-outer .nav-pills button#v-pills-round2-tab {
        width: 470px;
        height: 470px;
    }
    .interactive-section .circle-tab-outer .nav-pills button#v-pills-round3-tab {
        width: 390px;
        height: 390px;
    }
    .interactive-section .circle-tab-outer .nav-pills button#v-pills-round4-tab {
        width: 310px;
        height: 310px;
    }
    .interactive-section .circle-tab-outer .nav-pills button svg#svg-four {
        width: 310px;
        height: 310px;
    }
    .interactive-section .circle-tab-outer .nav-pills button svg#svg-three {
        width: 390px;
        height: 390px;
    }
    .interactive-section .circle-tab-outer .nav-pills button svg#svg-two {
        width: 470px;
        height: 470px;
    }
    .interactive-section .circle-tab-outer .nav-pills button svg#svg-one {
        width: 550px;
        height: 550px;
    }
    .interactive-section .circle-tab-outer .nav-pills button svg#svg-four text {
        -webkit-transform: translateY(4px) translateX(-66px) rotate(-47deg);
        -ms-transform: translateY(4px) translateX(-66px) rotate(-47deg);
        transform: translateY(4px) translateX(-66px) rotate(-47deg);
    }
    .interactive-section .circle-tab-outer .nav-pills button svg#svg-three text {
        -webkit-transform: translateY(-17px) translateX(-45px) rotate(-37deg);
        -ms-transform: translateY(-17px) translateX(-45px) rotate(-37deg);
        transform: translateY(-17px) translateX(-45px) rotate(-37deg);
    }
    .interactive-section .circle-tab-outer .nav-pills button svg#svg-two text {
        -webkit-transform: translateY(-10px) translateX(-45px) rotate(-60deg);
        -ms-transform: translateY(-10px) translateX(-45px) rotate(-60deg);
        transform: translateY(-10px) translateX(-45px) rotate(-60deg);
    }
    .interactive-section .circle-tab-outer .nav-pills button svg#svg-one text {
        -webkit-transform: translateY(-28px) translateX(-16px) rotate(-45deg);
        -ms-transform: translateY(-28px) translateX(-16px) rotate(-45deg);
        transform: translateY(-28px) translateX(-16px) rotate(-45deg);
    }
    .interactive-section .circle-tab-outer .nav-pills button#v-pills-round0-tab {
        width: 570px;
        height: 570px;
        bottom: -10px;
    }
}

@media (max-width: 1199px) {
    .interactive-section .circle-tab-outer .nav-pills button#v-pills-round1-tab {
        width: 480px;
        height: 480px;
    }
    .interactive-section .circle-tab-outer .nav-pills button svg#svg-one {
        width: 480px;
        height: 480px;
    }
    .interactive-section .circle-tab-outer .nav-pills button#v-pills-round2-tab {
        width: 420px;
        height: 420px;
    }
    .interactive-section .circle-tab-outer .nav-pills button svg#svg-two {
        width: 420px;
        height: 420px;
    }
    .interactive-section .circle-tab-outer .nav-pills button#v-pills-round3-tab {
        width: 360px;
        height: 360px;
    }
    .interactive-section .circle-tab-outer .nav-pills button svg#svg-three {
        width: 360px;
        height: 360px;
    }
    .interactive-section .circle-tab-outer .nav-pills button#v-pills-round4-tab {
        width: 300px;
        height: 300px;
    }
    .interactive-section .circle-tab-outer .nav-pills button svg#svg-four {
        width: 300px;
        height: 300px;
    }
    .interactive-section .circle-tab-outer .nav-pills button {
        width: 240px;
        height: 240px;
    }
    .interactive-section .circle-tab-outer .nav-pills button svg#svg-four text {
        -webkit-transform: translateY(-11px) translateX(-69px) rotate(-40deg);
        -ms-transform: translateY(-11px) translateX(-69px) rotate(-40deg);
        transform: translateY(-11px) translateX(-69px) rotate(-40deg);
    }
    .interactive-section .circle-tab-outer .nav-pills button svg#svg-three text {
        -webkit-transform: translateY(-20px) translateX(-60px) rotate(-32deg);
        -ms-transform: translateY(-20px) translateX(-60px) rotate(-32deg);
        transform: translateY(-20px) translateX(-60px) rotate(-32deg);
    }
    .interactive-section .circle-tab-outer .nav-pills button svg#svg-two text {
        -webkit-transform: translateY(5px) translateX(-75px) rotate(-52deg);
        -ms-transform: translateY(5px) translateX(-75px) rotate(-52deg);
        transform: translateY(5px) translateX(-75px) rotate(-52deg);
    }
    .interactive-section .circle-tab-outer .nav-pills button svg#svg-one text {
        -webkit-transform: translateY(-12px) translateX(-60px) rotate(-39deg);
        -ms-transform: translateY(-12px) translateX(-60px) rotate(-39deg);
        transform: translateY(-12px) translateX(-60px) rotate(-39deg);
    }
    .interactive-section .circle-tab-outer .nav-pills {
        height: 480px;
    }
    .interactive-section .circle-tab-outer .nav-pills button#v-pills-round0-tab {
        width: 500px;
        height: 500px;
        bottom: -10px;
    }
}

@media (max-width: 991px) {
    .interactive-section h2 {
        margin-bottom: 50px;
    }
    .interactive-section .circle-tab-outer .tab-content {
        padding-left: 12px;
        text-align: center;
        padding: 0 50px;
        margin-top: 50px;
    }
}

@media (max-width: 575px) {
    .interactive-section .circle-tab-outer .nav-pills button#v-pills-round1-tab {
        width: 350px;
        height: 350px;
    }
    .interactive-section .circle-tab-outer .nav-pills button svg#svg-one {
        width: 350px;
        height: 350px;
    }
    .interactive-section .circle-tab-outer .nav-pills button#v-pills-round2-tab {
        width: 290px;
        height: 290px;
    }
    .interactive-section .circle-tab-outer .nav-pills button svg#svg-two {
        width: 290px;
        height: 290px;
    }
    .interactive-section .circle-tab-outer .nav-pills button#v-pills-round3-tab {
        width: 230px;
        height: 230px;
    }
    .interactive-section .circle-tab-outer .nav-pills button svg#svg-three {
        width: 230px;
        height: 230px;
    }
    .interactive-section .circle-tab-outer .nav-pills button#v-pills-round4-tab {
        width: 170px;
        height: 170px;
    }
    .interactive-section .circle-tab-outer .nav-pills button svg#svg-four {
        width: 170px;
        height: 170px;
    }
    .interactive-section .circle-tab-outer .nav-pills button {
        width: 110px;
        height: 110px;
    }
    .interactive-section .circle-tab-outer .nav-pills {
        height: 350px;
    }
    .circle-tab-contents h4 {
        font-size: 25px;
        margin-bottom: 20px;
    }
    .interactive-section .circle-tab-outer .tab-content {
        padding: 0 12px;
    }
    .interactive-section .circle-tab-outer .nav-pills button svg text {
        font-size: 14px;
    }
    .interactive-section .circle-tab-outer .nav-pills button svg#svg-four text {
        -webkit-transform: translateY(10px) translateX(-69px) rotate(45deg);
        -ms-transform: translateY(10px) translateX(-69px) rotate(45deg);
        transform: translateY(10px) translateX(-69px) rotate(45deg);
    }
    .interactive-section .circle-tab-outer .nav-pills button svg#svg-three text {
        -webkit-transform: translateY(-62px) translateX(-107px) rotate(113deg);
        -ms-transform: translateY(-62px) translateX(-107px) rotate(113deg);
        transform: translateY(-62px) translateX(-107px) rotate(113deg);
    }
    .interactive-section .circle-tab-outer .nav-pills button svg#svg-two text {
        -webkit-transform: translateY(-27px) translateX(-178px) rotate(92deg);
        -ms-transform: translateY(-27px) translateX(-178px) rotate(92deg);
        transform: translateY(-27px) translateX(-178px) rotate(92deg);
    }
    .interactive-section .circle-tab-outer .nav-pills button svg#svg-one text {
        -webkit-transform: translateY(-161px) translateX(-175px) rotate(133deg);
        -ms-transform: translateY(-161px) translateX(-175px) rotate(133deg);
        transform: translateY(-161px) translateX(-175px) rotate(133deg);
    }
    .interactive-section .circle-tab-outer .nav-pills button#v-pills-round0-tab {
        width: 360px;
        height: 360px;
        bottom: -5px;
    }
}

::-webkit-full-page-media, :future, :root .interactive-section .circle-tab-outer .nav-pills button svg#svg-four text {
transform: translateY(89px) translateX(-55px) rotate(-51deg);
}
::-webkit-full-page-media, :future, :root .interactive-section .circle-tab-outer .nav-pills button svg#svg-three text {
transform: translateY(81px) translateX(-71px) rotate(-40deg);
}
::-webkit-full-page-media, :future, :root .interactive-section .circle-tab-outer .nav-pills button svg#svg-two text {
transform: translateY(138px) translateX(-7px) rotate(-61deg);
}
::-webkit-full-page-media, :future, :root .interactive-section .circle-tab-outer .nav-pills button svg#svg-one text {
transform: translateY(137px) translateX(-60px) rotate(-47deg);
}

@media (max-width: 1399px){
::-webkit-full-page-media, :future, :root .interactive-section .circle-tab-outer .nav-pills button svg#svg-four text {
transform: translateY(95px) translateX(-81px) rotate(-52deg);
}
::-webkit-full-page-media, :future, :root .interactive-section .circle-tab-outer .nav-pills button svg#svg-three text {
transform: translateY(84px) translateX(-96px) rotate(-40deg);
}
::-webkit-full-page-media, :future, :root .interactive-section .circle-tab-outer .nav-pills button svg#svg-two text {
transform: translateY(148px) translateX(-30px) rotate(-63deg);
}
::-webkit-full-page-media, :future, :root .interactive-section .circle-tab-outer .nav-pills button svg#svg-one text {
transform: translateY(132px) translateX(-80px) rotate(-45deg);
}
}

@media (max-width:1199px){
::-webkit-full-page-media, :future, :root .interactive-section .circle-tab-outer .nav-pills button svg#svg-four text {
transform: translateY(65px) translateX(-101px) rotate(-43deg);
}
::-webkit-full-page-media, :future, :root .interactive-section .circle-tab-outer .nav-pills button svg#svg-three text {
transform: translateY(58px) translateX(-110px) rotate(-33deg);
}
::-webkit-full-page-media, :future, :root .interactive-section .circle-tab-outer .nav-pills button svg#svg-two text {
transform: translateY(125px) translateX(-93px) rotate(-53deg);
}
::-webkit-full-page-media, :future, :root .interactive-section .circle-tab-outer .nav-pills button svg#svg-one text {
transform: translateY(110px) translateX(-120px) rotate(-39deg);
}
}

@media (max-width: 575px) {
::-webkit-full-page-media, :future, :root .interactive-section .circle-tab-outer .nav-pills button svg#svg-four text {
transform: translateY(2px) translateX(-52px) rotate(43deg);
}
::-webkit-full-page-media, :future, :root .interactive-section .circle-tab-outer .nav-pills button svg#svg-three text {
transform: translateY(-78px) translateX(32px) rotate(114deg);
}
::-webkit-full-page-media, :future, :root .interactive-section .circle-tab-outer .nav-pills button svg#svg-two text {
transform: translateY(-98px) translateX(-67px) rotate(92deg);
}
::-webkit-full-page-media, :future, :root .interactive-section .circle-tab-outer .nav-pills button svg#svg-one text {
transform: translateY(-82px) translateX(49px) rotate(132deg);
}
}
