@media (max-width : 992px) {
    .zindex,.navbar{
        z-index: 0 !important;
    }
}
@media (max-width : 480px) {
    .logo {
        width: 140px;
    }
    .subscriptionbox  .packageshead {
        font-size: 30px;
    }
    .subscriptionbox  .packagespara {
        font-size: 15px;
    }

    .sec1banner {
        height: 100%;
    }
    
    .sec1 h1 {
        font-size: 40px !important;
    }

    .sec1 p {
        font-size: 13px;
    }

    .linkimages img {
        width: 46%;
    }

    .sec2 h2 {
        font-size: 45px;
    }

    .sec3 {
        padding-top: 80px;
    }

    .sec3 h1 {
        font-size: 45px;
        line-height: 45px;
    }

    .sec3 p {
        font-size: 14px;
    }

    .sec4 {
        padding-top: 80px;
    }

    .sec4 h1 {
        font-size: 45px;
        line-height: 45px;
    }

    .sec4 p {
        font-size: 14px;
        width: 90%;
    }

    .sec2box1 {
        width: 100%;
    }

    .appimg {
        width: 98%;
    }

    .phoneimg {
        width: 100%;
        margin-top: 20px;
    }

    .testimonals {
        padding-top: 80px;
    }

    .testimonals h1 {
        font-size: 45px;
    }

    .cards-flex {
        padding: 40px 26px;
    }

    .text h3 {
        font-size: 23px;
        margin-top: 40px;
    }

    .next-image {
        width: 48px;
        height: 48px;
        left: 32px;
    }

    .pre-image {
        width: 48px;
        height: 48px;
    }

    .owl-theme .owl-nav {
        left: -15px;
    }

    .footer {
        margin-top: 30px;
    }

    .footer h6 {
        font-size: 22px;
    }
    .bgaddition{
        background: none;
    }
    .sec1bbg{
        display: none;
    }
}

@media (min-width : 481px) and (max-width : 991px) {
    .logo {
        width: 240px;
    }

    .sec1banner {
        height: 100%;
    }

    .sec1 h1 {
        font-size: 50px;
    }

    .sec1 p {
        font-size: 14px;
    }

    .linkimages img {
        width: 46%;
    }

    .sec2 h2 {
        font-size: 50px;
    }

    .sec3 {
        padding-top: 80px;
    }

    .sec3 h1 {
        font-size: 50px;
        line-height: 50px;
    }

    .sec3 p {
        font-size: 15px;
    }

    .sec4 {
        padding-top: 90px;
    }

    .sec4 h1 {
        font-size: 50px;
        line-height: 50px;
    }

    .sec4 p {
        font-size: 15px;
        width: 90%;
    }

    .sec2box1 {
        width: 100%;
    }

    .appimg {
        width: 95%;
    }

    .phoneimg {
        width: 100%;
        margin-top: 20px;
    }

    .testimonals {
        padding-top: 90px;
    }

    .testimonals h1 {
        font-size: 50px;
    }

    .cards-flex {
        padding: 40px 35px;
    }

    .text h3 {
        font-size: 23px;
        margin-top: 40px;
    }

    .next-image {
        width: 48px;
        height: 48px;
        left: 32px;
    }

    .pre-image {
        width: 48px;
        height: 48px;
    }

    .owl-theme .owl-nav {
        left: -15px;
    }

    .footer {
        margin-top: 30px;
    }

    .footer h6 {
        font-size: 22px;
    }
    .bgaddition{
        background: none;
    }
    .sec1bbg{
        display: none;
    }
}