.banner-outer {
    background: url("../images/herobg.jpg") no-repeat;
    background-size: cover;
    padding: 0 0 119px 0;
    position: relative;
    height: 100%;
}
.banner-outer::after {
    content: '';
    background: url("../images/banner-after.png") no-repeat;
    width: 277px;
    height: 218px;
    position: absolute;
    bottom: 6%;
    left: 4%;
}

.pocker-text-contant h2 {
    color: #fff;
    font-weight: 400;
    font-size: 94.62px;
    padding-top: 211px;
}

.pocker-contant {
    text-align: center;
}
div#formModal {
    z-index: 100000;
}
.pocker-text-contant p {
    color: #fff;
    font-family: var(--Londrina);
    font-weight: 400;
    font-size: 24px;
    line-height: 28px;
    margin-top: 6px;
}

.pocker-contant {
    text-align: center;
}

.banner-outer .button {
    text-align: center;
    position: relative;
    z-index: 9;
}

.banner-outer .button a.default-btn {
    background-color: #29d8f9;
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
    margin-top: 79px;
    transition: top 0.7s;
    position: relative;
    top: 0;
}

.banner-outer .button a.default-btn:hover {
    top: -10px;
}
.pocker-text-contant p {
    font-size: 19px;
    line-height: 29px;
}
@media only screen and (max-width: 768px) {
    .pocker-text-contant p {
        font-size: 14px;
        line-height: 26px;
        width: 90%;
        margin: auto;
        margin-bottom: 10px;
    }
    .banner-outer .button {
        position: relative;
        z-index: 1;
    }
    .banner-outer {
        background: url("../images/herobg-mobile.jpg") no-repeat;
        background-size: cover;
        padding: 90px 0 49px 0;
        position: relative;
    }
    .pocker-text-contant p {
        font-size: 14px;
        line-height: 29px;
    }
    .pocker-text-contant h2 {
        color: #fff;
        font-weight: 800;
        font-size: 21px;
        padding-top: 8px;
    }
}
.clearfix::after{content:"";display:table;clear:both}
