@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-tfa.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%;
    }

    .sectionHead.tabHead {
        padding-bottom: 1vh;
    }
    
    p.headerTxt {
        width: 100%;
        font-size: 150%;
        text-align: center;
    } 
    
    .boxWhite::before {
        left: auto;
        right: 1vw;
    }

    .lightBlueBg {padding-block: 8vh;}


    /* SECTION ONE */

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

    .boxWhite h3 {
        font-size: 110%;
        line-height: 1.2;
    }

    .cardHead {
        font-size: 140%;
    }
    /* 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;
    }

    /* SECTION SPECIAL */

    /* SECTION SEVEN */
    section.twoBlue {
        padding-block: 10vh;
        background: linear-gradient(180deg, #ebf0f9 0%, #d9dfeb 100%);
        margin-top: 10vh;
    }
    
    .cardSubHead {
        font-size: 120%;
        font-weight: 700;
        padding-bottom: 2vh;
    }
    
    .rightList ul li {
        list-style: none;
        position: relative;
    }
    .rightList ul li:before {
        content: '\2713';
        display: inline-block;
        color: #f71915;
        padding: 0 6px 0 0;
        position: absolute;
        left: -6%;
      }
    /* END SECTION TWO BLUE */
    
    /* SECTION TWO */
    
    section.two {
        padding-block: 10vh;
        /* background: linear-gradient(180deg, rgba(248,245,245,1) 0%, rgba(255,255,255,0) 100%); */
        margin-top: 10vh;
    
    }
    
    /* section.two::before, section.two::after {
        content: "";
        display: block;
        width: 50%;
        position: absolute;
        height: 100%;
        background: linear-gradient(180deg, rgba(248,245,245,1) 0%, rgba(255,255,255,0) 100%);
        top: 0;
        z-index: -2;
    }
    
    section.two::before {
        border-radius: 50% 0 0 0;
        left: 0;
    }
    
    section.two::after {
        border-radius: 0 50% 0 0;
        right: 0;
    } */
    
    
    .tabSubHead {
        font-size: 120%;
        font-weight: 600;
        color: #000;
    }
    
    .oddEvenCardHead {
        font-size: 180%;
        font-weight: 700;
        color: #000;
    }
    
    .oddEvenCard {
        width: 100%;
        font-size: 120%;
        line-height: 1.2;
    }
    
    .oddEvenCard.realWorld {width: 100%;}

    .oddEvenCard img {
        width: 100%;
        border-radius: 2vh;
        /* box-shadow: rgb(91 83 137 / 14%) 0px 8px 16px 5px; */
    }
    
    .star.two {
        width: 8%;
        position: absolute;
        top: -6%;
        left: -6%;
        box-shadow: none;
        border-radius: 0;
    }
    
    .star.two.right {
        right: -7%;
        left: auto;
        top: -8%;
    }
    
    img.icon {
        position: absolute;
        box-shadow: none;
        border-radius: 0;
        top: 10%;
    }
    
    img.icon.right {
        width: 10%;
        left: auto;
        right: -4%;
        display: none;
    }
    
    img.icon.left {
        width: 10%;
        top: 10%;
        left: -6%;
        display: none;
    }
    
    .oddEvenCardHead {font-size: 150%;}
    
    /* END SECTION TWO */
    
    
    
    /* SECTION SEVEN */
    .seven {
        background-color: #fbf8f0;
        padding-bottom: 5vh;
        position: relative;
    }
    
    /* .seven ::before, .seven::after {
        content: "";
        display: block;
        width: 50%;
        position: absolute;
        height: 100%;
        background-color: #f7f4f4;
        top: 0;
        z-index: -2;
    }
    
    .seven ::before {
        border-radius: 0 0 0 50%;
        left: 0;
    }
    
    .seven::after {
        border-radius: 0 0 50% 0;
        right: 0;
    } */
    
    .seven::before {
        display: none;
      }
    
   
    /* END SECTION SEVEN */


.specialImg img {
    width: 100%;
}

.multiLine {display: none;}
    
}

