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

    main {
        height: 800px;
    }

    /* .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-telegram.png);
        background-repeat: no-repeat;
        background-position: 50% bottom;
        background-size: 50%;
    }

    h2.headerTxtBig {
        font-size: 300%;
        width: 100%;
        text-align: center;
    }
    
    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%);
    }

    /* TAB */
    .multiTabContent {
        box-shadow: rgba(50, 50, 93, 0.25) 0px 30px 60px -12px, rgba(0, 0, 0, 0.3) 0px 18px 36px -18px;
        border: 2px solid #a6007b;
        border-radius: 3vh;
        /* background: #fff url(../images/tab-left-bg.svg) no-repeat left top; */
        background-size: 19.2% 100%;
        margin-inline: 0;
        padding-inline: 0;
        min-height: 50vh;
    }
    
    .leftTabBg {
        background: #fff url(../images/tab-left-bg.svg) no-repeat left top;
        border-radius: 3vh 0 0 3vh;
        padding: 1.5vh 1vw;
        width: 19%;

        display: none;
    }
    
    .leftTabBg ul.nav-tabs { 
        border: none;
    }
    
    .tabRightContent {
        width: 100%;
        padding: 1.5vh 2vw;
    }
    
    .nav-link.leftTablink {
        background-color: #fdfdfd52;
        color: #000;
        border-radius: 1.5vh;
        margin-bottom: 1vh;
        text-align: left;
        position: relative;
        width: 100%;
        border: none;
    }
    
    .nav-link.leftTablink:hover {
        border: none;
        background-color: #fdfdfd7e;
    }
    
    .leftTabBg ul li, .leftTabBg ul li:hover {
        border: none;
    }
    
    .nav-link.leftTablink::after {
        content: "";
        display: block;
        right: 2%;
        top: 12%;
        background: transparent url(../images/tab-arrow-inactive.png) no-repeat left top;
        position: absolute;
        width: 20px;
        height: 16px;
        background-size: 74%;
    }
    
    .nav-link.leftTablink.active {
        background-color: #ffbd1e;
        color: #fff;
    }
    
    .nav-link.leftTablink.active::after {
        content: "";
        display: block;
        right: 2%;
        top: 12%;
        background: transparent url(../images/tab-arrow.png) no-repeat left top;
        position: absolute;
        width: 20px;
        height: 16px;
        background-size: 74%;
    }
    
    .nav-link.subTabLink {
        background-color: transparent;
        color: #7d7d7d;
        font-weight: 600;
    }
    
    .nav-link.subTabLink.active {
        background-color: #ffbd1e;
        color: #fff;
    }
    
    .accordion-body.insurance {
        background: transparent url(../images/tab-insurance.jpg) no-repeat right top;
        height: 100%;
    }
    
    
    /* END TAB */
    

    /* 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;
        text-align: center;
    }

    .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;
    }

    /* SECTION SPECIAL */


.specialImg img {
    width: 100%;
}

.multiLine {display: none;}
    
}

@media (max-width: 991px) {
  .tab-content>.tab-pane {
    display: block;
    opacity: 1;
  }
}