.banner-wrap{
        width:100%;
        background: url(../images/home/SketchUpCyberBgNew.jpg) no-repeat 100% 100%;
        background-size:cover;
        position:relative;
        padding:60px 0;
        color:#fff;
    }

    .banner-inner{
        max-width:1300px;
        margin:auto;
        padding:0 40px;
        position:relative;
        z-index:2;
    }

    .title-top{
        font-size:20px;
        font-weight:600;
        max-width: 650px;
        margin-right: auto;
        /* text-align: center; */
    }

    .offer-percentage{
        font-size:62px;
        font-weight:800;
        text-shadow:0 0 20px rgba(0,0,0,0.4);
        /* margin-bottom:30px; */
        max-width: 650px;
        margin-right: auto;
        /* text-align: center; */
    }

    .pricing-box-wrap{
        display:grid;
        grid-template-columns:repeat(2, 1fr);
        gap:25px;
        max-width: 650px;
        margin-right: auto;
        margin-bottom: 30px;
    }

    .price-card{
        background:#ffffff;
        color:#023b78;
        padding:10px 15px;
        border-radius:12px;
        position:relative;
        font-weight:600;
        box-shadow:0 5px 15px rgba(0,0,0,0.25);
    }
    .notesCard, .cyberBtnSec{
        max-width: 650px;
        margin-right: auto;
    }
    .notesCard{
        margin-bottom: 30px;
    }
    .notesCard ul{
        padding-left: 15px;
    }

    .price-card .title{
        font-size:18px;
    }

    .old-price{
        text-decoration:line-through red;
        color:#777;
        font-size:18px;
    }

    .new-price{
        font-size:26px;
        color:#0078C8;
        margin-top:4px;
    }
.single-banner-slide{
    height: 119vh;
}
.trimbleLogoSec img.trimbleLogo{
    width: 130px;
    margin-bottom: 24px;
}
    /* ======================
        Responsive
    ====================== */
    @media(max-width:992px){
        .banner-wrap {
            background: linear-gradient(to bottom, #fff0 -100%, #000 150%) 100% 100% / cover no-repeat, url(../images/home/SketchUpCyberBgNew.jpg) no-repeat 85% 100%;
            background-size: cover;
            padding: 100px 0px;
            padding-bottom: 65px;
        }
        .trimbleLogoSec img.trimbleLogo {
            width: 120px;
            margin-bottom: 10px;
        }
        .banner-inner {
            padding: 0 15px;
        }
        .offer-percentage{
            font-size:60px;
        }
        .pricing-box-wrap{
            grid-template-columns:-1fr;
            margin-left:0;
            max-width:100%;
        }
        .price-card .title{
            font-size: 12px;
        }
        .old-price{
            font-size: 14px;
        }
        .new-price{
            font-size: 24px;
        }
    }

    @media(max-width:600px){
        .offer-percentage{
            font-size:42px;
        }
        .title-top{
            font-size:16px;
            padding:5px 0;
        }
    }