

@media screen and (max-width: 1024px) {

    .bannerImgBox {
        transform: rotate(45deg) scale(.8);
        right: -197px;
        top: -320px;
    }
    .helpBox {
        margin: 0;
    }
    .productSection {
        padding: 140px 0;
        margin: 75px 0 60px;
    }
    .testimonialBox {
        margin: 100px auto 0;
        padding: 85px 65px;
    }


    
}


@media screen and (max-width: 800px) {

    .productTab .tab-content {
        width: 100%;
    }
    .partnerImg img {
        width: 215px;
    }
    .testimonialBox {
        padding: 80px 65px 100px;
    }

    .getStatmetrix {
        padding: 115px 0;
    }

    .newsletter input {
        width: 100%;
    }

    .navBox {
        text-align: right;
    }
    .navBox .navbar {
        float: none;
        margin: 0 0 0 30px;
        display: inline-block;
        position: initial;
    }

    .navbtnBox {
        float: none;
        margin-top: 8px;
        display: inline-block;
    }
    .bannerImgBox {
        right: -280px;
        top: -337px;
        transform: rotate(45deg) scale(.5);
    }
    .bannerText {
        margin-top: 70%;
    }
    .bannerText h2 {
        font-size: 40px;
        margin-bottom: 15px;
    }
    .bannerSection .container-fluid {
        height: 550px;
    }

    .helpBox {
        border-radius: 25px;
        padding: 20px 10px;
        margin: 0;
    }

    .helpImg img {
        width: 135px;
    }


    .navbar .navbar-collapse {
        position: absolute;
        left: 0;
        top: 41px;
        background: #fff;
        width: 100%;
        text-align: left;
        box-shadow: 0px 0px 15px 2px rgb(0 0 0 / 14%);
        border-radius: 4px;
    }
    .navBox .navbar .nav-item {
        margin-left: 0;
        border-bottom: 1px solid #f7f7f7;
    }
    .navBox .navbar .nav-link {
        padding: 8px 12px;
        font-size: 13px;
    }






    
}



@media screen and (max-width: 450px) {

    .navbtnBox {
        display: none;
    }

    .navBox .navbar {
        margin: 0 0 0 0;
    }
    header {
        top: 8px;
        padding: 10px 0 8px;
    }
    .logo {
        top: 5px;
    }
    .logo img {
        width: 125px;
    }
    .bannerImgBox {
        display: none;
    }

    .bannerText h2 {
        font-size: 30px; 
    }
    .bannerText p {
        font-size: 18px; 
    }

    .bannerSection .container-fluid {
        height: 425px;
    }
    .bannerText {
        margin-top: 35%;
    }
    .title {
        font-size: 23px; 
        margin-bottom: 35px;
    }
    .helpsSection .title {
        margin-bottom: 50px;
    }
    .helpBox {
        margin: 0 15px 25px;
    }


    .productSection {
        padding: 85px 0;
    }
    .productTab .nav-link {
        padding: 8px;
        border-radius: 10px;
        margin: 0 0px;
        font-size: 11px;
    }

    .productTab .nav {
        margin: 0 0 35px;
    }
    .productSection:after {
        width: calc(100% + 20px);
        border-radius: 9%;
        left: -10px;
    }

    .productContent h4 {
        margin-bottom: 35px;
    }
    .productTab .tab-content {
        width: 100%;
        margin: 0 auto;
    }


    .productImg {
        margin-bottom: 15px;
    }
    .productContent p {
        font-size: 16px;
    }

.partnerImg img {
    width: 100px;
    margin: 0 5px;
}
.partnerImg img.partner2 {
    width: 60px;
}

.partnerSection {
    padding: 25px 0 60px;
}
.testimonialBox {
    margin: 75px auto 0;
    padding: 50px 25px;
}
.testimonialBox:after {
    border-radius: 50px;
}
.testimonialBox .title {
    margin-bottom: 35px;
}

.testMuser .img {
    padding-right: 10px;
}

.testMuser .name h4 {
    font-size: 18px;
}
.testMuser .name h4 {
    font-size: 15px;
}
.testMuser .name p {
    font-size: 14px;
}
.testimonialText {
    font-size: 13px;
    margin-top: 35px;
}
.getStatmetrix {
    padding: 85px 0;
}
.getStatmetrixBox h1 {
    font-size: 24px;
}
.getStatmetrixBox .btn {
    font-size: 16px;
    padding: 12px 22px;
    border-radius: 12px;
}

.footLogo {
    margin-bottom: 25px;
    text-align: center;
}
.footLogo img {
    width: 200px;
}
.footLinkBox ul li a {
    font-size: 12px;
}
.connect h4 {
    margin-bottom: 6px;
    margin-top: 10px;
}
.footLinkBox {
    margin-bottom: 20px;
}
.connect {
    text-align: center;
}

.newsletter input {
    width: 275px;
    padding: 4px 14px;
    height: 35px;
    font-size: 13px;
}








}

















