body{
    padding: 0;
    margin: 0;
}
.pretty-content *{
    font-family: initial;
}
.pretty-brands * {
    transition: all 0.3s ease-in-out 0s;
}
.hero_area{
    overflow: hidden;
}
.banner-image-hero{
    max-width: 1000px;
    margin: auto;
    padding-bottom: 1rem;
}
.banner-image-hero img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    overflow: hidden;
    border-radius: 20px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -ms-border-radius: 20px;
    -o-border-radius: 20px;
}
.hero_area img {
    width: 100% !important;
    position: relative;
    filter: grayscale(100%);
    -webkit-filter: grayscale(100%);
}
.external_focuson img{
    width: 100%;
}
.external_box {
    background: rgba(247, 247, 247, 0.50);;
    border-radius: 30px;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    -ms-border-radius: 30px;
    -o-border-radius: 30px;
    margin: 95px 0 60px;
    padding-top: 25px;
    padding-bottom: 35px;
}
.body_area {
    padding-bottom: 2rem;
}
.external_bxheading,.external_cta,.brands_head,.body_area p{
    text-align: center;
}
.external_sect{
    margin-top: 0px;
    margin-bottom: 0px;
}
.services_list{
    padding: 0;
}
.brand_list li, .services_list li{
    list-style-type: none !important;
}
.services_list li:before{
    content: "";
    background-image: url(//www.agsuperstore.com.au/cdn/shop/t/17/assets/service-arrow.svg?v=106865866936381182811695792064);
    height: 18px;
    width: 18px;
    display: inline-block;
    position: absolute;
    float: left;
    background-repeat: no-repeat;
}
.services_list li span,
.services_list li,
.services_list li a {
    font-style: normal;
    line-height: 150%;
    color: #666575 !important;
    font-weight: 500 !important;
}
.external_btn{
    background-color: #F9AE34;
    display: flex;
    align-items:center;
    justify-content: center !important;
    padding: 10px 15px !important;
    text-align: center;
    color: #fff !important;
    width: 200px;
    margin: auto !important;
    border: 1px solid #4C4C4C;
}
.external_cta {
    margin-top: 40px;
}
.cta_body p {
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
    text-align: center;
    color: #4C4C4C;
}
.body_area h1 {
    font-style: normal;
    font-weight: 700;
    line-height: 125%;
    text-align: center;
    color: #4C4C4C;
}
.external_bxheading h2 {
    font-style: normal;
    font-weight: 700;
    line-height: 150%;
    color: #4C4C4C;
}
.brands_head h3 {
    font-style: normal;
    font-weight: 700;
    line-height: 150%;
    color: #4C4C4C;
    padding-bottom: 20px;
}
.pbrands_container{
    padding: 0 0 50px;
}
.brand_list .list_item .brand_contnt{
    width: 100%;
    display: block;
    color: #666575 !important;
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 150% !important;
    padding-top: .5rem;
}


.brand_list {
    position: relative;
}
.brand_list .slick-dots{
    list-style: none;
    padding-left: 0;
    margin-left: 0;
}
.brand_list .slick-dots button{
    color: transparent !important;
    width: 25px !important;
    height: 8px !important;
    background-color: transparent;
    margin: 5px !important;
    border: 1px solid #eee;
    border-radius: 5px;
    padding: 2px;
    cursor: pointer;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
}
.brand_list .slick-dots button:hover{
    background-color: #eee !important;
}
.brand_list .slick-dots li.slick-active button{
    background-color: #eee !important;
}
.brand_list .slick-dots li{
    list-style: none!important;
    border-radius: 30px !important;
    -webkit-border-radius: 30px !important;
    -moz-border-radius: 30px !important;
    -ms-border-radius: 30px !important;
    -o-border-radius: 30px !important;
    margin: 6px;
    height: 15px;
}
.brand_list .slick-dots li button:before{
    display: none !important;
}
.brand_list .slick-dots{
    position: absolute;
    padding: 0 !important;
    margin: auto;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    width: 300px;
    left: 0;
    right: 0;
}
.pbrand_img{
    padding: 5px;
}
.external_services{
    padding: 25px 15px 30px;
    border: 1px solid #afafaf;
    border-radius: 15px;
}


/*theme button style start*/
.external_btn{
    background-color: #4C4C4C;
    color: #fff;
    text-transform: uppercase !important;
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 150%;
    letter-spacing: 0.04em;
    text-decoration: none!important;
    border-radius: 4px;
    display: inline-block;
    padding: 12px 40px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
}
.external_btn:hover{
    background-color: unset !important;
    border: 1px solid #4C4C4C;
    color: #4C4C4C !important;
}
.pbrand_img img{
    margin: auto;
}
.pbrand_img img,
.external_focuson img{
    filter: grayscale(100%);
}
.brand_list .list_item a{
    text-decoration: none;
    font-weight: 700;
}
.banner-image-hero img{
    width: 100%;
    height: auto;
}
/*theme button style end*/

/* Embed Youtube*/
.pretty-video-wrapper{
    position: relative;
    cursor: pointer;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
    margin-bottom: 2rem;
}
.pretty-video-wrapper iframe{
    visibility: visible;
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    border-radius: 20px;
}
.pretty-video-wrapper:after{
    content: "";
    display: block;
    padding-bottom: 56.25%;
}
/*Video Inline*/

.brand_list .slide_interior {
    min-height: 200px;
}

@media only screen and (min-width: 1024px){
    .banner-image-hero{
        padding-top: 3rem;
    }
    .brand_list .list_item a{
        width: 100%;
        display: block;
        color: #666575 !important;
        font-style: normal;
        font-size: 16px;
        line-height: 1.4!important;
    }
    .brand_list .list_item .brand_contnt p{
        width: 100%;
        display: block;
        color: #666575 !important;
        font-style: normal;
        font-weight: 400;
        font-size: 16px;
        line-height: 150% !important;
    }
    .page-template-pretty .site-content {
        width: 100% !important;
        padding: 50px 0 0;
    }
    .page-template-pretty .pretty_container{
        width: 1200px;
        margin: auto;
    }
    .services_list li:before{
        background-size: 40%;
        margin-top: 10px;
        margin-left: -16px;
    }
    .services_list li span,
    .services_list li,
    .services_list li a {
        line-height: 150%;
        font-size: 18px !important;
    }
    .brands_head {
        padding-top: 30px;
    }
    .cta_body {
        padding-top: 10px;
    }
    .body_area p {
        text-align: center;
        width: 80%;
        margin: auto;
    }
    .brand_list .slick-dots {
        bottom: 0rem;
    }
    .pbrand_img img{
        width: 100%;
        height: auto;
    }
    .pbrand_img{
        min-height: 100px;
        display: flex;
        align-items: center;
    }
    .external_page .site-page{
        margin-bottom: 0 !important;
    }
    .brand_list{
        display: flex;
        padding: 0 0 40px!important;
        gap: 15px;
    }
    .brand_list .list_item{
        padding: 10px !important;
    }
    .brand_list .slide_interior {
        text-align: center;
        padding: 15px;
        border: 1px solid #afafaf;
        border-radius: 15px;
        -webkit-border-radius: 15px;
        -moz-border-radius: 15px;
        -ms-border-radius: 15px;
        -o-border-radius: 15px;
    }
    .cta_container {
        padding-bottom: 120px;
        background-repeat: no-repeat;
        background-position: center center;
        background-size: cover;
    }
    .cta_body p {
        font-size: 30px;
    }
    .body_area h1 {
        font-size: 40px;
        padding: 1rem;
    }
    .hero_area{
        height: 150px;
    }
    .hero_area img {
        top: -65px;
        filter: grayscale(100%);
        -webkit-filter: grayscale(100%);
    }
    .pretty_container{
        max-width: 900px;
        padding-right: 25px;
        padding-left: 25px;
        margin-right: auto;
        margin-left: auto;
    }
    .pbrands_container{
        max-width: 900px;
        margin-right: auto;
        margin-left: auto;
    }
    .external_focuson{
        padding: 40px 40px 70px;
    }
    .external_bxheading h2,.brands_head h3 {
        font-size: 32px;
    }
    .services_list{
        display: flex;
        flex-wrap: wrap;
    }
    .services_list li a {
        font-size: 20px;
    }
    .services_list li{
        width: 33% !important;
        float: left;
        padding: 0!important;
    }
}
@media only screen and (max-width: 1023px){
    .brand_list .list_item a{
        width: 100%;
        display: block;
        color: #666575 !important;
        font-style: normal;
        font-size: 12px;
        line-height: 1.4 !important;
    }
    .brand_list .list_item .brand_contnt p{
        width: 100%;
        display: block;
        color: #666575 !important;
        font-style: normal;
        font-weight: 400;
        font-size: 12px;
        line-height: 130% !important;
    }
    .page-template-pretty .site-content {
        width: 100% !important;
        padding: 0px 0 0;
    }
    .external_services{
        margin: 0 15px;
    }
    .services_list li:before{
        background-size: 30%;
        margin-top: 5px;
        margin-left: -13px;
    }
    .services_list li span,
    .services_list li,
    .services_list li a {
        line-height: 150%;
        font-size: 12px !important;
    }
    .services_list li {
        padding: 5px 0 0 9px !important;
    }
    .external_focuson img{
        margin-bottom: 40px;
        margin-top: 15px;
    }
    .services_list {
        display: flex;
        flex-wrap: wrap;
        position: relative;
        left: 4px;
        margin-left: 8px !important;
    }
    .services_list .list_item{
        width: 50%;
    }
    .brand_list .slick-dots {
        bottom: 4px;
    }
    .pbrand_img {
        display: flex;
        justify-content: center;
        height: 70px;
    }
    .pbrand_img img{
        width: 100%;
    }
    .external_page .site-page{
        margin-bottom: 0 !important;
    }
    .brand_list{
        display: flex;
        padding: 0 0 40px!important;
        gap: 15px;
    }
    .brand_list .list_item{
        padding: 10px !important;
    }
    .brand_list .slide_interior {
        text-align: center;
        padding: 15px;
        border: 1px solid #eee;
        border-radius: 15px;
        -webkit-border-radius: 15px;
        -moz-border-radius: 15px;
        -ms-border-radius: 15px;
        -o-border-radius: 15px;
    }
    .external_bxheading h2,.brands_head h3 {
        font-size: 25px;
    }
    .cta_container {
        background-repeat: no-repeat;
        background-size: 101%;
        background-position: center bottom;
        background-image: url('/wp-content/themes/reaa/pretty/footer-hills-mobile-art.svg') !important;
        padding-bottom: 282px;
    }
    .cta_body p {
        font-size: 20px;
        line-height: 120% !important;
    }
    .body_area h1 {
        font-size: 28px;
        padding: 0px 0 49px;
    }
    .hero_area{
        height: 230px;
    }
    .hero_area img {
        top: -65px;
        object-fit: cover;
        width: 100% !important;
        height: 100%;
    }
    .pretty_container{
        padding-right: 15px;
        padding-left: 15px;
    }
    .process_area_m h2 {
        font-style: normal;
        font-weight: 700;
        font-size: 32px;
        line-height: 150%;
        color: #4C4C4C;
        padding-bottom: 20px;
    }
    .services_list li a {
        font-size: 18px;
    }
}
.prty_download{
    text-decoration: none;
    color: #4c4c4c;
    font-size: 13px;
    width: 100%;
    display: inline-block;
    padding: 15px 0;
    font-weight: 600;
    text-transform: uppercase;
}
.page-template-pretty .breadcrumbs-wrapper{
    display: none !important;
}
.body_area p{
    color: #666575 !important;
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 150% !important;
}
.external_services{
    margin-top: 65px !important;
}
.external_box{
    margin-top: 100px !important;
}
.cta-container{
    position: relative;
}
.cta_container{
    position: relative;
    overflow: hidden;
    padding-bottom: 12rem;
}

.cta_container::before{
    content: "";
    position: absolute;
    inset: 0;
    background-image: url('img/footer-hills.svg');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    filter: grayscale(100%);
    z-index: 0;
}

.cta_container > *{
    position: relative;
    z-index: 1;
}

.grid-cols{
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: .5rem;
}

@media only screen and (max-width: 767.98px){
    .grid-cols{
        grid-template-columns: repeat(2, 1fr);
    }
}

/* FAQS */
.faq-section{
    padding: 80px 20px;
}

.faq-container{
    max-width: 900px;
    margin: 0 auto;
}

.faq-container h2{
    font-size: 42px;
    margin-bottom: 40px;
}

.faq-item{
    border-bottom: 1px solid #dcdcdc;
    padding: 0;
}

.faq-item summary{
    list-style: none;
    cursor: pointer;
    position: relative;
    padding: 24px 50px 24px 0;
    font-size: 20px;
    font-weight: 600;
    transition: 0.3s ease;
}

.faq-item summary::-webkit-details-marker{
    display: none;
}

.faq-item summary::before,
.faq-item summary::after{
    content: "";
    position: absolute;
    background: #000;
    top: 50%;
    transform: translateY(-50%);
    transition: 0.3s ease;
}

.faq-item summary::before{
    width: 18px;
    height: 2px;
    right: 0;
}

.faq-item summary::after{
    width: 2px;
    height: 18px;
    right: 8px;
}

.faq-item[open] summary::after{
    opacity: 0;
    transform: translateY(-50%) rotate(90deg);
}

.faq-answer{
    padding: 0 0 24px;
}

.faq-answer p{
    margin: 0;
    line-height: 1.7;
    font-size: 16px;
}