@media (min-width:1601px) and (max-width:2560px) {
    body {
        /* max-width: 1600px;
        width: auto;
        margin: 0 auto; */
        font-size: 16px;
    }
}

@media(min-width:992px) and (max-width:1265px) {
    .banner:before {
        background-size: 120%, 0;
    }

    .brdcrm {
        top: 9rem;
    }
}

/*ipad landscape view*/
@media(min-width:991px) and (max-width:1199px) {
    .banner:before {
        background-size: 140%, 0;
    }
}

@media(max-width:992px) {
    .navbar-nav {
        position: absolute;
        left: 0;
        right: 0;
        z-index: 999;
    }

    .banner:before {
        background-size: 250%, 0;
    }

    .inr-banner {
        min-height: 35vh;
    }

    .inr-banner:before {
        content: '';
        height: 35vh;
        background-size: 100em, 100%;
    }

    .brdcrm {
        top: 8rem;
    }

    .navbar-nav {
        background: #0473c6;
        padding: 30px;
        z-index: 999;
    }

    .navbar ul.navbar-nav li:not(:nth-last-child(-n+1)) {
        margin-right: 0;
        margin-bottom: 15px;
    }

    .ff-item figure {
        width: auto;
    }

    .fp-app [class*='col-'] {
        width: 100%;
    }

    .fp-app figure[class*='col-'] {
        width: 60%;
    }

    .slider-app li {
        /* position: static; */
        width: 100%;
    }

    .slider-app li figure {
        /* position: static; */
        /* margin-bottom: 60px; */
    }

    .slick-app li figure {
        width: 100%;
        height: 20rem;
    }

    .slick-app li figure img {
        object-fit: cover;
    }
}

/*ipad potrait view*/
@media(max-width:768px) {
    .banner .slick-banner {
        width: 65%;
    }

    .banner:before {
        background-size: 250%, 0;
    }

    .fc-item figure {
        width: 16rem;
        top: 40%;
    }

    .fc-item {
        width: 100%;
        min-height: 18rem;
        background-size: 200%, 0;
        border-radius: 4rem;
        padding: 60px 30px;
        position: relative;
    }

    .sec-title {
        width: 100%;
        text-align: center;
        margin: 0 auto 60px;
    }
}

/*nexus 7 landscape*/
@media(min-width:769px) and (max-width:990px) {
    .banner .slick-banner {
        width: 65%;
    }

    .banner:before {
        background-size: 250%, 0;
    }

    .fc-item figure {
        width: 16rem;
        top: 40%;
    }

    .fc-item {
        width: 100%;
        min-height: 18rem;
        background-size: 200%, 0;
        border-radius: 4rem;
        padding: 60px 30px;
        position: relative;
    }

    .sec-title {
        width: 100%;
        text-align: center;
        margin: 0 auto 60px;
    }

    .banner .slick-banner {
        transform: translate(0, -30%);
    }

    .aus-logo {
        text-align: center;
    }

    .aus-logo img {
        width: 100% !important;
    }

    .nsw-logo {
        text-align: center;
    }

    .nsw-logo img {
        width: 70% !important;
    }

    .hdr-logo img {
        max-width: 150px !important;
    }
}

/*iphone 5 and android lanscape and nexus 7 potrait*/
@media(max-width:640px) {
    .fp-app {
        margin: 0;
    }

    .fp-app:before,
    .fp-app:after {
        display: none;
    }

    .fc-item figure {
        display: none;
    }

    .fc-item {
        background: #083ea1;
    }

    .slick-app li figure {
        width: 100%;
        height: 20rem;
    }

    .slick-app li figure img {
        object-fit: cover;
    }

    .slick-app .slick-dots {
        top: 0;
    }

    .ic-form {
        margin-bottom: 60px;
    }

    .brdcrm h3 {
        font-size: 1.5rem;
    }

    .aus-logo {
        text-align: center;
    }

    .aus-logo img {
        width: 100% !important;
    }

    .nsw-logo {
        text-align: center;
    }

    .nsw-logo img {
        width: 70% !important;
    }

    .hdr-logo img {
        max-width: 150px !important;
    }
}

@media(max-width:575px) {
    .aus-logo {
        text-align: center;
    }

    .aus-logo img {
        width: 100% !important;
    }

    .nsw-logo {
        text-align: center;
    }

    .nsw-logo img {
        width: 70% !important;
    }

    .hdr-logo img {
        max-width: 150px !important;
    }
}

/*iphone 4 landscape(optional)*/
@media(max-width:480px) {
    .banner:before {
        background-size: 450%, 0;
    }

    .banner .slick-banner {
        width: 100%;
        padding: 0 15px;
    }

    .fs-item {
        margin-bottom: 30px;
    }

    .slick-app li {
        position: static;
        width: 100%;
    }

    .slick-app li figure {
        position: static;
        margin-bottom: 60px;
    }

    .ff-item {
        margin-bottom: 30px;
    }

    .ft-top ul {
        margin-bottom: 30px !important;
    }

    .aus-logo {
        text-align: center;
    }

    .aus-logo img {
        width: 100% !important;
    }

    .nsw-logo {
        text-align: center;
    }

    .nsw-logo img {
        width: 70% !important;
    }

    .hdr-logo img {
        max-width: 150px !important;
    }
}

/*iphone 5 and android potrait*/
@media(max-width:380px) {}

/*iphone4 potrait(optional)*/
@media(max-width:320px) {}

/*nexus 7 potrait(optional)*/
@media (max-width: 603px) {}

/*nexus 7 landscape(optional)*/
@media(min-width:769px) and (max-width:990px) {}

@media (min-width: 768px) {
    .navbar-brand {
        /* display: none; */
    }
}
