.pretty-brands * {
    transition: all 0.3s ease-in-out 0s;
}
.hero_area{
    overflow: hidden;
}
.hero_area img {
    width: 100% !important;
    position: relative;
}
.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;
}
.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: 2px solid #0054A4;
}
.external_cta {
    margin-top: 40px;
}
.cta_body p {
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
    text-align: center;
    color: #0054A4;
}
.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: #0054A4;
    padding-bottom: 20px;
}
.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;
}


.brand_list {
    position: relative;
}
.brand_list .slick-dots button{
    color: transparent !important;
    width: 25px !important;
    height: 5px !important;
    background-color: transparent;
    margin: 5px !important;
    border: 1px solid #eee;
    border-radius: 2px;
    padding: 2px;
}
.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{
    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: 15px;
}
.external_services{
    padding: 25px 15px 30px;
    border: 1px solid #0054A4;
    border-radius: 15px;
}


/*theme button style start*/
.external_btn{
    background-color: #0054A4;
    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;
    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: 2px solid #0054A4;
    color: #0054A4 !important;
}
/*theme button style end*/

@media only screen and (min-width: 1024px){
    .brand_list .list_item a{
        width: 100%;
        display: block;
        color: #666575 !important;
        font-style: normal;
        font-weight: 400;
        font-size: 16px;
        line-height: 150% !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: 20px;
    }
    .pbrand_img img{
        width: 100%;
    }
    .pbrand_img{
        height: 100px;
        display: flex;
    }
    .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;
    }
    .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: 95px 0 40px 0;
    }
    .hero_area{
        height: 300px;
    }
    .hero_area img {
        top: -65px;
    }
    .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: 8px 15px !important;
    }
}
@media only screen and (max-width: 1023px){
    .brand_list .list_item a{
        width: 100%;
        display: block;
        color: #666575 !important;
        font-style: normal;
        font-weight: 400;
        font-size: 12px;
        line-height: 130% !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: #0054A4;
        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;
}