﻿.body-content {
    margin-top: 130px;
}

.categoryLinks a {
    background: #fff;
    width: 100%;
    display: table;
    padding: 15px;
    border-bottom:solid 1px #000;
}

.categoryLinks a:last-child {
    border-bottom: none;
}

    .categoryLinks a:hover {
        background: #ba7f49;
        color: #fff;
    }

.topBanner {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    height: 500px;
    position:relative;
}

.imageLeft .leftPadding {
    padding-right:0px;
}

.imageLeft p:last-child, .imageRight p:last-child {
    margin-bottom: 0px;
}

.imageLeft h2:first-child, .imageRight h2:first-child, .GoogleReviews h2:first-child {
    margin-top: -10px;
}

.imageLeft h2 {
    margin-bottom:10px;
}

.ImageLeftContent {
    text-align: center;
    margin-top: 20px;
    text-transform:uppercase;
}

.ImageLeftContent h2 {
    text-align: center;
    margin-top: 20px;
    text-transform: uppercase;
    font-size:60px;
}

.imageLeft img {
    width:100%;
}

.GoogleReviews {
    text-align: center;
}

.TopBannerText {
    height: 500px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding-right: 100px;
    width: 650px;
    float: right;
    flex-wrap: wrap;
    flex-direction: column;
}

    .TopBannerText h1 {
        color: #fff;
        font-size: 60px;
        line-height: 1.1em;
        margin: 0px;
    }

    .TopBannerText .twoButtons .callout-button {
        min-width: 240px;
    }

.twoButtons p {
    display: inline-table;
    margin-right: 15px;
    margin-bottom: 0px;
}

.OneTimeTaxSupport h2, .CaseStudies h2 {
    margin: 0px auto 40px auto;
    text-align: center;
}

.OneTimeTaxSupport .col-sm-3 h2, .OneTimeTaxSupport .col-sm-3 h5 {
    margin: 0px;
}

    .OneTimeTaxSupportWrapper {
        background-color: #FFBD00;
        display: table;
        width: 100%;
    }

        .OneTimeTaxSupportWrapper .col-sm-3 {
            display: flex;
            align-items: center;
            justify-content: center;
            text-align: center;
            padding-right: 0px;
            padding-left: 25px;
            padding-right: 25px;
        }

    .OneTimeTaxSupportWrapper .col-sm-9 {
        background-color: #FFE18C;
        padding:40px 60px;
    }

.OneTimeTaxSupportWrapper .col-sm-9 h3 {
    margin: -40px auto 40px auto;
    clear: both;
    display: table;
    background: #fff;
    padding: 10px 40px;
    position:relative;
    z-index:100;
}

    .OneTimeTaxSupportWrapper .col-sm-9 h3:after {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: #fff;
        -webkit-transform-origin: 100% 0;
        -ms-transform-origin: 100% 0;
        transform-origin: 0% 100%;
        -webkit-transform: skew(-45deg);
        -ms-transform: skew(-45deg);
        transform: skew(-45deg);
        z-index: -1;
    }

    .OneTimeTaxSupportWrapper .col-sm-9 h3:before {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: #fff;
        -webkit-transform-origin: 100% 0;
        -ms-transform-origin: 100% 0;
        transform-origin: 0% 100%;
        -webkit-transform: skew(-135deg);
        -ms-transform: skew(-135deg);
        transform: skew(-135deg);
        z-index: -1;
    }

    .OneTimeTaxSupportWrapper .amount {
        margin-right: 10px;
    }

.CaseStudies .newsImg img {
    max-height:40px;
    margin-bottom:10px;
}

.CaseStudies .newsWrapper {
    background-color: #e1e1e1;
    border: 1px solid #e4e5e6;
    padding: 30px;
    margin: 0px 0px 30px 0px;
}

.CaseStudies .NewsButton:after {
    content: "\f138";
    font-family: "Font Awesome 6 Pro";
    color: #2393d0;
    font-weight: 900;
    margin-right: 10px;
}

.CaseStudies a {
    color: #2393d0;
    text-decoration:none;
}

.CaseStudies a:hover {
    color: #191919;
    text-decoration: none;
}

.CaseStudies .sectionBottomPadding {
    display:table;
    width:100%;
}

.CaseStudies h5 {
    font-weight:500;
}

.CaseStudies .container {
    padding-left: 0px;
}

.CSBgImg {
    background-size: cover;
    background-position: center center;
    clip-path: polygon(0 0, 0 95.3%, 100% 95.3%, 100% 100%, 100% 0);
}


.NotSeeingServicesWrapper {
    background-color: #E9F5FB;
    padding: 60px;
}

.NotSeeingServicesWrapper ul {
   padding:0px 0px 10px 0px;
   list-style:none;
}

    .NotSeeingServicesWrapper ul li {
        font-weight: 600;
    }

    .CaseStudies .callout-button {
        margin:40px auto 0px auto;
    }

    .AccountingPackagesBottom .twoButtons {
        text-align: center;
    }

.AccountingPackagesBottom .twoButtons p {
   margin-bottom:0px;
}

.mainInteriorContent h3:first-child {
    margin-top: 0px;
}

.FullWidth h1 {
    margin-top: 0px;
    margin-bottom: 30px;
}

.FullWidth h2:first-child, .AccountingServices h2, .AccountingPackages h2 {
    margin-top: 0px;
}

.AccountingPackages .sectionPadding {
    display: table;
    width: 100%;
}

.FullWidth.accountingBackgroundColour {
    color:#fff;
}

.FullWidth .callout-button {
    margin: 40px auto 0px auto;
    display: table;
}

.FullWidth p:last-child {
    margin-bottom:0px;
}

.FullWidth .twoButtons {
    margin: 0px auto 0px auto;
    display: table;
}

.growthColour .callout-button:hover, .operationsColour .callout-button:hover, .talentColour .callout-button:hover, .infotechColour .callout-button:hover, .lawColour .callout-button:hover {
    background-color: #ba7f49;
}

.growthColour .callout-button {
    background-color: #c00000;
}

.operationsColour .callout-button {
    background-color: #00b050;
}

.talentColour .callout-button {
    background-color: #575ac9;
}

.infotechColour .callout-button {
    background-color: #35cbb2;
    color: #191919!important;
}

.lawColour .callout-button {
    background-color: #ffc000;
    color: #191919 !important;
}

.FullWidth.growthCSS .callout-button {
    background-color: #c00000;
    margin: 40px auto 0px auto;
}

    .FullWidth.growthCSS .callout-button:hover {
        background-color: #191919;
    }

.FullWidth.lawCSS .callout-button {
    background-color: #ffc000;
    margin: 40px auto 0px auto;
    color: #191919!important;
}

    .FullWidth.lawCSS .callout-button:hover {
        background-color: #191919;
        color: #fff !important;
    }

.FullWidth.infotechCSS .callout-button {
    background-color: #35cbb2;
    margin: 40px auto 0px auto;
    color: #191919 !important;
}

    .FullWidth.infotechCSS .callout-button:hover {
        background-color: #191919;
        color: #fff !important;
    }

.FullWidth.talentCSS .callout-button {
    background-color: #575ac9;
    margin: 40px auto 0px auto;
    color: #fff !important;
}

    .FullWidth.talentCSS .callout-button:hover {
        background-color: #191919;
        color: #fff !important;
    }

.FullWidth.accountingCSS .callout-button {
    margin: 40px auto 0px auto;
    color: #fff !important;
}

    .FullWidth.accountingCSS .callout-button:hover {
        background-color: #191919;
        color: #fff !important;
    }


.FullWidth.growthBackgroundColour, .FullWidth.operationsBackgroundColour, .FullWidth.infotechBackgroundColour, .FullWidth.talentBackgroundColour {
    color: #fff;
    position: relative;
}

.FullWidth.lawBackgroundColour {
    color: #191919;
    position: relative;
}

    .FullWidth.growthBackgroundColour ul, .FullWidth.operationsBackgroundColour ul, .FullWidth.lawBackgroundColour ul, .FullWidth.infotechBackgroundColour ul, .FullWidth.talentBackgroundColour ul, .FullWidth.accountingBackgroundColour ul {
        display: table;
        margin: 20px auto 0px auto;
        list-style: none;
        padding: 0;
    }

        .FullWidth.growthBackgroundColour ul li:before, .FullWidth.operationsBackgroundColour ul li:before, .FullWidth.lawBackgroundColour ul li:before, .FullWidth.infotechBackgroundColour ul li:before, .FullWidth.talentBackgroundColour ul li:before, .FullWidth.accountingBackgroundColour ul li:before {
            content: "\f219";
            font-family: "Font Awesome 6 Pro";
            color: #191919;
            font-weight: 900;
            margin-right: 10px;
        }

        .FullWidth.growthBackgroundColour ul li, .FullWidth.operationsBackgroundColour ul li, .FullWidth.lawBackgroundColour ul li, .FullWidth.infotechBackgroundColour ul li, .FullWidth.talentBackgroundColour ul li, .FullWidth.accountingBackgroundColour ul li {
            text-indent: -30px;
            padding-left: 30px;
        }


    .FullWidth.growthBackgroundColour .callout-button, .FullWidth.operationsBackgroundColour .callout-button, .FullWidth.lawBackgroundColour .callout-button, .FullWidth.infotechBackgroundColour .callout-button, .FullWidth.talentBackgroundColour .callout-button {
        background-color: #191919;
        margin: 40px auto 0px auto;
    }

        .FullWidth.growthBackgroundColour .callout-button:hover, .FullWidth.operationsBackgroundColour .callout-button:hover, .FullWidth.lawBackgroundColour .callout-button:hover, .FullWidth.infotechBackgroundColour .callout-button:hover, .FullWidth.talentBackgroundColour .callout-button:hover {
            background-color: #ba7f49;
        }


    .FullWidth.growthBackgroundColour p:last-child, .FullWidth.lawBackgroundColour p:last-child, .FullWidth.infotechBackgroundColour p:last-child, .FullWidth.talentBackgroundColour p:last-child {
        margin-bottom: 0px;
    }

.FullWidth.operationsCSS .callout-button {
    background-color: #00b050;
    margin: 40px auto 0px auto;
}

    .FullWidth.operationsCSS .callout-button:hover {
        background-color: #191919;
    }

.AccountingServices {
    padding-left: 100px;
    padding-right: 100px;
    color: #fff;
}

.AccountingServices .carousel-control {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 3%;
    font-size: 12px;
    color: #fff;
    opacity: 1;
}

.carousel-control .glyphicon-chevron-left, .carousel-control .glyphicon-chevron-right, .carousel-control .icon-next, .carousel-control .icon-prev {
    font-size: 20px;
}

.AccountingServices .carousel-control.left {
    left: 0;
    right: auto;
    background-image: none;
    top: 15%;
}

.AccountingServices .carousel-control.right {
    right: 0;
    left: auto;
    background-image: none;
    top: 15%;
}

    .AccountingServices .carousel-wrapper {
        padding-left: 50px;
        padding-right: 50px;
    }

    .AccountingServices .itemWrapper {
        background: #fff;
        color: #191919;
        padding:20px;
        margin-top:60px;
    }

    .AccountingServices ul li:before {
        content: "\f111";
        font-family: "Font Awesome 6 Pro";
        color: #2393d0;
        font-weight: 900;
        margin-right: 10px;
        font-size:10px;
    }

    .AccountingServices ul li {
        text-indent: -21px;
        padding-left: 20px;
        font-size: 18px;
    }

    .AccountingServices ul {
        list-style:none;
        padding:0px;
    }

.AccountingServices h4, .steps h4 {
    font-weight: 600;
}

.steps p:last-child {
    margin-bottom:0px;
}

.AccountingServices .twoButtons {
    text-align: center;
}

    .AccountingServices .twoButtons p {
        display: inline-table;
        margin-left: 7px;
        margin-right: 7px;
        margin-bottom:0px;
    }

.AccountingServices.accountingColour {
    background: #2393d0
}

.AccountingServices.accountingColour .twoButtons .callout-button {
}

.AccountingServices.growthColour {
    background: #c00000
}

    .AccountingServices.growthColour .twoButtons .callout-button {
        background-color: #191919;
    }

    .AccountingServices.growthColour .twoButtons .callout-button:hover {
        background-color: #fff;
        color:#191919!important;
    }

.AccountingServices.operationsColour {
    background: #00b050
}

    .AccountingServices.operationsColour .twoButtons .callout-button {
        background-color: #191919;
    }

        .AccountingServices.operationsColour .twoButtons .callout-button:hover {
            background-color: #fff;
            color: #191919 !important;
        }


.AccountingServices.talentColour {
    background: #575ac9
}

    .AccountingServices.talentColour .twoButtons .callout-button {
        background-color: #191919;
    }

        .AccountingServices.talentColour .twoButtons .callout-button:hover {
            background-color: #fff;
            color: #191919 !important;
        }


.AccountingServices.infotechColour {
    background: #35cbb2;
    color:#191919;
}

    .AccountingServices.infotechColour .twoButtons .callout-button {
        background-color: #191919;
        color:#fff!important;
    }

        .AccountingServices.infotechColour .twoButtons .callout-button:hover {
            background-color: #fff;
            color: #191919 !important;
        }

.AccountingServices.lawColour {
    background: #ffc000;
    color: #191919;
}

    .AccountingServices.lawColour .twoButtons .callout-button {
        background-color: #191919;
        color: #fff !important;
    }

        .AccountingServices.lawColour .twoButtons .callout-button:hover {
            background-color: #fff;
            color: #191919 !important;
        }



.AccountingPackagesBody .callout-button {
    background-color: #2393d0;
    margin-top: 40px;
}

    .AccountingPackagesBody .callout-button:hover, .AccountingServices .twoButtons .callout-button:hover {
        background-color: #191919;
    }

.AccountingPackagesFeaturedBody .callout-button {
    background-color: #fff;
    color: #2393d0!important;
    margin-top: 40px;
}

.AccountingPackagesFeaturedBody .callout-button:hover {
    color: #fff !important;
}

   .AccountingPackages ul li:before {
        content: "\f00c";
        font-family: "Font Awesome 6 Pro";
        color: #2393d0;
        font-weight: 900;
        margin-right: 10px;
    }

.AccountingPackagesFeaturedBody ul li:before {
    content: "\f00c";
    font-family: "Font Awesome 6 Pro";
    color: #fff;
    font-weight: 900;
    margin-right: 10px;
}

.AccountingPackages ul li, .OneTimeTaxSupport ul li {
    text-indent: -30px;
    padding-left: 30px;
    font-size: 18px;
}

.AccountingPackages ul, .OneTimeTaxSupport ul {
    list-style: none;
    padding: 0px;
}

    .OneTimeTaxSupport ul li:before {
        content: "\f00c";
        font-family: "Font Awesome 6 Pro";
        color: #191919;
        font-weight: 900;
        margin-right: 10px;
    }

.AccountingPackagesBottom p {
    margin:10px;
}

.ServicesBackgroundImage {
    background-image: url(https://immediac.blob.core.windows.net/az360business/images/servicesBg.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center bottom;
}

.ServicesBackgroundImage2 {
    background-image: url(https://immediac.blob.core.windows.net/az360business/images/servicesBg2.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center bottom;
}

.AccountingServices.ServicesBackgroundImage, .ClientTestimonials.ServicesBackgroundImage {
    background-image: url(https://immediac.blob.core.windows.net/az360business/images/AccountingServicesBg.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center bottom;
}

.StatRow {
    text-align: center;
    color: #fff;
    padding-top: 70px;
    padding-bottom: 70px;
    display: table;
    width: 100%;
}

        .StatRow h2 {
            margin-top:0px;
        }


        .StatRow .bottomLine {
            border-bottom: solid 8px #fff;
            border-radius: 8px 8px 0px 0px;
            margin: 20px 20px 0px 20px;
        }
        

        .pt_title {
            font-size: 26px;
            font-weight: 600;
        }

.amount small {
    font-size: 15px !important;
    font-weight:500;
}

.AccountingPackagesHeader p {
    font-size: 15px !important;
    margin: 0px;
    font-weight: 500;
}

.amount {
    font-size: 50px !important;
    font-weight: 700;
    line-height: 1em;
}

.amountSm {
    font-size: 32px !important;
    font-weight: 700;
    line-height: 1em;
}

.pricing-table {
    border: 1px solid #e1f1f9;
    border-radius: 5px;
    -webkit-border-radius: 5px;
}

.AccountingPackagesHeader {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    flex-flow: column;
    background-color: #e9f5fb;
    color: #191919;
    height: 170px;
    position: relative;
    text-align: center;
    padding: 30px 20px;
    border-radius: 5px 5px 0px 0px;
}

    .AccountingPackagesHeader:after {
        background-color: #2393d0;
        border-top-left-radius: 5px;
        border-top-right-radius: 5px;
        bottom: 0;
        content: "";
        height: 5px;
        left: 50%;
        position: absolute;
        transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        -o-transform: translateX(-50%);
        -webkit-transform: translateX(-50%);
        width: 150px;
    }

.AccountingPackagesHeaderFeatured {
    background-color: #1886bc;
    color: #fff;
}

    .AccountingPackagesHeaderFeatured:after {
        background-color: #fff;

    }

.AccountingPackagesFeaturedBody {
    background-color: #1b96d3;
    color: #fff;
    border-radius: 0px 0px 5px 5px;
}

.AccountingPackagesBody {
    padding: 50px 50px 35px 50px;
}

.AccountingPackages h2 {
    margin-bottom:50px;
}

.amount sup {
    font-size: 26px !important;
    margin-right: -3px;
    top: -14px;
}

.textShadow h1 {
    text-shadow: 1px 1px 30px white;
}


.steps {
    position: relative;
    padding: 0px 80px;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}

/* Horizontal line behind the circles */
.steps-line {
    position: absolute;
    top: 30px;
    left: 20%;
    right: 20%;
    height: 4px;
    background: #ba7f49;
    z-index: 0;
    border-radius: 999px;
}

/* Each step */
.step {
    text-align: center;
    flex: 1;
    padding: 0 15px;
}

/* Number circle */
.step-circle {
    position: relative;
    z-index: 1;
    width: 60px;
    height: 60px;
    margin: 0px auto 30px;
    border-radius: 50%;
    background: #ba7f49;
    color: #fff;
    font-weight: 700;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 24px;
}

.stepsWrapper {
    background-image: url("https://immediac.blob.core.windows.net/az360business/images/stepsBg.png");
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}

@media (min-width: 2560px) {
    .TopBannerText, .topBanner {
        height: 50vh;
    }

    }
   

@media (min-width: 1481px) and (max-width: 1600px) {
    .topBanner, .TopBannerText {
        height: 475px;
    }

    .TopBannerText {
        padding-right: 80px;
        width: 600px;
    }

        .TopBannerText h1 {
            font-size: 55px;
        }



    .AccountingPackagesBody {
        padding: 40px 40px 35px 40px;
    }

    .AccountingServices {
        padding-left: 65px;
        padding-right: 65px;
    }

    .categoryRightPocket {
        padding-left: 40px;
    }

    .steps {
        padding: 0px 60px;
    }

  }

@media (min-width: 1367px) and (max-width: 1480px) {
    .topBanner, .TopBannerText {
        height: 440px;
    }

    .TopBannerText h1 {
        font-size: 50px;
    }

    .TopBannerText {
        padding-right: 70px;
        width: 540px;
    }

        .TopBannerText .twoButtons .callout-button {
            min-width: 190px;
            padding: 10px 24px;
        }



    .AccountingPackagesBody {
        padding: 30px 30px 25px 30px;
    }

    .AccountingServices {
        padding-left: 40px;
        padding-right: 40px;
    }


    .categoryRightPocket {
        padding-left: 30px;
    }

    .topBannerText {
        padding-left: 80px;
    }

    .steps {
        padding: 0px 70px;
    }

    .CSBgImg {
        clip-path: polygon(0 0, 0 96%, 100% 96%, 100% 100%, 100% 0);
    }
}

@media (min-width: 1200px) and (max-width: 1366px) {
    .topBanner, .TopBannerText {
        height: 400px;
    }

        .TopBannerText h1 {
            font-size: 50px;
        }

    .ImageLeftContent h2 {
        font-size: 50px;
    }

    .TopBannerText {
        padding-right: 40px;
        width: 520px;
    }

        .TopBannerText .twoButtons .callout-button {
            min-width: 190px;
            padding: 10px 24px;
        }



    .AccountingPackagesBody {
        padding: 30px 30px 25px 30px;
    }

    .AccountingServices {
        padding-left: 40px;
        padding-right: 40px;
    }


    .categoryRightPocket {
        padding-left: 30px;
    }

    .AccountingPackagesBodyP p {
        font-size:18px;
    }

    .amount {
        font-size: 42px !important;
    }

    .amountSm {
        font-size: 26px !important;
    }

    .topBannerText {
        padding-left: 80px;
    }

    .steps {
        padding: 0px 30px;
    }

    .StatRowWrapper p {
        font-size:17px;
    }

    .CSBgImg {
        clip-path: polygon(0 0, 0 95.8%, 100% 95.8%, 100% 100%, 100% 0);
    }

    .CaseStudies .newsWrapper {
        padding: 25px;
    }

    .CaseStudies h5 {
        font-size: 15px;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .topBanner, .TopBannerText {
        height: 350px;
    }

        .TopBannerText h1 {
            font-size: 40px;
        }


    .ImageLeftContent h2 {
        font-size: 40px;
    }

    .TopBannerText {
        padding-right: 40px;
        width: 460px;
    }

        .TopBannerText .twoButtons .callout-button {
            min-width: 180px;
            padding: 10px 20px;
        }



    .AccountingPackagesBody {
        padding: 30px 30px 25px 30px;
    }

    .AccountingServices {
        padding-left: 20px;
        padding-right: 20px;
    }

    .categoryRightPocket {
        padding-left: 20px;
    }

    .AccountingPackagesBodyP p {
        font-size: 18px;
    }

    .amount {
        font-size: 42px !important;
    }

    .amountSm {
        font-size: 26px !important;
    }

    .AccountingServices .col-sm-3 {
        width: 50%;
    }

    .AccountingPackages .col-sm-3 {
        width: 50%;
        margin-bottom: 40px;
    }

    .AccountingPackagesBody .callout-button {
        margin:30px auto 0px auto;
    }

    .carousel-control .glyphicon-chevron-left, .carousel-control .glyphicon-chevron-right, .carousel-control .icon-next, .carousel-control .icon-prev {
        top: 46%;
    }
        .topBannerText {
         padding-left: 50px;
    }

    .steps {
        padding: 0px 20px;
    }

   

    .CaseStudiesColumns {
        width:100%;
    }

        .CaseStudiesColumns .blockThumbs4, .CaseStudiesColumns .blockThumbs5 {
            height: auto!important;
        }

    .CSBgImg {
        clip-path: polygon(0 0, 0 97%, 100% 97%, 100% 100%, 100% 0);
    }

    .StatRowWrapper p {
        font-size: 16px;
    }

    .CaseStudies h5 {
        font-size: 15px;
    }

    .CaseStudies .newsWrapper {
        padding: 20px;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .topBanner, .TopBannerText {
        height: 300px;
    }

        .TopBannerText h1 {
            font-size: 36px;
        }

    .ImageLeftContent h2 {
        font-size: 30px;
    }

    .TopBannerText {
        padding-right: 30px;
        width: 370px;
    }

        .TopBannerText .twoButtons .callout-button {
            min-width: 200px;
            padding: 10px 20px;
            margin: 15px 0px 0px 0px;
        }



    .AccountingPackagesBody {
        padding: 30px 30px 25px 30px;
    }

    .AccountingServices {
        padding-left: 20px;
        padding-right: 20px;
    }

    .categoryRightPocket {
        padding-left: 20px;
    }

    .AccountingPackagesBodyP p {
        font-size: 18px;
    }

    .amount {
        font-size: 42px !important;
    }

    .amountSm {
        font-size: 26px !important;
    }

    .AccountingServices .col-sm-3 {
        width: 50%;
    }

    .AccountingPackages .col-sm-3 {
        width: 50%;
        margin-bottom: 40px;
    }

    .AccountingPackagesBody .callout-button {
        margin: 30px auto 0px auto;
    }

    .carousel-control .glyphicon-chevron-left, .carousel-control .glyphicon-chevron-right, .carousel-control .icon-next, .carousel-control .icon-prev {
        top: 46%;
    }

    .topBannerText {
        padding-left: 50px;
    }

    .FullWidth h4, .FullWidth.growthBackgroundColour ul, .FullWidth.operationsBackgroundColour ul, .FullWidth.lawBackgroundColour ul, .FullWidth.infotechBackgroundColour ul, .FullWidth.talentBackgroundColour ul, .FullWidth.accountingBackgroundColour ul {
        padding-left: 40px;
        padding-right: 40px;
    }

    .steps {
        padding: 0px 20px;
    }

  

    .CaseStudiesColumns {
        width: 100%;
    }

        .CaseStudiesColumns .blockThumbs4, .CaseStudiesColumns .blockThumbs5 {
            height: auto !important;
        }

    .CSBgImg {
        clip-path: polygon(0 0, 0 97.5%, 100% 97.5%, 100% 100%, 100% 0);
    }

    .StatRowWrapper p {
        font-size: 12px;
    }

    .StatRow h2 {
        margin-top: 0px;
        font-size: 20px;
    }

    .CaseStudies h5 {
        font-size:14px;
    }

    .CaseStudies .newsWrapper {
        padding: 20px;
    }

}

@media (min-width: 0px) and (max-width: 767px) {
    .body-content {
        margin-top: 0px;
    }

    .FullWidth h1 img {
        width: 70px;
        height: auto;
    }

    .FullWidth .callout-button {
        width: 100%;
    }

    .ImageLeftContent h2 {
        font-size: 30px;
        margin:0px 0px 30px 0px;
    }


    .FullWidth h1 {
        margin-top: 0px;
        margin-bottom: 20px;
    }

    .ServicesBackgroundImage {
        background-image: url(https://immediac.blob.core.windows.net/az360business/images/servicesBgSm.png);
        background-size: contain;
        background-position: center top;
    }

    .ServicesBackgroundImage2 {
        background-image: url(https://immediac.blob.core.windows.net/az360business/images/servicesBg2Sm.png);
        background-size: contain;
        background-position: center top;
    }

    .imageLeft img {
        margin-bottom:30px;
    }

    #AccountingServicesMobile .carousel-inner {
        padding-left: 20px;
        padding-right: 20px;
    }

       

    .FullWidth.growthBackgroundColour .callout-button, .FullWidth.operationsBackgroundColour .callout-button, .FullWidth.lawBackgroundColour .callout-button, .FullWidth.infotechBackgroundColour .callout-button, .FullWidth.talentBackgroundColour .callout-button {
        margin: 20px auto 0px auto;
    }

    .FullWidth .twoButtons {
        text-align: center;
    }

    .twoButtons p {
        display: block;
        padding: 0px;
        text-align: center;
        margin: auto!important;
    }



    .twoButtons {
        margin: 20px 15px 0px 15px !important;
        display: block !important;
        text-align: center !important;
    }

    .NotSeeingServices .twoButtons, .GoogleReviews .twoButtons, .AccountingPackagesBody p .callout-button {
        margin: 20px 0px 0px 0px !important;
        display: block !important;
        text-align: center !important;
    }



    .topBanner {
        height: 260px;
    }

    .AccountingPackagesBodyWrapper {
        height:auto!important;
    }

    .AccountingPackagesBody p .callout-button {
        margin-top:40px!important;
    }


    .TopBannerText {
        height: 260px;
    }

        .TopBannerText h1 {
            font-size: 25px;
        }

    .TopBannerText {
        padding-right: 20px;
        width: 210px;
    }


        .TopBannerText .twoButtons .callout-button {
            min-width: 170px;
            width: 100%;
            padding: 6px 14px;
            margin: 10px 0px 0px 0px;
            font-size: 16px;
        }



    .AccountingPackagesBody {
        padding: 30px 30px 25px 30px;
    }

    .AccountingServices {
        padding-left: 20px;
        padding-right: 20px;
        padding-bottom: 50px;
    }

    .categoryRightPocket {
        padding-left: 20px;
    }

    .AccountingPackagesBodyP p {
        font-size: 18px;
    }

    .TopBanner h1 {
        margin-bottom: 0px;
    }

    .amount {
        font-size: 40px !important;
    }

    .amountSm {
        font-size: 24px !important;
    }

    .AccountingServices .col-sm-3 {
        width: 100%;
    }

    .AccountingServices .carousel-wrapper {
        padding-left: 5px;
        padding-right: 5px;
    }

    .AccountingServices .itemWrapper {
        padding: 20px;
        margin-top: 40px;
    }

    .AccountingPackages .col-sm-3 {
        width: 100%;
        margin-bottom: 40px;
    }

    .AccountingPackagesBody .callout-button {
        margin: 30px auto 0px auto;
    }

    .StatRow {
        padding-top: 50px;
        padding-bottom: 30px;
    }

        .StatRow .bottomLine {
            margin: 20px 20px 20px 20px;
        }

    .carousel-control .glyphicon-chevron-left, .carousel-control .glyphicon-chevron-right, .carousel-control .icon-next, .carousel-control .icon-prev {
        top: 115%;
        color: #fff;
    }

    .AccountingServices ul {
        list-style: none;
        padding: 0px 0px 0px 0px;
        margin-bottom:0px;
    }

    .steps {
        position: relative;
        padding: 0px 0px;
        display: table;
        justify-content: inherit;
        align-items: inherit;
    }

    .steps-line {
        display:none;
    }

    .stepMargin {
        margin-top:30px;
    }

    .step-circle {
        margin: 0px auto 20px;
    }

    .step {
        padding: 0 0px;
    }

        .AccountingServices .carousel-control.left {
        left: 0;
        right: auto;
        background-image: none;
        top: 15%;
    }

    a:hover, .body-content a:hover {
        color: #ba7f49;
    }

    .AccountingServices .carousel-control {

        width: 15%;
    }



    .AccountingServices .twoButtons p {
        margin: auto;
        display: block;
        text-align: center;
        min-width: 100%;
    }

    .AccountingServices .twoButtons {
        margin: 80px 20px 0px 20px;
    }

    .topBannerText {
        padding-left: 20px;
        padding-right: 20px;
        margin: auto;
        display: table;
        padding-top: 10px;
    }

    .textShadow h1 {
        text-shadow: none;
        color: #fff;
    }

    .FullWidth h4, .FullWidth.growthBackgroundColour ul, .FullWidth.operationsBackgroundColour ul, .FullWidth.lawBackgroundColour ul, .FullWidth.infotechBackgroundColour ul, .FullWidth.talentBackgroundColour ul, .FullWidth.accountingBackgroundColour ul {
        padding-left: 0px;
        padding-right: 0px;
    }


    .table-responsive > .table > tbody > tr > td, .table-responsive > .table > tbody > tr > th, .table-responsive > .table > tfoot > tr > td, .table-responsive > .table > tfoot > tr > th, .table-responsive > .table > thead > tr > td, .table-responsive > .table > thead > tr > th {
        white-space: normal;
        width: 100% !important;
    }

    .PricePopup table {
        font-size: 10px;
    }

    .OneTimeTaxSupportWrapper .col-sm-9 {
        background-color: #FFE18C;
        padding: 40px 20px;
    }

    .NotSeeingServicesWrapper {
        padding: 20px;
    }

    .CaseStudies .container {
        padding-left: 20px;
    }

}