.iHide {
    display: none;
}
.abs {
    position: absolute !important;
}


/***** start of mobile style *****/
.home-1.anim-home-1 {
    background-size: 460px !important;
    background-position: 50% 68px !important;
    height: 264px !important;
    background-repeat: no-repeat;
}
.anim-container{
    width: 375px;
    margin: 0 auto;
    height: 196px;
    position: relative;
}
.anim-copy-1{
    left: 210px;
    top: 50px;
}
.group1 p, .group2 p{
    font-size: 20px;
    line-height: 24px;
    color: #fff;
    font-family: Montserrat,sans-serif;
    font-weight: 400;
    text-align: left;
}

.group1 p.head {
    margin-bottom: 0;
}

.group1 p.head-ita {
    font-size: 28px;
    line-height: 34px;
    font-style: italic;
    font-weight: 700;
    text-transform: none;
    margin-top: 0;
    margin-bottom: 0;
}

.anim-copy-2{
    left: 200px;
    top: 39px;
}

.group2 p.head {
    font-size: 18px;
    font-weight: 400;
    margin: 0;
    line-height: 26px;
    text-shadow: 0px 0px 8px rgba(0, 0, 0, 0.85);
}

.group2 p.head-ita {
    font-size: 18px;
    font-style: italic;
    font-weight: 700;
    text-transform: none;
    margin: 0;
    line-height: 22px;
    text-shadow: 3px 3px 12px rgba(0, 0, 0, 0.75);
}

.anim-copy-3{
    left: 200px;
    top: 120px;
}
.home-1.anim-home-1 .anim-copy-3 .banner-btn{
    margin: 0 !important;
}
.banner-btn .button-ani {
    display: block;
}
.button-ani {
    border: 2px solid #2081B9;
    text-decoration: none;
    background-color: #fff;
    font-size: 14px;
    line-height: 17px;
    padding: 6px 12px 6px 12px;
    font-family: Montserrat,sans-serif;
    font-weight: 700;
    text-align: left;
    width: 146px;
    color: #0032A0;
}

.button-ani:after {
    content: "";
    position: absolute;
    top: 0;
    right: 16px;
    width: 7px;
    height: 100%;
    background-image: url('../assets_files/arrow-right.svg');
    background-position: center;
    background-repeat: no-repeat;
    display: block;
}


.button-ani:hover, .button-ani:focus {
    color: #FFF !important;
    text-decoration: none;
    background: #2081B9;
    border: 2px solid;
}

.button-ani:hover::after, .button-ani:focus::after {
    background-image: url('../assets_files/arrow-right-white.svg');
}

/* the Z */
.z-1,
.z-2,
.z-3 {
    width: 125px;
    height: 66px;
    left: 9px;
    top: 35px;
    overflow: hidden;

    background-repeat: no-repeat;
    background-position: 0 0;
    background-size: 125px;
}
.z-1{
        background-image: url('../assets_files/airport_m_Z_1.png');
    }
    .z-2{
        background-image: url('../assets_files/airport_m_Z_2.png');
    }
    .z-3{
        background-image: url('../assets_files/airport_m_Z_3.png');
    }


/*  top banner on hero area */
.capsule-auto{
    background-color: #2081B9;
}
.capsule-auto .capsule-container.home-capsule{
    background: none;
}

/***** end of mobile style *****/



/***** start of desktop style *****/
@media only screen and (min-width: 1024px){

    #wrapperLayout {
        max-width: 1920px;
        margin: auto;
        background: #FFFFFF;
    }

    /* remove mobile bg image from here */
    .home-1.anim-home-1 {
        height: 363px !important;
        overflow: hidden;
        background-color: transparent;
        background-image: none !important;
        background-size: 1920px !important;
        background-repeat: no-repeat;
        background-position: center 0 !important;
    }

    /* bg image is in #banner */
    #wrapperLayout #banner {
        background-image: url('../assets_files/HeroDesktop.jpg') !important;
        background-size: 1920px;
        background-color: transparent;
        background-repeat: no-repeat;
        background-position: center 0;
        overflow: hidden;
        color: #000;
        height: 363px;
        display: flex;
        flex-direction: column;

    }

    .container {
        max-width: 960px;
        padding: 0;
        margin: 0 auto;
    }

    .home-1.anim-home-1 article {
        padding-left: 277px;
        min-height: 353px;
        max-width: 1000px;
        position: relative;
    }
    .anim-container{
        width: 100%;
        height: 303px;
    }

    .home-wrap{
        display: block;
        text-align: right;
        text-align: center;
        margin:40px 0 0 40px;
    }
    .anim-copy-1{
        left: 430px;
        top: 70px;
    }
    .group1 p, .group2 p{
        font-size: 20px;
        line-height: 1;
        color: #fff;
        font-family: Montserrat,sans-serif;
        font-weight: 900;
        text-align: left;
    }

    .group1 p.head {
        font-size: 34px;
        font-weight: 400;
        margin-bottom: 0;
    }

    .group1 p.head-ita {
        font-size: 46px;
        font-style: italic;
        font-weight: 700;
        text-transform: none;
        margin-top: 14px;
    }
    .anim-copy-2{
        left: 430px;
        top: 58px;
    }


    .group2 p.head {
        font-size: 28px;
        line-height: 32.2px;
        font-weight: 400;
        margin: 0;
        text-shadow: 3px 3px 12px rgba(0, 0, 0, 0.75);

    }

    .group2 p.head-ita {
        font-size: 28px;
        font-style: italic;
        font-weight: 700;
        text-transform: none;
        line-height: 32.2px;
        text-shadow: 3px 3px 12px rgba(0, 0, 0, 0.75);
    }

    .anim-copy-3 {
        left: 430px;
        top: 179px;
    }

    .button-ani {
        width: auto;
        padding: 11px 30px 9px 10px;
    }

    .z-1,
    .z-2,
    .z-3 {
        width: 283px;
        height: 142px;
        top: 57px;
        left: 39px;
        background-size: 283px;
    }
    
    .z-1{
        background-image: url('../assets_files/airport_d_Z_1.png');
    }
    .z-2{
        background-image: url('../assets_files/airport_d_Z_2.png');
    }
    .z-3{
        background-image: url('../assets_files/airport_d_Z_3.png');
    }


    /* push down the 'proven to help' section */
    section.home-body.one .heading.mt-md-1.moveheadingtop{
        margin-top: 0 !important;
    }

}
/***** end of desktop style *****/







