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

    main {
        height: 70vh;
    }

    /* .menuAbsolute {
        position: absolute;
        width: 100%;
        top: 5vh;
        background-color: white;
        left: 0;
        z-index: 999999;
    }

    .topNav .navbar-nav .nav-link.active {
        border-radius: 0;
    }

    .btn-outline-light.navBtn {
        border-radius: 0;
        width: 100%;
    } */

    .roundedarea {
        width: 200%;
        border-radius: 200%;
        /* min-height: 800px;
        height: 150%; */
        left: -50%;
        top: -50%;
        /* background-image: url(../images/banner-mobile-soip.png); */
        background-image: none;
        background-repeat: no-repeat;
        background-position: 50% bottom;
        background-size: 50%;
    }

    h2.headerTxtBig {
        font-size: 230%;
        width: 100%;
        text-align: center;
    }

    .sectionHeadTop {
        font-size: 150%;
    }

    .cardHead {
        font-size: 140%;
    }
    
    .sectionHead {
        width: 100%;
        font-size: 120%;
    }

    img.icon.right {
        display: none;
    }
    
    img.icon.left {
        display: none;
    }

    img.icon.right {
        display: none;
    }
    
    p.headerTxt {
        width: 100%;
        font-size: 150%;
        text-align: center;
    } 
    
    
    .boxWhite::before {
        left: auto;
        right: 1vw;
    }


    /* SECTION ONE */

    .txtPercentage {
        border-left: none;
        position: relative;
    }
    
    .txtPercentage::before {
        display: none;
    }

    /* END SECTION ONE */

    /* SECTION TWO */
    .icon.left, .icon.right {
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
    }
    /* END SECTION TWO */

    /* SECTION THREE */

    .multiTabContent {
       
        background: #fff url(../images/tab-left-bg.svg) no-repeat left top;
        background-size: 35% 100%;
        /* margin-inline: 0;
        padding-inline: 0; */
    }

    .tabLeftNavigation {
        width: 36%;
    }

    .nav-link.homeTab {
        width: 100%;
    }

    .sub-box {
        width: 100%;
    }

    .sub-box.sms, .sub-box.gvm, .sub-box.ip, .sub-box.wa, .sub-box.richCo, .sub-box.telegram {
        background-image: none;
    }

    .clientslogo {
        width: 100%;
        padding-left: 0;
    }

    section.five {
        border-radius: 0;
    }

    .clientslogo img {
        width: 100%;
    }

    .sectionHead {
        width: 100%;
    }

    .cirtificateImg img {
        width: 100%;
    }

    .cirtificateImg {
        width: 100%;
        text-align: center;
    }

    .seven {
        background: #fbf8f0;
    }

    .trustBox div span:first-child {
        border-right: none;
    }

    .rightCWtext {
        position: static;
        transform: none;
        padding-top: 4vh;
    }

    .w-70 {
        width: 100%;
    }

    .latbtm {
        width: 100%;
    }

    .latbtm img {
        width: 100%;
    }

    .desktop {
        display: none;
    }

    .mobile {
        display: block;
    }

    .arrow {
        display: none;
    }

    .star {display: none;}
    
    /* .tab-content>.tab-pane {
        display: block;
        opacity: 1;
      } */

    /* END SECTION THREE */

    .seven {
        background-color: #fbf8f0;
    }
    
    .seven::before, .seven::after {
        display: none;
    }
    
}

